.amount-view,
.cell-amount {
    text-align: right !important;
    font-weight: 600;
}
.badge-description p,
.badge-title h3,
.badge-title p,
.notification-item .text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.credits_entry:hover,
.text-dotted,
.text-underline {
    text-decoration: underline;
}
.stick-loader {
    background: #fff;
    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);
    left: 10px;
    padding: 10px 15px;
    position: fixed;
    width: 300px;
    z-index: 9999 !important;
}
.stick-loader p {
    margin-bottom: 5px;
}
.stick-loader #progress-bar-loading-percentage {
    position: absolute;
    bottom: 30px;
    right: 10px;
    font-weight: 600;
}
.stick-spinner {
    margin-top: 10px !important;
}
.favourite,
.job-favourite {
    font-size: 18px;
    margin-top: 5px;
    color: #e5e5e5;
}
.favourite:hover,
.job-favourite:hover {
    color: #ff4c52;
    animation: 1s infinite heartbeat;
}
.trip-completed {
    font-size: 18px;
    color: #ddd;
}
@keyframes heartbeat {
    0%,
    100%,
    40%,
    80% {
        transform: scale(0.85);
    }
    20%,
    60% {
        transform: scale(1);
    }
}
.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: 0;
}
.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;
}
.cell-amount {
    min-width: 100px !important;
}
.float-title-box {
    padding: 20px;
    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);
    -webkit-appearance: none;
}
.bordered-card .float-title,
.float-title-box .float-title {
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
}
.float-title-box .close {
    top: 7px;
    position: absolute;
    right: 15px;
    background: #fff;
    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: 0.5;
}
.multiple_emails-container {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 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: 0;
    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: red auto thin !important;
}
.multiple_emails-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 3px;
}
.multiple_emails-email {
    margin: 2px;
    padding: 0 8px;
    border: 1px solid #d1d1d2;
    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;
}
@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: 0.5rem !important;
    margin-bottom: 0 !important;
}
#navbar-content li.rounded-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}
.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: 0.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 {
    width: 50px;
    height: 80vh;
    margin-top: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: 0.4s;
    margin-bottom: auto;
    z-index: 5;
    box-shadow: 0 0 10px #ddd;
    border-radius: 50px;
}
.action-bar-icon,
.rightbar-icon {
    background-repeat: no-repeat;
    position: relative;
    display: block;
    cursor: pointer;
}
body.layout-dark .right-bar {
    box-shadow: 0 0 10px #000;
}
html[lang="en"] .right-bar {
    right: 25px;
}
html[lang="en"] .right-bar.right-bar-close {
    right: -50px !important;
}
.rightbar-icon {
    background-image: url('../../img/icons/right-bar03.png');
    background-size: 32px;
    height: 34px;
    width: 34px;
    margin: 12px auto 0;
    border-radius: 50%;
    transition: 0.5s;
}
.navbar-nav li.rounded-circle:hover,
.rightbar-icon:hover {
    background-color: rgba(223, 224, 225, 0.4);
    transition: 0.3s;
}
.rightbar-icon.alert {
    background-position: center -287px;
}
.rightbar-icon.sms {
    background-position: center -401px;
}
.rightbar-icon.translation {
    background-position: center -439px;
}
.rightbar-icon.dark-light {
    background-position: center -325px;
}
.rightbar-icon.dark-light {
    background-position: center -320px;
}
.rightbar-icon.sms-history {
    background-position: center -395px;
}
.rightbar-icon.alert {
    background-position: center -279px;
}
.rightbar-icon.reminder {
    background-position: center -1px;
}
.rightbar-icon.tasks {
    background-position: center -34px;
}
.rightbar-icon.docs {
    background-position: center -66px;
}
.rightbar-icon.notification {
    background-position: center -536px;
}
.rightbar-icon.help {
    background-position: center -129px;
}
.rightbar-icon.version {
    background-position: center -568px;
}
.rightbar-icon.settings {
    background-position: center -163px;
}
.rightbar-icon.feedback {
    background-position: center -196px;
}
.rightbar-icon.back {
    background-position: 4px -169px;
    background-size: 24px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.right-bar-pull {
    position: relative;
    margin-top: 18px;
    width: 60px !important;
    border-radius: 30px 0 0 30px !important;
    background-color: #dfe0e1 !important;
    transition: 0.3s;
}
html[lang="en"] .right-bar-pull {
    right: 40px;
}
.right-bar-pull .rightbar-icon {
    margin: 0 !important;
    transition: 0.3s;
    transform: rotate(0) !important;
}
html[lang="en"] .right-bar-pull:hover {
    right: 60px !important;
}
.action-bar-icon {
    background-image: url('../../img/icons/actions_bar_new.png');
    background-size: 50px;
    height: 45px;
    width: 45px;
    transition: 0.5s;
    margin: 0 auto;
}
.action-bar-icon.pending-invoice {
    background-position: center -8px;
}
.action-bar-icon.approvals-invoice {
    background-position: center -54px;
}
.action-bar-icon.pre-invoice {
    background-position: center -104px;
}
.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 -201px;
}
.action-bar-icon.reminders {
    background-position: center -269px;
}
.action-bar-icon.tasks {
    background-position: center -318px;
}
.action-bar-icon.document-control {
    background-position: center -366px;
}
.action-bar-icon.addon {
    background-position: center -604px;
}
.action-bar-icon.support {
    background-position: center -409px;
}
.action-bar-icon.spaces {
    background-position: center -894px;
}
.action-bar-icon.airport {
    background-position: center -482px;
}
.action-bar-icon.siteport {
    background-position: center -791px;
}
.action-bar-icon.shippingline {
    background-position: center -846px;
}
.action-bar-icon.seaport {
    background-position: center -436px;
}
.action-bar-icon.airlines {
    background-position: center -534px;
}
.action-bar-icon.memo {
    background-position: center -746px;
}
.action-bar-icon a,
.action-bar-icon a:hover {
    color: #000;
}
.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;
}
.fc-timeGrid-view .fc-scroller {
    height: 100% !important;
    overflow: visible !important;
}
#floatbar-content .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.375rem !important;
}
.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: 0.5s;
}
.pro-pt {
    padding-top: 5px;
}
.badge-box {
    background: #fff;
    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;
}
.badge-hint {
    background: #a3cafe;
    padding-top: 18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    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;
    overflow: hidden;
    font-size: 20px;
}
.badge-title p {
    margin-bottom: 0;
    overflow: hidden;
}
.badge-description {
    padding: 0 20px 5px;
}
.badge-description p {
    overflow: hidden;
    margin-bottom: 4px;
}
.badge-footer {
    border-top: 1px solid #dadce0;
    padding: 10px 20px;
    font-weight: 700;
}
.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;
}
.watermark {
    font-size: 160px;
    opacity: 0.08;
    position: fixed;
    z-index: 999;
    top: 50%;
    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;
}
.shrink-modal,
.sm-close {
    z-index: 9999 !important;
    will-change: transform;
}
.company-stamp img {
    width: 140px;
    height: auto;
}
li.disabled {
    cursor: not-allowed;
}
.no-pointer-event {
    pointer-events: none;
    cursor: default;
}
.indexing-section {
    width: 50%;
}
.indexing-section .ft-loader,
.indexing-section .ft-search {
    color: #212529;
}
.input-indexing {
    background-color: #d1dbe1a8;
    border: 1px solid transparent;
    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 0.3s ease-in-out;
}
.index-search-box .input-group:focus-visible,
.indexing-btn:focus-visible {
    outline: 0 !important;
    border: none !important;
}
.indexing-group,
.indexing-group .indexing-text:not(:last-child) {
    border-bottom: 1px solid #f8f9fa;
}
.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;
    border: none;
    background: 0 0;
}
.input-indexing:focus {
    outline: 0 !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%;
    background: #d1dbe1a8;
    border-radius: 8px 0 0 8px !important;
    padding-top: 4px !important;
}
.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 {
    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 button {
    background: 0 0;
    border: none;
}
#search-form .indexing-loader {
    top: 0;
    right: 8px;
    z-index: 99;
    transition: 0.5s ease-in-out;
}
.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: 1px solid #f8f9fa;
}
.indexing-box#left-group {
    padding-right: 0;
}
.indexing-box::-moz-viewport-scroll,
.indexing-box::-webkit-scrollbar {
    display: none;
}
.indexing-preview {
    padding: 20px;
    line-height: 1.8;
}
.notification-item .message,
.sm-close {
    line-height: 1.5;
}
.indexing-preview.box {
    border: 1px solid #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-text span {
    font-size: 0.85rem;
    display: block;
}
.indexing-text .subtext {
    font-size: 0.8rem !important;
    margin-top: -4px;
}
.indexing-text.preview-hover,
.indexing-text:hover {
    background-color: #1a73e8;
    color: #fff !important;
}
.bordered-card.package-box.active .text-muted,
.bordered-card.package-box.active .text-primary,
.bordered-card.package-box:hover .text-muted,
.bordered-card.package-box:hover .text-primary,
.indexing-text.preview-hover .subtext,
.indexing-text:hover .subtext,
.indexing-text:hover span.text-danger,
.indexing-text:hover span.text-success,
.job-cards.active .text-dark,
.job-cards.active .text-success,
.package-form .btn-material.active .text-muted {
    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: scale(0.1);
    transform-style: flat;
    transition-delay: 1s;
    transform-origin: top left;
}
.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: 700;
}
.sm-count {
    display: none;
}
.form-inline label,
.sm-close {
    display: inline-block;
}
.sm-close {
    position: fixed;
    width: 110px;
    left: 15px;
    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;
    border-radius: 0.25rem;
    transition: 2s;
}
.brand.typeahead,
.custom-report-accordion a h5,
.loader-table,
.loader-table td,
.model.typeahead {
    position: relative;
}
body.layout-dark .bg-secondary {
    background-color: #282836 !important;
}
body.layout-dark .table-hover .table-light:hover > td,
body.layout-dark .table-hover .table-light:hover > th,
body.layout-dark .table-secondary,
body.layout-dark .table-secondary > td,
body.layout-dark .table-secondary > th {
    background-color: #26263a;
}
body.layout-dark .btn-white,
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 > td,
body.layout-dark .table-light > th {
    background-color: #38384f;
}
body.layout-dark .bg-lighten-v4 {
    background-color: #28283c !important;
    color: #626971 !important;
    border-color: #161625 !important;
}
.pac-container {
    z-index: 999999 !important;
}
body.layout-dark .bg-lighten-v4:active,
body.layout-dark .bg-lighten-v4:focus,
body.layout-dark .bg-lighten-v4:hover,
body.layout-dark .bg-lighten-v4:visited {
    background-color: #1e1e30 !important;
}
body.layout-dark .table-bordered td,
body.layout-dark .table-bordered th,
body.layout-dark td.fc-more-cell div {
    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: 700;
    border-bottom: 1px solid #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 #616279;
}
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: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}
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;
}
body.layout-dark input:-ms-input-placeholder {
    color: #6c747c;
}
body.layout-dark input::-ms-input-placeholder {
    color: #6c747c;
}
body.layout-dark .dropdown-menu .disabled {
    color: #5a5a64;
}
body.layout-dark .indexing-panel,
body.layout-dark .jconfirm.jconfirm-light .jconfirm-box,
body.layout-dark .jconfirm.jconfirm-white .jconfirm-box,
body.layout-dark .timeDropper[readonly] {
    background: #1e1e30;
}
body.layout-dark .file-caption .file-caption-name {
    color: #b2b2bc;
}
body.layout-dark::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
body.layout-dark::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}
body.layout-dark .nav-link.disabled {
    color: #3f3f58 !important;
}
body.layout-dark .alert-dark {
    color: #bdbdbd;
    background-color: #33334e;
    border-color: #1d1d2f;
}
.btn-material {
    color: #212529 !important;
    background-color: transparent !important;
    border-color: #dadce0 !important;
}
.btn-material.active {
    background-color: #1a73e8 !important;
    color: #fff !important;
    border-color: #1a73e8 !important;
    content: "dsds";
}
.index-search-box.form-control:focus .index-search-box.indexing-btn,
.job-view-card,
.loader-table tbody,
.timeDropper[readonly],
.wire-loader,
table.stages-table tbody {
    background: #fff;
}
#jobShareSettingsModal .btn-material.active:before {
    content: "☑";
    color: #fff;
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 0;
}
body.layout-dark .multiple_emails-container input {
    background: 0 0;
    border: 2px solid #2b2b44;
}
body.layout-dark .multiple_emails-email {
    background: #24243a;
    border: 1px solid #2b2b44;
}
body.layout-dark .dataTables_processing .card,
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 .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;
}
.typeahead.dropdown-menu {
    position: absolute;
}
.loader-table {
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
}
.loader-table td {
    padding: 20px 10px;
}
.loader-table tr:first-child td:first-child,
table.stages-table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}
.loader-table tr:first-child td:last-child,
table.stages-table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
}
.loader-table tr:last-child td:first-child,
table.stages-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.loader-table tr:last-child td:last-child,
table.stages-table tbody 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: 1s infinite loading;
    overflow: hidden;
}
@keyframes loading {
    100%,
    40% {
        background-position: 100% 0;
    }
}
.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: #8b0000;
    font-size: 6px;
    vertical-align: super;
}
.card .table td {
    padding: 1rem !important;
}
.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;
    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;
    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;
}
.wire-loader {
    position: absolute;
    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;
}
.notification-item .text-truncate {
    padding: 1rem 0.75rem;
    overflow: hidden;
    max-width: 276px;
}
.version-box dd,
.version-box p {
    font-size: 1.1rem !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-family: Montserrat, sans-serif !important;
    line-height: 1.5rem;
    font-size: 18px !important;
    font-weight: 500;
}
.exceed-img img,
.y-frame {
    width: 100%;
}
.b-r-l-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.carousel-nav-icon {
    height: 25px;
    width: 25px;
}
.carousel-item .col,
.col-md,
.col-sm {
    margin: 8px;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.bordered-card.package-box.active,
.bordered-card.package-box:hover {
    background-color: #3e8ef7;
    color: #fff !important;
    transition: background-color 0.2s;
}
.bordered-card.package-box.active:before {
    content: "☑";
    color: #fff;
    position: absolute;
    left: 14px;
    font-size: 2rem;
    top: 14px;
}
.bordered-card.package-box:hover label {
    cursor: pointer;
}
.bordered-card.package-box {
    transition: background-color 0.2s;
}
.bordered-card.package-box:hover a {
    color: #000;
    transition: background-color 0.2s;
}
.bordered-card.package-box.active .btn-outline-primary,
.bordered-card.package-box:hover .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: 0.5s;
}
.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: 0.5s;
}
.opacity-5 {
    color: #c1c1c1;
}
#nav-tabs {
    margin: 10px 0;
}
.index-search-box .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
}
.index-search-box {
    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;
}
#job-dynamic-table .table th,
body.layout-dark .index-search-box .input-group,
body.layout-dark table .table-borderles tbody td,
body.layout-dark table .table-borderles thead th {
    border: none;
}
body.layout-dark .index-search-box {
    background: #1d1d2f;
    border: 1px solid #1d1d2f;
    border-radius: 8px;
}
#calendar td.fc-head-container,
#calendar td.fc-head-container .table-bordered,
.fc table,
.fc-list-view,
body.layout-dark .index-search-box .form-control,
body.layout-dark .table-borderless tbody + tbody,
body.layout-dark .table-borderless td,
body.layout-dark .table-borderless th,
body.layout-dark .table-borderless thead th {
    border: none !important;
}
body.layout-dark .list-group-item-action:focus,
body.layout-dark .list-group-item-action:hover {
    background-color: #25253a;
}
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;
}
.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: #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: #fff;
    max-width: 500px;
    margin: 0 auto;
}
.version-modal .modal-body {
    -ms-overflow-style: none;
    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 0.8rem 0.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;
}
.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;
}
.always-white {
    background-color: #fff !important;
}
.live-tracking-icon {
    padding: 8px 10px;
}
.indexing-section.festival {
    width: 40%;
}
body.layout-dark .nav-tabs {
    background-color: inherit;
    border-bottom: 1px solid #1d1d2f;
}
.trip-div,
.trip-div .float-title,
.trip-div .float-title-box {
    margin-bottom: 40px;
    background: #f7f7f7;
}
body.layout-dark .trip-div,
body.layout-dark .trip-div .float-title,
body.layout-dark .trip-div .float-title-box {
    background-color: #242437de !important;
}
.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;
}
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;
}
.rounded-xl {
    border-radius: 20px !important;
}
.sk-alert {
    background-color: #fff !important;
    color: #100 !important;
    opacity: 1 !important;
}
.sk-alert .toast-close-button {
    color: #000 !important;
}
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;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 0 1rem rgb(0 0 0 / 15%) !important;
}
.bootstrap-select.hscode .dropdown-menu,
.hscode.bootstrap-select .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;
}
.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: 0 !important;
    border: none !important;
}
.fc-view-container {
    position: relative;
    background: #fff;
    padding: 15px 25px 25px;
    border-radius: 20px;
}
#calendar:not(.dashboard-calendar) .fc-event,
.fc-event-dot {
    background-color: #fff !important;
    border: none;
    color: #000 !important;
    box-shadow: 0 0 3px #ddd;
    border-radius: 8px;
    width: 70%;
    margin: 5px auto !important;
    padding: 8px !important;
}
.fc-event-dot,
body.layout-dark #calendar:not(.dashboard-calendar) .fc-event {
    background-color: #28283d !important;
    color: #fff !important;
    box-shadow: 0 0 3px #1d1d2f;
}
.fc-event-container {
    background: 0 0 !important;
}
.login-bg,
.tracking-bg-pic {
    background-repeat: no-repeat;
}
td.fc-day-top.fc-wed.fc-today.alert.alert-info,
td.fc-day.fc-wed.fc-today.alert.alert-info {
    background: rgb(230 242 255) !important;
    color: #1a73e8 !important;
    font-weight: 700;
}
body.layout-dark .color-circle,
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-top.fc-wed.fc-today.alert.alert-info,
body.layout-dark td.fc-day.fc-wed.fc-today.alert.alert-info {
    background: rgb(41 41 59) !important;
    color: #fff !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: 0 0 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;
}
.fc-today .fc-day-number {
    font-weight: 800;
}
.fc button.btn-primary,
.fc button:disabled {
    background: 0 0 !important;
    border: 1px solid #1a73e8 !important;
    color: #1a73e8 !important;
}
span.new-tag:after,
span.new-tag:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    bottom: 0;
}
.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: #fff !important;
}
.fc span.fc-title {
    font-weight: 700;
}
.fc button:focus {
    box-shadow: none !important;
}
#floatbar-body .fc-view-container {
    padding: 0;
}
@media (max-width: 1400px) {
    .right-bar,
    .rightbar-icon {
        margin-top: 10px;
    }
    .right-bar {
        height: 85vh;
    }
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 769px) {
    .navbar-container {
        width: 65%;
    }
    .navbar-header .navbar-toggle {
        margin: 10px 0;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        width: 255px;
    }
    .navbar {
        padding: 8px 15px;
    }
}
.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: 45.5vh;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .subscription-order {
        position: static;
    }
}
.custom-report-accordion a h5:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff0;
    right: 0;
    top: 15px;
    transform: rotate(45deg);
    border-bottom: 2px solid #1a73e8;
    border-right: 2px solid #1a73e8;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    transition: 0.5s;
}
.custom-report-accordion a[aria-expanded="true"] h5:after {
    transform: rotate(225deg);
    transition: 0.5s;
}
.print-logo {
    max-width: 95%;
    max-height: 120px;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
.counter-ball,
span.new-tag {
    text-align: center;
    color: #fff;
}
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: 52.5vh;
    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 {
        min-height: 40vh !important;
        height: 38.5vh;
        overflow-y: auto;
    }
}
.credits_entry:hover {
    color: #2563eb !important;
    cursor: pointer;
}
.exceed-img {
    width: 270px;
    height: auto;
    margin: 0 auto;
}
.bookmark {
    position: relative;
    transition: 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: 0.6s ease-out;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    transform: scale(1) rotate(0);
}
.bookmark.active {
    color: #ff586b;
}
.bookmark.jumpStar {
    animation: 0.4s linear jumpStar;
    -webkit-animation: 0.4s linear jumpStar;
}
@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: 0.6s ease-in likeFly;
    -webkit-animation: 0.6s ease-in likeFly;
}
.bookmarks-card .bordered-card {
    transition: 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");
    height: 100vh;
    width: auto;
}
.tracking-bg-pic {
    background-image: url(../img/celebrations/tracking-newyear.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.ramadan-quotes {
    margin-left: 100px;
}
.ramadan-quotes p {
    line-height: 34px;
}
span.new-tag {
    width: 100px;
    padding: 4.5px;
    position: relative;
    background: #0052fe;
    margin-left: 25px;
}
span.new-tag:after {
    position: absolute;
    left: 0;
    border-left: 15px solid #fff;
}
span.new-tag:before {
    position: absolute;
    right: -15px;
    border-left: 15px solid #0052fe;
}
.color-circle {
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
}
.live-footer,
.live-header {
    width: 100%;
    left: 0;
    z-index: 9999;
    position: fixed;
}
body.layout-dark .modal-body .card,
body.layout-dark .modal-body .card-footer {
    background: #28283a;
}
.comparison-tble th {
    border-top: 0 !important;
}
.subscription-table-payment tbody tr td {
    padding: 0.5rem;
}
.welcome-card .card-body {
    padding: 25px 0;
}
.live-header {
    top: 0;
}
.live-body {
    margin: 30px 0;
    padding: 30px 0;
}
.live-footer {
    bottom: 0;
    box-shadow: 0 2px 0 0 #dadce0;
    padding: 8px;
    transition: bottom 1s linear;
    font-size: 10px;
}
.live-footer .btn,
.live-footer .pagination {
    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;
    font-weight: bolder;
    font-size: 14px;
    font-family: MONTSERRAT;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model-img,
.model-img img {
    border-radius: 10px 10px 0 0;
}
.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: url('../../img/versions/6/background.gif');
    background-size: cover;

}
.model-img {
    /*width: 80%;*/
    /*height: 80%;*/
    /*background: #ddd;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.model-img img {
    width: 100%;
}
.text-dotted {
    text-decoration-style: dotted;
    text-decoration-color: #6c757d !important;
}
@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;
    }
    .text-dotted {
        text-decoration: none !important;
    }
}
.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;
}
body.layout-dark table.stages-table tbody tr:last-child td,
body.layout-dark table.stages-table thead th,
table.stages-table tbody tr:last-child td,
table.stages-table thead th {
    border-bottom: none;
}
ul.stage-view-list li {
    float: left;
}
.stages-view .bordered-card {
    margin-bottom: 0;
    margin-top: 15px;
    transition: 0.4s;
}
.stages-view .card-body {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 8px;
}
.stages-view .bordered-card:hover {
    background: #f1f3f7;
    transition: 0.4s;
}
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.stages-table tbody {
    background-color: #1d1d2e;
}
.p2-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}
.p2-features .feature {
    width: 35%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.p2-features .feature span {
    padding-left: 7px;
}
.blur {
    font-size: 20px;
    color: transparent;
    text-shadow: 0 0 8px #000;
}
.bs-select-all {
    /* Disabling Select All Button */
}
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;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.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;
}
body.layout-dark .search_box {
    background-color: #38385C;
}

/*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;
}
