﻿@font-face {
    font-family: "SFProText-Semibold";
    src: url(../fonts/SFProText-Semibold.ttf) format(ttf);
}

@font-face {
    font-family: "Droid Arabic Kufi";
    src: url(../fonts/DroidArabickufi/DroidArabicKufi.ttf) format('truetype');
}

body {
    background: #fff;
}

main.content {
    background-color: #fafafa;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        display: block;
    }
}

.en-font {
    font-family: "Roboto", sans-serif;
}

.ar-font {
    font-family: 'DroidArabicKufi', Tahoma;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #344b61;
    text-decoration: none;
}

.btn.btn-brand {
    white-space: nowrap;
}

.btn.btn-clean {
    color: #344b61;
}

    .btn.btn-clean:hover {
        background-color: rgba(52,75,97,0.05);
    }

.ml-auto {
    margin-left: auto;
}

.d-flex {
    display: flex !important;
}

.d-flex-not-important {
    display: flex;
}

.d-block {
    display: block;
}

.d-none {
    display: none !important;
}

.text-custom-gold {
    color: #9c7f5f;
}

@media(min-width: 600px) {
    .d-sm-flex {
        display: flex;
    }
}
/* alignment */
.align-items-start {
    align-items: flex-start !important;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end;
}
/* font weight */
.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}


.border-0 {
    border: 0 !important;
}

.text-muted {
    color: #a4a5a6;
}

.text-light-grey {
    color: #969696;
}

.bg-extra-light {
    background-color: rgba(228,228,228, 0.16);
}

.shadow-xs {
    box-shadow: 0 0 3px #eaeaea;
}

.border-radius-sm {
    border-radius: 6px !important;
}

.border-radius-md {
    border-radius: 16px;
}

.border-radius-lg {
    border-radius: 26px;
}

