/* Stick Loader */
input[type='password'] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.25em;
}

.stick-loader {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    padding: 10px 15px;
    position: fixed;
    width: 300px;
    z-index: 9999 !important;
}

html[lang="en"] .stick-loader {
    left: 10px;
}

html[lang="ar"] .stick-loader {
    right: 10px;
}

.stick-loader p {
    margin-bottom: 5px;
}

.stick-loader #progress-bar-loading-percentage {
    position: absolute;
    bottom: 30px;
    font-weight: 600;
}

html[lang="en"] .stick-loader #progress-bar-loading-percentage {
    right: 10px;

}

html[lang="ar"] .stick-loader #progress-bar-loading-percentage {
    left: 10px;
}

.stick-spinner {
    margin-top: 10px !important;
}

.job-favourite, .favourite {
    font-size: 18px;
    margin-top: 5px;
    color: #e5e5e5;
}

.job-favourite:hover, .favourite:hover {
    color: #ff4c52;
    animation: heartbeat 1s infinite;
}

.trip-completed {
    font-size: 18px;
    color: #ddd;
}

@keyframes heartbeat {
    0% {
        transform: scale(.85);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(.85);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(.85);
    }
    100% {
        transform: scale(.85);
    }
}

.fav-index {
    overflow: visible !important;
    position: relative;
}

.allocated-icon {
    top: 22px !important;
}

.owner-icon {
    color: #757575;
    position: absolute;
    top: 45px;
    left: -7px;
    font-size: 11px;
}

html[lang="ar"] .owner-icon {
    right: -100px;
    left: 0px;
}


.bg-logo {
    background-position: center;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color: #f2f3f4;
}

.subtext {
    color: #6c757d !important;
}

.bootstrap-select .dropdown-menu li a span.text small.subtext {
    color: #6c757d !important;
    display: block;
    padding-left: 0;
}

.bootstrap-select .dropdown-menu li a.active span.text small.subtext {
    color: #fff !important;
    padding-left: 0.5rem;
}

.absolute-center {
    position: absolute;
    bottom: -30px;
    flex: 0 0 100%;
    width: 100%;
}

.absolute-center button {
    padding: 0.5rem 1.75rem;
    margin-right: 0.75rem;
    /*box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.15) !important;*/
}

.absolute-center .btn-outline-primary {
    /*box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.15) !important;*/
    background-color: #fff !important;
    color: #1a73e8 !important;
}

.collapse-close {
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}

td.cell-amount {
    text-align: right !important;
    min-width: 100px !important;
    font-weight: 600;
}

input.cell-amount {
    text-align: right !important;
    min-width: 100px !important;
}

.amount-view {
    text-align: right !important;
    font-weight: 600;
}

.float-title-box {
    padding: 20px;
    border: 1px solid #dadce0;

    border-radius: 8px;
    position: relative;
    margin-bottom: 2rem;
    flex: 0 0 100%;
    background-color: #fff;
    /*box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);*/
    /*-webkit-box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
    -webkit-appearance: none;
}

.float-title-box .float-title {
    position: absolute;
    top: -10px;
    background: white;
    padding: 0 10px;
    border-radius: 10px;
}

.float-title-box .close {
    top: 7px;
    position: absolute;
    right: 15px;
    background: white;
    padding-top: 6px;
    opacity: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
}

.float-title-box .close:hover {
    background: #f0f5f5;
}

.float-title-box .close i {
    opacity: .5;
}

.multiple_emails-container {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 0;
    margin: 0;
    cursor: text;
    width: 100%;
}

.multiple_emails-container input {
    clear: both;
    width: 100%;
    border: 2px solid #dadce0;
    outline: none;
    margin-bottom: 3px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}

.multiple_emails-container input.multiple_emails-error {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
    outline: thin auto red !important;
}

.multiple_emails-container ul {
    list-style-type: none;
    margin-bottom: 3px;
}

html[lang="en"] .multiple_emails-container ul {
    padding-left: 0;
}

html[lang="ar"] .multiple_emails-container ul {
    padding-right: 0;
}

.multiple_emails-email {
    margin: 2px;
    padding: 0 8px;
    border: 1px #d1d1d2 solid;
    background: #dcdcde;
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
}

.multiple_emails-close {
    float: right;
    margin: 0 3px;
    color: #777;
}

.caption-top {
    caption-side: top;
}

.text-underline {
    text-decoration: underline
}

.hover-underline {
    cursor: pointer;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

@media screen {
    .hover-row:hover .underline-td {
        color: #007bff !important;
    }

    .pointer-underlined:hover {
        color: #007bff !important;
        cursor: pointer;
    }

    .pointer:hover {
        cursor: pointer;
    }

    .help:hover {
        cursor: help;
    }
}

.bs-actionsbox button.actions-btn {
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
}

#navbar-content li.rounded-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}

@media print {
    .print-body {
        height: 275mm !important;
    }

    .common-print .border {
        border-color: rgba(0, 0, 0, 0.125) !important;
    }

    .common-print .border-right {
        border-color: rgba(0, 0, 0, 0.125) !important;
    }

    .transasia-print .border {
        border-color: rgba(0, 0, 0, 0.125) !important;
    }

    .transasia-print .border-bottom {
        border-color: rgba(0, 0, 0, 0.125) !important;
    }

    .border-bottom {
        border-bottom: 1px solid #dadce0 !important;
    }

    .border-top {
        border-top: 1px solid #dadce0 !important;
    }
}

/* Help Iocns */
.help-icon {
    background-image: url(../img/docs/help-icons.png);
    background-repeat: no-repeat;
    background-size: 48px;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: ease .5s;

}

.help-icon.docs {
    background-position: center 11px;
}

.help-icon.faq {
    background-position: center -52px;
}

.help-icon.kboard {
    background-position: center -106px;
}

.help-icon.blog {
    background-position: center -155px;
}

/* Right Bar */
.right-bar {
    /*width: 50px;*/
    width: 40px;
    /*height: 80vh;*/
    height: 100vh;
    margin-top: auto;
    /* overflow: auto; */
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(32, 33, 36, 0.059);
    transition: ease 0.4s;
    margin-bottom: auto;
    z-index: 5;
    /*box-shadow: 0 0 10px #ddd;*/
    /*border-radius: 50px;*/
}

body.layout-dark .right-bar {
    box-shadow: 0 0 10px #000;
}

html[lang="en"] .right-bar {
    /*right: 25px;*/
    right: 0px;
}

/*html[lang="en"] .right-bar.right-bar-close {*/
/*    !*right: -50px !important;*!*/
/*    right: 50px !important;*/
/*}*/

.rightbar-icon {
    background-image: url(/img/icons/right-bar03.png);
    background-repeat: no-repeat;
    /*background-size: 36px;*/
    /*height: 38px;*/
    /*width: 38px;*/
    background-size: 32px;
    height: 34px;
    width: 34px;
    margin: 12px auto 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    transition: ease .5s;
    cursor: pointer;

}

.rightbar-icon:hover, .navbar-nav li.rounded-circle:hover {
    background-color: rgba(32, 33, 36, 0.059);
    transition: ease 0.3s;
    padding: 9px 0px;
}

.rightbar-icon.alert {
    background-position: center -279px;
}

.rightbar-icon.sms {
    background-position: center -393px;
}

.rightbar-icon.translation {
    background-position: center -428px;
}

.rightbar-icon.dark-light {
    background-position: center -321px;
}

body.layout-dark .rightbar-icon.dark-light {
    background-position: center -361px;
}

.rightbar-icon.reminder {
    background-position: center -2px;
}

.rightbar-icon.rb-feedback-model-open {
    background-position: center -603px;
}

.rightbar-icon.tasks {
    background-position: center -34px;
}

.rightbar-icon.docs {
    background-position: center -65px;
}

.rightbar-icon.learning {
    background-position: center -99px;
}

.rightbar-icon.help {
    background-position: center -129px;
}

.rightbar-icon.version {
    background-position: center -568px;
}

.rightbar-icon.settings {
    background-position: center -164px;
}

.rightbar-icon.feedback {
    background-position: center -196px;
}

.rightbar-icon.back {
    background-position: 4px -174px;
    background-size: 24px;
    transform: rotate(180deg);
    transition: ease 0.3s;
}

.rightbar-icon.help-support {
    background-position: center -463px;
}

.rightbar-icon.rightbar-notification {
    background-position: center -535px;
}

.right-bar-pull {
    position: relative;
    margin-top: 18px;
    width: 60px !important;
    border-radius: 30px 0 0 30px !important;
    background-color: #dfe0e1 !important;
    transition: ease 0.3s;
}

html[lang="en"] .right-bar-pull {
    right: 40px;
}

.right-bar-pull .rightbar-icon {
    margin: 0 !important;
    transition: ease 0.3s;
    transform: rotate(0deg) !important;
}

html[lang="en"] . :hover {
    right: 60px !important;
}


/* Right Bar End */

/*Actions bar start*/
.action-bar-icon {
    background-image: url(../img/icons/actions_bar_new.png);
    background-repeat: no-repeat;
    background-size: 50px;
    height: 45px;
    width: 45px;
    display: block;
    position: relative;
    transition: ease .5s;
    cursor: pointer;
    margin: 0 auto;

}

.action-bar-icon.pending-invoice {
    background-position: center -10px;
}

.action-bar-icon.approvals-invoice {
    background-position: center -58px;
}

.action-bar-icon.pre-invoice {
    background-position: center -106px;
}

.action-bar-icon.dispatch {
    background-position: center -639px;
}

.action-bar-icon.os-invoice {
    background-position: center -151px;
}

.action-bar-icon.invoice-overdue {
    background-position: center -693px;
}

.action-bar-icon.voucher-approvals {
    background-position: center -202px;
}

.action-bar-icon.reminders {
    background-position: center -259px;
}

.action-bar-icon.tasks {
    background-position: center -308px;
}

.action-bar-icon.document-control {
    background-position: center -356px;
}

.action-bar-icon.addon {
    background-position: center -594px;
}

.action-bar-icon.support {
    background-position: center -399px;
}

.action-bar-icon.spaces {
    background-position: center -894px;
}

.action-bar-icon.airport {
    background-position: center -485px;
}

.action-bar-icon.siteport {
    background-position: center -791px;
}

.action-bar-icon.shippingline {
    background-position: center -845px;
}

.action-bar-icon.seaport {
    background-position: center -438px;
}

.action-bar-icon.airlines {
    background-position: center -533px;
}

.action-bar-icon.memo {
    background-position: center -745px;
}

.action-bar-icon a, .action-bar-icon a:hover {
    color: #000;
}

/*End actions bar start*/
/*masters*/
.page_break {
    page-break-after: auto;
    page-break-inside: avoid !important;
    page-break-before: avoid;
}

.page_break_before {
    page-break-before: avoid !important;
    page-break-inside: auto;
}

.page_break_always {
    page-break-after: always;
    page-break-inside: avoid !important;
}

.page-break {
    page-break-before: always;
}

/* FloatBar */
.fc-timeGrid-view .fc-scroller {
    height: 100% !important;
    overflow: visible !important;
}

#floatbar-content .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.375rem !important;
}


/*Bootstrap Buuton */
.bootstrap-select button.dropdown-toggle {
    margin-bottom: 0 !important;
}

.bootstrap-select button {
    padding-left: 10px !important;
}

.bootstrap-select .dropdown-menu {
    transition: none !important;
}

.bootstrap-select .bs-placeholder:focus {
    border-color: #1a73e8 !important;
}

.app-icons {
    padding: 10px !important;
}

.app-icons:hover {
    background-color: rgba(196, 221, 254, 0.25);
    border-radius: 8px;
    border-color: #c4ddfe;
    transition: all .5s ease;
}

.pro-pt {
    padding-top: 5px;
}

/* Job Badge Box */
.badge-box {
    background: white;
    border: none;
    border-radius: 8px;
    left: 0;
    position: absolute;
    display: block;
    text-shadow: none;
    top: 0;
    z-index: 1000;
    width: 320px;
    text-align: left;
}

.badge-header {
    padding: 10px 15px 0 15px;
}

.badge-hint {
    background: #a3cafe;
    padding-top: 18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
    color: #004085;
}

.badge-title {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    margin-top: 8px;
    vertical-align: super;
}

.badge-title h3 {
    margin: 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
}

.badge-title p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.badge-description {
    padding: 0 20px 5px 20px;
}

.badge-description p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
}

.badge-footer {
    border-top: 1px solid #dadce0;
    padding: 10px 20px;
    font-weight: bold;
}

.badge-footer .badge-hint-1 {
    color: #1a73e8;
    display: inline-block;
}

.badge-footer .badge-hint-2 {
    float: right;
    display: inline-block;
}

.badge-footer .badge-hint-2 i {
    padding: 0 7px;
    font-size: 16px;
    cursor: pointer;
}

.badge-footer .badge-hint-2 i.filled {
    color: #1a73e8;
}

.badge-footer .badge-hint-2 i.unfilled {
    color: #cdcccc;
}

/*.seaway-bill .watermark {
    font-size: 110px!important;
}*/
.watermark {
    font-size: 160px;
    opacity: .08;
    position: fixed;
    z-index: 999;
    top: 50%;
    /*transform: translateY(-40%);*/
    /*-ms-transform: translateY(-40%);*/
    left: 0;
    text-transform: uppercase;
    transform: rotate(325deg);
    text-align: center;
    width: 100%;
}

.watermark-md {
    font-size: 110px !important;
}

.company-stamp {
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 1 !important;
}

.company-stamp img {
    /*width: 140px;*/
    height: auto;

}

@media print {
    .pagination {
        display: none;
    }

    .waybill .table-bordered, .waybill .table-bordered td {
        border: 1px solid #424242 !important;
    }

    .position-relative-print {
        position: relative !important;
        height: 100vh !important;
    }
}

li.disabled {
    cursor: not-allowed;
}

.no-pointer-event {
    pointer-events: none;
    cursor: default
}

.indexing-section {
    width: 50%;
}

.indexing-section .ft-search, .indexing-section .ft-loader {
    color: #212529;
}

.input-indexing {
    /*background-color: #d1dbe1a8;*/
    border: 1px solid #d1dbe1a8;
    border-radius: 12px;
    padding: 1.5rem 1.5rem 1.5rem 3rem !important;
    outline: 0 !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 10px;
    transition: background-color ease-in-out 0.3s;
}

.indexing-btn:focus-visible, .index-search-box .input-group:focus-visible {
    outline: none !important;
    border: none !important;
}

.indexing-btn.active {
    background: #fff;
    border: 1px solid #e1e7eb;
}

button.btn.dropdown-toggle.btn-light:focus, button.btn.dropdown-toggle.btn-light:hover {
    box-shadow: none;
    background: transparent;
}

.input-indexing:focus {
    outline: none !important;
    box-shadow: 0 0 1px 0 rgb(65 69 73 / 0%), 0 0 3px 1px rgb(65 69 73 / 0%) !important;
    border: 1px solid #d1dbe1a8 !important;
}

.indexing-btn {
    height: 100%;
}