.font-sm {
    font-size: 0.85rem;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-top {
    border-top: 6px solid transparent;
}

.border-bottom {
    border-bottom: 1px solid #ececec;
}

.border-top-primary {
    border-color: #344b61 !important
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.word-break-all {
    word-break: break-all;
}

.sticky {
    position: fixed;
    top: 1rem;
    left: 0;
}

.sticky1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media(min-width: 1000px) {
    .mx-md-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .text-md-right {
        text-align: right;
    }

    .justify-content-md-end {
        justify-content: end;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media(min-width: 600px) {
    .d-sm-block {
        display: block !important;
    }
}

.tra-header .header-top {
    min-height: 100px;
    border-bottom: 1px solid #ebedf3;
}

.tra-header .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    direction: ltr;
}

    .tra-header .header-logo .logo-left,
    .tra-header .header-logo .logo-right {
        display: flex;
        align-items: center;
    }

    .tra-header .header-logo img {
        width: 100%;
    }

    .tra-header .header-logo .uae-falcon-logo img {
        width: 65px;
    }

.tra-header .header-top .container {
    height: 100%;
}

.tra-header .tra-logo img {
    /*width: 260px;*/
    height: 30px; /* For Firefox */
}

.tra-header .uae-falcon-logo, .uae-falcon-logo img {
    width: 65px;
}

/* Header Bottom Bar */
.tra-header .header-bottom .header-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.tra-header .header-bottom .header-bottom-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: .25rem 0;
}

.tra-header .header-bottom .header-bottom-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

    .tra-header .header-bottom .header-bottom-toolbar .btn {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
    }

        .tra-header .header-bottom .header-bottom-toolbar .btn.btn-icon-right i {
            padding-left: .75rem;
        }

        .tra-header .header-bottom .header-bottom-toolbar .btn.btn-icon-right .svg-icon {
            margin-left: .75rem;
        }

.btn.btn-icon-right .svg-icon path,
.btn.btn-icon-right .svg-icon line {
    stroke: #fff;
}

.tra-header .header-bottom .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}

    .tra-header .header-bottom .breadcrumb .breadcrumb-item a:hover {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

.tra-header .header-bottom .breadcrumb-item:last-child a {
    color: #fff;
    opacity: 0.7;
}

    .tra-header .header-bottom .breadcrumb-item:last-child a:hover {
        opacity: 0.7;
        cursor: text;
    }

.tra-header .header-bottom .header-bottom-toolbar .btn {
    color: rgba(255,255,255,0.9);
}

.tra-header .header-bottom .btn:not(#resetAccessibility):hover {
    color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s ease-in-out;
}

/* Header Menu*/
.header-menu .admin-nav {
    display: flex;
}

    .header-menu .admin-nav a.nav-link {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        display: inline-flex;
        align-items: center;
        flex: auto;
        font-size: .88rem;
        font-weight: 500;
        color: #344b61;
        border-bottom: 2px solid transparent;
    }

        .header-menu .admin-nav a.nav-link:not(:last-child) {
            margin-right: 1rem;
        }

        .header-menu .admin-nav a.nav-link:hover,
        .header-menu .admin-nav a.nav-link.active {
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        .header-menu .admin-nav a.nav-link .svg-icon > path,
        .header-menu .admin-nav a.nav-link .svg-icon g > * {
            stroke: #344b61;
        }

        .header-menu .admin-nav a.nav-link.nav-link-hesbati .svg-icon path {
            fill: #344b61;
        }

.header-menu {
    border-bottom: 1px solid #e0dede;
}

@media(max-width: 1000px) {
    .header-menu .admin-nav {
        display: block;
        width: 280px;
        position: fixed;
        height: 100%;
        left: -280px;
        top: 0;
        background-color: #fff;
        -webkit-transition: left .3s ease-in;
        transition: left .3s ease-in;
        z-index: 1020;
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
        box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    }

    .btn.btn-sm.btn-outline-Gold i {
        padding: 0px !important
    }

    .text-hide-mobile {
        display: none;
    }

    .header-menu .admin-nav a.nav-link {
        display: flex;
        margin: 0 !important;
        padding: 1.5rem;
        text-align: left;
        border-bottom-color: #f8f8f8;
    }

    .beacon-img {
        max-width: 100% !important;
    }

    .header-menu {
        padding: .75rem 0;
        text-align: right;
    }

    .menu-opened .header-menu .admin-nav {
        left: 0;
        -webkit-transition: left .3s ease-in;
        transition: left .3s ease-in;
    }

    .menu-backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.2);
        z-index: 1010;
    }

    .kt-pagination.kt-pagination--sm.kt-pagination--brand.col-12 {
        display: block !important;
    }

    ul.kt-pagination__links li a {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .pagination__desc {
        text-align: center !important;
        margin-top: 20px;
    }
}

@media(min-width: 1000px) {
    .header-menu .btn-mobile,
    .admin-nav .close {
        display: none;
    }

    .btn-group.custom-btngroup-width .btn {
        width: 160px;
    }

    .search-custom-width {
        width: 480px !important;
    }

    .modal-dialog.modal-fullscreen-xxl-down.modal-xl {
        max-width: 1140px;
    }
}

.content {
    /*padding-top: 3rem;*/
    padding-bottom: 2rem;
    flex: 0 1 100%;
}

.login-signup-form {
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-radius: .65rem;
    max-width: 420px;
    margin: 0 auto;
    background: #ffffff url(/Assets/images/V.svg) no-repeat right 6% bottom -1%;
    background-size: 16%;
}

    .login-signup-form .form-title {
        /*text-align: center;*/
    }

    .login-signup-form .login-signup-controls,
    .sign-up {
        /*padding-left: 3rem;
        padding-right: 3rem;*/
    }

    .login-signup-form .login-signup-controls {
        border-bottom: 1px solid #ebedf3;
    }

    .login-signup-form .col-form-label {
        padding-top: 0;
        padding-bottom: 0;
    }

.form-group .help-block {
    margin-top: .5rem;
    font-size: .9rem;
    font-weight: 400;
    display: inline-block;
    width: auto;
}

.form-group .form-text {
    display: block;
    margin-top: .5rem;
}

.form-group span {
    display: inline;
}

.mb-0 {
    margin-bottom: 0;
}

.forget-password {
    padding-bottom: 1.5rem;
    margin-top: -.75rem;
}

    .forget-password a {
        font-size: .875rem;
        opacity: .8;
    }

        .forget-password a:hover {
            opacity: 1;
        }

.or {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    text-align: center;
    opacity: .5;
}

.smart-pass {
    padding-top: 2rem;
    padding-bottom: 3rem;
    text-align: center;
}

    .smart-pass p {
        opacity: .6;
        font-size: .875rem;
    }

        .smart-pass p a {
            opacity: 1;
            font-size: 16px;
            font-weight: 600;
            margin-left: .5rem;
        }

.sign-up {
    padding-top: 2rem;
    text-align: center;
}

    .sign-up p {
        font-size: .875rem;
    }

        .sign-up p span {
            opacity: .6;
        }

        .sign-up p a {
            font-weight: 600;
            margin-left: .5rem;
        }

/* Begin:: Signup */
.inside-outside-uae {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


    .inside-outside-uae .radio {
        color: #fff;
    }

        .inside-outside-uae .radio span {
            display: none;
        }

.signup-wizard {
    display: none;
}

.wizard-on .signup-wizard {
    display: block;
}

.wizard-on .form-title,
.wizard-on .inside-outside-uae {
    display: none;
}

.signup-wizard .wizard-title {
    white-space: nowrap;
}
/* End:: Signup */

/* Begin Footer */
/*.tra-footer {
    margin-top: 1.5rem;
}*/

.tra-footer .uae-logos {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.tra-footer .uae-logos {
    margin-bottom: 2rem;
}

    .tra-footer .uae-logos .separator {
        height: 60px;
        width: 1px;
        background-color: rgba(0,0,0,0.2);
        margin-left: 1rem;
        /* margin-right: 1rem;*/
    }

.tra-footer .socails a:not(:last-child) {
    margin-right: 1rem;
}

.tra-footer .socails a i {
    font-size: 1.2rem;
    opacity: .8;
}

.tra-footer .socails a:hover i {
    opacity: 1;
}


.vertical-nav > * {
    display: block;
}

.vertical-nav label {
    /*opacity: 0.5;*/
    margin-bottom: 1.8rem;
    font-size: .9375rem;
    font-weight: 500;
}

.vertical-nav a:not(.btn) {
    font-size: .875rem;
}

.menu-nav {
    padding-left: 0;
}

    .menu-nav li {
        list-style: none;
        /*margin-bottom: 1rem;*/
        padding: .5rem 0;
    }

        .menu-nav li a {
            color: #000;
            /*font-weight: 500;*/
            font-size: .9375rem;
        }

        .menu-nav li:first-child {
            padding-top: 0;
        }

.copyright-bar a,
.copyright-bar p {
    font-size: .75rem;
    opacity: .6;
    margin-bottom: 0;
}

    .copyright-bar a:hover {
        opacity: 1;
    }

.contact,
.copyright {
    display: flex;
    align-items: center;
    height: 100%;
}

.contact {
    justify-content: flex-end;
}

    .contact span:not(:last-child) {
        color: #9f9ea2;
    }

.socails a {
    text-decoration: none;
}

@media(max-width: 999px) {
    .vertical-nav {
        margin-bottom: 2rem;
    }

    .footer-bottom .col-md-9 .col-md-3:nth-last-child(-n+2) .vertical-nav {
        margin-bottom: 0;
    }

    .footer-bottom .phone, .footer-bottom .socails, .footer-bottom .copyright p {
        text-align: center !important;
    }

    .footer-bottom .phone, .footer-bottom .socails, .footer-bottom .copyright {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .footer-bottom .phone {
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }

    .footer-bottom .copyright {
        justify-content: center;
    }
}

@media (max-width: 999px) and (min-width: 600px) {
    .footer-logos {
        align-items: center !important;
        flex-direction: row;
    }

    .uae-logos {
        flex: 0 1 50%;
        justify-content: flex-start !important;
    }
}

@media(min-width: 1000px) {
    .mobile-figure {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2.5rem;
    }
}

@media(max-width: 599px) {
    .footer-logos {
        align-items: center !important;
        flex-direction: row;
        justify-content: space-between;
    }

    .tra-footer .tra-logo {
        justify-content: center;
    }

        .tra-footer .tra-logo img {
            max-width: 335px !important;
            width: 100px;
        }

    .tra-footer .uae-logos > img {
        max-width: 35px !important;
    }

    .tra-footer .uae-logos img:last-child {
        max-width: 70px !important;
    }

    .tra-footer .uae-logos a:first-child img {
        max-width: 50px !important;
    }

    .tra-footer .tra-logo, .tra-footer .uae-logos {
        padding-bottom: 30px;
    }
}

.pass-btn .btn {
    font-family: "SFProText-Semibold", sans-serif;
    font-weight: 600;
}

/*.btn-grey {
    background-color: rgba(52, 75, 97, .07);
    border-color: rgba(52, 75, 97, .07);
}*/
.btn-grey {
    background-color: rgb(231 234 237);
    border-color: rgb(231 234 237);
    border-radius: 12px;
    color: #344b61;
}

.btn.btn-grey:hover {
    -webkit-box-shadow: 0 0 0 0.3rem rgb(242 242 242 / 16%);
    box-shadow: 0 0 0 0.3rem rgb(242 242 242 / 16%);
    -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;
}

.pass-btn img {
    height: 100%;
    display: flex;
    width: 100%;
    object-fit: cover;
}

.vertical-nav.show-menu label {
    opacity: 1;
}

.privacy-nav {
    text-align: right;
}

    .privacy-nav a:not(:last-child) {
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #666;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

/*.tab-pane p,
.tab-pane small {
    margin-bottom: 0.35rem;
}*/

.tab-pane span {
    white-space: nowrap;
}

.tab-pane > div {
    margin-bottom: 1.5rem;
}

.action-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .action-btn button {
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: 0.3rem;
    }

.profile {
    padding: 3rem 2rem;
    border-radius: .65rem;
}

.page-title {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d2d2d7;
}

.custom-tabs .tab-content {
    padding: .65rem 2rem;
}

.custom-tabs .nav-link {
    text-align: left;
    margin-bottom: .65rem;
}

.custom-tabs .nav-link-custom {
    display: flex;
    align-items: center;
}

.profile-tab-card p {
    font-size: .875rem;
    font-weight: 600;
}

.profile-tab-card .tab-pane span {
    font-weight: 500;
}
/* Begin Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .65rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.fade:not(.show) {
    opacity: 0;
}

.modal-open {
    overflow: hidden;
}

.close-modal {
    text-align: right;
    padding-bottom: 2rem;
}

.edit-form {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    padding-right: 1rem;
}

    .edit-form label {
        margin-bottom: 0.6rem;
        font-size: 0.85rem;
        display: block;
    }

.modal-actions {
    padding-top: 1rem;
    padding-right: 1rem;
    text-align: left;
}

.popup-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    border-radius: 0.65rem;
}

    .popup-title h3 {
        font-weight: 400;
    }

    .popup-title p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

@media(min-width: 600px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media(min-width: 1000px) {
    .modal-xl {
        max-width: 900px;
        width: auto;
    }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1300px;
    }
}
/* End Modal */

/* begin:: Confrimation Modal */
.confirmation-modal .modal-dialog {
    max-width: 500px;
}

.confirmation-modal .modal-content {
    min-height: 200px !important;
}

/* end:: Confrimation Modal */
@media(min-width: 1200px) {
    .custom-tabs .nav {
        padding-right: 2rem;
    }
}

@media(min-width: 600px) {
    .vertical-nav label i,
    .vertical-nav label svg {
        display: none;
    }

    .hidden-lg {
        display: none;
    }
}

@media(min-width: 1000px) {
    .modal-lg {
        max-width: 800px;
    }

    .fixed-footer .tra-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .fixed-footer .content {
        padding-bottom: calc(3rem + 300px);
    }
}

@media (max-width: 999px) {
    .tra-footer .tra-logo,
    .tra-footer .uae-logos,
    .tra-footer .socails {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .tra-footer .uae-logos,
    .tra-footer .socails {
        justify-content: center;
    }

    .tra-footer .tra-logo, .tra-footer .uae-logos {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .footer-logos {
        margin-bottom: 2rem;
    }

    .custom-tabs .tab-content {
        padding: 1rem;
    }
}

@media(max-width: 599px) {
    /*add beacon repeater delete button*/
    .sm-d-none {
        display: none;
    }

    .sm-d-relative {
        position: relative;
    }


    .sm-d-absolute {
        position: absolute;
        border: 0px !important;
        right: 5px;
        top: 18px;
        padding: 0px !important;
    }
    /*end add beacon repeater delete button*/
    .vertical-nav:not(.working-hours) {
        border-bottom: 1px solid #ebedf3;
    }

    .tra-footer .socails {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #ebedf3;
        /*border-bottom: 1px solid #ebedf3;*/
    }

    .vertical-nav .menu-nav {
        display: none;
        padding-bottom: 1rem;
        padding-left: 0.65rem;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

        .vertical-nav .menu-nav a {
            opacity: 0.8;
        }

            .vertical-nav .menu-nav a:hover {
                opacity: 1;
            }

    .vertical-nav.show-menu .menu-nav {
        display: block;
        transform: none;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }

    .vertical-nav {
        margin-bottom: 0;
    }

        .vertical-nav label {
            opacity: 0.8;
            padding-top: 0.65rem;
            padding-bottom: 0.65rem;
        }

        .vertical-nav label,
        .footer-logos {
            margin-bottom: 0;
        }

            .vertical-nav label:hover {
                cursor: pointer;
            }

            .vertical-nav label i,
            .vertical-nav label svg {
                -webkit-transition: -webkit-transform .3s ease;
                transition: -webkit-transform .3s ease;
                transition: transform .3s ease;
                transition: transform .3s ease, -webkit-transform .3s ease;
            }

        .vertical-nav.show-menu label i,
        .vertical-nav.show-menu label svg {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .working-hours a {
        justify-content: center;
    }

    .working-hours .time {
        display: flex;
        justify-content: space-between;
        padding-top: 0.65rem;
    }

    .copyright-bar .copyright,
    .copyright-bar .privacy-nav {
        text-align: center;
    }

    .copyright-bar .copyright {
        display: block;
        margin-bottom: 0.65rem;
    }

    .tab-pane > div {
        display: block !important;
    }

    .custom-tabs .nav {
        flex-direction: row;
        white-space: nowrap;
        overflow-x: auto;
    }

    .custom-tabs .nav-link {
        display: inline-block;
        width: inherit;
    }

    .hidden-md {
        display: none;
    }

    .tra-header .tra-logo img {
        max-width: 200px;
    }
}

@media(max-width: 575px) {
    .copyright-bar {
        margin-top: 0;
        padding-top: 1rem;
        border-top: 1px solid #ebedf3;
    }

    .copyright {
        padding-bottom: 15px;
    }

    .copyright-bar .col {
        border-right: 1px solid #d2d2d7;
    }

    .copyright-bar a {
        white-space: nowrap;
    }
}

.kt-portlet .kt-portlet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

.tra-container .kt-portlet {
    margin-bottom: 30px;
}

.step-content:not(#tabpreview) .kt-portlet .kt-portlet__head {
    display: none;
}

.trasite-wizard .col-md-4 .kt-portlet {
    /*background: #fcfcfc;*/
}

@media(min-width: 1000px) {
    .trasite-wizard .col-md-4 .kt-portlet .kt-portlet__body {
        /*padding: 2rem;*/
        padding-right: 2rem;
    }
}

/* Subheader */
.subheader {
    margin: 0 0 2.5rem;
    background: #f4f6f7;
    color: #344b61;
}

    .subheader .tra-container {
        position: relative;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .subheader .kt-subheader {
        display: flex;
        justify-content: space-between;
    }

    .subheader .tra-container {
        background: url(../images/shape.svg) no-repeat;
        background-position: calc(100% - 150px) center;
        background-size: contain;
    }

.kt-subheader .help-btns .btn {
    border-radius: 1rem;
}

.help-btns .btn:not([data-toggle="dropdown"]) {
    background: #ffffff;
}

.help-btns .btn img {
    width: 24px;
    max-height: 24px;
}

.help-btns .btn-success {
    background: #3F8E50;
}

.subheader .kt-widget__icon {
    display: inline-flex;
    align-content: center;
    /*line-height: 1.4;*/
    align-items: center;
}

.subheader .kt-widget__top {
    margin-bottom: 1.5rem;
}

.help-btns {
    display: flex;
    align-items: center;
    /*padding: 1rem 0;*/
}

.kt-subheader .kt-subheader__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: .25rem 0;
}

.kt-subheader .kt-container {
    width: 100%;
}

.video-modal .helpVideoModalBody,
.video-modal .helpVideoModalBody iframe {
    width: 100%;
}

#serviceCardModal .serviceCardModalBody h6 {
    font-weight: 600;
}

    #serviceCardModal .serviceCardModalBody h6 + div {
        font-weight: 500;
        color: #344b61;
    }

@media(max-width: 599px) {
    .subheader .kt-subheader {
        margin-bottom: 15px !important;
    }

    .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        flex-grow: 1 !important;
        /*justify-content: space-between;*/
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
    }

        .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details {
            padding-left: calc(22px + .5rem);
        }

    .video-modal .helpVideoModalBody {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

@media(min-width: 1000px) {
    .kt-subheader .kt-container {
        display: flex;
        justify-content: space-between;
    }

    .help-btns {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
    }

    .bottom-bar .help-btns {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    /*#div-request-header,
    .subheader .kt-subheader {
        padding-right: 280px;
    }*/
}

@media (min-width: 1600px) {
    .container.container-custom-sm {
        max-width: 1000px;
    }

    .help-btns {
        right: 100px;
    }
}
/* Bottom bar (After Subheeader) */
.bottom-bar {
    background-color: #f1f2f3;
}

.current-state-form {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .625rem !important;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(198, 201, 215, 0.2);
    border-radius: .25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3F8E50;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-status {
    font-size: 1rem;
    color: #9b9aa1;
    margin-top: 10px;
}
/*.bootstrap-select.form-control {
	border: 1px solid rgba(27,29,33,0.32);
}*/
.bootstrap-select > .dropdown-toggle {
    border: 1px solid rgba(27,29,33,0.32);
    font-size: 1.0625rem;
    color: rgba(27,29,33,0.72);
}

    .bootstrap-select > .dropdown-toggle:hover {
        border-color: #1B1D21;
    }

    .bootstrap-select > .dropdown-toggle:after {
        display: none;
    }

.bootstrap-select.is-invalid {
    background-position: calc(100% - 0.375rem) calc(0.375em + 0.45rem);
}

    .bootstrap-select.is-invalid .btn {
        border-color: #D83731;
    }

.bootstrap-select.is-valid .btn {
    border-color: #3F8E50;
    padding-right: 50px;
}

.bootstrap-select.is-invalid .btn,
.bootstrap-select.is-valid .btn {
    position: relative;
}

    .bootstrap-select.is-invalid .btn .bs-caret .caret,
    .bootstrap-select.is-valid .btn .bs-caret .caret {
        right: 40px;
    }

.bootstrap-select {
    position: relative;
}

    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        font-size: .85rem;
        right: 1rem;
        display: inline-block;
        margin-top: 0 !important;
    }
/* Select with checkboxes */
/*.select-checkboxes .bootstrap-select .btn {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    vertical-align: middle;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

.select-checkboxes .bootstrap-select .btn:hover,
.select-checkboxes .bootstrap-select .btn:focus {
    background-color: transparent;
}

.select-checkboxes .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0;
}

.select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark {
    display: inline-block;
    position: absolute;
    left: .5rem;
    margin-top: 5px;
}

    .select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark:before {
        display: none;
    }

.select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
    display: inline-block;
    position: absolute;
    font-size: 8px;
    top: 4px;
    left: 3px;
}

.select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark:after {
    font-weight: 400;
    content: '\f0c8';
    display: inline;
}

.select-checkboxes .bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    position: relative;
    padding: .75rem 2rem;
    background-color: transparent;
}

.select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: auto;
    font-size: 1rem;
}

.select-checkboxes .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
}

.select-checkboxes .bootstrap-select .dropdown-menu > li > a:focus,
.select-checkboxes .bootstrap-select .dropdown-menu > li > a:hover {
    outline: 0;
    background-color: #4b6379;
    color: white;
}

.select-checkboxes .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding: 0;
    padding-right: 3rem;
}
/* Select with checkboxes */

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #344b61;
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-height: 350px !important;
    transform: translate3d(0px, 40px, 0px) !important;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-height: 275px !important;
        position: relative;
        top: -40px;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

.was-validated .bootstrap-select.form-control:valid, .bootstrap-select.form-control.is-valid {
    padding: 0;
}

@media(max-width: 599px) {
    .bootstrap-select > select.mobile-device optgroup {
        font-size: 15px;
    }

        .bootstrap-select > select.mobile-device optgroup * {
            font-size: 14px;
            white-space: normal;
            text-align: left;
        }
}


/* Validations */
.was-validated .form-control:valid:not(.v-required):not(.bootstrap-select),
.form-control.is-valid:not(.v-required):not(.bootstrap-select) {
    background-image: none !important;
    border-color: rgba(27,29,33,0.32) !important;
}

/*.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid ,*/
/*.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: right calc(1.375em + .325rem) center;
}*/

.was-validated select.form-control:valid, select.form-control.is-valid {
    /*background-position: right calc(1em + .325rem) center;*/
    /*background: url(../images/down.png) no-repeat;
    background-position: right calc(1em + .325rem) center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
}

    .was-validated select.form-control:valid:after, select.form-control.is-valid:after {
        position: absolute;
        content: url(../images/down.png);
    }

.form-group .checkbox .help-block {
    display: block;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ebedf2;
    margin-top: 2rem;
}

    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        display: flex;
        align-items: center;
        flex-grow: 1;
        padding: 2rem 0;
    }

.review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    flex-grow: 0;
}

    .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
        font-size: 18px;
        color: #74788d;
        font-weight: 900;
    }

    .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon img {
        width: 22px;
    }

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details {
    padding-left: 1rem;
}

    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__title {
        display: block;
        color: #333;
        font-weight: 500;
        font-size: .95rem;
    }

@media(min-width: 1000px) {
    .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        flex: 1 1 50%;
    }
}

@media(min-width: 600) and (max-width: 999px) {
    .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        flex: 0 1 50%;
    }

    .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        padding-right: 0.42rem;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Poppins,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .9rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip-inner {
    max-width: 200px;
    padding: .75rem 1rem;
    color: #595d6e;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

.tooltip .tooltip-inner {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.tooltip .tooltip-inner {
    border: 1px solid rgba(0,0,0,0.2);
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

    .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

    .tooltip .arrow::after {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
        z-index: -1;
    }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::after, .bs-tooltip-top .arrow::after {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 1px;
    }

.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .kt-checkbox > span {
        position: absolute;
        top: 1px;
        left: 0;
    }

        .kt-checkbox > span:after {
            margin-top: 3px;
            margin-left: 7px
        }

.b-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.b-switch input:empty ~ span {
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}

.pv-control.pv-toggleswitch .switchery {
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

    .pv-control.pv-toggleswitch .switchery > small {
        display: none;
    }

.b-switch input:empty ~ span:before {
    background-color: #e8ebf1;
}

.b-switch input:empty ~ span:after, .b-switch input:empty ~ span:before {
    width: 54px;
    border-radius: 15px;
}

.b-switch input:empty ~ span:after, .b-switch input:empty ~ span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.b-switch input:empty ~ span:after {
    color: #f8f9fb;
    background-color: #fff;
}

.b-switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    line-height: 26px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: .9em;
    text-align: center;
    vertical-align: middle;
}

.b-switch input:checked ~ span:before {
    background-color: #e8ebf1;
}

.b-switch input:checked ~ span:after {
    margin-left: 26px;
}

.amsx-toggle-switch .b-switch input:checked ~ span:after, .b-switch input:checked ~ span:after {
    background-color: #344b61;
}

.current-state-form .card {
    background: #fff;
}

.submitted-successfully h1 {
    margin-bottom: 2.5rem !important;
}

.submitted-successfully h3 {
    margin-bottom: 1rem !important;
}

.submitted-successfully h5 {
    font-weight: 400;
}

.submitted-successfully p {
    font-size: 14px;
}

/* Upload Control */
.trasite-fileupload-control button.file-fake-input, .trasite-fileupload-control .fileInfoContainer, .trasite-multifileupload-control button.file-fake-input {
    width: 100%;
    height: 82px !important;
    background-color: #fefeff !important;
    color: #333;
    border: 1px dashed #dcdee7;
    font-size: 20px;
    font-weight: 300;
}

.trasite-fileupload-control .input-group button.file-fake-input,
.trasite-multifileupload-control .input-group button.file-fake-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .42rem;
}

.trasite-fileupload-control .download-link {
    padding-left: 24px;
}

    .trasite-fileupload-control .download-link i {
        display: block;
        font-size: 24px;
        /*margin-bottom: 1rem;*/
    }

    .trasite-fileupload-control .download-link .upload-file-info,
    .trasite-multifileupload-control .download-link .upload-file-info {
        display: flex;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        font-weight: 500;
    }

.trasite-multifileupload-control button.file-fake-input i, .trasite-fileupload-control button.file-fake-input i {
    font-size: 24px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.trasite-multifileupload-control .fileInfoContainer {
    width: 100%;
    background-color: rgb(63 142 80 / 10%);
    padding: .75rem .625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-right: 0 !important;
    margin-top: 1rem;
}

.trasite-multifileupload-control .download-link {
    width: calc(100% - 55px);
    text-align: left;
    border: 0;
}

.trasite-fileupload-control button.file-fake-input:hover, .trasite-fileupload-control button.file-fake-input:focus, .trasite-multifileupload-control button.download-link {
    background-color: transparent !important;
    border-style: solid;
    transform: translate(0, 0) !important;
}

.trasite-multifileupload-control .remove-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    opacity: 0.9;
}

.file-type-icon {
    padding-right: 1rem !important;
}

.upload-file-info small,
.file-size {
    direction: ltr;
}

.trasite-fileupload-control .col-form-label i.fa-info-circle,
.trasite-multifileupload-control .col-form-label i.fa-info-circle {
    font-size: .88rem;
    color: #000000;
}
/* Word Counter */
.form-group .kt-badge {
    display: none;
    float: right;
    background: #31465b;
    color: #fff;
    padding: 0.15rem .3rem;
    border-radius: 0.435rem;
    font-size: 11px;
}

/* Review Tab */
.input-form-group label {
    padding-top: calc(.65rem + 1px);
    padding-bottom: calc(.65rem + 1px);
}

/* Review info bar */
.review-info-topbar .kt-widget__content,
.review-info-topbar .kt-widget__bottom {
    padding-left: 0 !important;
}

/* Alerts */
.alert {
    margin-bottom: 1rem;
    position: relative;
    padding: 1rem 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .alert.alert-danger {
        background-color: #f64e60;
        border-color: #f64e60;
        color: #fff;
    }

    .alert ul li {
        list-style: none;
    }

    .alert .close {
        display: none;
    }

.alert-success {
    color: #636464;
    background-color: rgba(63, 142, 80, .4);
    border-color: rgba(63, 142, 80, .4);
}

.alert-warning {
    color: #636464;
    background-color: rgba(248, 192, 40, .4);
    border-color: rgba(248, 192, 40, .4);
}

.alert-info {
    color: #636464;
    background-color: rgba(52, 75, 97, .1);
    border-color: rgba(52, 75, 97, .1);
}

.py-3 > .chatReplyDiv > div > form > .alert-InvalidValidation { /*for removing chat validation message*/
    display: none !important;
}

/* Digital Advisor */
.web-advisor {
    margin-bottom: 1.5rem !important;
}

    .web-advisor.sticky {
        position: fixed;
        top: 0;
        z-index: 1010;
        width: 100%;
        max-width: calc(100% - 1.75rem);
        transition: position .3s ease-in-out, top .3s ease-in-out;
    }

    .web-advisor .adv-card {
        background-color: #f9f9f9 !important;
        box-shadow: 0px 0px 8px #f0f0f0;
        border: 1px solid rgb(156 127 95 / 13%);
    }

.adv-card .adv-card-body {
    padding: 15px 10px;
}

    .adv-card .adv-card-body .adv-icon h4 {
        display: flex;
        flex-direction: column;
    }

    .adv-card .adv-card-body .adv-icon img {
        width: 50px;
        height: 38px;
        margin-right: .5rem;
    }

    .adv-card .adv-card-body .adv-icon span {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .adv-card .adv-card-body .adv-icon small {
        font-size: .85rem;
        font-weight: 400;
    }

    .adv-card .adv-card-body .adv-content .adv-title {
        color: #344b61;
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .adv-card .adv-card-body .adv-content .adv-desc {
        color: #6b757f;
        font-size: .75rem;
    }

@media(min-width: 600px) {
    .adv-card .adv-card-body {
        display: flex;
        align-items: center;
    }

        .adv-card .adv-card-body .adv-icon {
            padding-right: 1.75rem;
            border-right: 1px solid #344b61;
        }

        .adv-card .adv-card-body .adv-content {
            padding-left: 1.75rem;
        }
}

@media(min-width: 1000px) {
    .adv-card .adv-card-body .adv-icon {
        flex: 0 1 33.3333%;
    }
}

@media(max-width: 599.99px) {
    .adv-card .adv-card-body .adv-icon {
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #344b61;
    }

    .adv-card .adv-card-body .adv-content {
        padding-top: 1.2rem;
    }

    .web-advisor {
        display: none !important;
    }
}

@media(min-width: 1000px) {
    .web-advisor.sticky {
        max-width: 960px;
        background-color: #fff;
    }
}

@media(min-width: 1600px) {
    .web-advisor.sticky {
        max-width: 1400px;
    }
}

/* Timeline */
.text-white {
    color: #fff;
}

.kt-timeline-v3 {
    padding: 1rem;
}

    .kt-timeline-v3 .kt-timeline-v3__item {
        margin-bottom: 1rem;
        position: relative;
        display: flex;
        align-items: center;
    }

        .kt-timeline-v3 .kt-timeline-v3__item:before {
            position: absolute;
            width: .28rem;
            border-radius: .3rem;
            height: 70%;
            left: 10rem;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            margin: 0 5px;
        }

        .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item:before {
            background: #344b61;
        }

        .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
            display: table-cell;
            vertical-align: top;
            font-weight: 500;
            font-size: .9rem !important;
            position: absolute;
            text-align: right;
            color: #475869;
        }

        .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
            display: table-cell;
            width: 100%;
            vertical-align: top;
            padding-left: 11rem;
            color: #6b757f;
        }

            .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc span {
                font-size: .8rem;
            }

                .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc span:not(:last-child) {
                    padding-top: .25rem;
                    padding-bottom: .25rem;
                }

.kt-timeline-v3__item-user-name .kt-link {
    margin-bottom: .25rem;
}

#feedbackDiv {
    margin-bottom: 2rem;
}

    #feedbackDiv .d-flex {
        display: block !important;
    }

.feedbacklist-accordion .card-header {
    background-color: #f9f9f9 !important;
    border-radius: .42rem .42rem 0 0;
}

    .feedbacklist-accordion .card-header .card-title {
        color: #344b61;
        font-size: 16px;
        font-weight: 500;
    }

.feedbacklist-accordion .card {
    border-radius: 0 0 .42rem .42rem;
    box-shadow: none !important;
}

div#feedbackDiv .kt-portlet {
    border: 1px solid #eeeeee;
    border-radius: .42rem;
}

@media(max-width: 599.99px) {
    .kt-timeline-v3 .kt-timeline-v3__item {
        display: block;
        padding-left: .75rem;
    }

        .kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item:before {
            height: 100%;
            left: 0;
        }

        .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
            font-size: 1rem;
            display: block;
            position: relative;
            text-align: left;
            margin-bottom: .42rem;
        }

        .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
            padding: 0 !important;
            display: block;
        }
}

/* Chat */
.kt-chat {
    padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: .42rem;
}

    .kt-chat .kt-portlet {
        border: 0 !important;
    }

    .kt-chat .kt-chat__messages .kt-chat__message {
        margin-bottom: 1rem;
    }

        .kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right {
            text-align: right;
        }

.kt-chat__text > span:first-child {
    font-size: 1rem;
    margin-bottom: .42rem;
}

.kt-link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.kt-link:hover:after {
    width: 100%;
}

.kt-link.kt-link--dark:hover:after {
    border-bottom: 1px solid #14151d;
    opacity: .3;
}

.kt-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

    .kt-media.kt-media--circle {
        border-radius: 50%;
    }

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
    padding: 0 .4rem;
    font-size: .9rem;
    color: #475869;
    font-weight: 500;
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__datetime {
    color: #6b757f;
    font-size: .75rem;
    font-weight: 400;
}

/* Begin:: Badge */
.badge {
    font-size: .75rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
    padding: .5em .75em;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #344b61;
}

.badge-success {
    color: #ffffff;
    background-color: #3F8E50;
}

.badge-dark {
    color: #fff;
    background-color: #1B1D21;
}

.badge-warning {
    color: #212529;
    background-color: #F8C028;
}

.badge-danger {
    color: #ffffff;
    background-color: #D83731;
}

.badge-gold,
.badge-info {
    color: #ffffff;
    background-color: #B68A35;
}

.badge-label-success {
    color: #3F8E50;
    border: 1px dashed #3F8E50;
}

.badge-label-warning {
    color: #F8C028;
    border: 1px dashed #F8C028;
}

.badge-label-danger {
    color: #D83731;
    border: 1px dashed #D83731;
}

.badge.badge-sm {
    width: 20px;
    height: 20px;
    padding: 0;
}

.badge.badge-md {
    width: 24px;
    height: 24px;
}
/* End:: Badge*/
.kt-badge.kt-badge--unified-success {
    color: #0abb87;
    background: rgba(10,187,135,.1);
}

.kt-media span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #74788d;
    border-radius: 4px;
}

.kt-media.kt-media--sm span {
    width: 30px;
    height: 30px;
    font-size: .9rem;
}

.kt-media.kt-media--circle span {
    border-radius: 50%;
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
    display: inline-block;
    padding: 1.2rem 1.7rem;
    padding: 1.1rem 3.5rem 1.1rem 1.6rem;
    margin-top: .8rem;
    color: #475869;
    background-color: rgba(221, 209, 197, .1);
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.4;
    border-radius: 4px;
}

    .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text .kt-link {
        color: #475869;
        opacity: .8;
        display: inline-block;
        padding: .6rem 0 0;
    }

        .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text .kt-link:hover {
            opacity: 1;
        }

#div-request-header {
    margin-bottom: 1rem;
}

@media(max-width: 599px) {
    #div-request-header {
        margin-bottom: 3rem;
    }
}

/* Scrollbar */
.kt-scroll {
    overflow-y: auto !important;
}

    .kt-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .kt-scroll::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 4px;
        transition: background-color .2s linear, opacity .2s linear;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
    }

    .kt-scroll::-webkit-scrollbar-thumb {
        background: #d8dce6;
        opacity: 1;
        width: 8px;
        border-radius: 4px;
    }

@media(max-width: 600px) {
    .kt-scroll .table {
        min-width: 600px;
    }
}

/* Table */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: middle;
        text-align: left;
        border-bottom: 1px solid #ebedf2;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ebedf2;
    }

    .table thead td, .table thead th {
        font-weight: 500;
        border-bottom-width: 1px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

/* Dropdown */
.kt-nav {
    padding: .5rem 0;
    margin: 0;
}

    .kt-nav .kt-nav__item {
        list-style: none;
    }

        .kt-nav .kt-nav__item a.kt-nav__link {
            display: block;
            width: 100%;
            padding: .5rem 1rem;
            clear: both;
            font-weight: 400;
            text-align: inherit;
            text-decoration: none;
            white-space: nowrap;
            background-color: transparent;
            border: 0;
        }

            .kt-nav .kt-nav__item a.kt-nav__link:focus,
            .kt-nav .kt-nav__item a.kt-nav__link:hover {
                color: #1e2125;
                background-color: #e9ecef;
            }

/* Services (Dashboard) */
.services-filter .nav-link {
    text-align: left;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
}

    .services-filter .nav-link.active {
        font-size: 1rem;
        font-weight: 500;
    }

    .services-filter .nav-link span {
        flex: 1;
        font-size: 1rem
    }

.services-content .card {
    box-shadow: none;
}

.services-content .card-hover-content h4 {
    font-size: 1.1rem;
}

.services-header h6 {
    font-size: .8rem;
}

.services-header h5 {
    font-size: 18px;
}

.services-header h1 {
    font-weight: 600;
}

.services-header .services-searchbox .form-control {
    border-right: 0;
    border-radius: .48rem 0 0 .48rem;
    border-color: #dcdcdc;
}

.services-header .services-searchbox .input-group-text {
    background: transparent;
    border-left: 0;
    border-radius: 0 .48rem .48rem 0;
    border-color: #dcdcdc;
}

    .services-header .services-searchbox .input-group-text i {
        color: #5f5f5f;
    }

@media(min-width: 1000px) and (max-width: 1599px) {
    .services-header .col-md-4 {
        width: 37.33333%;
    }

    .services-header .offset-md-2 {
        margin-left: 12.66667%;
    }
}

/* Controls */
.form-control[readonly] {
    opacity: 0.4;
    border-color: rgba(27,29,33,0.12);
    cursor: not-allowed;
}

    .form-control[readonly]:hover,
    .form-control[readonly]:active,
    .form-control[readonly].active,
    .form-control[readonly]:focus,
    .form-control[readonly].focus {
        border-color: rgba(27,29,33,0.12);
    }

.pv-control .form-group.is-focused .col-form-label {
    color: #344b61;
}

.pv-control .form-group.is-focused .form-control,
.pv-control .form-group.is-focused .dropdown-toggle {
    border-color: #344b61;
}

.form-group.is-valid .col-form-label,
.form-group.is-valid .dropdown-toggle {
    color: #1B1D21;
}

.intl-tel-input,
.trasite-phone-control .intl-tel-input,
.trasite-phone-control .input-form-group,
.trasite-mapautocomplete-control .input-form-group,
.background-style .pv-phone .input-form-group {
    width: 100%;
}

.trasite-mapautocomplete-control .input-form-group {
    position: relative;
}

.pac-container {
    top: 48px !important;
    left: .75rem !important;
    z-index: 2000;
}

.modal .pac-target-input ~ .pac-container {
    left: 190px !important;
}

@media(min-width: 600px) {
    #tabpreview .pv-phone .input-form-group {
        width: 100%;
    }
}

.intl-tel-input .country-list {
    white-space: normal;
    min-width: 300px;
}

.trasite-fileupload-control .fileInfoContainer {
    position: relative;
    width: 100%;
    padding: .75rem .625rem;
    border-radius: 0.42rem;
    background-color: rgb(63 142 80 / 10%) !important;
    border-color: rgb(63 142 80 / 20%);
    height: auto !important;
}

    .trasite-fileupload-control .fileInfoContainer .remove-link {
        position: absolute;
        top: 50%;
        right: .6rem;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        transform: translate(0px, -50%);
    }

        .trasite-fileupload-control .fileInfoContainer .remove-link i,
        .trasite-multifileupload-control .remove-link i {
            font-weight: 400;
        }

            .trasite-multifileupload-control .remove-link i.fa-times:before,
            .trasite-fileupload-control .fileInfoContainer .remove-link i.fa-times:before {
                content: "\f2ed";
            }

.trasite-fileupload-control .remove-link,
.trasite-multifileupload-control .fileInfoContainer .remove-link {
    color: #D83731;
    background-color: transparent;
    border-color: #D83731;
}

    .trasite-fileupload-control .remove-link:hover,
    .trasite-fileupload-control .remove-link:active,
    .trasite-fileupload-control .remove-link:focus,
    .trasite-multifileupload-control .fileInfoContainer .remove-link:hover,
    .trasite-multifileupload-control .fileInfoContainer .remove-link:active,
    .trasite-multifileupload-control .fileInfoContainer .remove-link:focus {
        background-color: rgba(216,55,49,0.05);
    }

.trasite-fileupload-control .file-size {
    margin-left: 0px !important;
}

.trasite-checkbox-control {
    margin-bottom: 1.5rem;
}

    .trasite-checkbox-control .form-group {
        margin-bottom: 0;
    }

    .trasite-checkbox-control .kt-checkbox {
        color: #344b61;
    }

@media(max-width: 599px) {
    .iti-mobile .intl-tel-input.iti-container {
        left: 0;
        right: 0;
    }

    .iti-mobile .intl-tel-input .country-list {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }

        .iti-mobile .intl-tel-input .country-list .country {
            font-size: 14px;
        }
}

/* Tags Input */
.bootstrap-tagsinput {
    display: block;
    height: 46px;
}
/* User Bar */
.user-bar {
    display: flex;
    align-items: center;
    min-height: 38px;
}

    .user-bar .user-img-badge {
        width: 38px;
        height: 38px;
        padding: 2px;
        border: 1px solid #fff;
    }

        .user-bar .user-img-badge img {
            width: 100%;
        }

        .user-bar .user-img-badge .badge--username {
            width: 32px;
            height: 32px;
            background: #fff;
            color: #344b61;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            font-weight: 600;
        }

    .user-bar .user-username {
        color: #fff;
        font-size: .88rem;
    }

        .user-bar .user-username p {
            max-width: 200px;
        }

    .user-bar .user-img-badge.user-img-badge-sm-grey {
        height: 32px;
        width: 32px;
        border: 1px solid #e4e5e6;
        background: #e4e5e6;
    }

.rounded-circle.rounded-circle-sm-grey {
    width: 25px;
    height: 25px;
    font-size: 14px;
    background: #f4f6f7;
}


/* TRA Container */
.tra-container {
    width: 100%;
    padding-right: var(--gutter-x, .75rem);
    padding-left: var(--gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 600px) {
    .tra-container {
        max-width: 600px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-form-builder .subheader .tra-container {
        background-position: calc(100% - 24px) center;
    }
}

@media (min-width: 1000px) {
    .tra-container {
        max-width: 1000px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-form-builder .subheader .tra-container {
        background-position: calc(100% - 30px) center;
    }
}

@media (min-width: 1600px) {
    .tra-container {
        max-width: 1600px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .custom-form-builder .subheader .tra-container {
        background-position: calc(100% - 150px) center;
    }
}

.current-state-form,
.current-state-form .tra-container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Wizard */
.tra-wizard .title {
    font-size: 1rem;
}

.wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #a4a5a6;
    flex: 1;
}

.wizard.wizard-vertical .wizard-nav .wizard-steps .wizard-step .wizard-label {
    padding: .75rem 0 !important;
    flex: 1;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-prev"] {
    display: none;
}

.wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
    min-width: 28px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard .wizard-actions .btn {
    white-space: nowrap;
}

.wizard-actions .btn-danger i {
    padding-left: 1rem;
    padding-right: 0;
}

.company-review-info .kt-portlet .kt-portlet__head-toolbar .kt-portlet__head-actions .btn {
    white-space: nowrap;
}

    .company-review-info .kt-portlet .kt-portlet__head-toolbar .kt-portlet__head-actions .btn i {
        margin: 0 !important;
    }

.company-review-info .not-in-wizard .kt-portlet,
.company-review-info ~ .kt-portlet {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: .85rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16);
    box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16);
}

    .company-review-info ~ .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
        font-size: 1.5rem !important;
        color: #000 !important;
        align-items: center;
        display: flex;
        margin-bottom: 1.75rem;
    }

.add-company-btn.show .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.add-company-btn .dropdown-menu {
    border-radius: 0;
}

.add-company-btn .btn.dropdown-toggle:after {
    display: none;
}

.company-info-record label {
    font-weight: 600;
}

    .company-info-record label i {
        font-size: 1rem;
    }

.company-info-record p {
    font-weight: 500;
}

.card-listing .list-group .list-group-item:first-child {
    padding-top: 0 !important;
}

.card-listing .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.services-categories .list-group-item {
    list-style: none;
}

.company-details table tbody tr:last-child td,
.company-details .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.company-details .company-actions-list .list-group-item span {
    display: inline-flex;
    align-items: center;
}

.company-details .company-actions-list .list-group-item svg {
    width: 16px;
}

@media(max-width: 999px) {
    .company-info-row {
        border-bottom: 0;
    }

    .company-info-record {
        border-bottom: 1px solid #ececec !important;
    }

    #company-info .company-info-row:last-child .company-info-record.pt-4 {
        border-bottom: 0 !important;
    }
}
/*Dashboard counters*/
.dashboard-header {
    margin-top: 2rem;
}

    .dashboard-header .box {
        margin-bottom: 1rem;
        padding-right: calc(1.5rem / 4);
        padding-left: calc(1.5rem / 4);
    }

    .dashboard-header .custom-tabs .nav {
        background-color: #fff;
    }

.card.counter-card {
    border-radius: 15px;
    background: rgb(156 127 95 / 13%);
    box-shadow: 0px 0px 3px #e2e2e2;
    overflow: hidden;
}

.dashboard-counters .counter-card {
    /*background-color: transparent !important;
    box-shadow: none !important;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 59px;
    background-position: right 1rem bottom 1rem;
}


.dashboard-counters .counter-img {
    /*background-repeat: no-repeat;
    background-position: right 2rem bottom 1rem;
    background-size: 50px;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 2rem bottom 2rem;
    background-size: 80px;
}
/*
.dashboard-counters .card-body {
    padding: 0.4rem;
}*/

.padding-section {
    padding: 1rem;
}

.request a:hover {
    text-decoration: none !important;
}

.services-content-dashboard {
    background-color: transparent;
    height: auto;
    padding-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

    .services-content-dashboard .badge {
        width: 24px;
        height: 24px;
    }

    .services-content-dashboard .card-gold {
        background-color: transparent !important;
        height: auto;
    }

        .services-content-dashboard .card-gold h6 {
            font-size: 1rem;
        }

            .services-content-dashboard .card-gold h6:hover {
                color: #B68A35;
                font-size: 1rem;
            }

.request-data h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.services-content-dashboard .service-marker {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

    .services-content-dashboard .service-marker h6 {
        color: #344b61;
    }

.hesabati .nav-link img {
    height: 24px;
}

.hesabati .nav-item .nav-link {
    min-width: 145px;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #d1a861;
}

    .hesabati .nav-item .nav-link.active {
        background-color: rgb(244 246 248);
    }

.hesabati .servces-tabs .nav-item {
    width: 100%;
}

.hesabati .custom-tabs .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
}

.hesabati .custom-tabs .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
}

.bg-gray {
    background-color: rgb(201 205 211 / 56%) !important;
}

.services-section {
    display: flex;
    min-height: 100%;
}

.services-used {
    max-height: 85%;
    overflow: auto;
}

    .services-used::-webkit-scrollbar {
        width: 2px;
    }

    .services-used::-webkit-scrollbar-thumb {
        background-color: #b68a3b;
        outline: 0.5px solid #b68a3b;
    }

.custom-service {
    max-height: 300px;
    min-height: 300px;
}

.apply-service {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.news {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .news .news-img {
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .news .news-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0.5rem 0;
    }

.draggable-mirror {
    opacity: 0.9;
    z-index: 7;
    overflow: auto;
}

.draggable--over {
    opacity: 0;
}

.handle {
    border-radius: 5px;
    z-index: 6;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    display: none;
}

.drag {
    cursor: pointer;
}

.btn.reset-mode {
    display: none;
}

.btn.edit-mode i {
    padding-right: 0.5rem !important;
    padding-bottom: 0.2rem;
    font-size: 1rem;
}

.btn.reset-mode i {
    padding-right: 0.5rem !important;
    padding-top: 0.2rem;
    font-size: 1rem;
}

.custom-dropdown {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    cursor: pointer;
}

    .custom-dropdown::after {
        display: none;
    }

    .custom-dropdown i {
        color: #344b61;
    }

.custom-dropdown-menu {
    padding: 0px;
}

    .custom-dropdown-menu .dropdown-item {
        padding: 0.5rem 0.8rem;
        cursor: pointer;
    }

    .custom-dropdown-menu .delete-box {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.row:has(.service-provider-selector-label) {
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    .news {
        flex-direction: column
    }
    .container-fluid:has(.table), .table-responsive:has(.table){
        overflow: auto;
    }
    .container-fluid:has(.table){
        padding:0;
    }
    .table thead th{
        vertical-align: top;
    }
    .col-md-9.col-8 h3 {
        font-size: 1.25rem;
    }
    .down-button{
        flex-direction: column-reverse;
    }
    .group-down-button button{
        margin-top: 1rem;
    }
    .down-button button{
        margin-inline: 0;
        width: 100%;
    }
    .custom-spacing.align-items-start{
        align-items: center !important;
    }
    .text-right.model-down-button {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media(max-width: 991px) {
    .dashboard-header .dropdown-menu.show {
        left: -119px !important;
    }

    .profile-tab-card {
        margin-top: 1rem;
    }
}

@media(max-width: 600px) {
    .dashboard-header .dropdown-menu.show {
        left: -10px !important;
    }
}
/* BBSF */
.fileUploadParent button.download-link i {
    font-size: 1.5rem !important;
    padding-right: 1rem;
}

.fileUploadParent button.download-link {
    font-size: .875rem;
    display: flex;
    align-items: center;
    background-color: transparent !important;
    color: #485c71;
    font-weight: 500;
    padding: .65rem 1rem;
    text-align: left;
    border: 0;
}

.pv-control:not(.pv-readOnly) .fileUploadParent .download-link > span {
    word-break: break-word;
    text-align: left;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233F8E50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: right center;
    padding-right: 30px;
}

.pv-fileupload.pv-readOnly .fileUploadParent .download-link > span,
.pv-multiplefileupload.pv-readOnly .fileUploadParent .download-link > span {
    display: flex;
    align-items: center;
}

.pv-fileupload:not(.pv-readOnly) .fileUploadParent button.download-link {
    padding-right: calc(2rem + 40px);
    border-color: transparent;
}

.intl-tel-input .flag-container {
    left: 0;
    right: auto;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    padding-left: 36px;
    padding-right: initial;
}

textarea {
    resize: vertical;
}

.maxSize-Error {
    color: #d83731;
}

.follow-request .pv-toggleswitch .form-group {
    margin-bottom: 0px;
}

label {
    word-break: break-word;
}
/*company listing*/
.company-item .company {
    padding: 30px;
    box-shadow: 0 0 4px #d8d7d7;
    border-radius: 10px;
    padding-bottom: 0px;
}

    .company-item .company:hover {
        -webkit-box-shadow: 0 0.125rem 0.25rem rgb(27 29 33 / 16%);
        box-shadow: 0 0.125rem 0.25rem rgb(27 29 33 / 16%);
        -webkit-transition: -webkit-box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out;
    }

.company-item .company-hyper-link {
    color: inherit;
}

.company .company-fields {
    position: relative;
}

.company .date-text {
    color: #969696;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: .75rem;
    display: flex;
}
.company .description {
    color: #969696;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.border-left {
    border-left: 6px solid transparent;
}

.border-danger {
    border-color: #D83731 !important;
}

.border-warning {
    border-color: #F8C028 !important;
}

.border-dark {
    border-color: #82868e !important;
}

.border-success {
    border-color: #327240 !important;
}

.text-dark {
    color: #82868e;
}

.company .rounded-circle.rounded-circle-sm--grey {
    background: #ececec;
    width: 25px;
    height: 25px;
    font-size: 14px;
}

.company .user-img-badge-sm--grey {
    border: 1px solid #e4e5e6;
    background: #e4e5e6;
    width: 32px;
    height: 32px;
}

.search input {
    border-color: #e4e4e4;
}

    .search input.form-control:focus, .search input.form-control:hover {
        border: 1px solid #f2f2f2;
    }

.search .search-icon {
    background: white;
    border-color: #e4e4e4;
}

    .search .search-icon img {
        width: 18px;
        height: 18px;
    }

/* Date Picker */
.trasite-dropdown-datepicker-control .form-control {
    height: 44px;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

@media(min-width: 1000px) and (max-width: 1599px) {
    .trasite-dropdown-datepicker-control .input-form-group .col-md-2 {
        width: 33.33333%;
    }
}

/*Custom Modal */
.font-size-sm {
    font-size: .925rem;
}

.modal-card .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}

.modal-card .card-header {
    border-radius: calc(.85rem - 1px) 0 0 !important;
    background-color: transparent;
}

.modal-card .card {
    border: none;
    border-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.55rem;
    border-bottom-left-radius: 0.55rem;
}

.modal-card .img-div-style img {
    width: 150px
}

.modal-card .modal-content {
    border-radius: .8rem !important;
}
/*End Custom Modal */

.kt-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #5d78ff;
}

    .kt-link.kt-link--dark {
        color: #282a3c;
    }

.modal-card .col-md-4.pr-md-0, .modal-card .col-md-8.pl-md-0 {
    display: flex
}

    .modal-card .background-style, .modal-card .col-md-4.pr-md-0 .card {
        width: 100%;
    }

        .modal-card .background-style form {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

.input-icon-right span {
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(1.5em + 1.3rem + 2px);
    right: 0;
    left: auto;
}

.input-icon-right {
    position: relative
}


.beacon-infocustom h6.value-color {
    color: #6b6b6b;
}
/*Custom classes*/
.w-100 {
    width: 100%;
}

.w-10 {
    width: 10%;
}

.h-100 {
    height: 100%;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background: white !important;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.border-y {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.bg-light-gray {
    background-color: #F4F6F7;
    color: #757575;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-inherit {
    position: inherit;
}
/* My request listing*/
.my-requests-table .table td, .my-requests-table .table th {
    padding: 25px;
    vertical-align: middle;
}

.my-requests-table table tr:last-child td {
    border-bottom: 0;
}

.my-requests-table {
    min-height: 300px;
}

.filtercard {
    box-shadow: 0px 0px 3px #b9b9b9;
    padding: 25px !important;
    background: #fdfdfd;
}

select#ServiceIDsStr {
    border-color: #e4e4e4;
    padding: .65rem 1rem !important;
    font-size: 0.875rem;
}

.filtercard .form-control:not(.bootstrap-select) {
    border-color: #e4e4e4;
    padding: .65rem 1rem !important;
    font-size: 0.875rem;
}
/*button group*/
.btn-group.custom-btngroup-width {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.filter-group .video-btn {
    background-color: #ffffff;
}

    .filter-group .video-btn .filtersCount {
        top: -10px;
        right: -8px;
    }

.request-filter {
    display: inline-flex;
}

.border-0px {
    border-radius: 0px !important
}

.btn-group.custom-btngroup-width > .btn:not(:last-child):not(.dropdown-toggle), .btn-group.custom-btngroup-width > .btn-group.custom-btngroup-width:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.btn-group.custom-btngroup-width > .btn:not(:first-child), .btn-group.custom-btngroup-width > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group.custom-btngroup-width > .btn:not(:first-child), .btn-group.custom-btngroup-width > .btn-group.custom-btngroup-width:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*kt-pagination*/

.kt-pagination.kt-pagination--sm.kt-pagination--brand.col-12 {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

ul.kt-pagination__links {
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
    align-items: inherit;
}

    ul.kt-pagination__links li a {
        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;
        color: #8593a0;
        margin: 0 .5rem;
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1rem;
    }

.pagination__desc {
    text-align: right;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
}

span#items-counter, #items-pages {
    color: #5d6f81;
}

/*logout, lang */

a#logoutBtn svg {
    width: 16px !important;
    height: 16px !important;
}

button#switchLanguage i {
    font-size: 16px;
}

#switchLanguage {
    font-family: 'DroidArabicKufi',Tahoma;
}

a.disabled {
    cursor: not-allowed;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: #344b61;
    color: white;
}

/*card hover*/
.card.card-hover {
    overflow: hidden;
}

    .card.card-hover .card-body {
        flex-direction: column;
        justify-content: flex-end;
        align-items: inherit;
    }

        .card.card-hover .card-body .card-hover-content p {
            display: table-column !important;
        }

@media(min-width: 1000px) {
    .card.card-hover:hover .card-body .card-hover-content p {
        display: -webkit-box !important;
    }
}

@media(max-width: 999px) {
    .card.card-hover:hover .card-body .card-hover-content h4 {
        margin-bottom: 0;
    }
}

.card.card-hover.card:hover .badge {
    color: #9d805f;
    background-color: white !important;
}

.active-favorite {
    background: white;
}

    .active-favorite i {
        color: #f8c028;
    }

    .active-favorite .far {
        font-weight: 900;
    }


/* Accordion */
.collapse:not(.show) {
    display: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    background-color: white !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    cursor: pointer;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #dedede !important;
}

.accordion-button::before {
    margin-right: 10px;
    content: "\f055";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: transform .2s ease-in-out;
    font-size: 22px;
}

.accordion-button:not(.collapsed)::before {
    content: "\f056" !important;
    transform: rotate( -180deg );
}


/*service Card Modal Body*/
.serviceCardModalBody ul {
    list-style: none;
}


.modal-content {
    min-height: 320px !important
}

/* Textare Control */
.pv-textarea .input-form-group {
    position: relative;
}

.pv-textarea .word-counter {
    bottom: -1.4rem;
    right: 1rem;
}

.pv-textarea .form-control.is-invalid ~ .word-counter {
    bottom: 0;
}

/*beacons*/
.beacon-listing-card g path, .beacon-listing-card g line {
    stroke: #b68a35;
}

.beacon-listing-card svg {
    width: 35px;
    height: auto;
    fill: #b68a35;
}

.beacon-listing-card:hover {
    box-shadow: 0 0 14px #eeeeee;
    cursor: pointer;
}

.beacon-listing-card.no-cursor:hover {
    cursor: default;
}

.beacon-landingimg {
    max-height: 150px;
    min-height: 120px;
}

.beacon-listing-card.bordered {
    border: 1px solid #f5f5f5;
}

.beacon-img {
    max-width: 50%;
    border: 2px solid #f4f6f7;
    padding: 5px;
}

.img-size {
    width: 70px !important;
    height: auto !important
}

.add-company-btn .dropdown-item:hover, .add-company-btn .dropdown-item:focus {
    color: #3F8E50 !important;
    background-color: rgb(244,246, 247);
    border-left-color: #3F8E50;
}

.add-company-btn .dropdown-item {
    color: #344b61 !important;
    border-left: 2px solid transparent;
}

.Beacon-details .input-form-group label {
    font-size: .875rem;
    padding-top: 0.2rem !important;
    font-weight: 500;
}

.Beacon-details .form-group .b-label {
    font-size: .875rem;
    font-weight: 500;
    color: #969696;
}

.popup-title .card-header {
    height: 100%;
}

.popup-title .card-label {
    font-size: 25px;
    color: #344b61;
    font-weight: 500;
}

.modal-card .dropdown-toggle, .modal-card input::placeholder, .start-service-tab-content input::placeholder, .start-service-tab-content .filter-option {
    font-weight: 400 !important;
}

.modal-card .col-form-label,
.start-service-tab-content .form-group:not(.h-form-group) .col-form-label,
.beacon-info-page .col-form-label.b-label {
    margin-bottom: 0.375rem;
    padding-top: 0;
    padding-bottom: 0;
}

.beacon-info-page .input-form-group label {
    font-size: 14px;
    color: #9d805f;
    font-weight: 500;
    padding-top: 0px;
}

.accept-Error {
    color: #d83731;
}

.beacon-table th {
    padding: 1.5rem .75rem !important;
    white-space: nowrap;
}

.beacon-table .sort-btn {
    width: 1rem !important;
    height: 1rem !important;
}

    .beacon-table .sort-btn i {
        font-size: .75rem;
    }
/* Text trim */
.hide-1lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hide-2lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #afafb0;
    margin-bottom: 0.5rem;
}

.hide-3lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* My Profile */
.servces-tabs .nav-item {
    list-style: none;
}

.profile-edit-data .fileInfoContainer {
    display: flex;
    align-items: center;
}

.profile-modal .trasite-datetime-control .form-control {
    border-color: rgba(27,29,33,0.32);
    opacity: 1;
}

.trasite-toggle-control .b-switch label {
    padding: 0;
}

@media(max-width: 999px) {
    .hidden-md {
        display: none;
    }

    .modal.wizard-register .hidden-lg {
        display: block;
    }
}

@media(min-width: 1000px) {
    .modal.wizard-register .hidden-lg {
        display: none;
    }
}
/*request read only*/
.company-review-info label.col-form-label.b-label, .company-review-info label.col-form-label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.company-review-info form {
    margin-top: 1.75rem !important;
    border-bottom: 1px solid #e4e4e4;
}

.company-review-info .kt-portlet__head-title {
    font-size: 1.1rem !important;
    color: #344b61;
}

.company-review-info label, .company-review-info .fileInfoContainer {
    font-size: 14px;
    font-weight: 500;
    color: #344b61;
}

.trasite-wizard .review-title {
    font-size: 19px;
    color: #344b61;
    padding-top: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.trasite-wizard .title {
    font-size: 18px;
}

#linkAccoundDiv .wizard-form-register {
    border: 1px solid #e4e4e4;
}

#linkAccoundDiv input.form-control.v-required::placeholder {
    font-size: 14px;
}

.placeholder-sm::placeholder {
    font-size: 14px;
}

/* Review Section */
@media(min-width: 1000px) {
    .tra-container .trasite-wizard ~ .company-review-info .section-review:not(.not-in-wizard),
    .tra-container .trasite-wizard ~ .company-review-info + .kt-portlet {
        width: 66.66667%;
        margin-left: 33.33333%;
    }

    .tra-container .trasite-wizard ~ .company-review-info + .kt-portlet {
        padding: 0 .75rem;
    }
}

.section-review .getting-started-card .kt-portlet__body.p-4 {
    padding: 0 !important; /* override style from UCP */
}

/* Tab preview */
#tabpreview .kt-portlet__head-title {
    font-size: 19px;
    color: #344b61;
    padding-top: 2rem;
    padding-bottom: 20px;
}

.trasite-wizard {
    margin-bottom: 2rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.85rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16);
    box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16);
}

    .trasite-wizard .pv-control:not(.pv-checkbox) .form-group {
        margin-bottom: 2rem;
    }