.input-indexing.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(65, 69, 73, 0.3), 0 0 3px 1px rgba(65, 69, 73, 0.15);
}

.input-indexing::-webkit-input-placeholder {
    color: red;
}

.indexing-group {
    border-bottom: 1px solid #f8f9fa;
    margin-bottom: 3px;
}

#search-form .indexing-search {
    top: 0;
    left: 0;
    border-radius: 0 8px 8px 0;
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
}

.indexing-btn {
    border: 1px solid #d1dbe1a8 !important;
    border-radius: 8px 0 0 8px !important;
    padding-top: 4px !important;
}

.indexing-btn button {
    background: transparent;
    border: none;
}

#search-form .indexing-loader {
    top: 0;
    right: 8px;
    z-index: 99;
    transition: all ease-in-out 0.5s;
}

.indexing-panel {
    background: #fff;
    position: absolute;
    width: 100%;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 2px 3px 1px rgba(65, 69, 73, 0.15);
    border-top: 1px solid rgba(65, 69, 73, 0.1);
}

.indexing-box {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    border-right: solid 1px #f8f9fa;
}

.indexing-box#left-group {
    padding-right: 0;
}

.indexing-box::-webkit-scrollbar, .indexing-box::-moz-viewport-scroll {
    display: none;
}

.indexing-preview {
    padding: 20px;
    line-height: 1.8;
}

.indexing-preview.box {
    border: solid 1px #f8f9fa;
    margin: 20px;
    border-radius: 8px;
}

.indexing-preview.zoom {
    zoom: 45%;
    -ms-zoom: 45%;
    -moz-transform: scale(0.7);
    -moz-transform-origin: center top;
}

.indexing-group .indexing-header {
    display: block;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    font-weight: 600;
}

.indexing-text {
    padding: 0.05rem 0.75rem;
}

.indexing-group .indexing-text:not(:last-child) {
    border-bottom: solid 1px #f8f9fa;
}

.indexing-text span {
    font-size: 0.85rem;
    display: block;
}

.indexing-text .subtext {
    font-size: 0.8rem !important;
    margin-top: -4px;
}

.indexing-text:hover, .indexing-text.preview-hover {
    background-color: #1a73e8;
    color: #fff !important;
}

.indexing-text:hover .subtext, .indexing-text.preview-hover .subtext, .indexing-text:hover span.text-danger, .indexing-text:hover span.text-success {
    color: #fff !important;
}

.search-float-buttons {
    position: sticky;
    bottom: 0;
    background: rgba(115, 115, 115, 0.2);
    width: 110%;
    text-align: center;
    padding: 20px 0;
    margin-left: -30px;
    margin-top: 15px;
}

.search-float-buttons .btn {
    margin-bottom: 0;
    transform: scale(1.5);
}

.reg-bg {
    background-image: url("../img/register.png");
    background-size: cover;
}

.reg-company-bg {
    background-image: url("../img/register-1.png");
    background-size: cover;
}

.shrink-modal {
    transform: scale3d(0.1, 0.1, 0.1);
    transform-style: preserve-3d;
    transform-origin: top left;
    z-index: 9999 !important;
    will-change: transform;
    transition: linear 0.2s;
    clip-path: polygon(0px 1%, 100% 4%, 100% 89%, 0% 100%);
}

.shrink-modal .modal-content:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.1);
    z-index: 10000 !important;
    content: '';
}

.shrink-modal .sm-count {
    display: block;
    position: absolute;
    right: 120px;
    bottom: 120px;
    border-radius: 50%;
    background-color: rgba(100, 100, 100, 0.7);
    color: #FFF;
    font-size: 35px;
    transform: scale(4);
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    font-weight: bold
}

.sm-count {
    display: none
}

.sm-close {
    position: fixed;
    z-index: 9999 !important;
    will-change: transform;
    width: 110px;
    left: 15px;
    display: inline-block;
    font-weight: 400;
    color: rgba(33, 37, 41, 0.69);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
    opacity: 0.8;
    border: 1px solid transparent;
    padding: 0.375rem 1.375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 2s;
}

/*dark theme*/
body.layout-dark .bg-secondary {
    background-color: #282836 !important;
}

body.layout-dark .table-secondary,
body.layout-dark .table-secondary > th,
body.layout-dark .table-secondary > td {
    background-color: #26263a;
}

body.layout-dark .table-hover .table-secondary:hover > td,
body.layout-dark .table-hover .table-secondary:hover > th {
    background-color: #1d1d2f;
}

body.layout-dark .table-light,
body.layout-dark .table-light > th,
body.layout-dark .table-light > td {
    background-color: #38384f;
}

body.layout-dark .table-hover .table-light:hover > td,
body.layout-dark .table-hover .table-light:hover > th {
    background-color: #26263a;
}

body.layout-dark .bg-lighten-v4 {
    background-color: #27273f !important;
    color: #6e6e89 !important;
    border-color: #161625 !important;

}

.pac-container {
    z-index: 999999 !important;
}

body.layout-dark .bg-lighten-v4:hover,
body.layout-dark .bg-lighten-v4:focus,
body.layout-dark .bg-lighten-v4:active,
body.layout-dark .bg-lighten-v4:visited {
    background-color: #1e1e30 !important;
}

body.layout-dark .table-bordered th,
body.layout-dark .table-bordered td {
    /*border: 1px solid #1d1d2f;*/
    border: 1px solid #25253c;
}

/*-----------------------*/
body.layout-dark .buttons-csv:hover {
    background-color: rgb(50 50 78);
}

body.layout-dark .btn-default:hover {
    background-color: #212137;
}

body.layout-dark .bg-grey.bg-lighten-3 {
    background-color: #232339 !important;
}

body.layout-dark .bg-light {
    background-color: #1d1d2f !important;
}

body.layout-dark .text-dark {
    color: #bdbdbd !important;
}

body.layout-dark .context-menu-list .dropdown-header {
    font-weight: bold;
    border-bottom: solid 1px #25233b;
}

body.layout-dark ul.rights-ul li {
    border: 1px solid rgb(36 36 51);
}

body.layout-dark .border-black {
    border: 1px solid #161625;
}

body.layout-dark .table-radius {
    border: 1px solid rgb(46 46 73);
}

body.layout-dark button.fc-dayGridMonth-button.btn.btn-primary.active {
    background-color: #1e1e30;
    border-color: #2b2b44;
}

body.layout-dark .btn-secondary, body.layout-dark .fc button {
    color: #b7b7b8;
    background-color: #18182d;
    border-color: #2b2b44;
}

body.layout-dark .list-group-item.active, body.layout-dark .list-group-item.active:focus, body.layout-dark .list-group-item.active:hover {
    background-color: #282841;
    border-color: #1a73e8;
    color: #1a73e;
}

body.layout-dark .nav-tabs .nav-link.active {
    border-bottom-color: transparent;
    color: #1a73e8 !important;
    position: relative;
    transition: 1s;
    background-color: transparent;
}

body.layout-dark .bootstrap-select > .dropdown-toggle:after {
    color: #3f3f5e;
}

body.layout-dark .badge-secondary {
    background: #252542;
}

body.layout-dark input::placeholder {
    color: #6c747c;
    opacity: 1; /* Firefox */
}

body.layout-dark input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6c747c;
}

body.layout-dark input::-ms-input-placeholder { /* Microsoft Edge */
    color: #6c747c;
}

body.layout-dark .dropdown-menu .disabled {
    color: #5a5a64;
}

body.layout-dark .indexing-panel {
    background: #1e1e30;
}

body.layout-dark .file-caption .file-caption-name {
    color: #b2b2bc;
}

body.layout-dark .jconfirm.jconfirm-light .jconfirm-box, body.layout-dark .jconfirm.jconfirm-white .jconfirm-box {
    background: #1e1e30;
}

body.layout-dark::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
body.layout-dark::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

body.layout-dark .nav-link.disabled {
    color: #7A7AA1 !important;
}

body.layout-dark .alert-dark {
    color: #bdbdbd;
    background-color: #33334e;
    border-color: #1d1d2f;
}

.btn-material {
    color: #212529 !important;
    background-color: transparent !important;
    border: solid 1px #dadce0 !important;

}

.btn-material.active {
    background-color: #1a73e8 !important;
    color: #fff !important;
    border-color: #1a73e8 !important;
    content: "dsds";
}

.btn-radio {
    color: #212529 !important;
    background-color: transparent !important;
    border-color: #dadce0 !important;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.btn-radio.active {
    border-color: #1a73e8 !important;
    color: #1a73e8 !important;
}

.jconfirm-buttons .btn-material {
    margin: 0px !important;
}


.jconfirm-buttons .btn-material:hover {
    background-color: #eff6ff !important;
    margin: 0px !important;
}

#jobShareSettingsModal .btn-material.active:before {
    content: '☑';
    color: white;
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 0;
}


body.layout-dark .multiple_emails-container input {
    background: transparent;
    border: 2px solid #2b2b44;
}

body.layout-dark .multiple_emails-email {
    background: #24243a;
    border: 1px solid #2b2b44;
}

body.layout-dark .note-editor.note-frame .note-editing-area .note-editable {
    color: #bdbdc7;
}

body.layout-dark .form-control:disabled, body.layout-dark .form-control[readonly] {
    background: #2b2b40;
}

body.layout-dark .dataTables_processing .card {
    color: #bdbdc7;
}

body.layout-dark .border {
    border: 1px solid #393950 !important;
}

body.layout-dark .border {
    border: 1px solid #393950 !important;
}

body.layout-dark hr {
    border-color: #282840 !important;
}

body.layout-dark .badge-white {
    background-color: #4e4e67;
}

body.layout-dark .stick-loader {
    color: #b0b0b8;
    background: #262640;
}

body.layout-dark .alert-secondary {
    color: #9b9baf;
    background-color: #2b2b40;
    border-color: #1d1d2f;
}

.brand.typeahead, .model.typeahead {
    position: relative;
}

.typeahead.dropdown-menu {
    position: absolute;
}

.loader-table {
    position: relative;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
}

.loader-table tbody {
    background: #FFF;
}

.loader-table td {
    position: relative;
    padding: 20px 10px;
}

.loader-table tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.loader-table tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.loader-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.loader-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.loader-table td .bar {
    background-color: #E7E7E7;
    height: 14px;
    border-radius: 7px;
    width: 80%;
    margin: 0 auto;
}

.loader-table td:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
    background-size: 200px 24px;
    background-position: -100px 0;
    background-repeat: no-repeat;
    animation: loading 1s infinite;
    overflow: hidden;
}

@keyframes loading {
    40% {
        background-position: 100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

/*reconciliation*/

.reconciliation-tble {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.reconciliation-tble td {
    padding: 15px;
}

.reconciliation-tble th {
    border-top: none;
    padding: 20px 15px;
}

td i.fa.fa-asterisk {
    color: darkred;
    font-size: 6px;
    vertical-align: super;
}

.card .table td {
    padding: 1rem !important
}

/*version*/
.version-box dd {
    line-height: 21px;
    padding-bottom: 5px;
}

.version-box dd p {
    margin: 0;
}

.version-box dd img {
    width: 2%;
}

.version-box dl dl {
    padding-left: 15px;
}

.overview-card .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.overview-card .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 10px !important;
}

.overview-card .nav-link.active {
    background-color: transparent;
    color: #1a73e8 !important;
    border-bottom-color: #1a73e8;
}

.job-view-card {
    position: absolute;
    width: 100%;
    height: 50vh;
    background: #fff;
    z-index: 2;
    left: 0;
    text-align: center;
    padding-top: 0;
}

.job-view-card .loader {
    margin-top: 35vh;
}

.job-view-card .spinner-border {
    width: 5rem;
    height: 5rem;
}

.job-cards.active .text-success, .job-cards.active .text-dark {
    color: #FFF !important;
}

.wire-loader {
    position: absolute;
    background: #FFF;
    width: 98%;
    height: 90%;
    text-align: center;
    z-index: 1;
    left: 0;
}

.wire-loader .card-loader {
    top: 30%;
    position: relative;
}

.package-form .btn-material.active {
    color: #fff !important;
    background-color: #1a73e8 !important;
    border-color: #1a73e8 !important;
}

.package-form .btn-material.active .text-muted {
    color: #fff !important;
}

.notification-item .text-truncate {
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 276px;
}

.notification-item .message {
    line-height: 1.5;
}

.version-box dd, .version-box p {
    font-size: 1.1rem !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    line-height: 1.5rem;
    font-size: 18px !important;
    font-weight: 500;
}

/*.actions-dd{
    !*height: 150px;*!
    transform: scale(0,0);
    transition: all 3s;
}

.actions-transform{
    transform: scale(3,3) !important;
    transform-origin: 0 100%;
}*/

/* Youtube Frame */
.y-frame {
    width: 100%;
}

.b-r-l-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*div#filters .form-group.error label.error {*/
/*    bottom: 3px;*/
/*}*/
/*slider*/
.carousel-nav-icon {
    height: 25px;
    width: 25px;
}

.carousel-item .col, .col-sm, .col-md {
    margin: 8px;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.bordered-card .float-title {
    position: absolute;
    top: -10px;
    background: white;
    padding: 0 10px;
    border-radius: 10px;
}

.bordered-card.package-box:hover, .bordered-card.package-box.active {
    background-color: #3e8ef7;
    color: #fff !important;
    transition: background-color .2s ease;
}

.bordered-card.package-box.active:before {
    content: '☑';
    color: white;
    position: absolute;
    left: 14px;
    font-size: 2rem;
    top: 14px;
}

.bordered-card.package-box:hover .text-muted, .bordered-card.package-box.active .text-muted, .bordered-card.package-box:hover .text-primary, .bordered-card.package-box.active .text-primary {
    color: #fff !important;
}

.bordered-card.package-box:hover label {
    cursor: pointer;
}

.bordered-card.package-box {
    transition: background-color .2s ease;
}

.bordered-card.package-box:hover a {
    color: #000;
    transition: background-color .2s ease;
}

.bordered-card.package-box:hover .btn-outline-primary, .bordered-card.package-box.active .btn-outline-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.col-12.col-md.d-flex.align-items-center.justify-content-center.bordered-card.selected, .col-12.col-md.d-flex.align-items-center.justify-content-center.bordered-card:hover {
    background: #3e8ef7;
    color: #fff;
    transition: all .5s ease;
}

.col-12.col-md.d-flex.align-items-center.justify-content-center.bordered-card.selected a, .col-12.col-md.d-flex.align-items-center.justify-content-center.bordered-card:hover a {
    border-color: #fff;
    color: #fff;
    transition: all .5s ease;
}

.opacity-5 {
    /*color: rgba(31, 41, 55, 0.7);*/
}

/*#nav-tabs {*/
/*    margin: 10px 0;*/
/*}*/

/*.index-search-box .form-control {*/
/*    background: #e8e9ea;*/
/*}*/
.index-search-box .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    /*border: 1px solid #f1f3f4;*/
    /*border-radius: 8px;*/
    /*background: #f1f3f4;*/
}

.index-search-box {
    /*background: #f1f3f4;*/
    border-radius: 12px;
}

.index-search-box .filter-option-inner-inner {
    font-weight: 600;
}

.input-indexing:focus {
    box-shadow: none;
}

body.layout-dark .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #28283e;
    border-color: #28283e;
}

body.layout-dark .index-search-box .input-group {
    border: none;
}

body.layout-dark .index-search-box {
    background: #1d1d2f;
    border: 1px solid #1d1d2f;
    border-radius: 8px;
}

body.layout-dark .index-search-box .form-control {
    border: none !important;
}

body.layout-dark .list-group-item-action:hover, body.layout-dark .list-group-item-action:focus {
    background-color: #282841;
}

body.layout-dark .text-dark-v2 {
    color: #363650 !important;
}

.company-logo {
    padding: 0;
    margin: 0 5px;
}

body.layout-dark .company-logo {
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    margin: 0 7px;
}


/* Segment Bar */
.segmented-progresscircle {
    position: relative;
    display: inline-block;
}

.segmented-progresscircle svg {
    width: 40px;
    height: 40px;
}

.segmented-progresscircle circle {
    fill: transparent;
}

.segmented-progresscircle__circles {
    transform: rotate(-82deg);
}

.segmented-progresscircle__circles__progress-dashes {
    stroke-linecap: round;
    stroke: #1a83e8;
}

.segmented-progresscircle__circles__progress-dashes--0 {
    display: none;
}

.segmented-progresscircle__circles__progress-dashes--1 {
    stroke-dasharray: 21.6 1000;
}

.segmented-progresscircle__circles__progress-dashes--2 {
    stroke-dasharray: 21.6 7 21.6 1000;
}

.segmented-progresscircle__circles__progress-dashes--3 {
    stroke-dasharray: 21.6 7 21.6 7 21.6 1000;
}

.segmented-progresscircle__circles__progress-dashes--4 {
    stroke-dasharray: 21.6 7 21.6 7 21.6 7 21.6 1000;
}

.segmented-progresscircle__circles__background-dashes {
    /*stroke-linecap: round;*/
    stroke: #d4e5f9;
    stroke-dasharray: 21.6 7 21.6 7 21.6 7 21.6 1000;
}

.segmented-progresscircle__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    color: #3E3E3E;
}