/* OTP */
.verify-otp-control .form-control:valid,
.verify-otp-control .form-control.is-valid {
    border-color: rgba(27,29,33,0.32);
    background-image: none;
}


/* Validation messages in service request */
.validation-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: disc;
    list-style-type: disc;
}

.validation-list-group-item {
    position: relative;
    display: list-item;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #fff;
}

    .validation-list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .validation-list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .validation-list-group-item .validation-list-group {
        list-style-type: square;
    }


/* Activities Lisit */
.activities .list-group li i,
.services-categories .list-group li i {
    font-size: .42rem;
}

/*START service request page existing-draft-warning*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.existing-draft-warning {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .existing-draft-warning a {
        color: #504c4c;
        font-size: .85rem;
        line-height: 1.4;
    }

        .existing-draft-warning a:hover {
            text-decoration: underline !important;
        }

    .existing-draft-warning .close {
        margin-top: 0.45rem;
        color: #504c4c;
        opacity: .85;
        display: block;
    }

        .existing-draft-warning .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: 1;
        }
/*END service request page existing-draft-warning*/

/* Public land */
/*
.work-list {
    margin-top: 1rem;
    max-height: 560px;
    overflow: auto;
}

    .work-list:hover {
        overflow-y: auto;
    }

    .work-list::-webkit-scrollbar {
        width: 4px;
    }

    .work-list::-webkit-scrollbar-track {
        transition: background-color .2s linear, opacity .2s linear;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
    }

    .work-list::-webkit-scrollbar-thumb {
        background: #d8dce6;
        opacity: 1;
        width: 4px;
        border-radius: 4px;
    }

    .work-list .table th {
        text-align: left;
    }

    .work-list .table td,
    .work-list .table th {
        vertical-align: middle;
        text-align: left;
    }

    .work-list .table tr td:last-child {
        width: 5%;
    }

@media(max-width: 1599px) {
    .work-list {
        overflow-y: hidden;
    }

        .work-list:hover {
            overflow-y: auto !important;
        }

        .work-list .table {
            font-size: .875rem;
        }
}

.work-list .table td, .work-list .table th {
    white-space: nowrap;
}

@media (max-width: 1599px) {
    .work-list {
        overflow: auto;
    }
}*/