.carousel-footer-button {
    position: fixed;
    height: calc(100% - 3.75rem);
    left: 0;
    right: 0;
    background: #ffffff;
    /*height: 40px;*/
    max-width: 500px;
    margin: 0 auto;
}

.version-modal .modal-body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none;
}

.version-modal .modal-body::-webkit-scrollbar {
    display: none;
}

.version-modal .carousel-item .card-footer {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    padding-bottom: 0;
    right: 0;
    border-radius: 0 0 .8rem .8rem;
}

.pricing-details .card {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.overflow-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.timeDropper[readonly] {
    background: #fff;
}

body.layout-dark .timeDropper[readonly] {
    background: #1e1e30
}

.lighthouse-loader {
    background-image: url("../img/light-house.gif");
    background-size: cover;
    background-position: left;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 -50px
}

.index-search-box.form-control:focus .index-search-box.indexing-btn {
    background: #fff;
}

.always-white {
    background-color: #fff !important;
}

.live-tracking-icon {
    padding: 8px 10px;
}

.indexing-section.festival {
    width: 40%;
}

body.layout-dark .nav-tabs {
    background-color: #1d1d2f;
}

/*body.layout-dark .nav-tabs {
    border-bottom: 1px solid #1d1d2f;
}*/

body.layout-dark .btn-white {
    background-color: #1d1d2f;
}


.trip-div, .trip-div .float-title-box, .trip-div .float-title {
    margin-bottom: 40px;
    /* border-bottom: 3px solid #d4d4d4; */
    background: #f7f7f7;
}

body.layout-dark .trip-div, body.layout-dark .trip-div .float-title-box, body.layout-dark .trip-div .float-title {
    background-color: #242437de !important;
}

.form-inline label {
    display: inline-block;
}

/*Trip*/
.trip-history {
    background: #ebedef;
}

body.layout-dark .trip-history {
    background-color: #2d2d49;
}

body.layout-dark .table-hover .table-danger:hover > td, body.layout-dark .table-hover .table-danger:hover > th {
    background-color: rgb(255 46 73 / 22%);
}

body.layout-dark .table .thead-light th {

    background-color: #242439;
    border-color: #242439;
}

body.layout-dark .segmented-progresscircle__circles__background-dashes {

    stroke: #2b2b44;
}

/*body.layout-dark .bordered-card{*/
/*    border: 1px solid rgb(81 81 109);*/
/*}*/
html[lang="en"] .input-group-btn .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

html[lang="ar"] .input-group-btn .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

body.layout-dark .btn-outline-light {
    border-color: #2b2b44;
}

body.layout-dark .btn-outline-light:hover {
    background-color: #2b2b44;
}

body.layout-dark .border-top {
    border-top: 1px solid #2b2b44 !important;
}

body.layout-dark .btn-secondary:hover, body.layout-dark .fc button:hover {
    color: #1a73e8 !important;
    background-color: #1a73e83b !important;
    border-color: #2f4f8c !important;
}

body.layout-dark .indexing-section .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #1e1e30;
    border-color: #1e1e30;
}

body.layout-dark .indexing-section .btn-light:not(:disabled):not(.disabled):active,
body.layout-dark .indexing-section .btn-light:not(:disabled):not(.disabled).active,
body.layout-dark .indexing-section .show > .btn-light.dropdown-toggle {
    color: #1e1e30 !important;
    background-color: #1e1e30;
}

body.layout-dark .indexing-section .btn-light:not(:disabled):not(.disabled):active:focus,
body.layout-dark .indexing-section .btn-light:not(:disabled):not(.disabled).active:focus,
body.layout-dark .indexing-section .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inherit;
}

body.layout-dark .datepicker-dropdown:after {
    border-bottom: 6px solid #161625;
}

#job-dynamic-table .table th {
    border: none;
}

.rounded-xl {
    border-radius: 20px !important;
}

/* Socket Alert Custom css */
.sk-alert {
    background-color: white !important;
    color: #110000 !important;
    opacity: 1 !important;
}

.sk-alert .toast-close-button {
    color: #000 !important;
}

/*version modal*/
div#version-modal .modal-body {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sk-alert .sk-icon {
    position: absolute;
    left: 20px;
    top: 30px;
    opacity: 0.8;
}

.Y-player {
    text-align: center;
    margin: 10px auto 15px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 0rem 1rem rgb(0 0 0 / 15%) !important;
}

.hscode.bootstrap-select .dropdown-menu {
    width: 350px !important;
}

.bootstrap-select.hscode .dropdown-menu {
    width: 350px !important;
}

.pin-map {
    font-size: 15px;
    padding: 11px;
    margin-top: 10px;
    border: 1px solid #ddd;
}

th.fc-day-header {
    border: none !important;
    border-bottom-width: 0 !important;
}

.column-box {
    height: 445px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form-group.trip-unit .bootstrap-select {
    width: 100% !important;
}

.footer-img {
    margin-left: 280px;
    flex: initial;
}

html[lang="ar"] .footer-img {
    margin-right: 280px;
}

html[lang="ar"] .media img {

    margin-right: 0;
}

body.layout-dark .footer-logo {
    background: #fff;
    border-radius: 8px;
    padding: 3px;
}

/*body.scrollbar{
    overflow-y: hidden;
}*/

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

#calendar .fc-toolbar button {
    text-transform: capitalize;
}

.fc-view-container .table-bordered thead th {
    border-bottom-width: 0px !important;
    border: none !important;
}

#calendar td.fc-head-container {
    border: none !important;
}

#calendar td.fc-head-container .table-bordered {
    border: none !important;
}

.fc table {
    border: none !important;
}

.fc-view-container {
    position: relative;
    background: #fff;
    padding: 15px 25px 25px 25px;
    border-radius: 20px;
}

/*.fc-body{*/
/*    position: relative;*/
/*}*/
/*.fc-body:before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    content: ' ';*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*}*/

#calendar:not(.dashboard-calendar) .fc-event, .fc-event-dot {
    background-color: #ffffff !important;
    border: none;
    color: #000 !important;
    box-shadow: 0 0 3px #ddd;
    border-radius: 8px;
    width: 70%;
    margin: 5px auto !important;
    padding: 8px !important;
}

body.layout-dark #calendar:not(.dashboard-calendar) .fc-event, .fc-event-dot {
    background-color: #28283d !important;

    color: #ffffff !important;
    box-shadow: 0 0 3px #1d1d2f;

}

.fc-event-container {
    background: transparent !important;
}

td.fc-day.fc-wed.fc-today.alert.alert-info, td.fc-day-top.fc-wed.fc-today.alert.alert-info {
    background: rgb(230 242 255) !important;
    color: #1a73e8 !important;
    font-weight: 700;
}

body.layout-dark .fc-view-container {
    background: #1d1d2f;
}

body.layout-dark .fc-event, body.layout-dark .fc-event-dot {
    background-color: #29293b !important;
    border: none;
    color: #bfbfc6 !important;
    box-shadow: 0 0 3px #161625;
    border-radius: 8px;
    width: 70%;
    margin: 5px auto !important;
    padding: 8px !important;
}

body.layout-dark td.fc-day.fc-wed.fc-today.alert.alert-info, body.layout-dark td.fc-day-top.fc-wed.fc-today.alert.alert-info {
    background: rgb(41 41 59) !important;
    color: #ffffff !important;
}

.fc-ltr:not(.dashboard-calendar) .fc-dayGrid-view .fc-day-top .fc-day-number {
    padding-right: 15px;
    padding-top: 10px;
}

.dashboard-calendar .fc-day-number {
    font-size: 10px;
    padding-right: 5px
}

.dashboard-calendar .fc-title {
    font-weight: 400 !important;
    font-size: 10px;
}


.fc-bootstrap .fc-popover.card {
    position: absolute;
    padding: 15px 0;
    height: 50vh;
    overflow-y: scroll;
    box-shadow: 0px 0px 10px #ddd !important;
}

.fc-popover .fc-header {
    padding: 2px 5px 5px 15px;
}

td.fc-more-cell div {
    margin-top: 5px;
    width: 50%;
    border-left: 0 !important;
    border: 1px solid #ddd;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 3px 0;
    font-weight: 600;
}

body.layout-dark td.fc-more-cell div {
    border: 1px solid #25253c;
}

.fc-today .fc-day-number {
    font-weight: 800;
}

.fc button.btn-primary, .fc button:disabled {
    background: transparent !important;
    border: 1px solid #1a73e8 !important;
    color: #1a73e8 !important;
}

.fc .fc-today.alert.alert-info {
    background: rgb(218 236 255) !important;
    color: #1a73e8 !important;
}

body.layout-dark .fc .fc-today.alert.alert-info {
    background: rgb(48 48 68) !important;
    color: #ffffff !important;
}

.fc span.fc-title {
    font-weight: bold;
}

.fc button:focus {
    box-shadow: none !important;
}

.fc-list-view {
    border: none !important;
}

#floatbar-body .fc-view-container {
    padding: 0;
}

@media (max-width: 1400px) {
    .right-bar {
        /* margin-top: 10px;*/
        height: 100vh;
    }

    .rightbar-icon {
        margin-top: 10px;
    }
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 769px) {
    .navbar-container {
        width: 65%;
    }

    .navbar-header .navbar-toggle {
        margin: 10px 0px 10px 0;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 255px;
    }

    .navbar {
        padding: 8px 15px;
    }

    .overlay {
        background-image: none;
    }
}

.subscription-table th {
    border: 0 !important;
}

.card .table.subscription-table td {
    padding-bottom: 0 !important;
}

.subscription-order {
    position: fixed;

    z-index: 5;
}

html[lang="en"] .subscription-order {
    right: 0;
}

html[lang="ar"] .subscription-order {
    left: 0;
}

.custom-report .card .card-custom-list {
    min-height: 40vh !important;
    height: 50.5vh;
    overflow-y: auto;
}

table.table.custom-report-table thead tr th {
    background: #eeeeee;
}

@media (max-width: 991px) {
    .subscription-order {
        position: static;
    }

}

.custom-report-accordion a h5:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff0;
    top: 15px;
    transform: rotate(45deg);
    border-bottom: 2px solid #1a73e8;
    border-right: 2px solid #1a73e8;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    transition: all .5s ease;
}

html[lang="en"] .custom-report-accordion a h5:after {
    right: 0;
}

html[lang="ar"] .custom-report-accordion a h5:after {
    left: 0;
}

.custom-report-accordion a h5 {
    position: relative;
}

.custom-report-accordion a[aria-expanded="true"] h5:after {
    transform: rotate(225deg);
    transition: all .5s ease;

}