@media(max-width: 600px) {
    .table-resize__mobile,
    .my-requests-table {
        overflow-x: auto;
    }

        .table-resize__mobile .table {
            min-width: 600px;
        }
}

@media(max-width: 1000px) {
    .table-md-scroll {
        overflow-x: auto;
    }
}

#addEditModel .modal-dialog {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
}

#addEditModel .modal-footer .btn:first-child {
    margin-right: 0.5rem
}

#addEditModel .modal-footer .btn[type="submit"] {
    background-color: #344b61;
    border-color: #344b61;
}

.repeater-controls-container {
    border: 1px solid #dee2e6;
}

/* Google Maps searchbox*/
.modalMap .pac-target-input {
    width: calc(100% - 222px);
    top: 9px !important;
    height: 42px;
    left: 210px !important;
}

.modalMap .pac-container {
    left: 212px !important;
}

@media only screen and (max-width : 600px) {
    .modalMap .pac-target-input {
        width: calc(100% - 20px);
        top: 60px !important;
        left: 10px !important;
    }

    .modal .modalMap .pac-container {
        top: 102px !important;
        left: 10px !important;
    }
}




.kt-checkbox > span.disabled {
    background-color: darkgray;
}

.repeater-listing .table.repeater-dgep-create .review-field.v-no-special-characters {
    display: none !important;
}

.repeater-listing .table td [class^="col-"] {
    width: 100%;
}

.btn-reset {
    text-decoration: underline;
    font-size: smaller;
}


.declaration {
    white-space: pre-wrap;
    font-size: 1.1rem;
}

.declaration-container {
    background-color: whitesmoke;
    padding: 20px;
    border: 1px dotted black;
    margin-top: 30px;
}

    .declaration-container label {
        margin-bottom: 0px;
    }

    .declaration-container > label > span {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


/* Company Ribbon */
.ribbon-parent {
    overflow: hidden;
    position: relative;
}

.ribbon {
    margin: 0;
    padding: 0;
    padding: .3em 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(30%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}

    .ribbon:before,
    .ribbon:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 -1px; /* tweak */
        width: 100%;
        height: 100%;
    }

    .ribbon:before {
        right: 100%;
    }

    .ribbon:after {
        left: 100%;
    }

.review-field.v-number {
    display: none;
}

/* Payment */
.payments-table .btn {
    white-space: nowrap;
}

/*Payment table*/
table.table.payment-table {
    color: #5f5f5f;
}

    table.table.payment-table th {
        font-weight: 600 !important
    }

    table.table.payment-table tfoot td {
        background-color: #EFF3FE;
        font-weight: 600 !important
    }
/* company activities DDL empty*/
.dropdown-menu.inner li.disabled:not(.selected) a {
    background-color: darkgray;
    color: black;
}





/* Company creation/Modification checkboxes description*/
label.kt-checkbox input[type="checkbox"]:disabled ~ span {
    background: darkgray;
    border-color: #7b7a7a;
}

.checkbox-desc {
    padding-right: 0;
    padding-left: 30px;
}

/* Aircraft */
.aircraft-actions {
    white-space: nowrap;
}

    .aircraft-actions .btn {
        background-color: rgb(231 234 237 / 0.9);
        border-color: rgb(231 234 237);
    }

        .aircraft-actions .btn:hover {
            background-color: rgb(231 234 237);
        }

.dropdown-sort.is-valid {
    border-color: #e4e4e4;
    background-image: none;
}

    .dropdown-sort.is-valid .btn {
        padding-right: 1rem;
        border-color: #e4e4e4;
    }

        .dropdown-sort.is-valid .btn:focus {
            outline: 0 !important;
        }

        .dropdown-sort.is-valid .btn .bs-caret .caret {
            right: 1rem;
        }

.suppliers-dll {
    align-items: flex-end;
}

    .suppliers-dll .pv-control {
        width: calc(100% - 2.75rem);
    }

    .suppliers-dll .form-group {
        margin-bottom: 0;
    }

    .suppliers-dll .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .suppliers-dll .btn-refresh-suppliers {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.company-info-row .col-md-6, .company-info-row .col-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #ececec;
}

.company-details .card-header {
    padding-right: 1rem;
}

.underline-on-hover:hover {
    text-decoration: underline !important;
}

/* Form Builder Style:: Review sections */
/* Grid */
.section-review .kt-portlet__body .form-group label {
    padding-top: 0;
    padding-bottom: 0;
}

.section-review .kt-portlet__body .form-group .input-form-group {
    display: flex;
    align-items: center;
}

.pv-multiplefileupload.pv-readOnly .input-form-group,
.pv-fileupload.pv-readOnly .input-form-group {
    display: block !important;
}

.section-review .kt-portlet__body .review-field {
    display: none;
}

.section-review .kt-portlet__head-title {
    font-size: 1.5rem !important;
    color: #000 !important;
    align-items: center;
    display: flex;
}

.section-review:not(.not-in-wizard) .kt-portlet__head-title {
    font-size: 1.25rem !important;
}

.section-review form {
    border-bottom: 0;
}

.section-review .kt-portlet {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e4e4e4;
}

.section-review .pv-readOnly .fileUploadParent button.download-link {
    color: #000;
    background-color: #e4e4e4 !important;
}

.section-review .filesListing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .section-review .filesListing .fileInfoContainer {
        margin-right: .5rem;
        margin-bottom: .5rem;
    }

.section-review:not(.not-in-wizard) .kt-portlet__body .form-group .col-form-label {
    font-weight: 500 !important;
}

@media(min-width: 1000px) {
    .section-review .kt-portlet__body .col-md-12:not(.isMultilingual-control):not(.isTextArea-control),
    .section-review.not-in-wizard .col-md-12.isTextArea-control {
        /* width: 50%; */
    }

    .section-review.not-in-wizard .kt-portlet__body .form-group .col-lg-3 {
        width: 33.33333%;
    }

    .section-review.not-in-wizard .kt-portlet__body .form-group .col-lg-9 {
        width: 66.66667%;
    }

    .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3,
    .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9 {
        width: 50%;
    }


    .section-review:not(.not-in-wizard) .kt-portlet__body .isTextArea-control .form-group .col-lg-3,
    .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .repeater-dgep-create .form-group .col-lg-3 {
        width: 25%;
    }

    .section-review:not(.not-in-wizard) .kt-portlet__body .isTextArea-control .form-group .col-lg-9,
    .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .repeater-dgep-create .form-group .col-lg-9 {
        width: 75%;
    }
    .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .repeater-dgep-create .form-builder-control-label {
        width: 100% !important
    }
}

a.text-gold {
    font-weight: 500;
    font-size: .875rem;
}

    a.text-gold:hover {
        text-decoration: underline !important;
        cursor: pointer;
    }

.under-line:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

span.required {
    color: #D83731;
    margin-inline-end: .25rem;
}

/* Requests listing new style */
.expand-payments {
    border: 1px solid #000000;
}

    .expand-payments[data-display=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: transform .3s ease-in;
    }

@media(max-width: 999px) {
    .expand-payments {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.repeater-dgep-create.parameters-manage {
    border-collapse: collapse;
}

    .repeater-dgep-create.parameters-manage td .d-flex {
        width: 100%;
    }

    .repeater-dgep-create.parameters-manage .kt-portlet .kt-portlet__body {
        padding: 1.5rem;
    }

.cancelled-status .svg-icon {
    width: 1rem;
}

.svg-icon.svg-danger circle,
.svg-icon.svg-danger line {
    stroke: #D83731;
}

.svg-icon.svg-dark circle,
.svg-icon.svg-dark line {
    stroke: #82868e;
}

.svg-icon.svg-warning circle,
.svg-icon.svg-warning line {
    stroke: #F8C028;
}

.svg-icon.svg-success circle,
.svg-icon.svg-success line {
    stroke: #327240;
}

.service-marker .badge {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
}

/* Help Section */
.help-section p {
    line-height: 1.4;
}

.linkAccountDiv .emailGroup .form-control {
    padding-right: 48px;
}

.linkAccountDiv .emailGroup .input-icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 0 .42rem .42rem 0;
}

.form-control.remove-check {
    background-image: none !important;
}

.have-no-account {
    line-height: 1.5;
}

.has-desc .pv-checkbox > .form-group {
    margin-bottom: 0;
}

/* Update Mobile Number */
.update-mobile-otp .change-btn {
    top: 35%;
    height: 48px;
    right: 0;
    border-radius: 0 0.42rem 0.42rem 0;
}

.update-mobile-otp .input-form-group {
    width: 100% !important;
}

.update-mobile-otp > span {
    bottom: 2px;
    right: 2px;
}

/* Header:: TopBar */
.header-topbar {
    background-color: #9c7f5f;
    border-bottom: 1px solid rgb(156 127 95 / 13%);
}

    .header-topbar.alert a {
        text-decoration: underline;
    }

    .header-topbar.alert .alert-actions {
        justify-content: flex-end;
        display: inline-flex;
    }

    .header-topbar.alert .close {
        display: inherit;
        float: none;
        color: #ffffff;
        opacity: .9;
    }


.div-CCD-IsModifyActivities .checkbox-desc {
    color: #344b61;
}

/* Accessibility */
.accessibility-dropdown,
.accessibility-dropdown * {
    font-size: 16px;
}

    .accessibility-dropdown .dropdown-menu {
        width: 300px;
    }

    .accessibility-dropdown .card {
        box-shadow: none;
    }

        .accessibility-dropdown .card .card-body {
            padding: 16px;
        }

        .accessibility-dropdown .card .card-header {
            min-height: 48px;
        }

            .accessibility-dropdown .card .card-header .card-title {
                font-size: 14px;
            }

.accessibility-widgets .widget-item {
    position: relative;
    padding: 32px 10px;
    flex: 1 0 50%;
    overflow: hidden;
    background-color: white;
    margin: 0.3rem;
    -webkit-box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 6%);
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 6%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.accessibility-widgets .widget-items k {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.accessibility-widgets .widget-item figure figcaption {
    text-transform: capitalize;
}

.accessibility-widgets figure img {
    width: 48px;
    height: 48px;
}

.accessibility-widgets .widget-item .steps .step {
    height: 4px;
    border-radius: 2px;
    width: 50%;
    margin: 0 2px;
}

.accessibility-widgets .widget-item .steps {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
}

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;
}

.accessibility-contrast-invert {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.accessibility-contrast-desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.accessibility-contrast-hue-rotate {
    filter: hue-rotate(45deg);
    -webkit-filter: hue-rotate(45deg);
}

.accessibility-contrast-dark *:not(a):not(.caret):not(.btn):not(:where(.accessibility-dropdown .dropdown-menu, .accessibility-dropdown .dropdown-menu)) {
    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-dark .dls-side-menu-overlay {
    background-color: rgb(255 255 255 / 10%) !important;
}

.accessibility-contrast-dark a,
.accessibility-contrast-dark .btn {
    transition: all 0s ease 0s;
    background-color: rgb(0, 0, 0) !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(252, 255, 60) !important;
}

[data-text-align="align-left"] *:not(:where(.accessibility-dropdown .dropdown-menu, .accessibility-dropdown .dropdown-menu *)) {
    text-align: left !important;
}

[data-text-align="align-right"] *:not(:where(.accessibility-dropdown .dropdown-menu, .accessibility-dropdown .dropdown-menu *)) {
    text-align: right !important;
}

[data-text-align="align-center"] *:not(:where(.accessibility-dropdown .dropdown-menu, .accessibility-dropdown .dropdown-menu *)) {
    text-align: center !important;
}

[data-text-align="align-left"] .d-flex:not(.steps):not(.widget-items),
[data-text-align="align-left"] .d-md-flex,
[data-text-align="align-left"] .subheader .kt-subheader,
[data-text-align="align-left"] .kt-widget.kt-widget--user-profile-3 .kt-widget__top,
[data-text-align="align-left"] .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    justify-content: flex-start !important;
}

[data-text-align="align-right"] .d-flex:not(.steps):not(.widget-items),
[data-text-align="align-right"] .d-md-flex,
[data-text-align="align-right"] .subheader .kt-subheader,
[data-text-align="align-right"] .kt-widget.kt-widget--user-profile-3 .kt-widget__top,
[data-text-align="align-right"] .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    justify-content: flex-end !important;
}

[data-text-align="align-center"] .d-flex:not(.steps):not(.widget-items),
[data-text-align="align-center"] .d-md-flex,
[data-text-align="align-center"] .subheader .kt-subheader,
[data-text-align="align-center"] .kt-widget.kt-widget--user-profile-3 .kt-widget__top,
[data-text-align="align-center"] .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    justify-content: center !important;
}

/* Google translate */
#google_translate_element {
    margin-bottom: 16px;
}

.goog-te-gadget-simple {
    width: 100%;
    display: flex;
    align-items: center;
}

    .goog-te-gadget-simple > span {
        display: inline-flex;
        flex: 1;
        align-items: center;
    }

        .goog-te-gadget-simple > span a {
            flex: 1;
        }

            .goog-te-gadget-simple > span a > span:first-child {
                text-align: right;
                width: calc(100% - 24px);
            }

/* Cursor */
[data-cursor="big-cursor"],
[data-cursor="big-cursor"] * {
    cursor: url(../images/big-cursor.svg),auto !important;
}
/* Cursor:: Reading guide */
.reading-guide {
    background: #000;
    width: 40vw;
    min-width: 200px;
    height: 12px;
    border: 2px solid #fff300;
    border-radius: 5px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 9999;
    margin-top: 40px;
}

.reading-guide__arrow {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 0;
    position: absolute;
}

    .reading-guide__arrow:before,
    .reading-guide__arrow:after {
        content: "";
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .reading-guide__arrow:after {
        border-bottom-color: #000;
        border-width: 14px;
        margin-left: -14px;
    }

    .reading-guide__arrow:before {
        border-bottom-color: #fff300;
        border-width: 17px;
        margin-left: -17px;
    }

.rspopup {
    display: block;
}

@media(max-width: 600px) {
    .accessibility-dropdown .dropdown-menu.is-anonymous {
        left: 50%;
        transform: translateX(-50%);
    }

    .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        text-align: left !important;
        max-width: 80%;
    }
}

.tra-horizontal-wizard.trasite-wizard {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.trasite-wizard-portlet {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.85rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(27 29 33 / 16%);
    box-shadow: 0 0.125rem 0.25rem rgb(27 29 33 / 16%)
}

.btn-floating {
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 9%), 0 4px 5px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 34px;
    height: 34px;
    text-align: center;
}

    .btn-floating i {
        display: inline-block;
        width: inherit;
        text-align: center;
        line-height: 34px;
        font-size: 1.25rem;
    }

@media (max-width: 599.98px) {
    .controls-top {
        display: none !important;
    }
}

.align-btn-select .suppliers-dll .btn-refresh-suppliers {
    margin-bottom: .5rem !important;
    width: 3.07rem;
    height: 3.07rem;
}



.button-uploaded .fileInfoContainer {
    display: flex;
}

.button-uploaded .pv-fileupload:not(.pv-readOnly) .fileUploadParent button.download-link {
    border-right: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .42rem;
    border-bottom-left-radius: .42rem;
    padding-right: 1rem !important;
    border: 1px solid #344b61;
}

.button-uploaded .btn.btn-brand.remove-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .42rem;
    border-bottom-right-radius: .42rem;
    width: 2.75rem;
    height: 2.75rem;
}

.button-uploaded .input-group > :not(:last-child):not(.dropdown-menu) {
    border-top-left-radius: 0.42rem !important;
    border-bottom-left-radius: 0.42rem !important;
    border-top-right-radius: 0.42rem !important;
    border-bottom-right-radius: 0.42rem !important;
}

.input-group > :not(:last-child):not(.dropdown-menu) {
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}


@media(max-width: 600px) {
    .tra-header .header-bottom.header-mobile-version .header-bottom-toolbar {
        display: flex;
        flex-wrap: wrap;
    }

    .tra-header .header-bottom.header-mobile-version .header-bottom-wrapper {
        align-items: center;
        flex-wrap: nowrap;
    }

    .header-mobile-version .accessibility-dropdown.dropdown {
        display: inline-block
    }

    .header-mobile-version .btn-text-primary {
        margin-right: 0 !important;
        padding: .44rem .7rem;
        font-size: .875rem !important;
    }

    .header-mobile-version .user-bar .user-img-badge {
        margin-right: 0 !important;
    }

    .header-mobile-version .btn-text-primary .fa-universal-access {
        padding-right: 0 !important;
        padding-left: 0.5rem !important;
    }

    .tra-header .header-bottom.header-mobile-version .header-bottom-toolbar .btn.btn-icon-right i {
        padding-right: 0 !important;
        padding-left: 0.5rem !important;
    }

    .header-mobile-version a#logoutBtn svg {
        width: 14px !important;
        height: 14px !important;
    }

    button#switchLanguage i {
        font-size: 14px;
    }

    .header-mobile-version .user-bar .user-img-badge .badge--username {
        width: 25px;
        height: 25px;
        margin-right: 0.39rem !important;
        margin-left: 0 !important
    }

    .header-mobile-version .user-bar .user-img-badge {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 300px) {
    .header-mobile-version .btn-text-primary {
        font-size: 0.5rem !important;
        padding: 0.44rem 0.5rem;
    }

        .header-mobile-version .btn-text-primary .fa-universal-access {
            padding-right: 0 !important;
            padding-left: 0.4rem !important;
            font-size: 1rem;
        }

    .tra-header .header-bottom.header-mobile-version .header-bottom-toolbar {
        display: inherit;
    }

    .header-mobile-version .user-bar .user-img-badge .badge--username {
        width: 20px;
        height: 20px;
        margin-right: 0.39rem !important;
    }

    .header-mobile-version .user-bar .user-img-badge {
        width: 25px;
        height: 25px;
    }
}


.phone-number-selected .card.card-bordered {
    border: 3px solid #36835c;
}

.aside-advisor .adv-card-body {
    display: block !important;
}

.aside-advisor .adv-card .adv-card-body .adv-icon {
    border-right: none
}

    .aside-advisor .adv-card .adv-card-body .adv-icon img {
        width: 35px;
        height: 35px;
    }

        .aside-advisor .adv-card .adv-card-body .adv-icon img.icon-tdra {
            filter: opacity(0.5);
        }

@media (min-width: 1000px) {
    .web-advisor.sticky {
        max-width: 303px;
    }
}

.text-black-50 {
    color: #8d8d8d;
}

.card.card-bordered {
    border: 1px solid #bebebe;
    box-shadow: 0.2rem 0.3rem 0.5rem rgb(197 197 197 / 7%);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.checked-card {
    border: 3px solid #36835c;
}

.card.card-bordered:hover {
    border: 3px solid #36835c;
}





.adv-card .adv-card-body .adv-icon span {
    color: #344b61 !important;
}

.adv-card .adv-card-body .adv-content .adv-title {
    color: #000000;
}

.adv-card .adv-card-body .adv-icon span.gold-text {
    color: #9c7f5f !important;
}



@media (min-width: 600px) {
    .aside-advisor .adv-card .adv-card-body {
        display: block;
    }

    .adv-card .adv-card-body .adv-icon {
        border-right: none
    }
}

@media (min-width: 1600px) {
    .web-advisor.sticky {
        max-width: 450px;
    }
}

.flex-wrap-inherit {
    flex-wrap: inherit
}

.carousel-item {
    position: relative;
    display: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-inner .active,
.carousel-inner .active + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: flex !important;
}

@media (min-width: 768px) {
    /* show 3 items */


    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    align-items: center;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

@media (max-width: 599.98px) {
    .wizard .wizard-nav .wizard-steps .wizard-step {
        display: block !important
    }

    .carousel-control-prev, .carousel-control-next {
        display: none
    }
}

.adivsor-top-footer {
    position: absolute !important;
    bottom: 35px;
    top: auto !important;
}

@media (min-width: 1000px) {
    .web-advisor.adivsor-top-footer {
        max-width: 303px;
    }
}

@media (min-width: 1600px) {
    .web-advisor.adivsor-top-footer {
        max-width: 450px;
    }
}

.declaration-font {
    font-size: 1.5rem !important;
    color: #000 !important;
    align-items: center;
    display: flex;
}

.card.card-bordered .card-body img {
    width: 25px;
    align-items: center;
    display: flex;
}

.card.card-bordered .card-body {
    height: 100%
}

@media (max-width: 1000px) and (min-width: 600px) {
    .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .carousel-control-next {
        right: -5%;
        top: -2%;
    }

    .carousel-control-prev {
        left: -5%;
        top: -2%;
    }

    .adivsor-top-footer {
        left: auto !important;
        width: 79%;
    }

    .web-advisor.sticky {
        max-width: 566px;
        left: auto !important
    }

    .tra-horizontal-wizard .col-md-4 {
        min-height: initial !important
    }

    .tra-horizontal-wizard .row:nth-child(2) {
        flex-direction: column-reverse;
    }
}

@media (max-width: 600px) {
    .wizard .wizard-content .wizard-actions {
        display: flex;
         flex-direction: column;
    }
      .requests-draft .wizard-actions {
                flex-direction: column;
      }

    .margin-mobile {
        margin-top: 1.5rem !important;
    }

    .wizard .wizard-content .wizard-actions .margin-mobile {
        justify-content: space-between
    }
}

button.btn-uploadfile {
    word-break: break-word;
}

.images-margin-between img:not(:last-child) {
    margin-right: 1.25rem !important;
}
/*.modal-card {
    padding: 25px;
    border-radius: 1rem;
    background: #FBFBFB;
}*/
/*add trip image upload / my vessels upload excel */
.trasite-imageUpload-control .fileInfoContainer, #excelFileUpload .fileInfoContainer {
    display: flex;
    align-items: center !important;
}

    .trasite-imageUpload-control .fileInfoContainer .download-link.btn.btn-secondary, #excelFileUpload .fileInfoContainer .download-link.btn.btn-secondary {
        border: 1px dashed #d5d5d5;
        padding-left: 1rem;
    }
/*priority mobile sorting*/
.priority-mobile-up {
    right: -8px;
    top: 0px;
}

.priority-mobile-down {
    right: -8px;
    bottom: 0px;
}

.kt-portlet.kt-portlet--sortable .kt-portlet__head {
    border-left: 5px solid rgba(182,138, 53, 0.52) !important;
}

.tag.label.label-info {
    color: #FFFFFF;
    background-color: #344b61;
    padding: 1px 5px 3px 5px;
    font-size: smaller;
}

.tt-menu {
    min-width: 250px;
}

    .tt-menu .kt-notification__item-title {
        font-size: smaller;
    }

.bootstrap-tagsinput input {
    color: #999;
    font-size: 18px;
    padding: 6px 6px !important;
}

.tt-hint {
    display: none !important
}

@media(max-width: 991px) {
    .aside-column {
        display: none;
    }

    .profile-tab-card {
        margin-top: 30px;
    }
}

.progress-status-step {
    visibility: hidden;
}

.wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .icon-2 {
    display: none;
}
/* Hamdy ServiceRequest Editable screen, steps wizard mobile UI*/
@media(max-width:599.98px) {
    .carousel-inner .active, .carousel-inner .active + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        z-index: -1;
    }

    .wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
        display: block !important;
        position: relative;
        z-index: 1;
    }

    .wizard .wizard-nav .wizard-steps .wizard-step {
        display: none !important;
    }

        .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:before, .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
            display: none
        }

        .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .icon-2 {
            display: flex;
            position: absolute;
            right: -24px;
            box-shadow: none;
            background-color: #cacaca;
            border: transparent;
            color: #fff;
        }

    .wizard-steps .carousel-multi-item {
        margin-bottom: 0 !important;
    }

    .trasite-wizard-portlet .progress {
        margin-top: 0 !important;
    }

    .progress-status-step {
        visibility: visible;
        font-size: 1rem;
        color: #9b9aa1;
        margin-top: 10px;
    }

    .trasite-wizard .progress-status-step{
        visibility: hidden;
    }

    .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        max-width: 70%;
    }

    #modalLargeBody .modal-body .col-md-12 {
        overflow: auto;
    }
}

.modal-open {
    padding-right: 0 !important;
}

.beacon-listing-card .card-body .text-primary {
    min-width: 200px;
}



/*loading popup*/
.blockUI.blockMsg span {
    display: none !important;
}

.blockUI.blockMsg img {
    width: 50px !important;
    height: 50px !important;
}

.trasite-dropdown-datepicker-control select.form-control.is-valid {
    appearance: none;
}




/*Announcement*/

* {
    box-sizing: border-box
}


/* Slideshow container */
.announcement-modal .slideshow-container {
    position: relative;
}

/* Slides */
.announcement-modal .mySlides {
    display: none;
    padding: 1rem 2.3rem 1rem 2.3rem;
}

/* Next & previous buttons */
.announcement-modal .prev, .announcement-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    color: #9d805f;
}

/* Position the "next button" to the right */
.announcement-modal .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */


/* The dot/bullet/indicator container */
.announcement-modal .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
#dynamicAnnouncmentModal .modal-content {
    min-height: auto !important;
}

.announcement-modal .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.announcement-modal .custom-modal-header {
    border-bottom: 1px dashed #ddd;
    align-items: baseline !important;
    padding: 0.75rem !important;
}

.announcement-modal .header {
    font-size: 25px;
    margin-bottom: 1rem;
    color: #a18561;
    display: inline-block;
    /*cursor: pointer;*/
}

.announcement-modal .description-slider p {
    font-size: 20px;
    margin-bottom: 0;
}

.announcement-modal .description-slider img {
    width: auto !important;
    height: auto !important;
}

.announcement-modal .modal-content .modal-body {
    padding: 1rem;
}

.announcement-modal .custom-modal-footer {
    padding: 0.75rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .announcement-modal .custom-modal-footer .kt-checkbox {
        display: flex;
        gap: 10px;
        justify-content: end;
    }
/* Add a background color to the active dot/circle */

/*.announcement-modal .modal-header {
    padding: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
*/
.announcement-modal .modal-header .modal-title {
    margin-bottom: 0px;
}


.announcement-modal .kt-checkbox {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    direction: rtl;
    margin-bottom: 0;
}

.announcement-modal .modal-footer .form-group {
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-link {
    text-decoration: underline;
}

#zoho_Modal .modal-content {
    min-height: auto !important;
}

#zoho_Modal .modal-body {
    padding: 1.5rem;
}

#localDraftsConfirmModal .modal-content {
    min-height: auto !important;
}

#localDraftsConfirmModal .modal-header, #localDraftsConfirmModal .modal-footer {
    padding: 0.75rem;
}

#localDraftsConfirmModal .modal-body {
    padding: 1.5rem;
}

.custom-dropdown-menu.show {
    display: flex !important;
    justify-content: space-between;
    right: 0;
}

.dropdown-language .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.6rem;
}

.custom-dropdown-menu .dropdown-item {
    cursor: pointer;
    min-width: 140px;
}

.dropdown-language .dropdown-item img {
    width: 24px;
    height: 24px;
}

.switch-language {
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.google-translate {
    padding: 1rem;
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #ddd;
    margin: 10px;
}

#zoho_Modal .modal-content .modal-footer {
    padding: 0.75rem !important;
}

.goog-te-menu-frame {
    position: absolute;
}

@media(max-width:992px) {
    .custom-dropdown-menu.show {
        flex-direction: column;
    }

    .google-translate {
        border-right: 0;
        border-left: 0 !important;
        border-top: 1px solid #ddd;
    }

    .add-companyBody {
        flex-direction: column;
        gap: 10px;
    }

        .add-companyBody .add-company-btn {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .add-companyBody .add-company-btn .btn-success {
                width: 100%;
            }

        .add-companyBody .btn-outline-Gold {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
}

@media(max-width:767px) {
    .accessibility-dropdown .dropdown-menu {
        left: auto;
        right: -76px;
    }

    .accessibilty-font-size-md .accessibility-dropdown .dropdown-menu, .accessibilty-font-size-lg .accessibility-dropdown .dropdown-menu {
        left: auto;
        right: 25px;
    }

    .switch-language {
        padding: 0.5rem;
    }

    .accessibilty-font-size-lg .tra-header .header-bottom.header-mobile-version .header-bottom-toolbar {
        flex-direction: column;
        gap: 10px;
    }

    .help-btns {
        flex-direction: column;
        gap: 10px;
    }

        .help-btns .input-group.search {
            width: 100% !important;
        }
    /*.custom-dropdown-menu.show {
        width: 300px;
        left: auto;
        right: 16%;
    }*/
    .goog-te-menu-frame {
        width: auto !important;
        left: 39px !important;
        overflow: auto !important;
        position: absolute;
    }

    #google_translate_element {
        min-width: 100% !important;
    }

    .accessibilty-font-size-lg ul.kt-pagination__links li a, .accessibilty-font-size-md ul.kt-pagination__links li a {
        margin: 0;
    }

    .col-1.td-flex:has(.feedback-modal-container) {
        width: 100%;
        justify-content: space-between;
    }

    .section-review form, .trasite-textbox-control {
        overflow :scroll
    }
}

@media(max-width: 376px) {
    .accessibilty-font-size-sm .accessibility-dropdown .dropdown-menu {
        left: auto;
        right: 11px;
    }
}

.last-loading {
    flex-direction: column;
    gap: 10px;
}

    .last-loading .mx-4 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }

.loading-data {
    width: 20%;
}

.favorite-service .card.card-hover {
    background-color: rgb(156 127 95 / 13%);
}


.local-drafts-last-saved-label, .local-drafts-last-saved-date, .local-drafts-auto-save-disabled {
    font-size: x-small;
}

.local-drafts-img {
    max-height: 20px;
    background-color: transparent;
    transition: .3s;
}

    .local-drafts-img:hover {
        animation: pulse 1s infinite;
        transition: .3s;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

/*Loader GIF*/
.overlay-loader:before {
    position: fixed;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.98;
    z-index: 99999999999 !important;
    background-image: url('/Assets/images/LoadingTDRAGold.webp');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

.local-drafts-div.adv-content {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2rem !important;
}

#eligibilityCheckModal .custom-modal-content {
    min-height: auto !important;
}

.dls-side-menu {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--kt-drawer-bg-color);
    transition: transform 0.3s ease-in-out !important;
    z-index: 1110;
    width: 350px !important;
}

    .dls-side-menu .card-header {
        padding: 1rem 1.62rem;
        min-height: 80px;
    }

        .dls-side-menu .card-header .user-bar .user-img-badge {
            background: #344b61;
            color: #ffffff;
        }

    .dls-side-menu.dls-side-menu-off {
        right: 0;
        transform: translateX(100%);
        overflow-x: hidden;
        display: none;
    }

    .dls-side-menu.dls-side-menu-on {
        transform: none;
        box-shadow: var(--kt-drawer-box-shadow);
        transition: transform 0.3s ease-in-out !important;
        display: flex;
    }

.btn-brown {
    background: #a18561
}

.dls-side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: rgb(0 0 0 / 30%);
    animation: animation-drawer-fade-in 0.3s ease-in-out 1;
    z-index: 1109 !important;
}

.dls-side-menu-close-btn {
    padding: 0 0 0 1.3rem;
    margin: -0.875rem -1rem -0.875rem auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: white;
    background-color: transparent;
    border: 0;
    font-size: 1.25rem;
    cursor: pointer;
}

    .dls-side-menu-close-btn i {
        color: #fff !important;
    }

.dls-side-menu .btn .svg-icon.width-icon {
    height: 14px !important;
    width: 14px !important;
}

.side-menu-open-btn {
    cursor: pointer;
}


@media (max-width: 990px) {
    .dls-side-menu .card > .card-header {
        flex-wrap: initial;
    }

    .dls-side-menu .setting-searchbox {
        width: 200px !important;
    }

    .dls-side-menu {
        width: 100% !important;
    }

    .clicked {
        overflow: auto;
    }
}

.dls-side-menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.dls-side-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.dls-side-menu::-webkit-scrollbar-thumb {
    background: #b9b9b9;
}

    /* Handle on hover */
    .dls-side-menu::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.dls-side-menu .card {
    box-shadow: none;
}

    .dls-side-menu .card.bg-white {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
    }

    .dls-side-menu .card .nav-link {
        padding: 1rem 1.2rem;
        color: #1B1D21;
        font-weight: 400;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        font-size: .88rem;
        display: block;
    }

        .dls-side-menu .card .nav-link:hover {
            font-weight: bold !important;
            color: #344B61;
            cursor: pointer;
        }

    .dls-side-menu .card i {
        font-size: 1.25rem;
        padding-right: 0.5rem !important;
        color: #344B61;
        min-width: 28px;
    }

/*.dls-side-menu .card a:hover {
        font-weight: bold;
        color: #344B61;
        cursor: pointer;
    }*/