/* Only for logo in printing pages */
.print-logo {
    max-width: 95%;
    max-height: 120px;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

/*@media screen and (max-width: 1400px) {*/
/*    .navbar{*/
/*        padding: 0.5rem 1.5rem;*/
/*        height: 50px;*/
/*    }*/
/*    .branches .font-small-2 {*/
/*        font-size: 9px !important;*/
/*    }*/
/*    .branches {*/
/*        height: 45px;*/
/*        font-size: 12px;*/
/*        margin-top: 5px;*/
/*    }*/
/*    .img-md {*/
/*        width: 35px !important;*/
/*        height: 35px !important;*/
/*    }*/
/*}*/


body.layout-dark .custom-report li.list-group-item:after {
    filter: invert(1);
}

.custom-report li.list-group-item {
    position: relative;
    font-weight: 600;
}

.custom-report li.list-group-item:hover {
    cursor: move;
}

.custom-report .list-group-item i {
    color: #6c757d;
    padding-right: 10px;
}

.custom-report-column {
    height: 68vh;
    overflow-y: auto;
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1400px) {
    .rightbar-icon {
        height: 30px;
        width: 30px;
    }

    .custom-report-column {
        height: 49vh;
        overflow-y: auto;
    }

    .custom-report .card .card-custom-list {
        height: 75.5vh;
        overflow-y: auto;
    }
}

.credits_entry:hover {
    text-decoration: underline;
    color: #2563eb !important;
    cursor: pointer;
}

.exceed-img img {
    width: 100%;
}

.exceed-img {
    width: 270px;
    height: auto;
    margin: 0 auto;
}

.bookmark {
    position: relative;
    transition: all 0.3s ease-in;
}

.bookmark:hover {
    transform: scale(1.4) rotate(70deg);
    -webkit-transform: scale(1.3) rotate(70deg);
}

.bookmark:after {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease-out;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    transform: scale(1) rotate(0deg);
}

.bookmark.active {
    color: #FF586B;
}

.bookmark.jumpStar {
    animation: jumpStar 0.4s linear;
    -webkit-animation: jumpStar 0.4s linear;
}

@keyframes jumpStar {
    from {
        transform: scale(1.3);
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes jumpStar {
    from {
        -webkit-transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1)
    }
}

.bookmark.jumpStar:after {
    content: "\f005";
    animation: likeFly 0.6s ease-in;
    -webkit-animation: likeFly 0.6s ease-in;
}

.bookmarks-card .bordered-card {
    transition: all 0.3s ease-in-out;
}

.bookmarks-card .bordered-card:hover {
    color: #1a73e8;
    background-color: #b5d5ff !important;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

@keyframes likeFly {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(5) rotate(45deg) translateY(-90px);
        opacity: 0;
    }
}

@-webkit-keyframes likeFly {
    from {
        opacity: 0.6;
    }
    to {
        -webkit-transform: scale(5) rotate(45deg) translateY(-90px);
        opacity: 0;
    }
}

.login-bg {
    background-image: url("../img/celebrations/newyear-login.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: auto;
    /*background-size: cover !important;*/
}

.tracking-bg-pic {
    background-image: url(../img/celebrations/tracking-newyear.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.tracking-hero-bg {
    background-image: url(../img/celebrations/hero-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*.login-bg .width-450{*/
/*    margin-right: 100px;*/
/*}*/
.ramadan-quotes {
    margin-left: 100px;
}

.ramadan-quotes p {
    line-height: 34px;
}

span.new-tag {
    width: 100px;
    padding: 4.5px;
    position: relative;
    background: #31c655;
    text-align: center;
    color: #ffffff;
    margin-left: 25px;
    border-radius: 30px;
    font-weight: 600;
}

.color-circle {
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
}

body.layout-dark .modal-body .card, body.layout-dark .modal-body .card-footer {
    background: #28283a;
}

body.layout-dark .color-circle {
    background: #1d1d2f
}

.comparison-tble th {
    border-top: 0 !important;
}

.subscription-table-payment tbody tr td {
    padding: .5rem;
}

.welcome-card .card-body {
    padding: 25px 0;
}

.live-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.live-body {
    margin: 30px 0;
    padding: 30px 0;
}

.live-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 0 0 #dadce0;
    z-index: 9999;
    padding: 8px;
    transition: bottom linear 1s;
    font-size: 10px;
}

.live-footer .pagination, .live-footer .btn {
    margin-bottom: 0;
}

.live-footer .pagination .page-item {
    padding: 0 5px;
}

.live-footer .page-item .page-link {
    border-radius: 5px;
}

.counter-ball {
    border-radius: 60px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.counter-ball-fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.badge-float {
    transform: translate(-50%, -50%) !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}

.version-modal-img {
    height: 330px;
    width: 100%;
    /*background-image: linear-gradient(123deg, #6643f2, #d758d7, #eba4a6, #f7e85d, #7ee6c6, #5eb8ef);*/
    background-image: url('../img/versions/7/background.gif');
    background-size: cover;
}

.version-modal-box .modal-dialog {
    margin: 0 auto;
}

.model-img {
    width: 80%;
    height: 80%;
    /*background: #ddd;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.modal-scale {
    transform: scale(0.85);
}

.modal-scale p {
    transform: scale(1);
}

@media (max-width: 1400px) {
    .modal-scale {
        transform: scale(0.9);
    }
}

@media (max-width: 1366px) {
    .modal-scale {
        transform: scale(0.7);
    }
}

.modal-dialog-inherit {
    transform: translate(0, -85px) !important;
}

.model-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.text-dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #6c757d !important;
}

@media print {
    .text-dotted {
        text-decoration: none !important;
    }

    .border-bottom-0 {
        border-bottom: 0 !important;
    }

    .bg-dark-v2 {
        background-color: #4f5153 !important;
        color: #fff !important;
        border-color: #4f5153 !important;

    }
}

/*billing success new*/
.payment-color {
    color: #198754;
    font-size: 25px;
}

.direction {
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 820px) {
    .goto {
        text-align: center !important;
    }

}

.alignment {
    justify-content: end;
}

.alignment-text {
    text-align: end;
}

/*stages*/
table.stages-table thead th, table.stages-table tbody tr:last-child td, body.layout-dark table.stages-table thead th, body.layout-dark table.stages-table tbody tr:last-child td {
    border-bottom: none;
}

table.stages-table tbody {
    background: #fff;
}

table.stages-table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

table.stages-table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

table.stages-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

table.stages-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

ul.stage-view-list li {
    float: left;
}

.stages-view .bordered-card {
    margin-bottom: 0;
    margin-top: 15px;
    transition: all .4s ease;
}

.stages-view .card-body {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 8px;
}

.stages-view .bordered-card:hover {
    background: #f1f3f7;
    transition: all .4s ease;
}

body.layout-dark .stages-view .bordered-card:hover {
    background: #31314c;
}

body.layout-dark .stages-view .card-body {
    border: 1px solid #2f2f49;
}

body.layout-dark table .table-borderles thead th, body.layout-dark table .table-borderles tbody td {
    border: none;

}

div.dataTables_wrapper {
    background: #fff;
}

.table-shadow {
    border-radius: 20px;
    overflow-x: auto;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    /*box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;*/
    border: 1px solid #0f172a12;
}

.table-shadow-job {
    border-radius: 20px;

    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    /*box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;*/
    border: 1px solid #0f172a12;
    background-color: #fff;
}

body.layout-dark .table-shadow {
    background: #1d1d2f;
}

table.dataTable th {
    /*background: #f7fafc;*/
    background-color: #f3f4f6;
    color: #4e4d4d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.job-thead th {
    /*background: #f7fafc;*/
    background-color: #f3f4f6;
    color: #4e4d4d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

table.job-list-th {
    border-radius: 0 !important;
}

.dataTables_wrapper .top {
    padding: 15px;
}

.dataTables_wrapper .bottom {
    padding: 10px;
}

table.dataTable {
    margin-top: 0 !important;
}

.table.dataTable:not(.table-splitted):after {
    box-shadow: none !important;
    -webkit-box-shadow: none;
}

.sketch-shadow {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


/*css 11-07-23 (abid)*/


html[lang="en"] .search_box {
    display: flex !important;
    align-items: center !important;
    margin-right: 12px !important;
    background-color: #E6EEF9;
    padding-left: 13px;
    transition: 0.3s ease-in-out;
}

.magnify {
    background: none;
    padding: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
    border: none;
    width: 150px;
    left: 0;
    z-index: 1;
}


.search_box:focus-within {
    background-color: #F3F7FC !important;
    transition: 0.3s ease-in-out;
}


body.layout-dark .search_box:focus-within {
    background-color: #30304E !important;
    transition: 0.3s ease-in-out;
}

body.layout-dark .search_box {
    background-color: #212134;
}

/*.magnify:hover{*/
/*    background-color: white;*/
/*}*/

/*.magnify:focus .search_box{*/
/*    background-color: white;*/
/*    transition: 0.3s ease-in;*/
/*}*/


/*.tab_bar ul{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    list-style: none;*/
/*    padding-left: 0px;*/
/*}*/

/*.tab_bar ul li{*/
/*    padding-:10px ;*/
/*}*/


.tab_bar ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0px;
}

.tab_bar ul li {
    padding: 3px;
}

.tab_bar ul li a {
    color: #4b5563;
    font-weight: 600;
}

.tab_bar {
    background-color: #f3f4f6;
    border-radius: 8px !important;
}


.tab_link {
    display: block;
    padding: 1px 16px;
}

.active_t {
    background: white;
    border-radius: 8px;
    color: #1a73e8 !important;
}


.tab_no {
    color: #6c757d;
    background-color: white;
    padding: 3px;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 12px;
    letter-spacing: 1px;
}

.active_t > .tab_no {
    background-color: #eff6ff;
    color: #1a73e8;
}


.tab_bar a:hover:not(.active_t) {
    /*background-color: #f9fafb;*/
    color: black;
    border-radius: 8px;
}


.left_logo {
    height: 52px !important;
    position: absolute !important;
    right: 4px !important;
    top: 8px !important;
}


.wrapper.nav-collapsed .app-sidebar:hover .left_logo {
    display: none !important;
}


.h_r {
    display: block;
    width: 100%;
    border-top: 5px solid #f3f3f3;
    position: relative;
    z-index: 10;
}


.table_bg {
    padding: 20px 0px;
    background-color: white;
    margin-top: 19px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}


.job_filter {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.job_cards {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
    border-radius: 17px;
}


.job_cards > h4 {
    color: black !important;
}

.filter_button {
    box-shadow: 2px 3rem 0rem 3px rgba(0, 0, 0, 0.15) !important;
}


.branches_b {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}


/*customer main start*/


/*.main_color{
    background-color: #f2f6fc!important;
    background-color: #F7F8F9!important;
    padding-right: 40px!important;
    overflow-y: clip!important;
    height: 100vh!important;
}*/


.nav-tabs .nav-item .nav-link span {
    /*background-color: white;*/
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
}


.nav-tabs li {
    line-height: 1.8rem;
}


.nav-tabs li a:hover:not(.active) {
    color: #606a7c;
}


/*.tabs-container{*/
/*    display: flex;*/
/*}*/

.modal-body .tabs-container {
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.form-control .btn-material {
    border: 1px solid #dadce0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}


form .file-caption {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}


#individual_search th {
    background-color: transparent !important;
}

.modal_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    border-radius: 0px;
    margin-bottom: 2rem;
}

.modal-body .modal_title:not(:first-child) {
    margin-top: 24px;
}

.modal-footer button {
    box-shadow: none !important;
}


.report_list .col-6 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.report_list a {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px !important;
    height: 100%;
}

.settings_s .list-group {
    position: sticky;
    top: 10px;
}

/*.settings_s .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0 !important;
}

.settings_s .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0.5rem;
}*/

.settings_s .list-group-horizontal .list-group-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.settings_s a span {
    font-size: 14px;
}

.settings_s .list-group-item {
    padding: 1rem 1.25rem !important;
}

.settings_s i {
    position: relative;
    left: 0px;

}

.settings_s .list-group-item-action:hover i:not(:first-child) {
    left: 5px;
    transition: 0.3s ease-out;
}

/*#fae5cd; */
/*F9E2C7*/


.bg-shade-v1 {
    background-color: #c2e7ff;
    transition: all .5s ease;
}

.bg-shade-v1:hover, .bg-shade-v1:focus, .bg-shade-v1:active, .bg-shade-v1:visited {
    background-color: #BBE4FF;
    transition: all .5s ease;
}


.bg-shade-v2 {
    background-color: #c5f1d4;
    transition: all .5s ease;
}

.bg-shade-v2:hover, .bg-shade-v2:focus, .bg-shade-v2:active, .bg-shade-v2:visited {
    background-color: #BEEFCE;
    transition: all .5s ease;
}

.bg-shade-v3 {
    background-color: #f8d5e1;
    transition: all .5s ease;
}


.bg-shade-v3:hover, .bg-shade-v3:focus, .bg-shade-v3:active, .bg-shade-v3:visited {
    background-color: #F7CEDC;
    transition: all .5s ease;
}

.rounded-v1 {
    border-radius: 25px;
}

.shadow-light {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
}


.shadow-medium {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-border {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.navigation-h h3 {
    margin-bottom: 0px !important;
}


.img-mdm {
    width: 50px;
    height: 50px;
}

.pro-pt2 {
    padding-top: 20px;
}

.pro-fs {
    font-size: 25px;
}


.pro-edit-icon {
    position: absolute;
    background-color: gray;
    border-radius: 50%;
    font-size: 8px;
    color: white;
    padding: 5px;
    cursor: pointer;
    bottom: -4px;
    right: -5px;
}

.tab-section .btn, select {
    margin-bottom: 0 !important;
}

.tab-section select {
    margin-bottom: 0 !important;
}

.system-themes-list {
    padding-right: 20px;
}

.dark-light-content {
    position: relative;
}

.system-themes {
    position: absolute;
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
    /*transition: visibility 0s, opacity 0.5s linear;*/
    transition: all 750ms ease;
}

html[lang="en"] .system-themes {
    right: 23px;
    padding-right: 25px;
}

.theme-box {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 20px;
    min-width: 140px;
    z-index: 20;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}


html[lang="en"] .theme-box:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #f2f2f2;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

/*
.theme-box:after{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #f1f5fb;
    border-bottom: 10px solid #f1f5fb;
    border-right: 10px solid transparent;
    position: absolute;
    left: 93%;
    top:50%;
    margin-top: -10px;
    box-shadow:rgba(0, 0, 0, 0.16) -4px 3px 4px;
    transform: rotate(-135deg);
}*/

/*.theme-box::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top:69%;
    margin-top: -10px;
    left: 100%;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #bada55 #bada55;

    transform-origin: 0 0;
    transform: rotate(-135deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}*/
.system-themes div {
    display: block;
    padding: 10px;

}

.theme-box div:hover, .theme-switcher.active {
    background-color: rgba(32, 33, 36, 0.059);
    border-radius: 10px;
    cursor: pointer;
}

.theme-box-body:hover .system-themes {
    visibility: visible;
    opacity: 1;
}


/*.snack-bar1 {*/
/*    margin: 0 -20px;*/
/*}*/


.snack-bar1 a#closeBanner {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    top: 0;
}


html[lang="en"] .snack-bar1 a#closeBanner {
    right: 25px;
}

/*.snack-bar1 .card-body {*/
/*    background-color: #e8f3f8;*/
/*    !*border: 1px solid #46B1D5;*!*/
/*    border-radius: 0px;*/
/*    color: #0c4a6e;*/
/*}*/


body.layout-dark .snack-bar1 .card-body {
    background-color: #38bdf81a;
}


/*.snack-bar1 i {*/
/*    font-size: 18px;*/
/*    color: #2686a6;*/
/*}*/

.side-bar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.2;
}

.layout-slate {
    background-color: #f1f5f9 !important;

}

.layout-gray {
    background-color: #f3f4f6 !important;
}

.layout-light {
    background-color: #fff !important;
}

.customizer span.layout-light {
    background-image: url(../img/settings/white-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer span.layout-slate {
    background-image: url(../img/settings/blue-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer span.bg-gray-200 {
    background-image: url(../img/settings/gray-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer span.bg-green-50 {
    background-image: url(../img/settings/green-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer span.bg-amber-50 {
    background-image: url(../img/settings/amber-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.bg-gray-200 {
    background-image: url(../img/settings/nav-gray.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.gradient-pomegranate {
    background-image: url(../img/settings/nav-pink.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.gradient-flickr {
    background-image: url(../img/settings/nav-berry.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.gradient-purple-bliss {
    background-image: url(../img/settings/nav-casal.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.gradient-purple-love {
    background-image: url(../img/settings/nav-rouge.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.bg-black {
    background-image: url(../img/settings/nav-slate.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.bg-primary {
    background-image: url(../img/settings/nav-blue.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.bg-warning {
    background-image: url(../img/settings/nav-orange.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.bg-danger {
    background-image: url(../img/settings/nav-rose.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .cz-bg-color span.gradient-man-of-steel {
    background-image: url(../img/settings/nav-purple.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .layout-switch span.light-layout {
    background-image: url(../img/settings/light.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .layout-switch span.dark-layout {
    background-image: url(../img/settings/dark.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customizer .layout-switch span.auto-layout {
    background-image: url(../img/settings/auto.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sidebar-header .logo-img img {
    height: 40px;
}


.toggler-btn {
    border: none;
    border-radius: 6px;
    background-color: #F5F5F5;
    font-size: 18px;
    padding: 7px 7px 4px;
}

.toggler-btn:hover {
    background-color: #EAEAEA;
}

html[lang="en"] .toggler-close-btn {
    position: absolute;
    right: 23px;
    top: 25px;
}

.profile-contact-info {
    /*height: calc(100vh - 500px);*/
    padding: 11px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px -10px;
}


.profile-nav {
    flex-direction: row;
    align-items: center;
}

html[lang="en"] .profile-nav li:not(:last-child) {
    margin-right: 0.75rem;
}

.profile-tab-head {
    margin: -10px -10px 0px;
    background-color: #f9f9fb;
}

/*login track*/

.login-card1 {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.login-card2 {
    background-color: #fff;
    /* background: radial-gradient(circle at 10% 20%, rgb(247 233 199) 0%, rgb(252 222 241) 100.7%)*/;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    /* box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; */
    border: 1px solid #0f172a12;
    border-radius: 16px;
    padding: 20px 25px;
    min-width: 540px;
    margin: 24px;
}

.login-card2 input {
    background-color: #fff !important;
    border: 0.5px solid #a6c8e7;
    border-radius: 9px;
}

.login-card2 input:focus {
    box-shadow: 0 0 0 3px rgba(32, 70, 207, .2);
}

.login-card2 h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}

.login-card2 button {
    font-weight: bold;
    padding: 8px;
}

.login-card2 label {
    font-weight: bold;
}

.tracking-login-li li {
    list-style: none;
    text-align: left;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.login-card2 .custom-control-label::before {
    background-color: white;
    border: 1px solid gray;
}

.hyper-link-style {
    font-weight: 600;
}

.hyper-link-style:hover {
    text-decoration: underline;
    font-weight: 600;
}


/*
.search-container{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
*/


/*tracking page*/


.tracking-layout {
    padding-left: 86px;
}


.tracking-body {
    margin-top: 77px;
    height: calc(100vh - 77px);
    overflow-y: auto;
    padding: 20px 20px 0px 20px;
    background-color: #f8fafc;
    border-top-left-radius: 30px;
}

#tracking-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    padding: 13px;
    overflow-y: auto;
    width: 86px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 991px) {
    #tracking-sidebar {
        width: 300px;
        background: #fff;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.tracking-nav-menu {
    padding: 0;
    display: block;
}

.tracking-nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tracking-nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.tracking-nav-menu a,
.tracking-nav-menu a:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #45505b;
    margin-top: 20px;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 11px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}


.tracking-nav-menu a i,
.tracking-nav-menu a:focus i {
    font-size: 18px;
}

.tracking-nav-menu a span,
.tracking-nav-menu a:focus span {
    padding: 0 5px 0 7px;
    color: #45505b;
}

.tracking-nav-menu a:hover,
.tracking-nav-menu .active,
.tracking-nav-menu .active:focus,
.tracking-nav-menu li:hover > a {
    color: #fff;
    background: #0563bb;
}

.tracking-nav-menu a:hover span,
.tracking-nav-menu .active span,
.tracking-nav-menu .active:focus span,
.tracking-nav-menu li:hover > a span {
    color: #fff;
}

/*.tracking-nav-menu a:hover,
.tracking-nav-menu li:hover>a {
    width: 100%;
    color: #fff;
}*/

/*.tracking-nav-menu a:hover span,
.tracking-tracking-nav-menu li:hover>a span {
    display: block;
}*/


/*27-09-23*/

.tracking-new-nav ul li {
    list-style: none;
    line-height: 1.7rem;
    margin-bottom: 16px;
}

.tracking-new-nav ul li a {
    color: #45505b;
    font-weight: 500;
}

.tracking-new-nav ul li i {
    font-size: 20px;
    /*width: 100%;*/
    width: 50px;
    height: 50px;
    transition: .5s ease;
    border-radius: 100%;
    padding-top: 15px;
}

.tracking-new-nav ul li:hover i {
    background-color: #d8dbe59c;
    transition: .5s ease;
}

.tracking-new-nav .active i, .tracking-new-nav .active i:hover {
    background-color: #d8dbe59c;
}


.divider-line:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*light house search*/

#lighthouse .modal-dialog-centered {
    min-width: 700px !important;
    align-items: flex-start !important;
    min-height: auto !important;
    margin: 11rem auto 0rem;
}

#lighthouse .light-house-body {
    height: 400px;
    overflow-y: auto;
}

#lighthouse .search_box {
    margin-right: 0px !important;
    background-color: white !important;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#lighthouse .light-house-search input {
    width: 100%;
    font-size: 30px;
}

#lighthouse .modal-dialog-centered::before {
    height: auto !important;
}

#lighthouse .light-house-search i {
    font-size: 1.7rem !important;
}


.modal-content .float-title-box {
    padding: 0px 0px 30px;
    border: none !important;
}


.bg-slate-100 {
    background-color: #f8fafc !important;
}

.bg-green-50 {
    background-color: #f0fdf4;
}

.bg-amber-50 {
    background-color: #fffbeb;
}

.bg-gray-200 {
    background-color: #e5e7eb;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

#lighthouse .list-group-item-action:hover, .list-group-item-action:focus {
    background-color: #f1f5f9;
}

#lighthouse .list-group-item-action:hover h5, .list-group-item-action:focus h5 {
    color: #1a73e8 !important;
}

.job-list-status-dropdown a {
    color: #212529;
}


.job-list-status-dropdown {
    position: relative !important;
}

.job-list-status-dropdown small.theme7 {
    display: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.job-list-status-dropdown:hover small.theme7 {
    display: block;
}


/*Dark - Slate 900 / Gray 900 / Existing*/


/*dark layout 31-08-23*/
body.layout-dark div.dataTables_wrapper {
    background: #1d1d2f !important;
}

body.layout-dark table.dataTable th {
    background-color: #141421;
}


body.layout-dark .app-sidebar:before,
.off-canvas-sidebar:before {
    background-color: transparent;
}

body.layout-dark .app-sidebar .navigation li > a:before,
.off-canvas-sidebar .navigation li > a:before {
    background-color: rgba(200, 200, 200, 0.2);
}

body.layout-dark .sidebar-header .logo-img img {
    background-color: #fff;
    border-radius: 6px;
}


body.layout-dark .tabs-container:not(.bg-runner) .nav-tabs:not(.running) li a.active {
    background-color: #292945;
}

body.layout-dark .tabs-container:not(.legacy-bg) .nav-tabs .nav-link.active {
    background-color: #292945;
    color: #babcc4 !important;
}

body.layout-dark .nav-tabs li a:hover:not(.active) {
    color: white;
}


body.layout-dark .dt-buttons .btn-white:hover {
    color: black;
}

body.layout-dark .create-cust-report {
    background-color: #25253a;
}

body.layout-dark .create-cust-report:hover {
    background-color: #212133;
}

body.layout-dark .modal-content {
    background-color: transparent;
}

body.layout-dark .theme-box {
    background-color: #2E2E4C;
}

body.layout-dark .theme-box:after {
    border-left: 10px solid #2E2E4C;
}

body.layout-dark .theme-box div:hover {
    background-color: #161625;
}

body.layout-dark .toggler-btn {
    background-color: #2E2E4C;
    color: white;
    transition: .4s ease-in;
}

body.layout-dark .toggler-btn:hover {
    background-color: #25253E;
}

body.layout-dark .ft-star {
    color: #bdbdbd !important;
}

body.layout-dark .ft-grid {
    color: #bdbdbd !important;
}

body.layout-dark .profile-tab-head {
    background-color: #161625 !important;
}

body.layout-dark .magnify {
    color: #bdbdbd;
}

body.layout-dark .divider-line:not(:last-child) {
    border-bottom: 1px solid #2b2b44;
}

/*body.layout-dark .card-body {
    background-color: #212133;
}*/

body.layout-dark .accordion .card.package-box {
    border: 1px solid #2e2e4a;
}


body.layout-dark .jconfirm-buttons .btn-material:hover {
    background-color: #111827 !important;
}

body.layout-dark .sidebar-header .toggle-icon {
    color: #c4c4cb;
}

body.layout-dark .bg-slate-100 {
    background-color: #28283a !important;
}

body.layout-dark .table tbody + tbody {
    border-top: 2px solid #2b2b44;
}

/* .wrapper.sidebar-m .left_logo{
     display: none!important;
     width: 100px!important;
 }*/


@media only screen and (max-width: 1200px) {
    .magnify {
        max-width: 80px;
    }
}


@media only screen and (max-width: 600px) {
    .navigation-h h3 {
        font-size: 18px;
    }

    .navigation-h h3 small {
        font-size: 9px !important;
    }
}


@media only screen and (max-width: 1200px) {
    .branches.width-250 {
        width: fit-content !important;
    }
}

@media screen and (max-width: 960px) {
    .login-card2 {
        min-width: 420px;
    }
}

@media screen and (max-width: 480px) {
    .login-card2 {
        min-width: 320px;
    }
}

@media screen and (max-width: 992px) {
    .tracking-layout {
        padding-left: 0px;
    }

    .tracking-new-nav ul li {
        text-align: left;
    }

    .app-sidebar, .off-canvas-sidebar {
        background: rgba(255, 255, 255, 0.9);
    }
}


/*!* Hide scrollbar for Chrome, Safari and Opera *!
.scroll-bar-hidden::-webkit-scrollbar {
    display: none;
}

!* Hide scrollbar for IE, Edge and Firefox *!
.scroll-bar-hidden {
    -ms-overflow-style: none;  !* IE and Edge *!
    scrollbar-width: none;  !* Firefox *!
}*/
.blur {
    font-size: 20px;
    color: transparent;
    text-shadow: 0 0 8px #000;
}

body.layout-dark .tabs-container .elastic {
    background-color: #292945;
}

body.layout-dark .bg-slate-100 {
    background-color: #1c1c2d !important;
}

body.layout-dark .table-shadow {
    box-shadow: 0 20px 25px -5px #07060acc, 0 8px 10px -6px #0000001a;
    border: 1px solid #272745;
}

body.layout-dark .stages-table, body.layout-dark .stages-table tr {
    background-color: #1a1a2b;
}

body.layout-dark .btn-outline-secondary {
    color: #0065e8 !important;
    background-color: #3662e326;
    border-color: #3662e3;
}

body.layout-dark .btn-outline-secondary {
    color: #0065e8;
    border-color: #4e6094;
}

.cust-shadow {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}


.login-page-right {
    background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


#login i, .change-password-icon i:not(i.fa-asterisk) {
    position: absolute;
    top: 12px;
    padding: 0px 16px;
    color: #64748b;
}

html[lang="en"] #login input, html[lang="en"] .change-password-icon input {
    padding-left: 46px;
}

#login .position-relative:focus-within i, .change-password-icon .position-relative:focus-within i {
    color: #1a73e8 !important;
}

#login .login-head {
    top: 0;
}

#login .login-footer {
    left: 0;
    right: 0;
}

#login .rounded-v1 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bg-slate-100 {
    background-color: #f8fafc !important;
}

/*style 1*/
/*register*/


#register .stepper {
    top: 10px;
}

/*.bs-select-all { !* Disabling Select All Button *!
    display: none !important;
}*/

body.layout-dark .bg-slate-100 {
    background-color: #1c1c2d !important;
}

.wish-alert {
    border: 1px solid;
}

.greeting-img img {
    width: 80%;
}

.greeting-img {
    width: 130px;
    height: 130px;
    top: -30px;
    left: -10px;
    text-align: center;
}

.no-gutters-20 {
    margin-left: -20px;
    margin-right: -20px;
}

/*.primary-v1{*/
/*    background: rgb(193 212 246 / 80%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v1:hover{*/
/*    background: rgb(193 212 246 / 90%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v2{*/
/*    background: rgb(193 212 246 / 60%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v2:hover{*/
/*    background: rgb(193 212 246 / 70%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v3{*/
/*    background: rgb(193 212 246 / 40%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v3:hover{*/
/*    background: rgb(193 212 246 / 50%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v4{*/
/*    background: rgb(193 212 246 / 30%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/

/*.primary-v4:hover{*/
/*    background: rgb(193 212 246 / 20%)!important;*/
/*    color: #000!important;*/
/*    transition: all .5s ease!important;*/
/*}*/


.bg-primary-v1 {
    background: rgb(183 206 244 / 90%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v1:hover, .bg-primary-v1:focus, .bg-primary-v1:active, .bg-primary-v1:visited {
    background: rgb(183 206 244 / 100%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v2 {
    background: rgb(183 206 244 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v2:hover, .bg-primary-v2:focus, .bg-primary-v2:active, .bg-primary-v2:visited {
    background: rgb(183 206 244 / 80%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v3 {
    background: rgb(183 206 244 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v3:hover, .bg-primary-v3:focus, .bg-primary-v3:active, .bg-primary-v3:visited {
    background: rgb(183 206 244 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v4 {
    background: rgb(183 206 244 / 30%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v4:hover, .bg-primary-v4:focus, .bg-primary-v4:active, .bg-primary-v4:visited {
    transition: all .5s ease !important;
    background: rgb(183 206 244 / 40%) !important;
    color: #000 !important;
}

body.layout-dark .bg-primary-v4 h5, body.layout-dark .bg-primary-v4 h4 {
    color: #3e8ef7 !important;
}

.bg-primary-v5 {
    background: rgb(225 234 249 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v5:hover, .bg-primary-v5:focus, .bg-primary-v5:active, .bg-primary-v5:visited {
    transition: all .5s ease !important;
    background: rgb(225 234 249 / 60%) !important;
    color: #000 !important;
}


.bg-primary-v6 {
    background: rgb(225 234 249 / 30%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-primary-v6:hover, .bg-primary-v6:focus, .bg-primary-v6:active, .bg-primary-v6:visited {
    transition: all .5s ease !important;
    background: rgb(225 234 249 / 40%) !important;
    color: #000 !important;
}

/*secondary color class*/

.bg-success-v1 {
    background: rgb(208 237 208 / 90%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v1:hover, .bg-success-v1:focus, .bg-success-v1:active, .bg-success-v1:visited {
    background: rgb(208 237 208 / 100%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v2 {
    background: rgb(208 237 208 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v2:hover, .bg-success-v2:focus, .bg-success-v2:active, .bg-success-v2:visited {
    background: rgb(208 237 208 / 80%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v3 {
    background: rgb(208 237 208 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v3:hover, .bg-success-v3:focus, .bg-success-v3:active, .bg-success-v3:visited {
    background: rgb(208 237 208 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v4 {
    background: rgb(208 237 208 / 30%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v4:hover, .bg-success-v4:focus, .bg-success-v4:active, .bg-success-v4:visited {
    background: rgb(208 237 208 / 40%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}

.bg-success-v5 {
    background: rgb(240 255 237 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v5:hover, .bg-success-v5:focus, .bg-success-v5:active, .bg-success-v5:visited {
    background: rgb(240 255 237 / 80%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}

.bg-success-v6 {
    background: rgb(240 255 237 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-success-v6:hover, .bg-success-v6:focus, .bg-success-v6:active, .bg-success-v6:visited {
    background: rgb(240 255 237 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}

body.layout-dark .bg-success-v4 h5, body.layout-dark .bg-success-v4 h4 {
    color: #31c655 !important;
}

/*tertiary color class*/

.bg-danger-v1 {
    background: rgba(243 195 192 / 90%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v1:hover, .bg-danger-v1:focus, .bg-danger-v1:active, .bg-danger-v1:visited {
    background: rgba(243 195 192 / 100%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v2 {
    background: rgba(243 195 192 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v2:hover, .bg-danger-v2:focus, .bg-danger-v2:active, .bg-danger-v2:visited {
    background: rgba(243 195 192 / 80%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v3 {
    background: rgba(243 195 192 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v3:hover, .bg-danger-v3:focus, .bg-danger-v3:active, .bg-danger-v3:visited {
    background: rgba(243 195 192 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease !important;
}

.bg-danger-v4 {
    background: rgba(243 195 192 / 30%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}


.bg-danger-v5 {
    background: rgb(249 237 236 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}

/*.bg-danger-v5:hover, .bg-danger-v5:focus, .bg-danger-v5:active, .bg-danger-v5:visited {
    background: rgb(249 237 236 /70%) !important;
    color: #dc2626 !important;
    transition: all .5s ease !important;

}*/

.bg-danger-v6 {
    background: rgb(249 237 236 / 40%) !important;
    color: #000 !important;
    transition: all .5s ease !important;

}

body.layout-dark .bg-danger-v4 h5 {
    color: #ff4c52 !important;
}

/*forth color class*/
.bg-warning-v1 {
    background: rgba(248 206 187 / 90%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v1:hover, .bg-warning-v1:focus, .bg-warning-v1:active, .bg-warning-v1:visited {
    background: rgba(248 206 187 / 100%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v2 {
    background: rgba(248 206 187 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v2:hover, .bg-warning-v2:focus, .bg-warning-v2:active, .bg-warning-v2:visited {
    background: rgba(248 206 187 / 80%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v3 {
    background: rgba(248 206 187 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v3:hover, .bg-warning-v3:focus, .bg-warning-v3:active, .bg-warning-v3:visited {
    background: rgba(248 206 187 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v4 {
    background: rgba(248 206 187 / 30%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v4:hover, .bg-warning-v4:focus, .bg-warning-v4:active, .bg-warning-v4:visited {
    background: rgba(248 206 187 / 40%) !important;
    color: #000 !important;
    transition: all .5s ease;

}


.bg-warning-v5 {
    background: rgb(251 241 235 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v5:hover, .bg-warning-v5:focus, .bg-warning-v5:active, .bg-warning-v5:visited {
    background: rgb(251 241 235 / 70%) !important;
    color: #000 !important;
    transition: all .5s ease;

}

.bg-warning-v6 {
    background: rgb(251 241 235 / 50%) !important;
    color: #000 !important;
    transition: all .5s ease;
}

.bg-warning-v6:hover, .bg-warning-v6:focus, .bg-warning-v6:active, .bg-warning-v6:visited {
    background: rgb(251 241 235 / 60%) !important;
    color: #000 !important;
    transition: all .5s ease;

}

body.layout-dark .app-sidebar[data-background-color="man-of-steel"] .nav-container i, body.layout-dark .app-sidebar[data-background-color="warning"] .nav-container i {
    color: #fff !important;
}

body.layout-dark .app-sidebar[data-background-color="man-of-steel"] .navigation li > a, body.layout-dark .app-sidebar[data-background-color="warning"] .navigation li > a {
    color: #fff !important;
}

.modal-content .table-shadow {
    box-shadow: none;
}

.language label.btn.btn-primary {
    background-color: #e7eef8 !important;
    color: #3871e0 !important;
    border: 1px solid #3871e0;
}

.language label.btn {
    padding: 5px 10px;
}

.language .btn-outline-primary, .language .btn-outline-primary:hover {
    color: #a2a3ad !important;
    background-color: #f0f0f0;
}

.language .btn-outline-primary img {
    filter: grayscale(1);
}

.language .btn-outline-primary:hover img {
    filter: inherit;
}

/*.language .btn-outline-primary:hover, .language .btn-outline-primary.active {*/
/*    background-color: transparent !important;*/
/*}*/
.language .btn-outline-primary:hover {
    cursor: pointer;
    background-color: transparent !important;
}

body.layout-dark .dropdown-item {
    color: #e5e5e7;
}

.job-search thead td:first-child {
    border-top-left-radius: 16px;
}

body.layout-dark .table-shadow-job {
    background-color: #1d1d2e;
}

body.bg-white.h-100 .table-shadow {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.theme-shadow {
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    border: 1px solid #0f172a12 !important;

}

body.bg-white.h-100 .print-padding {
    padding-bottom: 30px;
}

body.layout-grey .float-title-box {
    border: 1px solid #dadce0;
}

.app-sidebar[data-background-color="primary"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="primary"] .navigation li.open > a {
    background-color: #2659ba;
}

.app-sidebar[data-background-color="primary"] .navigation li > a:before, .app-sidebar[data-background-color="primary"] .off-canvas-sidebar .navigation li > a:before {
    background: #2659ba;
}

.app-sidebar[data-background-color="primary"] .navigation li:hover > a, .app-sidebar[data-background-color="primary"] .off-canvas-sidebar .navigation li:hover > a {
    background: #2659ba;
}

.app-sidebar[data-background-color="primary"] #main-menu-navigation .nav-collapsed-open {
    background: #2659ba;
}


.app-sidebar[data-background-color="black"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="black"] .navigation li.open > a {
    background-color: #020203;
}

.app-sidebar[data-background-color="black"] .navigation li > a:before, .app-sidebar[data-background-color="black"] .off-canvas-sidebar .navigation li > a:before {
    background: #020203;
}

.app-sidebar[data-background-color="black"] .navigation li:hover > a, .app-sidebar[data-background-color="black"] .off-canvas-sidebar .navigation li:hover > a {
    background: #020203;
}

.app-sidebar[data-background-color="black"] #main-menu-navigation .nav-collapsed-open {
    background: #020203;
}

.app-sidebar[data-background-color="black"] .sidebar-header .logo-img img {
    background-color: #fff;
    border-radius: 6px;
}


.app-sidebar[data-background-color="warning"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="warning"] .navigation li.open > a {
    background-color: #f87439;
}

.app-sidebar[data-background-color="warning"] .navigation li > a:before, .app-sidebar[data-background-color="warning"] .off-canvas-sidebar .navigation li > a:before {
    background: #f87439;
}

.app-sidebar[data-background-color="warning"] .navigation li:hover > a, .app-sidebar[data-background-color="warning"] .off-canvas-sidebar .navigation li:hover > a {
    background: #f87439;
}

.app-sidebar[data-background-color="warning"] #main-menu-navigation .nav-collapsed-open {
    background: #f87439;
}


.app-sidebar[data-background-color="danger"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="danger"] .navigation li.open > a {
    background-color: #ff2e3d;
}

.app-sidebar[data-background-color="danger"] .navigation li > a:before, .app-sidebar[data-background-color="danger"] .off-canvas-sidebar .navigation li > a:before {
    background: #ff2e3d;
}

.app-sidebar[data-background-color="danger"] .navigation li:hover > a, .app-sidebar[data-background-color="danger"] .off-canvas-sidebar .navigation li:hover > a {
    background: #ff2e3d;
}

.app-sidebar[data-background-color="danger"] #main-menu-navigation .nav-collapsed-open {
    background: #ff2e3d;
}


.app-sidebar[data-background-color="man-of-steel"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="man-of-steel"] .navigation li.open > a {
    background-color: #6fd6b2;
}

.app-sidebar[data-background-color="man-of-steel"] .navigation li > a:before, .app-sidebar[data-background-color="man-of-steel"] .off-canvas-sidebar .navigation li > a:before {
    background: #6fd6b2;
}

.app-sidebar[data-background-color="man-of-steel"] .navigation li:hover > a, .app-sidebar[data-background-color="man-of-steel"] .off-canvas-sidebar .navigation li:hover > a {
    background: #6fd6b2;
}

.app-sidebar[data-background-color="man-of-steel"] #main-menu-navigation .nav-collapsed-open {
    background: #6fd6b2;
}


.app-sidebar[data-background-color="purple-love"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="purple-love"] .navigation li.open > a {
    background-color: #5206bb;
}

.app-sidebar[data-background-color="purple-love"] .navigation li > a:before, .app-sidebar[data-background-color="purple-love"] .off-canvas-sidebar .navigation li > a:before {
    background: #5206bb;
}

.app-sidebar[data-background-color="purple-love"] .navigation li:hover > a, .app-sidebar[data-background-color="purple-love"] .off-canvas-sidebar .navigation li:hover > a {
    background: #5206bb;
}

.app-sidebar[data-background-color="purple-love"] #main-menu-navigation .nav-collapsed-open {
    background: #5206bb;
}


.app-sidebar[data-background-color="purple-bliss"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="purple-bliss"] .navigation li.open > a {
    background-color: #1a2744;
}

.app-sidebar[data-background-color="purple-bliss"] .navigation li > a:before, .app-sidebar[data-background-color="purple-bliss"] .off-canvas-sidebar .navigation li > a:before {
    background: #1a2744;
}

.app-sidebar[data-background-color="purple-bliss"] .navigation li:hover > a, .app-sidebar[data-background-color="purple-bliss"] .off-canvas-sidebar .navigation li:hover > a {
    background: #1a2744;
}

.app-sidebar[data-background-color="purple-bliss"] #main-menu-navigation .nav-collapsed-open {
    background: #1a2744;
}


.app-sidebar[data-background-color="flickr"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="flickr"] .navigation li.open > a {
    background-color: #810843;
}

.app-sidebar[data-background-color="flickr"] .navigation li > a:before, .app-sidebar[data-background-color="flickr"] .off-canvas-sidebar .navigation li > a:before {
    background: #810843;
}

.app-sidebar[data-background-color="flickr"] .navigation li:hover > a, .app-sidebar[data-background-color="flickr"] .off-canvas-sidebar .navigation li:hover > a {
    background: #810843;
}

.app-sidebar[data-background-color="flickr"] #main-menu-navigation .nav-collapsed-open {
    background: #810843;
}


.app-sidebar[data-background-color="pomegranate"] .navigation li.open > a, .off-canvas-sidebar[data-background-color="pomegranate"] .navigation li.open > a {
    background-color: #af2a7a;
}

.app-sidebar[data-background-color="pomegranate"] .navigation li > a:before, .app-sidebar[data-background-color="pomegranate"] .off-canvas-sidebar .navigation li > a:before {
    background: #af2a7a;
}

.app-sidebar[data-background-color="pomegranate"] .navigation li:hover > a, .app-sidebar[data-background-color="pomegranate"] .off-canvas-sidebar .navigation li:hover > a {
    background: #af2a7a;
}

.app-sidebar[data-background-color="pomegranate"] #main-menu-navigation .nav-collapsed-open {
    background: #af2a7a;
}

.img-register img {
    width: 65%;
}

td.model-view:not([data-model="job"]) {
    color: #1a73e8 !important;
    cursor: pointer;
}

.welcome-img {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.welcome-icon {
    width: 70px;
    height: 65px;
    border-radius: 50%;
    padding-top: 20px;
    font-size: 25px;
}

body.layout-dark .language label.btn.btn-primary {
    background-color: #181837 !important;
}

body.layout-dark .language .btn-outline-primary, body.layout-dark .language .btn-outline-primary:hover {
    color: #434360 !important;
    background-color: #161624;
}

.layout-light .float-title-box {
    border: 1px solid #eee;
}

html[lang="en"] .input-group-append .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[lang="ar"] .input-group-append .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-toggle.custo-view::after {
    display: none;
}


.pulsating-circle {
    position: absolute;
    top: 10px;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
}

html[lang="en"] .pulsating-circle {
    right: -20px;
}

html[lang="ar"] .pulsating-circle {
    left: -20px;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #43b333;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

html[lang="en"] .pulsating-circle:before {
    margin-left: -100%;
}

html[lang="ar"] .pulsating-circle:before {
    margin-right: -100%;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #43b333;
    border-radius: 15px;
    box-shadow: 0 0 8px rgb(100 177 71);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

html[lang="en"] .pulsating-circle:before {
    left: 0;
}

html[lang="ar"] .pulsating-circle:before {
    right: 0;
}

.blocked.pulsating-circle:after {
    background-color: #d52222;
    box-shadow: 0 0 8px #d52222;
}

.blocked.pulsating-circle:before {
    background-color: #d52222;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}

.text-yellow {
    color: #fbc50a !important;
}

.font-medium-6 {
    font-size: 27px;
}

table.table.custom-view tr:last-child td {
    border-bottom: none;
}

.tracking-invoice ul.pagination {
    float: right;
    margin-right: 20px;
    margin-top: 18px;
}

/* Dropdown cirlce icons */
.dd-icon {
    width: 48px;
    display: inline-block;
    height: 48px;
    float: left;
    margin: 5px 10px 0 -10px;
    border-radius: 50%;
    padding-top: 10px;
    font-size: 16px;
    padding-left: 0 !important;
}

.bs-selectpicker .filter-option-inner-inner .dd-icon {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .snack-bar1 .position-relative {
        padding-left: 30px;
        padding-right: 45px;
    }

    .snack-bar1 span {
        font-size: 14px !important;
    }
}

/*register pages*/
label.error {
    display: block !important;
    color: #ff4c52;
    margin-top: 5px;
}


.btn-material.active .text-muted {
    color: #fff !important;
}

.fa-question-circle {
    position: absolute;
    right: 7px;
}

.btn-material.active .fa-question-circle {
    color: #fff !important;
}

.overlay {

    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    display: block;
}

.form-div {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
}

.register-bg {
    height: auto;
    padding-bottom: 20px;
}

.register-container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
    /*width: calc(100vw - 10%);*/
    /*min-height: calc(100vh - 20%);*/
    /*margin-top: 40px;*/
}

/*@media only screen and (max-width: 1000px) {*/
/*    .register-container {*/
/*        width: calc(100vw - 4%);*/
/*        min-height: calc(100vh - 37%);*/
/*    }*/
/*}*/


@media only screen and (max-height: 680px) {
    /*.register-container {*/
    /*    width: calc(100vw);*/
    /*    min-height: calc(100vh);*/
    /*}*/
    /*.stepper {*/
    /*    display: none;*/
    /*}*/
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.register-container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    /*opacity: 0;*/
    z-index: 1;
}

.register-container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.register-container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}


.register-container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.register-container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.register-container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

#register .btngroup label {
    flex: 1;
}

.register-head {
    width: calc(100vw - 10%);
    margin: 0 auto;
    padding: 30px 0;
}

@media only screen and (max-width: 769px) {
    .overlay-container {
        display: none;
    }

    .register-bg {
        height: auto;
    }

    .sign-in-container, .sign-up-container {
        width: 100%;
    }

    .register-container.right-panel-active .sign-up-container {
        transform: translateX(0%);
    }
}

/* steps progress*/
.stepper-wrapper {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /*cursor: pointer;*/
}

/* @media (max-width: 768px) {
     font-size: 12px  ;
 }*/


.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -80px;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 0;
    top: 20px;
    left: -80px;
    z-index: 2;
    transition: width 1s ease;
}

/*  .stepper-item::before,
  .stepper-item::after {
      position: absolute;
      content: "";
      border-bottom: 2px solid #ccc;
      width: 0; !* Set initial width to 0 *!
      top: 20px;
      z-index: 2;
      transition: width 0.5s ease; !* Adjust the transition duration and timing function as needed *!
  }*/

/*   .stepper-item.completed::before,
   .stepper-item.completed::after {
       width: 50%; !* Set the width to 50% when completed *!
   }*/

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e5e7eb;
}

.stepper-item.active .step-counter {
    background-color: #7EA3F3;
    color: white;
}

.stepper-item.completed .step-counter {
    background-color: #2563eb;
    color: white;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #2563eb;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.stepper-item a,
.stepper-item div {
    cursor: pointer;
    color: inherit;
}

.flags {
    width: 36px;
}

.flags img {
    width: 100%;
}

/*customer overview*/
.table-head th {
    background-color: #f3f4f6;
    color: #4e4d4d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

body.layout-dark .table-head th {
    background-color: transparent;
}

.rounded-radius {
    border-radius: 0px 0px 8px 8px !important;

}

.widget-box {
    height: 100%;
}

.border-1 {
    border: 1px solid #ddd;
}

/*.border-country {
    color: #212529 !important;
    background-color: transparent !important;
}*/
.border-country.active {
    border-color: #1a73e8 !important;
    color: #1a73e8 !important;
    background-color: rgb(225 234 249 / 30%) !important;
}

.border-country.active .ft-check-circle {
    color: #1a73e8 !important;
}

.card.package-box .card-footer {
    border-radius: 0 0 8px 8px;
}

.accordion .card.package-box {
    border: 1px solid #ddd;
    border-radius: 8px;
}

tr.tracking input {
    width: 50px;
}

html[lang="en"] .billing {
    background-image: url(../img/icons/billing.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    min-height: 160px;
    height: auto;


}

html[lang="en"] .billing.contacts {
    background-position-y: -357px;
}

html[lang="en"] .billing.jobs {
    background-position-y: -171px;
}

html[lang="en"] .billing.voucher {
    background-position-y: 24px;
}

html[lang="en"] .billing.invoice {
    background-position-y: -534px;
}

.alert-img {
    width: 50%;
    margin: 20px auto;
}

.modal.alert-modal-box {
    overflow-y: auto;
}

.modal.alert-modal-box .modal-body {
    height: auto;
}

table.user-activities tbody tr.border-bottom:last-child {
    border: none !important;
}

html[lang="en"] table.user-history thead th:first-child {
    border-radius: 20px 0px 0px 0px;
    background: #f5f6f9;
}

html[lang="en"] table.user-history thead th:last-child {
    border-radius: 0px 20px 0px 0px;
    background: #f5f6f9;
}

table.user-history tbody tr:last-child td, table.overview-table tbody tr:last-child td {
    border-bottom: none;
}

.card .overview-table tbody td {
    padding: 0.75rem !important;
}

.subs-feature {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    border-top: 0;
}

.accordion.stages-view:hover, .accordion.stages-view .bordered-card:hover {
    background: inherit;
}

/*new-card*/
.dr-card {
    background: #f9fafc;
    border: 1px solid #eceff6;
    padding: 10px;
    border-radius: 6px;
}

.debit-card {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    perspective: 1000px;
    position: relative;
    /*background: #e6e7e9;*/
    overflow: hidden;
    background: rgb(230, 231, 233);
    background: linear-gradient(90deg, rgba(230, 231, 233, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 231, 233, 1) 100%);
}

.debit-card:after {
    z-index: -1;
    position: absolute;
    content: ' ';
    background: rgba(230, 231, 233, 1);
    width: 200px;
    height: 200px;
    right: -10px;
    border-radius: 50%;
    top: -34px;
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.card-front {
    /*box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);*/
    /* box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; */
    border: 1px solid #0f172a12;
    display: flex;
    flex-direction: column;
    padding: 20px;

}


.card-logo img, .chip img {
    width: 40px;
    height: auto;
}

.card-number {
    font-size: 24px;
    margin-top: 35px;

}

.card-info {
    display: flex;
    justify-content: space-between;
    margin-top: auto;

}

.cardholder-name {
    font-size: 14px;
    letter-spacing: 1px;

}

.expiry-date {
    font-size: 14px;
}

.card-back .stripe {
    background: black;
    height: 40px;
    border-radius: 4px;
}

.signature {
    margin-top: 10px;
}

.signature-line {
    background: white;
    height: 20px;
    border-radius: 4px;
}

.form-group.error .form-control {
    border-color: #dc3545;
    background-image: url(../img/error.svg);
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

}

html[lang="en"] .form-group.error .form-control {
    background-position: right calc(.375em + .1875rem) center;
}

html[lang="ar"] .form-group.error .form-control {
    background-position: left calc(.375em + .1875rem) center;
}

html[lang="en"] .form-group.error .form-control:not(.bootstrap-select) {
    padding-right: calc(1.5em + .75rem);
}

html[lang="en"] .form-group.error .form-control .btn-material {
    padding-right: 30px !important;
}

html[lang="ar"] .form-group.error .form-control:not(.bootstrap-select) {
    padding-left: calc(1.5em + .75rem);
}

html[lang="ar"] .form-group.error .form-control .btn-material {
    padding-left: 30px !important;
}

.accordion.overview-accordion {
    border-radius: 20px;
    border-bottom: 1px solid #ddd;
}

.summary-card {
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    /* box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; */
    border: 1px solid #0f172a12;
    padding: 15px;
    border-radius: 20px;

}

.summary-card table tbody td {
    border-bottom: 0;
}

.summary-card tfoot {
    border-top: 1px dashed #ddd;
    border-bottom: 0;
}

.summary-card tfoot td {
    border-bottom: 0;
}

.subscription-detail {
    height: 100%;
    overflow-y: auto;
}

.billing-child {
    height: fit-content;
}

table.job-list-table th {
    background: #f2f2f2;
    border-bottom: none;
}

table.job-list-table tbody td {
    background-color: #fafafa;
    border: none;
}

table.job-list-table tbody tr {

}

table.job-list-table th:first-child {
    border-top-left-radius: 8px;
}

table.job-list-table th:last-child {
    border-top-right-radius: 8px;
}

/*table.job-list-table tbody td:first-child{*/
/*    border-bottom-left-radius: 8px;*/
/*}*/
/*table.job-list-table tbody td:last-child{*/
/*    border-bottom-right-radius: 8px;*/
.progressbar {
    margin: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 15px;
    height: 15px;
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d;
    background-color: #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    transition: all .8s;
    z-index: 2;
    position: relative;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 7px;
    left: 50%;
    z-index: 1;
    transition: all .8s;
}

.progressbar li:last-child:after {
    content: none;
}

.progressbar li.active:before, .progressbar li.done:before {
    border-color: #55b776;
    background-color: #55b776;
    transition: all .8s;
}

.progressbar li.active:after, .progressbar li.done:after {
    background-color: #55b776;
    transition: all .8s;

}

.sample-api-logo {
    width: 150px;
    height: auto;
    margin: 15px auto;
}

.accordion.single-transaction > .card:last-of-type {
    border-radius: 20px;
    border-bottom: 1px solid #ddd;
}

body.layout-dark .card .card-bordered {
    border: 1px solid rgb(66 66 92);
}

body.layout-dark .accordion.single-transaction > .card:last-of-type {
    border-bottom: 0;
}

.new-feature {
    color: #1a73e8;
    font-size: 13px !important;
}

body.layout-dark .bordered-card {
    border: 1px solid rgb(46 46 73);
}

.gm-style-iw-chr {
    display: none !important;
}

.gm-style-iw {
    width: 400px;
}

.tracking-scroll {
    overflow-y: hidden;
}

.attendance-calender .fc-view-container {
    padding-left: 0;
    padding-right: 0;
}

.gradient-text {
    background: linear-gradient(90deg, #12C2E9 0%, #c471ed 50%, #f64f59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-blur {
    filter: blur(5px);
    pointer-events: none;
}

/*version page*/


section.version-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

section.version-content .font-large-2 {
    font-size: 2.7rem !important;
    line-height: 3.2rem;
}

section.version-content dl {
    font-size: 16px;
}

section.version-content a {
    text-transform: capitalize;
}

section.version-content ul li:before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3871e0;
    left: 5px;
    top: 10px;
    border-radius: 50%;
}

section.version-content ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

section.version-content ul {
    margin: 0;
    padding: 0;
}

.version-content .carousel-control-prev:hover, .version-content .carousel-control-prev:focus, .version-content .carousel-control-next:hover, .version-content .carousel-control-next:focus {
    color: #000;
}

.old-feature {
    margin-top: 20px;
    aspect-ratio: 1 / 1;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.old-feature:hover {
    box-shadow: 10px 10px #d6d7d9;
    margin-top: 15px;
    cursor: pointer;
}

section.version-content {
    margin-bottom: 50px;
}

.text-container {
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;

}

@keyframes moveInCircle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(-50%) translateY(-10%);
    }
    50% {
        transform: translateX(50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}


.gradient-bg {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(40deg, #0a52fe, #6542e3);*/
    top: 0;
    left: 0;
    border-radius: 20px;
    background-image: url(../img/versions/7/background.gif);
    background-size: cover;
    background-position: center;
}

.gradient-bg svg {
    display: none;
}


.gradient-bg .gradients-container {
    filter: url(#goo) blur(40px);
    width: 100%;
    height: 100%;
}

.gradient-bg .g1 {
    position: absolute;
    background: radial-gradient(circle at center, rgb(6 197 216 / 80%) 0, rgba(18, 113, 255, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;
    width: 80%;
    height: 80%;
    top: calc(50% - 80% / 2);
    left: calc(50% - 80% / 2);
    transform-origin: center center;
    animation: moveVertical 30s ease infinite;
    opacity: 1;
}

.gradient-bg .g2 {
    position: absolute;
    background: radial-gradient(circle at center, rgb(118 11 180 / 80%) 0, rgba(0, 17, 82, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;
    width: 80%;
    height: 80%;
    /*top: calc(50% - 80%) / 2 - 200px);*/
    /*left: calc(50% - 80%) / 2 + 200px);*/
    top: calc(50% - 80% / 2);
    left: calc(50% - 80% / 2);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;
    opacity: 1;
}

.gradient-bg .g3 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(13, 215, 154, 0.8) 0, rgba(100, 220, 255, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;
    width: 80%;
    height: 80%;
    top: calc(50% - 80% / 2 + 200px);
    left: calc(50% - 80% / 2 - 500px);
    transform-origin: calc(50% + 400px);
    animation: moveInCircle 40s linear infinite;
    opacity: 1;
}

.gradient-bg .g4 {
    position: absolute;
    /*background: radial-gradient(circle at center, rgba(200, 50, 50, 0.8) 0, rgba(200, 50, 50, 0) 50%) no-repeat;*/
    background: radial-gradient(circle at center, rgba(220, 8, 161, 0.8) 0, rgba(200, 50, 50, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;

    width: 80%;
    height: 80%;
    top: calc(50% - 80% / 2);
    left: calc(50% - 80% / 2);

    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 40s ease infinite;

    opacity: 0.7;
}

.gradient-bg .g5 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(209, 110, 76, 0.8) 0, rgba(180, 180, 50, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;

    width: calc(80% * 2);
    height: calc(80% * 2);
    top: calc(50% - 80%);
    left: calc(50% - 80%);

    transform-origin: calc(50% - 600px) calc(50% + 200px);
    animation: moveInCircle 20s ease infinite;

    opacity: 1;
}

.gradient-bg .interactive {
    position: absolute;
    background: radial-gradient(circle at center, rgba(140, 100, 255, 0.8) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
    mix-blend-mode: hard-light;
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    opacity: 0.7;
}


.version-count h1 {
    font-size: 6.5rem;
    font-family: "Milker", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #fff;
}

.milker-font {
    font-family: "Milker", sans-serif !important;
}

.badge.badge-label {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 13px;
    margin-left: 5px;
}

b a:hover {
    font-weight: bold;
}

section.version-content li {
    font-size: 15px;
}

.font-weight-lg {
    font-weight: 900 !important;
}

.old-version-img {
    height: 200px;
    margin-bottom: 10px;
}

.old-version-img img {
    height: 100%;
    border-radius: 10px;
}

.old-feature h2 {
    line-height: 25px;
}

.version-feature img {
    border-radius: 8px;
    border: 1px solid #0f172a12;
    padding: 5px;
}

.version-count {
    margin-bottom: 20px;
}

ul.whatsnew-link {
    padding: 0;
    margin: 0;
}

ul.whatsnew-link li {
    list-style: none;
    float: left;
    margin-left: 40px;
    font-size: 17px;
    position: relative;
}

ul.whatsnew-link li a {
    color: #1a73e8;
}

ul.whatsnew-link li:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #1a73e8;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

ul.whatsnew-link li:hover:before {
    width: 100%;
    right: 0;
    transition: all .4s ease;
}

.text-dark-gray {
    color: #4e5567 !important;
}

.split-button {
    display: none;
}

/*end version modal*/
.visa img.visa {
    display: block !important;
}

.mastercard img.mastercard {
    display: block !important;
}

.amex img.amex {
    display: block !important;
}

.d-card {
    margin-left: 20px;
    padding: 0;
    margin-bottom: 0;
}

.d-card li {
    width: 46px;
    display: inline-block;
    background: #f0f3f4;
    margin-right: 6px;
    float: left;
    list-style: none;
    padding: 0 7px;
    margin-top: 14px;
}

.d-card li img {
    width: 100%;
    filter: grayscale(1);
}

.asset-tbl {
    border: 1px solid #ddd;
    border-radius: 8px;
}

table.depreciation-table tbody tr:last-child td {
    border-bottom: none !important;
}

.print-preview {
    position: relative;
}

.print-preview .watermark {
    font-size: 160px;
    opacity: .08;
    position: fixed;
    z-index: 999;
    top: 50%;
    /* transform: translateY(-40%); */
    /* -ms-transform: translateY(-40%); */
    right: 0;
    text-transform: uppercase;
    transform: rotate(325deg);
    text-align: center;
    width: 144%;
}

.trip-tire {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 0;
    text-align: center;
}

.trip-tire img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.axle-1 img.axle-1 {
    display: block !important;
}

.axle-2 img.axle-2 {
    display: block !important;
}

.axle-3 img.axle-3 {
    display: block !important;
}

.axle-4 img.axle-4 {
    display: block !important;
}

.axle-5 img.axle-5 {
    display: block !important;
}

.axle-6 img.axle-6 {
    display: block !important;
}

.item-member {
    padding: 2px;
    width: 50px;
    height: auto;
    border: 1px solid #ddd;
}

.item-member img {
    width: 100%;
    height: auto;
}

.settings-zatca .card {
    padding: 15px 10px;
}

body.layout-dark .btn-radio {
    color: #c4c4ca !important;
    border-color: #32324e !important;
}

body.layout-dark .item-member {
    border: 1px solid #333344;
}

body.layout-dark .debit-card {
    background: linear-gradient(90deg, rgb(43 43 73) 0%, rgb(61 61 111) 50%, rgb(50 50 77) 100%);
}

body.layout-dark .debit-card:after {
    background: rgb(60 60 107);
}

/*report-custom*/
@media screen and (max-width: 1920px) {
    .stepper-item-step::before {
        left: -110px;
    }
}

@media screen and (max-width: 1200px) {
    .stepper-item-step::before {
        left: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .stepper-item-step::before {
        left: -80px;
    }
}

.custom-filter {
    top: -24px;
    background-color: #ffffff;
}

.custom-report-column-print {
    height: 55.5vh;
}

.card-custom-list-print {
    min-height: 42.5vh !important;
    height: 31.5vh !important;
    overflow-y: auto;
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1400px) {
    .custom-report-column-print {
        height: 65.5vh;
        overflow-y: auto;
    }
}

.modal-body .trip-tire.part-report {
    width: 100%;
    height: 120px;
    border: none;
}

/*New Bilingual Print*/
.new-print-logo {
    height: auto;
    width: 90%;
}

.padding-less td {
    padding: 5px;
    font-size: 13px;
}

.stamp-box {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 45%;
    bottom: 0;
    opacity: .7;
}

.stamp-box img {
    width: 100%;
}

/*end invocie*/
.beta-label {
    right: 8px;
    top: -15px !important;
}

small.pulsating-circle.btn-circle {
    right: 0;
    top: 9px;
}

.settings-tab .list-group-item {
    border-color: transparent !important;
}

.settings-tab .list-group-item:nth-child(even) {
    border-top: 1px solid #ddd !important;
    /* background: #000; */
    border-top-right-radius: 0 !important;
}

.settings-tab h4 {
    padding: 0 10px;
    font-weight: 600;
    /*border-bottom: 1px solid #ddd;*/
    font-size: 18px;
    color: #000000;
    /*background: #eee;*/
    margin-bottom: 15px;
}

html[lang="en"] .settings-tab h4 {
    text-align: left;
}

.settings-menu {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.settings-tab .list-group-item.active {
    z-index: 2;
    color: #1a73e8;
    background: transparent;
}

.draggable-icon:before {
    content: '.';
    position: absolute;
    left: 14px;
    font-size: 20px;
    line-height: 0px;
    color: #808080;
    text-shadow: 0 5px #808080, 0 10px #808080, 5px 0 #808080, 5px 5px #808080, 5px 10px #808080;
}

html[lang="en"] .draggable-icon:before {
    left: 14px;
}

html[lang="ar"] .draggable-icon:before {
    right: 14px;
}

/*}*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    /*margin-top: 10px*/
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: left;
}

.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}


.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 3px 10px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #3860ec !important;
    color: #3860ec !important;
    background: #fff !important;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, .08);
    /* box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a; */
    /*border: 1px solid #0f172a12 !important;*/
}

.owl-item img {
    width: 100% !important;
}

.owl-carousel .btn-material {
    border: transparent;
    border-radius: 8px 8px 0 0 !important;
    padding: 3px;
}

.owl-item {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #3860ec !important;
    color: #FFF !important;
    text-decoration: none
}

button.owl-prev {
    margin-left: -15px !important;
}

button.owl-next {
    margin-right: -15px !important;
}

/*end slider*/
/*register icon*/
html[lang="en"] .register-container .form-group .register-icon i.company-icon {
    left: 75px;
}

html[lang="ar"] .register-container .form-group .register-icon i.company-icon {
    right: 75px;
}

.register-container .form-group .register-icon:focus-within i {
    color: #1a73e8 !important;
}

.register-container .form-group .register-icon i:not(#eye-image), .job-tracking .form-group .register-icon i:not(#eye-image) {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    color: #64748b;
    z-index: 5;
}

span.domain {
    bottom: 11px;
    color: #8c8c8c;
    font-size: 17px;
}

html[lang="en"] span.domain {
    right: 8px;
}

html[lang="ar"] span.domain {
    left: 8px;
}

.forget-icon i {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    color: #64748b;
    z-index: 5;
}

.forget-icon:focus-within i {
    color: #1a73e8 !important;
}


/*festival login*/
.festival-bg-login {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
}

/* end festival login*/

/*festival modal*/
.festival-modal {
    position: relative;
}

.festival-bg {
    width: 500px;
    left: 18%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
}

.fest-text p {
    line-height: 32px;
    font-size: 23px !important;
}

.fest-text {
    margin-top: 120px;
}

.cracks-box img {
    width: 50%;
}

.cracks-box {
    position: absolute;
    top: 0;
    left: 0;
}

p.text-newyear {
    position: absolute;
    z-index: 555555;
    left: 0;
    bottom: -25px;
    background: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
}

.rocket img {
    width: 100%;
}

.rocket {
    position: absolute;
    width: 70px;
    top: -16px;
    left: -15px;
    z-index: -1;
}

/*end festival modal*/
.description {
    font-size: 13px;
    color: #706f6f;
}

.bg-lighten-v5 {
    background-color: #f8f8f8 !important;
}

.plan-list {
    padding: 0;
    margin-bottom: 20px;
}

.plan-list li {
    padding-left: 25px;
    position: relative;
    list-style: none;
    line-height: 28px;
}

.plan-list li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/yes.svg);
    left: 0;
    top: 7px;
}

body.layout-dark .settings-menu {
    border: 1px solid #39395c;
}

body.layout-dark .settings-tab .list-group-item:nth-child(even) {
    border-top: 1px solid #39395c !important;
}

body.layout-dark .list-group-item.active {
    background-color: #212134;
}

body.layout-dark .img-thumbnail {

}

body.layout-dark .bg-lighten-v5 {
    background-color: #1f1f32 !important;
}

body.layout-dark .owl-item {
    border: 1px solid #39395a;
}

body.layout-dark .owl-carousel .owl-nav button.owl-next, body.layout-dark .owl-carousel .owl-nav button.owl-prev {
    background: #212134 !important
}

@keyframes add-row {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.line-height-normal {
    line-height: normal;
}

.btn-outline-lighten-1 {
    border: 1px solid #ddd;
    color: #6e757c;
}

.btn-outline-lighten-1:hover {
    background-color: #f9fafc;
}

.login-head-out {
    top: 0;
}

.authentication-bg {
    background-image: url("../img/wave.svg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom center;
}

.authentication-steps .stepper-item::before {
    left: -105px;
}

.btn-copy {
    background: #ddd;
    border-radius: 0;
    height: 44px;
    width: 40px;
    border: 1px solid #ddd;
}

.head-v-nav li {
    list-style: none;
    float: left;
    padding-left: 20px;
    font-size: 17px;
}

.head-v-nav li a {
    color: #000;
}

.head-v-nav li a:hover {
    color: #1a73e8;
}

.table-shadow table tbody tr:last-child td {
    border-bottom: none;

}

.table-shadow table {
    margin-bottom: 0;
}

.reset-icon i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #64748b;
    z-index: 5;
}

.reset-icon:focus-within i {
    color: #1a73e8 !important;
}

/*print template*/
.company-stamp-table {
    width: 150px;
    margin-right: 10px;
}

/*new menu*/
.mini-nav {
    width: 250px;
    background: rgba(32, 33, 36, 0.059);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    visibility: visible;
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.p-xs {
    padding: 0.10rem !important;
}

.float-label {
    position: absolute;
    right: 5px;
    top: -10px;
}

.iFrame img {
    width: 100% !important;
}

.app-settings .bg-lighten-v5 .form-control:not([disabled]) {
    background-color: #fff;
}

body.layout-dark .app-settings .bg-lighten-v5 .form-control:not([disabled]) {
    background-color: #303046;
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1400px) {
    .settings_s .list-group-item {
        padding: 1rem .5rem !important;
    }

    .settings_s a span {
        font-size: 13px !important;
    }

}

body.layout-dark .btn-radio.active {
    border-color: #1a73e8 !important;
    color: #1a73e8 !important;
}

body.layout-dark .p-xs {
    padding: 3px !important;
}

/*filter items joblist*/
.filter-items {
    background-color: #f3f4f6;
    text-transform: uppercase;
}

body.layout-dark .filter-items {
    background: #1d1d2e;
    color: #83858e;
}

span.ramadan-date {
    position: absolute;
    left: 20px;
    top: 4px;
    font-weight: 900;
    font-size: 68px;
    z-index: -1;
    color: #000;
}

body.layout-dark span.ramadan-date {
    color: #e4e2e2;
}

input.datepicker {
    position: relative;
}

input.datepicker:not(.input-group>input) {
    background-image: url("../img/date-picker.svg");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-y: center;
}

html[lang="en"] input.datepicker:not(.input-group>input) {
    background-position-x: 98%;
}

html[lang="ar"] input.datepicker:not(.input-group>input) {
    background-position-x: 2%;
}

body.layout-dark input.datepicker:not(.input-group>input) {
    background-image: url("../img/dark-date-picker.svg");
}

.feedback-toster {
    position: fixed;
    right: 100px;
    bottom: 10px;
    width: 25%;
    z-index: 9999;
    background-color: #fff;
    border-radius: 8px;
    transition: 1.0s ease-in-out;
}

.feedback-toster-bottom {
    bottom: -326px;
}

.feedback-toster .feedback-response {
    bottom: -285px;
}

/*.feedback-toster:hover {
    bottom: 10px;
}*/

.feedback-toster .bg-primary {
    border-radius: 8px 8px 0 0;
}

i.ft.ft-x {
    position: absolute;
    top: 10px;
    right: 10px;
}

.feedback-action .answer_option {
    padding: 1.5rem !important;
    text-align: center;
}

.feedback-action .answer_option span {
    text-align: center;
    display: inline-block;
    /*padding: 0 5px;*/
}

.print-settings-accordion {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border: 4px solid transparent;
}

.print-settings-accordion [aria-expanded="true"] .ft-arrow-down {
    transform: rotate(180deg);
}

.print-settings-accordion:hover {
    cursor: pointer;
}

body.layout-dark .handle {
    background-color: #292943;
}

.bg-gray {
    background-color: #f3f4f6;
}

.tooltip-inner {
    padding: 0.3rem 0.7rem;
}

.feedback-action .answer_option .feedback-icon {
    display: block;
    background-image: url(../img/feedback.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .5s ease-in-out;
    margin: 0 10px;
}

.feedback-action .answer_option .feedback-icon.not-happy {
    background-position-y: -383px;
}

.feedback-action .answer_option .feedback-icon.not-happy:hover, .feedback-action .answer_option .feedback-icon.not-happy.active {
    background-position-y: -448px;
}

.feedback-action .answer_option .feedback-icon.oky {
    background-position-y: -253px;
}

.feedback-action .answer_option .feedback-icon.oky:hover, .feedback-action .answer_option .feedback-icon.oky.active {
    background-position-y: -319px;
}

.feedback-action .answer_option .feedback-icon.nice {
    background-position-y: -122px;
}

.feedback-action .answer_option .feedback-icon.nice:hover, .feedback-action .answer_option .feedback-icon.nice.active {
    background-position-y: -188px;
}

.feedback-action .answer_option .feedback-icon.excellent {
    background-position-y: -5px;
}

.feedback-action .answer_option .feedback-icon.excellent:hover, .feedback-action .answer_option .feedback-icon.excellent.active {
    background-position-y: -61px;
}

#remind-me-later-close:hover {
    cursor: pointer;
}

.support-call {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background: #fff;
    border-radius: 8px;
}

.support-text a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.support-icon {
    align-content: center;
}

body.layout-dark .support-call, body.layout-dark .support-icon {
    background: #212134;
}

.support-icon .ft {
    font-size: 30px;
    color: rgb(108 117 125 / 30%);
}

body.layout-dark .support-icon .ft {
    color: #3d3d52;
}

@media screen and (max-width: 1439px) {
    .support-icon {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        background: #fff;
        padding: 5px;
        border-radius: 8px;
        top: 5px;
        transition: all .5s ease-in;
    }

    html[lang="en"] .support-icon {
        right: 0;
    }

    html[lang="ar"] .support-icon {
        left: 0;
    }

    .support-text small {
        opacity: 0;
        transition: all .5s ease-in;
    }

    .support-call:hover .support-text small {
        opacity: 1;
        transition: all .5s ease-in;
    }

    .support-call:hover .support-icon {

        box-shadow: none;
        top: 7px;
        transition: all .5s ease-in;
    }

    html[lang="en"] .support-call:hover .support-icon {
        right: 80%;
    }

    html[lang="ar"] .support-call:hover .support-icon {
        left: 80%;
    }

    .support-call {
        width: 230px;
        transition: all .5s ease-in;
        box-shadow: none;
        background: transparent;
    }

    .support-call:hover .support-text {
        transition: all .5s ease-in;
    }

    html[lang="en"] .support-call:hover .support-text {
        margin-left: 20px;
    }

    .support-text {
        font-size: 12px;
    }

    html[lang="ar"] .support-call:hover .support-text {
        margin-right: 20px;
    }

    .support-call .font-small-2 {
        font-size: 10px !important;
    }

    .support-call:hover {
        opacity: 1;
        transition: all .5s ease-in;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        background: #fff;

    }

    html[lang="en"] .support-call .justify-content-start {
        justify-content: flex-end !important;
    }

    html[lang="ar"] .support-call .justify-content-start {
        justify-content: flex-start !important;
    }


}

body.layout-dark .support-call {
    background: #212134;
}

body.layout-dark .support-call:hover {
    background: #212134;
}

.stages-tab table tbody tr:last-child td {
    border-bottom: none;
}

html[lang="ar"] .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.job-container-details table td.form-group, .job-container-details table th {
    margin-bottom: 0;
    padding: 7px 2px;
}

.job-container-title:not(.collapsed) {
    background: #f3f4f6;
    padding: 10px;
    border-radius: 8px;
}

.job-container-title:not(.collapsed) i {
    transform: rotate(180deg);
}

body.layout-dark .job-container-title:not(.collapsed) {
    background: #2b2b42;
}

.job-card-doc-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 125px;
    display: block !important;
}

.logo-dropdown {
    width: 50px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    float: right;
    background-position: center;
    margin-top: -25px;
}

#append-companies li a {
    width: 318px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}
.typeahead.dropdown-menu li.active .dropdown-item .subtext {
    color: #FFF !important;
}

#customer-name .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}