.dls-side-menu .user-username {
    color: white;
}

.dls-side-menu .switch-language {
    padding: 0.5rem 0.5rem;
}

    .dls-side-menu .switch-language a {
        padding: 0.5rem 1rem;
        display: flex;
    }

.btn-language-mobile::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    right: 20px;
    position: absolute;
    top: 50%;
}

.btn-language-mobile:hover {
    font-weight: bold !important;
    color: #344B61 !important;
    cursor: pointer;
}

.dls-side-menu-close-btn i:hover {
    color: #e9eaea !important;
}

.btn-language-mobile[aria-expanded="false"]::after {
    transform: rotate(270deg);
}

.dropdown-setting {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .dropdown-setting .btn-language-mobile {
        padding: 1rem 1.2rem;
        font-weight: 400;
        position: relative;
        min-width: 100%;
        text-align: left;
        font-size: .88rem;
        color: #1B1D21;
    }

.dropdown-language .btn-language-mobile:hover {
    font-weight: bold;
    color: #344B61;
    cursor: pointer;
}

.dropdown-setting .custom-dropdown-menu.show {
    border: none;
    border-radius: 0;
    width: 100%;
    position: unset;
    box-shadow: none;
    background-color: #f4f6f7;
}

.dls-side-menu .card .custom-nav {
    padding: 1rem 1.2rem;
    border: none;
    display: flex;
}

.dls-side-menu .custom-nav img {
    transform: rotate(180deg);
}

.dls-side-menu .dropdown-card {
    padding: 0.7rem 1.2rem;
}

    .dls-side-menu .dropdown-card .form-control {
        padding: 0.5rem 1rem;
        font-size: 0.88rem;
    }

    .dls-side-menu .dropdown-card .accessibility-widgets .widget-item {
        padding: 15px 5px;
    }

    .dls-side-menu .dropdown-card .accessibility-widgets figure img {
        width: 32px;
        height: 32px;
    }

    .dls-side-menu .dropdown-card .accessibility-widgets .widget-item figure figcaption {
        font-size: .88rem;
    }

    .dls-side-menu .dropdown-card .accessibility-widgets .widget-item .steps {
        bottom: 6px;
    }

.dls-side-menu .dls-side-menu-cardBody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    background-color: #fff;
}

@media (max-width:991px) {
    .dls-side-menu .card .custom-nav {
        position: static;
    }

    .accessibilty-font-size-lg .filter-group .btn.btn-success {
        margin-bottom: 10px;
    }

    .accessibilty-font-size-lg .bootstrap-select.is-invalid .btn .bs-caret .caret, .bootstrap-select.is-valid .btn .bs-caret .caret {
        right: 40px;
    }
}

@media (max-width:767px) {

    .user-bar .user-username {
        padding: 0 5px;
    }
}



.tra-header .header-bottom .user-bar {
    padding: 0.2rem 0.6rem;
    border: rgb(255 255 255 / 12%) 0.5px solid;
    border-radius: 0.42rem;
}

    .tra-header .header-bottom .user-bar:hover {
        color: rgba(255,255,255,1);
        background-color: rgba(255,255,255,0.1);
        transition: all 0.3s ease-in-out;
        border-radius: 0.42rem;
    }

.dls-side-menu .nav-link.active {
    font-weight: bold;
}

.dls-side-menu .nav-link:hover {
    font-weight: bold;
}


.dls-side-menu .widget-item {
    border: #c5c0c091 0.25px solid;
}

.accessibility-contrast-dark .login-signup-form {
    box-shadow: -1px -1px 2px 2px #7878783b !important
}

.tdra-loading-logo {
    content: url("/Assets/images/LoadingTDRAGold.webp");
}

.help-img {
    cursor: pointer;
}

.dropdown-card .form-group {
    margin-bottom: 0 !important;
}

.switch-role-select.bootstrap-select > .dropdown-toggle {
    font-size: .87rem;
    padding: 0.5rem 1.2rem;
}

.accessibilty-font-size-sm {
    font-size: 1.2rem;
}

.accessibilty-font-size-md {
    font-size: 1.3rem;
}

.accessibilty-font-size-lg {
    font-size: 1.4rem;
}

    .accessibilty-font-size-lg .beacon-listing-card .card-body .text-primary {
        min-width: 250px;
    }

.accessibilty-font-size-sm .company-review-info label.col-form-label.b-label, .accessibilty-font-size-sm .company-review-info label.col-form-label {
    font-size: 1.2rem;
}

.accessibilty-font-size-md .company-review-info label.col-form-label.b-label, .accessibilty-font-size-md .company-review-info label.col-form-label {
    font-size: 1.3rem;
}

.accessibilty-font-size-lg .company-review-info label.col-form-label.b-label, .accessibilty-font-size-lg .company-review-info label.col-form-label {
    font-size: 1.4rem;
}

.accessibilty-font-size-sm .company-review-info label, .accessibilty-font-size-sm .company-review-info .fileInfoContainer {
    font-size: 1.2rem;
}

.accessibilty-font-size-md .company-review-info label, .accessibilty-font-size-md .company-review-info .fileInfoContainer {
    font-size: 1.3rem;
}

.accessibilty-font-size-lg .company-review-info label, .accessibilty-font-size-lg .company-review-info .fileInfoContainer {
    font-size: 1.4rem;
}

.accessibilty-font-size-sm .trasite-wizard .review-title {
    font-size: 1.2rem;
}

.accessibilty-font-size-md .trasite-wizard .review-title {
    font-size: 1.3rem;
}

.accessibilty-font-size-lg .trasite-wizard .review-title {
    font-size: 1.4rem;
}

.accessibilty-font-size-lg .wizard .wizard-content .wizard-actions .margin-mobile {
    flex-direction: column;
    gap: 10px;
}

    .accessibilty-font-size-lg .wizard .wizard-content .wizard-actions .margin-mobile .btn {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.accessibilty-font-size-lg .tra-footer .socails a:not(:last-child) {
    margin-right: 0.5rem;
}

.accessibilty-font-size-lg .dls-side-menu .card-header {
    min-height: 120px
}

.accessibilty-font-size-lg .kt-checkbox > span:after {
    margin-top: 4px;
    margin-left: 9px;
}

.accessibilty-font-size-lg .my-requests-table {
    overflow: auto;
}

.checkbox.checkbox-gold > a {
    color: #101010;
}

    .checkbox.checkbox-gold > a:hover {
        color: #101010;
    }


.slick-slider {
    min-width: 0;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slick-list {
    padding: 0px;
}

    .slick-list .slick-arrow {
        position: absolute;
        margin: 0;
        z-index: 10;
        font-size: 0;
        width: 25px;
        height: 25px;
        top: 53%;
    }

.slick-slide {
    border-radius : .5rem;
    padding : 1.25rem;
    background: #F7F7F7;
}

.slick-list {
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

    .slick-list .slick-arrow.slick-next {
        right: 0px;
        border-radius: 50%;
        background-color: #B68A35;
        color: #fff;
    }

    .slick-list .slick-arrow.slick-prev {
        left: 0px;
        border-radius: 50%;
        background-color: #B68A35;
        color: #fff;
    }

.slick-next:before {
    content: '\f061' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-prev:before {
    content: '\f060' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-next:before, .slick-prev:before {
    opacity: 1 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 15px !important
}

.col-md-4.box.status .badge-light {
    white-space: break-spaces;
}

.box.status .dropdown-item.active {
    background-color: #344b61;
    color: white;
    cursor: pointer
}

.box.status .dropdown-item {
    cursor: pointer
}

    .box.status .dropdown-item.active:hover, .dropdown-item.active:focus {
        color: #1B1D21;
        background-color: rgba(27,29,33,0.2);
    }

.col-md-8.box.status .slick-track .col-md-4 {
    width: 240px !important;
}

.col-md-8.status .custom-hesabati-widget {
    display: flex;
    flex-direction: column;
}

    .col-md-8.status .custom-hesabati-widget .col-md-4 {
        width: 100%;
        margin-bottom: 1rem
    }

.most-used-service {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    min-height: 120px;
    justify-content: center;
}

    .most-used-service:hover {
        background-color: #F4F6F8;
    }


.dropdown-menu-left {
    -webkit-transform: rotateY(180deg) !important;
    left: inherit !important;
    right: 15px !important;
    top: 45px !important;
}


.header-menu .admin-nav a.nav-link .svg-icon.transripts > path {
    stroke: transparent;
}

.header-menu .admin-nav a.nav-link:hover .svg-icon.transripts > path {
    stroke: transparent;
}

.header-menu .admin-nav a.nav-link.active .svg-icon.transripts > path {
    stroke: transparent;
}

.upload-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.custom-table {
    border-spacing: 0;
    margin-top: 1.5rem;
}

.dropdown-menu-left .dropdown-item {
    -webkit-transform: rotateY(180deg);
}

.request-widget .body-content .divider:last-child {
    display: none
}

.no-data-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .no-data-found .no-result {
        width: 80%;
    }

    .no-data-found .no-data-title {
        margin-top: 1rem;
    }

.badge-light {
    color: #101010;
    background-color: #E4E4E4;
}

.color-fa {
    color: #cecaca;
}

.company-dashboard {
    background-color: #F4F6F8;
    padding: 0.5rem;
    border-radius: 10px;
}

.service-icon {
    background-color: #344b61;
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
}

    .service-icon i {
        color: #fff;
    }

.services-content-dashboard {
    border: none;
}

.custom-tabs .card.counter-card {
    background: rgb(244 246 248);
}

.custom-card-icon {
    right: 1.25rem !important;
}

.high-zindex {
    z-index: 1011;
    position: relative;
    background-color: #fafafa;
}

.gap-cards {
    gap: 7px;
}

.header-menu .admin-nav a.nav-link.custom-nav-link:hover .svg-icon > path,
.header-menu .admin-nav a.nav-link.custom-nav-link:hover .svg-icon g > *,
.header-menu .admin-nav a.nav-link.custom-nav-link.active .svg-icon > path,
.header-menu .admin-nav a.nav-link.custom-nav-link.active .svg-icon g > * {
    fill: #B68A35 !important;
    stroke: #B68A35 !important;
}

#divPermissions .kt-checkbox > span:after {
    margin-top: -3px;
    margin-left: 1px;
}

.contacts-logo-info .w-25 {
    width: 25px
}

.contacts-logo-info .font-weight-600 {
    font-weight: 600;
}

.contacts-logo-info p {
    color: #000
}

.dashboard-counters .custom-counter-card {
    background-size: 100px;
    background-position: right 0.3rem bottom 1rem;
}

.beacon-filters-rescue {
    position: relative
}

    .beacon-filters-rescue .badge.badge-sm {
        background: #fff;
        top: -7px;
        right: -2px;
    }

    .beacon-filters-rescue:hover .badge.badge-sm {
        color: #b68a35
    }

.vessel-table.beacon-table th {
    white-space: normal;
}

@media (max-width: 1000px) {
    .my-beacon-table.beacon-table .dropdown-menu.show {
        display: block;
        position: relative !important;
        margin-bottom: 10px;
    }

    .my-beacon-table.table.beacon-table td, .my-beacon-table.table.beacon-table th {
        vertical-align: top;
    }

    .my-requests-table.responsive-vessel-table {
        overflow-x: auto;
    }

    .recaptcha-checkimages {
        left: 0 !important;
        right: 0 !important
    }
}


.customError {
    position: absolute;
    top: 15px;
    right: -155px;
}


.digital-signature-declartion .kt-checkbox > span:after {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px
}

.beacon-table th {
    white-space: initial;
}

.responsive-recaptcha {
    left: 0 !important;
    right: 0 !important;
}

div#verifyOtpDiv .col-md-2 {
    position: relative;
}

    div#verifyOtpDiv .col-md-2 span {
        position: absolute !important;
        top: -4px;
    }

/*dashboard years ddl
*/
.counters-container-div select.form-control {
    background-position-y: center;
    background-position-x: 91%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.repeater-dgep-create td .form-group {
    margin-bottom: 0 !important
}

.disabled {
    pointer-events: none;
}

.direction-ltr {
    direction: ltr !important;
}

.hideIfNotAvailable {
    display: none
}

@media (max-width: 599px) {
    .subheader .kt-subheader {
        display: block;
    }
}

.feedback-listing.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc span.badge-dark {
    white-space: break-spaces;
    line-height: normal;
}

.custom-request-div .trasite-multifileupload-control .bootstrap-select.form-control {
    background: transparent
}

.custom-request-div .trasite-multifileupload-control .bootstrap-select.is-invalid .btn, .bootstrap-select.is-valid .btn {
    background-color: #ffffff;
}

/* table slim */
.table.table-slim thead {
    background-color: #344b61;
    color: white;
}

    .table.table-slim thead td, .table.table-slim thead th {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.table.table-slim td, .table.table-slim th {
    padding: .1rem;
}


.serialtip-default {
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    z-index: 1012
}

    .serialtip-default .container {
        padding: unset;
    }


    .serialtip-default .b-label {
        font-weight: 600;
    }

[data-serialtip-target] .serialtip-close {
    width: 30px;
    height: 30px;
}

@media (max-width:767px) {
    #defaultDIV .card {
        overflow-x: hidden;
    }
}
/*[data-serialtip] .fa.fa-info-circle {
    font-size: 10px;
}*/

.work-list-actions-dropdown .dropdown-menu.dropdown-menu-right {
    z-index: 1011;
}

.work-list-actions-dropdown .dropdown-menu .kt-nav__item {
    cursor: pointer;
}


/* AMS Accordion with actions toolbar */

.feedbacklist-accordion.ams-accordion.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after, .feedbacklist-accordion.ams-accordion.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    color: #000;
    font-weight: 600;
}

.feedbacklist-accordion.ams-accordion .card-title {
    align-items: center !important;
    width: 100%;
}

#sysNotesCollapse {
    color: rgba(27,29,33,0.72);
    direction: ltr;
    font-size: .85rem;
}

.ams-accordion .card-title {
    align-items: stretch !important;
    justify-content: space-between !important;
}

.ams-accordion .ams-accordion-title {
    display: flex;
    align-items: center;
    align-content: flex-start;
}

.ams-accordion .ams-accordion-actions-toolbar {
    display: flex;
    align-items: center;
    align-content: flex-end;
}

.ams-accordion.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
    content: '+';
}

.ams-accordion.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    content: '-';
}

.ams-submission-portlet .card-title {
    justify-content: flex-start !important;
    align-items: flex-end !important;
}

.ams-accordion .pv-control.pv-filter {
    margin-bottom: 5px;
}

.amsx-accordion-selector .kt-svg-icon g [fill] {
    fill: #526069 !important;
}
/*END AMS Accordion with actions toolbar */

.hide-from-user-perm-set, .div-hide-from-user-perm-set {
    display: none;
}

@media (max-width: 768px) {
    .my-requests-table .table th {
        min-width: 200px
    }
}

.showHidePassword {
    position: relative;
    top: -35px;
    padding-right: 17px;
    padding-left: 17px;
}

.showHidePassword-readonly {
    position: relative;
    padding-right: 17px;
    padding-left: 17px;
    top: -35px;
}

.readonly-password {
    padding-top: 0px;
    position: relative;
}

.tdra-survey-alert {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: -15px;
    margin-right: -31px;
    margin-left: -30px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.red-text {
    color: #D83731;
    white-space: pre-line;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1000px) and (min-width: 600px) {
    .tra-request-info .current-state-form .tra-horizontal-wizard .row:has(div.company-review-info) .row:nth-child(2) {
        flex-direction: column;
    }
}

.bootstrap-select > select.mobile-device {
    left: 50%;
    display: block !important;
    width: 0.5px !important;
}

.mic-position .speech-recognition-glow {
    border-radius: 100px;
    background-color: #fff;
    animation: glow 1s infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red !important;
    padding: 5px;
    border-radius: 0.42rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@keyframes glow {
    from {
        box-shadow: 0 0 6px -6px #344b6169;
    }

    to {
        box-shadow: 0 0 6px 6px #344b6169;
    }
}

.mic-position button {
    background: #f3f2f261;
    border-top-left-radius: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: -24px;
    bottom: 36px;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px #c5c5c561;
    height: 36px;
    width: 24px;
}

body:has(i.speech-recognition-glow) .mic-position button {
    padding: 0;
}

body:has(i.fa-microphone-slash) .mic-position button {
    right: -14px;
    padding: 2px;
    height: 36px;
    width: 26px;
}

.mic-position button i {
    padding-right: 0;
    padding-left: 0
}

.mic-position .pv-textarea .word-counter {
    bottom: -1.5rem;
    position: absolute;
    margin-top: 0;
}

.download-link span {
    word-break: break-word;
}

.underline {
    text-decoration: underline;
    color: #B68A35
}
.ux-schedule .cal-arrow {
    position: absolute;
    margin: 0 !important;
}

.ux-schedule .cal-arrow.cal-next-week {
    right: 0;
   
}

.ux-schedule .cal-arrow.cal-previous-week {
    left: 0;
   
}

.div-hide-textbox {
    display: none;
}


.ux-schedule .cal-week {
    position: relative;
}

@media (max-width:767px) {
    .ux-schedule .cal-cards {
        flex-wrap: wrap;

    }
}

.tdra-eye-list-card {
    margin-bottom: 5px;
}

.tdra-eye-list-card .counter-card {
    background-repeat: no-repeat;
    background-size: 59px;
    background-position: right 1rem bottom 1rem;
}
.hesabati-title {
    color: rgba(27, 29, 33, 0.72);
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 8px;
}
.alert-eye-tdra.alert {
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.alert-eye-tdra .title {
    line-height: 24px;
}

.alert-eye-tdra .btn-success {
    width: 10%;
}

.custom-gap-cards {
    gap: 10px;
}
.tdra-eye-list-card {
    margin-bottom: 5px;
}

    .tdra-eye-list-card .counter-card {
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        height: 143px;
        width: 150px;
    }

.sp-active-item {
    background-color: #d9d9d9 !important;
}

.channel-active-item {
    background-color: #d9d9d9 !important;
}

.OverallFeedback-active-item {
    background-color: #d9d9d9 !important;
}

.is-hover:hover {
    border: 3px solid #FFC107;
}

.w-60 {
    width: 60%;
}

@media (min-width: 1200px) {
    .d-lg-flex {
        display: flex;
    }
}

.ict-fund-slider .slick-list .slick-arrow {
    display: none;
}

.announcements-header h5 {
    font-size: 1rem;
}

.hide-4lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #afafb0;
    margin-bottom: 0.5rem;
}

.text-light-green {
    color: #bedb39;
}

.company-item.ict-fund-cards .company {
    padding: 12px;
}

.border-light-green {
    border-color: #bedb39 !important;
}

.border-green {
    border-color: #008000 !important;
}
.text-light-green {
    color: #bedb39;
}

.company-item.ict-fund-cards .company {
    padding: 12px;
}

.border-light-green {
    border-color: #bedb39 !important;
}

.border-green {
    border-color: #008000 !important;
}

.badge-light-success {
    color: #146c43;
    background-color: #d1e7dd;
    font-weight: 500;
    padding: 0.25em 0.5em;
}
.ict-studen-image{
    width:100px;
    height:100px
}
    .ict-studen-image img {
        width: 100%;
        border-radius: 8px;
    }
 .text-light-green

{
    color: #bedb39;
}

.company-item.ict-fund-cards .company {
    padding: 12px;
}

.border-light-green {
    border-color: #bedb39 !important;
}

.border-green {
    border-color: #008000 !important;
}

.badge-light-success {
    color: #146c43;
    background-color: #d1e7dd;
    font-weight: 500;
    padding: 0.25em 0.5em;
}
    }
.font-weight-base {
    font-weight: 400;
}
.ict-icon-image img{
    width:40px;
    height:40px;
}
.ict-fund-slider .slick-list {
    min-width: 100%;
    margin-bottom : 1.25rem;
}

.ict-fund-slider .most-used-service {
    width: 100%;
    justify-content: start;
    background-color: #f7f7f7;
    border: none;
    padding:1.25rem
}

.text-primary-black {
    color: #232528;
}

.text-green-30 {
    color: #146c43;
}

.bg-grey-100 {
    background: #f7f7f7;
}

.gpa-guidline {
    border-radius: 8px !important;
}

.text-gold-new {
    color: #bd7736;
}

.text-danger-new {
    color: #dc5151;
}

.ict-accordion .accordion-button {
    background: #f7f7f7 !important;
    border-radius: 0.5rem;
}

.font-size-md {
    font-size: 1rem;
}

.ict-accordion .accordion-collapse.show {
    background: #f7f7f7;
    padding: 1.25rem;
    padding-top: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.ict-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: 1.25rem;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjQ2OTQwMiA1LjkwNDA4TDUuNDY5NCAwLjkwNDA3OUM1LjUzOTA4IDAuODM0MTU5IDUuNjIxODcgMC43Nzg2ODIgNS43MTMwNCAwLjc0MDgyOEM1LjgwNDIgMC43MDI5NzQgNS45MDE5NCAwLjY4MzQ4NyA2LjAwMDY1IDAuNjgzNDg3QzYuMDk5MzYgMC42ODM0ODcgNi4xOTcxIDAuNzAyOTc0IDYuMjg4MjcgMC43NDA4MjhDNi4zNzk0MyAwLjc3ODY4MiA2LjQ2MjIzIDAuODM0MTU5IDYuNTMxOSAwLjkwNDA3OUwxMS41MzE5IDUuOTA0MDhDMTEuNjcyOCA2LjA0NDk4IDExLjc1MiA2LjIzNjA3IDExLjc1MiA2LjQzNTMzQzExLjc1MiA2LjYzNDU5IDExLjY3MjggNi44MjU2OCAxMS41MzE5IDYuOTY2NThDMTEuMzkxIDcuMTA3NDggMTEuMTk5OSA3LjE4NjYzIDExLjAwMDcgNy4xODY2M0MxMC44MDE0IDcuMTg2NjMgMTAuNjEwMyA3LjEwNzQ4IDEwLjQ2OTQgNi45NjY1OEw2LjAwMDAzIDIuNDk3MkwxLjUzMDY1IDYuOTY3MkMxLjM4OTc2IDcuMTA4MSAxLjE5ODY2IDcuMTg3MjUgMC45OTk0MDMgNy4xODcyNUMwLjgwMDE0NSA3LjE4NzI1IDAuNjA5MDQ5IDcuMTA4MSAwLjQ2ODE1MyA2Ljk2NzJDMC4zMjcyNTcgNi44MjYzMSAwLjI0ODEgNi42MzUyMSAwLjI0ODEgNi40MzU5NUMwLjI0ODEgNi4yMzY3IDAuMzI3MjU3IDYuMDQ1NiAwLjQ2ODE1MyA1LjkwNDdMMC40Njk0MDIgNS45MDQwOFoiIGZpbGw9IiMyMzI1MjgiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-180deg);
}

.ict-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.ict-accordion .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ict-accordion .accordion-button::before {
    content: none !important;
}

.ict-accordion .accordion-item {
    border-bottom: none !important;
}

.ict-cards-service .most-used-service {
    border-radius: 8px;
    min-height: auto;
    justify-content: space-between;
    width: auto;
}

    .ict-cards-service .most-used-service h6.text-primary-black {
        text-decoration: underline;
    }

    .ict-cards-service .most-used-service:hover {
        background-color: #344b61;
    }

        .ict-cards-service .most-used-service:hover h6.text-primary-black {
            color: #fafafa;
        }

.ict-knowledge .knowledge-list div p:hover {
    color: #344b61;
}

.ict-knowledge .knowledge-list:hover div svg path {
    fill: #344b61;
}
.justify-content-around{
    justify-content:space-around
}
@media (max-width: 990px) {
    .gpa-guidline div p:first-child {
        width: 5%
    }
}
.bootstrap-select.form-control.is-valid .dropdown-toggle, .was-validated .bootstrap-select.form-control:valid .dropdown-toggle {
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233F8E50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.comment-margin .form-group{
    margin-bottom: 0 !important;
}

#feedback-modal-body .modal-content{
    min-height: 290px !important
}

#feedback-modal-body .modal-body{
    flex: 0;
}

.feedback-modal-container:not(:last-child) {
    margin-inline-end: 1rem;
}
.feedback-modal-container .open-feedback-modal, .feedback-modal-container .open-comment-modal {
    border: 1px solid #1B1D21;
    border-radius: 8px;
    display: flex;
    text-align: start;
}

.feedback-modal-container .open-feedback-modal, .feedback-modal-container .open-comment-modal {
    font-size: .75rem;
}

    .feedback-modal-container .open-feedback-modal i, .feedback-modal-container .open-comment-modal i {
        font-size: 18px;
        padding-right: 0;
        padding-inline-end: .5rem
    }

.td-flex.mt-4:has(.open-comment-modal), .td-flex.mt-4:has(.open-feedback-modal) {
    margin-top: .5rem !important;
}

.td-flex.mt-4:has(.open-comment-modal) .col-md-2, .td-flex.mt-4:has(.open-feedback-modal) .col-md-2{
    width: auto;
}

.feedback-modal-container .open-feedback-modal:hover, .feedback-modal-container .open-comment-modal:hover {
    background-color: #1B1D21;
    color: #fff;
}

.td-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-block: 1.2rem;
}
    .td-flex.seller {
        display: flex;
        align-items: center;
        justify-content: start;
        padding-block: 1.2rem;
    }

.td-flex .dropdown-toggle::after{
    display: none;
}

.DealerId .pv-control .form-group{
    margin-bottom: 0 !important;
}

.custom-spacing .pv-readOnly .fileUploadParent button.download-link {
    background-color: #e8e8e9 !important;
}
.custom-spacing{
    align-items: center;
}

.custom-spacing .form-group{
    margin-bottom: 0 !important
}

.table-responsive .alert {
    padding-block: .65rem !important;
}

#IsNotBlacklisted, #CompletedTraining, #IsUnderPOSVisa {
    position: absolute !important;
    left: 0;
    top: 4px;
}

.confirmation-button {
    padding: 10px;
    border: 1px solid #198754;
    border-radius: 8px;
    margin-inline-start: .25rem;
}

.confirmation-button i{
    color: #198754;
}

.confirmation-button:hover {
    background: #198754;
}

.confirmation-button:hover i{
    color: #fff;
}

@media (min-width:1200px) {
    #TechnicalContact .work-list.table-resize__mobile table thead th {
        width: 25%;
    }
}

.custom-spacing.align-items-start .pv-readOnly .fileUploadParent button.download-link{
    width:100%
}

.custom-spacing.align-items-start .pv-readOnly .fileUploadParent button.download-link:not(:last-child) {
    margin-bottom: .75rem;
}

@media (min-width:1200px) {
    #TechnicalContact .work-list.table-resize__mobile table thead th {
        width: 25%;
    }
}

@media (max-width: 767px) {

    .pv-control .custom-gap-cards.custom-hesabati-widget {
        flex-wrap: wrap;
    }
}

.lh-base {
    line-height: 1.5;
}


.alert-warning-askTDRA .alert-warning-box {
    padding: 25px;
    background: #E9EFF4;
    border-radius: 15px;
    border: 1px solid #c1cdd9;
    margin-top: 25px;
}


.alert-warning-askTDRA {
    color: #636464;
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 20px;
}

    .alert-warning-askTDRA .alert-warning-container div {
        font-weight: 500;
        margin-bottom: 14px;
        color: #344b61;
        font-size: 16px;
    }

    .alert-warning-askTDRA ul, .alert-warning-askTDRA ol {
        padding: 0 38px;
    }



        .alert-warning-askTDRA .alert-warning-button-container .btn-secondary svg {
            width: 20px;
            height: 20px;
            margin-inline-end: 0.5rem;
        }


#aiDisclaimerModal .disclaimer-content p {
    margin-bottom: 0.8rem;
    color: #656363;
    line-height: 1.6rem;
    padding: 0px 30px;
}

.td-flex a:has(.text-success) {
    margin-inline-end: .5rem;
}

.td-flex a:hover .text-success, .td-flex a:focus .text-success {
    color: #fff;
}

col-md-1 .dropdown-toggle::after {
    display: none;
}

.ribbon-parent:has(.dropdown) {
    overflow: visible;
}

.table td:has(.d-flex) {
    vertical-align: top;
}

.fas.fa-minus {
    color: rgba(27,29,33,.5);
}

.wirelessFile .input-group .btn-elevate {
    width: 100%;
    border: 1px solid rgba(27, 29, 33, 0.32);
    color: rgba(27, 29, 33, 0.72);
    padding: 12.65px 16px;
}

.row:has(.wirelessFile) .col-md-1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.5rem;
}

.btn.btn-sm.sim-btn-details{
    width: auto;
    height: auto
}

.btn.btn-sm.sim-btn-details:hover, .btn.btn-sm.sim-btn-details:focus{
    background: transparent
}

.btn.btn-sm.sim-btn-details span{
    border-bottom: 1px solid #344b61;
    font-weight: 700;
    margin-inline-start: 4px;
}

tr.Stage-template-edit td{
    vertical-align: text-top;
}

/*Common text colors*/

/*.text-green-dark {
    color: #008000 !important;
}
.text-yellow-green {
    color: #9ACD32;
}
.text-red {
    color: #E20E18;
}
.text-dark-grey {
    color: #404040;
}*/

.main-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 6px;
    background: #EDEDED;
    line-height: 90px;
    margin-bottom: 20px;
    color: #344B61;
    text-align : center;
}

@media only screen and (max-width :1550px) {
    .company-fields {
        row-gap : 1rem;
    }
}

@media only screen and (max-width :600px) {
    .company-fields {
        row-gap: 1rem;
    }
}

.text-brand {
    color: #344b61
}
.btn-outline-success {
    border-color: #3F8E50;
    color: #3F8E50;
    white-space: nowrap;
    height: fit-content;
    font-weight:500;
}

.alert-warning-askTDRA .AskTDRA-desc {
    font-size: 13px;
    color: #717171;
}
.alert-warning-askTDRA .alert-warning-box:first-child p {
    color: #424242;
    font-weight: 500;
    margin-bottom: 20px;
}
.btn-outline-gray {
    border: 1px solid #E2E4E8 !important;
    color: #6E6E73 !important;
    font-size: 14px;
    border-radius: 6px;
    background-color: #FCFCFC !important;
}
    .btn-outline-gray:hover {
        background-color: #efefef !important;
    }
.text-warning-custom {
    color: #DB9E4E;
    font-weight: 600;
}
    .text-warning-custom svg {
        width: 30px;
        height: 30px;
        margin-inline-end: 6px;
        margin-bottom:-10px
    }

.btn-outline-gray[disabled] {
    color: #c3c3c3 !important;
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
}
    .btn-outline-gray[disabled] svg path {
        fill: #c3c3c3 !important;
    }
.btn-outline-success[disabled] {
    color: #c3c3c3 !important;
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    cursor:not-allowed
}
.btn-gray {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
    .btn-gray:hover {
        background-color: #5c636a;
        border-color: #5c636a;
    }
#BasicInformation .kt-portlet__head-actions button{
    padding-top: 1.25rem;
}

.company-review-info table tr:last-child td {
    border: 0px !important;
}
.knowledge-list:hover p, .knowledge-list:hover svg path {
    color: #344b61;
    fill: #344b61;
}

.most-used-service:hover p, .most-used-service:hover svg path {
    color: #D2D2D2;
    fill: #D2D2D2;
}

.badge-light-danger {
    color: #f11919;
    background-color: #e7d1d1;
    font-weight: 500;
    padding: 0.25em 0.5em;
}

.ViolationStyles .company {
    background-color: #f7eaea !important;
}

.tooltip .tooltip-inner {
    border: 1px solid #fff;
}

.tooltip .arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    z-index: -1;
}
.card-body.hesabati-card {
    flex-direction: column;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.card-body.hesabati-card > div {
 display: flex;
 flex-direction: column;
 gap: 20px;
}

.card-body.hesabati-card .download-btn {
    border-radius: 4px;
    background: rgba(52, 76, 97, 0.18);
    color: #344C61; 
    padding: 2px 6px;
    display: inline-flex;
    align-items :center;
    padding: 8px 12px;
    width :100%;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    transition : all .2s linear
    }

.card-body.hesabati-card .download-btn:hover {
        background: #344b61;
        color:#fff;
}

.card-body.hesabati-card .download-btn:hover svg path{
    stroke: #fff;
    fill: #fff;
}

.card-body.hesabati-card .flex-custom {
        display: flex;
        align-items: center;
        justify-content: space-between;
            gap: 12px;
      
 }

 .card-body.hesabati-card .download-btn svg,
 .card-body.hesabati-card .btn.btn-warning svg
  {
     width:18px !important;
 }

 .card-body.hesabati-card .btn.btn-warning {
      width :100%;
     background-color: #344b61;
    border: 1px solid #344b61;
      border-radius: 4px;
      box-shadow :none;
     display: flex;
     justify-content: center;
     gap: 8px;
     align-items: center;
    font-weight: 600;
    padding: 8px 12px;
 }

 .card-body.hesabati-card .btn.btn-warning:hover {
        background: #2a3d4f !important;
         border-color : #2a3d4f !important;
 }

 .custom-arrow {
    position: absolute;
    right: -15px;
    top: -7px;

 }

 .custom-arrow .btn.btn-icon.btn-sm {
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
 }

 .custom-arrow .btn.btn-icon.btn-sm i {
        font-size: 12px;
 }

 .wizard-actions .previous-btn {
        border: 1px solid #344b61;
    color: #344b61;
 }

.div-red-text label {
    color: red !important;
}


    .div-red-text a {
        color: red;
        font-weight: bold; /* optional for emphasis */
        text-decoration: underline; /* optional */
    }

 
