@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/OpenSansHebrew-Italic.ttf') format('truetype');
}

:root {
    --bs-font-sans-serif: "Open Sans", "Segoe UI","Roboto","Helvetica Neue","-apple-system","BlinkMacSystemFont","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

body {
    background: rgb(252,246,241);
    background: -moz-linear-gradient(41deg, rgba(252,246,241,1) 0%, rgba(252,241,233,1) 33%, rgba(252,244,236,1) 66%, rgba(253,240,213,1) 100%);
    background: -webkit-linear-gradient(41deg, rgba(252,246,241,1) 0%, rgba(252,241,233,1) 33%, rgba(252,244,236,1) 66%, rgba(253,240,213,1) 100%);
    background: linear-gradient(41deg, rgba(252,246,241,1) 0%, rgba(252,241,233,1) 33%, rgba(252,244,236,1) 66%, rgba(253,240,213,1) 100%);
    --bs-body-bg: #00000000;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
}

.dxbl-checkbox-check-element {
    --dxbl-checkbox-check-element-checked-bg: #fe7109;
    --dxbl-checkbox-validation-valid-color: #fe7109;
    --dxbl-checkbox-checked-focus-shadow-color: #894a1080;
    --dxbl-checkbox-check-element-checked-hover-bg: #d45f08;
    --dxbl-checkbox-switch-checked-bg: #fe7109;
}

.dxbl-treeview-item-text {
    --bs-font-sans-serif: "Open Sans-Regular", Helvetica, 'Helvetica Neue', Arial, sans-serif;
    --bs-font-sans-serif: 16px;
}

.dxbl-active .dxbl-treeview-item-text {
    font-weight: bold;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        text-decoration: none;
        color: black;
    }


.d-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}


.profile-image {
    height: 56px;
    width: 56px;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    min-height: 500px;
}

    .profile .card {
        font-size: 1rem;
        max-width: 770px;
        min-width: 50%;
    }

    .profile .user {
        width: 160px;
        height: auto;
        padding: 5px;
        border: solid 1px #d9d5d5;
    }

    .profile .bell {
        max-width: 72px;
        height: auto;
        padding: 0;
    }

    .profile .rt-dialog {
        font-size: 16px;
    }

.profile-label {
    width: 30%;
    font-weight: 700;
}

.rt-button {
    width: 100%;
    border-radius: 8px;
    font-weight: 700;
}

.rt-primary-button {
    height: 36px;
    font-weight: 700;
    border-radius: 4px;
    color: rgba(var(--bs-primary-rgb));
}


::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.12);
    border-radius: 8px;
}

.dxbl-treeview-item-content {
    --dxbl-treeview-item-border-radius: 40px;
}

.dxbl-treeview-item-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dxbl-treeview-item-container {
    padding-left: 10px;
}

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active::before {
    background-color: #f15000;
}

.dxbl-treeview-item-content {
    --dxbl-treeview-item-spacing-y: 3px;
}

/* calendar */
.DateRange {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    border-right: solid 1px #fbf4ec !important;
    padding-left: 5px;
}

    .DateRange .dxbl-text-edit {
        --dxbl-text-edit-border-color: #ffffff;
    }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #e5deda;
}

.daterangepicker td.in-range {
    background-color: #fce3d5;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f37021;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    margin-left: 0;
}

.daterangepicker-input {
    font-family: "Open Sans";
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#searchboxcontainer {
    min-height: 220px;
    border-radius: 16px;
    box-shadow: var(--shadow-1);
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 216, 123) 0%, rgb(253, 172, 91) 100%);
    overflow: hidden;
    margin: auto;
    position: relative;
    line-height: 30px;
    background-image: url("../images/desktop-bg.jpeg");
    background-size: cover;
    color: #ffffff;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #191B27;
}

.popup-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #1D1D1D;
}

.popup-sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #494A53;
}


.page-subtitle {
    font-size: 16px;
    color: #494A53;
    line-height: 24px;
}

.rt-gray-blue {
    color: #494A53;
}

.rt-border-bottom {
    border-bottom: 1px solid #BFC0C2;
    padding-bottom: 16px;
}

.rt-icon-setting {
    border: 1px solid #808285;
    padding: 8px;
    background-color: white; 
    border-radius: 24px;
    overflow: visible;
}

.rt-big-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}

.oi-calendar:before {
    content: url('/images/calendar-icon.svg');
}

.rt-title {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.subtitle-1 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.rt-subtitle-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.rt-title-2 {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.rt-sub-title {
    font-weight: 700;
    line-height: 24px;
}

.rt-card-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.rt-legend-text {
    font-size: 12px;
}

.rt-sub-title2 {
    font-size: 14px;
}

.rt-text {
    font-size: 14px;
    line-height: 20px;
}

.rt-text-2 {
    font-size: 20px;
    line-height: 30px;
}

.rt-tab-title {
    font-size: 16px;
    font-weight: 700;
}

.sidebar .expand {
    height: 432px;
}

#searchboxinput {
    z-index: 1;
}

#vessel-container {
    height: 213px;
}

#vessel-image {
    max-height: 120%;
    float: right;
}

.d-overview .mt-3 {
    width: fit-content;
    margin-top: -1px;
    font-family: var(--title-2-font-family);
    font-weight: var(--title-2-font-weight);
    color: var(--primary-3);
    font-size: var(--title-2-font-size);
    letter-spacing: var(--title-2-letter-spacing);
    line-height: var(--title-2-line-height);
    font-style: var(--title-2-font-style);
}

.custom-img-size {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.img-88 {
    width: 88px;
    height: 88px;
}

.icon-logo-color {
    height: 100%;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../images/mirror_logo.svg);
    -webkit-mask-image: url(../images/mirror_logo.svg);
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.notif-card {
    border-radius: 16px;
    border: 1px solid #F69458;
}

.rt-card-lg {
    height: 236px;
    border-radius: 16px;
    padding-top: 12px;
    margin-bottom: 24px;
    overflow: hidden;
}

.result {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.rt-card-lg b {
    font-weight: 700;
    font-size: 48px;
    line-height: 65.37px;
}

.rt-card-md {
    min-height: 187px;
    border-radius: 16px;
    position: relative;
    border: 1px solid #E7E7E8;
}

.rt-dark-grey {
    color: #626262;
}

.rt-grey {
    color: #99999D;
}

.rt-green {
    color: #0F9A03;
}

.rt-red {
    color: #FF0101;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.card-header {
    background: none;
    border-bottom: none;
}

.duration {
    margin-bottom: 0;
}

.gridlayout-header:before {
    background-color: var(--bs-red);
}

.gridlayout-content:before {
    background-color: var(--bs-yellow);
}

.gridlayout-left-side-bar:before {
    background-color: var(--bs-green);
}

.gridlayout-right-side-bar:before {
    background-color: var(--bs-info);
}

.gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}

.dxbl-badge {
    --dxbl-navigation-badge-bg: #FF0101;
    --dxbl-navigation-badge-border-radius: 0.5rem;
}

.rt-badge {
    --dxbl-navigation-badge-bg: #FF0101 !important;
    --dxbl-navigation-badge-color: #fff !important;
    --dxbl-navigation-badge-border-radius: 0.5rem;
}


.notificationNode {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.grey-bg {
    background: #808285;
    color: white;
}

footer {
    color: #808285;
}

.gray-color {
    color: #808285;
}

.frame-group {
    border-radius: 24px;
    width: 1156px;
    height: 880px;
    flex-direction: column;
    padding: var(--padding-5xl) var(--padding-5xl) var(--padding-base);
    box-sizing: border-box;
    gap: var(--gap-5xl);
    font-size: var(--title-2-size);
    color: var(--primary-3);
}

.rt-margin-bottom {
    margin-bottom: 10px;
}

.rt-bottom-right-radius {
    border-bottom-right-radius: 16px;
}

.rt-rounded {
    border-radius: 8px;
}

.rt-rounded-2 {
    border-radius: 16px;
}

.rt-rounded-3 {
    border-radius: 24px;
}

.flag-icon {
    height: 30px;
    border-radius: 4px;
    border: 2px solid #C3C1CC;
}

.notif-icon {
    width: 56px;
    height: 56px;
    padding: 5px;
    border-radius: 32px;
    border: 1px solid #C3C1CC;
    overflow: visible;
}

.cursor-pointer {
    cursor: pointer;
}

.vessel-flag {
    width: 58px;
    height: 39px;
    border-radius: 4px;
    background: white;
}

.flag-icon-40 {
    width: 40px;
    height: auto;
}

#icon {
    width: 160px;
}

#icon-small {
    width: 44px;
}

.sidebar .dxbl-treeview-item-text, .menu-item {
    font-family: "Open Sans", "Segoe UI", "Roboto";
    font-size: 16px;
}

.btn-compare {
    border-radius: 8px;
    border: none;
    font-weight: 700;
    color: #F37021;
}

    .btn-compare.dxbl-btn-secondary {
        --dxbl-btn-active-color: #F37021;
        --dxbl-btn-hover-color: #F37021;
    }

    .btn-compare.dxbl-btn.dxbl-disabled {
        background: #BFC0C2;
        color: #FFFFFF;
    }

.see-details {
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    border-radius: 4px;
    width: 84px;
}

.w-100px {
    width: 100px;
}

.see-highlight {
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    border-radius: 4px;
}

/* custom icon */
.rt-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.dxbl-active .rt-icon {
    filter: brightness(0) invert(1);
}

.rt-icon-home {
    background-image: url('../images/home.svg');
}

.rt-icon-notificationbell {
    background-image: url('../images/notificationbell.svg');
}

.rt-icon-compare {
    background-image: url('../images/compare.svg');
}

.dxbl-disabled .rt-icon-compare {
    filter: brightness(10);
}

.rt-icon-shield {
    background-image: url('../images/shield-check.svg');
}

.rt-icon-file {
    background-image: url('../images/file.svg');
}

.rt-icon-past {
    background-image: url('../images/time-past 1.svg');
}

.rt-icon-comment {
    background-image: url('../images/comment-alt.svg');
}

.rt-icon-insights {
    background-image: url('../images/insights.svg');
}

.rt-icon-gear {
    background-image: url('../images/gear.svg');
    width: 16px;
    height: 16px;
}

.rt-icon-barge {
    background-image: url('../images/barge.svg');
    filter: none;
    width: 35px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.root-insights .dxbl-badge.dxbl-text {
    --dxbl-navigation-badge-color: white;
    --dxbl-navigation-badge-bg: #FF0101;
    box-shadow: 0px 0px 10px 0px #FDDF76;
}

.root-insights .dxbl-badge.dxbl-text {
    position: absolute;
    right: 0;
}

.rt-magnifying-glass {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../images/magnifying-glass.svg');
}

.rt-logout {
    background-image: url('../images/logout.svg');
    width: 30px;
    height: 30px;
}

.rt-login {
    background-image: url('../images/login.svg');
}

#overview-bottom {
    box-shadow: 0px 0px 15px 0px #DA8E5E33;
    min-height: 343px;
    border-radius: 16px;
    display: flex;
    background: white;
}

    #overview-bottom .dx-blazor-widget.card {
        box-shadow: none;
    }

rt-data-big-text {
    font-family: Open Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: right;
}

.rt-data-text {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: right;
}

.rt-data-text {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: right;
}

#average-overview {
    border: 1px solid #E7E7E8;
}

.info-image {
    z-index: 1;
    position: relative;
    vertical-align: baseline;
}

.dxbl-flyout > .dxbl-flyout-dialog {
    --dxbl-flyout-border-radius: 8px;
    --dxbl-flyout-color: #FFFFFF;
}

.dxbl-flyout .dxbl-popover {
    --dxbl-flyout-bg: #494A53;
}

.dxbl-flyout {
    --dxbl-flyout-border-color: #494A53;
}

    .dxbl-flyout .dxbl-popover-bottom > .dxbl-arrow::after {
        --dxbl-flyout-arrow-base-border-color: #494A53;
    }

    .dxbl-flyout > .dxbl-flyout-dialog > .dxbl-flyout-body {
        --dxbl-flyout-body-padding-y: 0.25rem;
        --dxbl-flyout-body-padding-x: 0.5rem;
        --dxbl-flyout-body-font-size: 12px;
    }

.nav-profile {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    background: #fcf5f0;
    border-radius: 36px;
}

.expand .nav-m-profile {
    position: relative;
    background: inherit;
}

.rt-chart-title {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.rt-dialog {
    --dxbl-popup-header-bg: #f9ede5;
    --dxbl-popup-border-style: none;
}

    .rt-dialog .dxbl-popup-header-button {
        height: 30px;
    }

.dxbl-modal-header {
    border-bottom: none !important;
    background-color: #F9EDE5 !important;
    border-radius: 16px 16px 0 0;
    font-family: "Inter", Helvetica;
    font-weight: 700;
}

.stoppage-tabs li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", Helvetica;
}

.stoppage-tabs .dxbl-tabs-tablist {
    background: #F9EDE5;
}

.stoppage-tabs .dxbl-active {
    background: #ffffff !important;
}

    .stoppage-tabs .dxbl-active::after {
        height: 0 !important;
    }

.ongoing-selected-tab {
    padding-bottom: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .ongoing-selected-tab .card {
        box-shadow: none;
    }

.rt-chart {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.dxbl-modal-body {
    background-color: #F9EDE5;
    border-radius: 0 0 16px 16px;
}

.rt-dialog .dxbl-modal-content {
    --dxbl-popup-border-radius: 16px;
}

.stoppage-tabs .dxbl-active .dxbl-text {
    color: #000000;
}

.stoppage-tab-left {
    border-radius: 16px 16px 0 0 !important;
}

.dxbl-active.stoppage-tab-left {
    border-radius: 16px 16px 0 0 !important;
}

.stoppage-tab-right {
    border-radius: 16px 16px 0 0 !important;
}

.dxbl-active.stoppage-tab-right {
    border-radius: 16px 16px 0 0 !important;
}

.rt-rounded-top {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.rt-rounded-bottom {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.dxbl-tabs-tablist {
    --dxbl-tabs-separator-border-style: none !important;
}

.dxbl-tabs-content.dxbl-active {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rt-detail-card {
    border: 1px solid;
    margin-bottom: 10px;
    box-shadow: none;
    border-color: #e7e7e8;
    border-radius: 16px;
    padding: 4px;
    overflow: hidden;
}

    .rt-detail-card::after {
        content: "";
        position: absolute;
        right: 5px;
        bottom: 0;
        width: 120px;
        height: 65%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .rt-detail-card.rt-bg-crane::after {
        background-image: url('../images/crane.svg');
        right: 0;
    }

    .rt-detail-card.rt-bg-cargo::after {
        background-image: url('../images/cargo.svg');
    }

    .rt-detail-card.rt-bg-calendar::after {
        background-image: url('../images/calendar.svg');
        width: 100px;
    }

.gradient-bg {
    background: linear-gradient(90.13deg, #FDAC5B 31.43%, #F37021 89.1%);
}

footer a {
    text-decoration: none;
}

#noresult {
    width: 100%;
    height: 400px;
    background: white;
    border-radius: 16px;
    background-image: url('../images/noresult-small.svg');
    background-repeat: no-repeat;
    font-family: "Open Sans";
    background-size: cover;
    padding: 16px;
    background-position: right;
}

.vessel {
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px 0px #DA8E5E33;
}

.vessel-complete {
    border: 1px solid #E7E7E8;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #E7E7E8, #E7E7E8);
    padding: 8px;
    border-radius: 8px;
    margin: 5px 0 5px 0;
}

.rt-shadow {
    box-shadow: 0 4px 8px #DA8E5E33;
}

.icon-notif {
    width: 52px;
}



.rt-circle {
    width: 12px;
    height: 12px;
    background-color: #F37021;
    border-radius: 50%;
    margin-left: 5px;
}

.comparison {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 700;
}

.actions {
    white-space: break-spaces;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 65px;
}

.pr-80 {
    padding-right: 80px !important;
}

.inner-div1 {
    width: 65%;
    float: left;
}

.inner-div2 {
    width: 35%;
    float: left;
}

.ongoing-tabs li {
    flex: 1 0 0%;
}

.ongoing-tabs .dxbl-tabs-item:not(.dxbl-active) {
    --dxbl-tabs-bg: transparent;
}

.ongoing-tabs .dxbl-tabs-item {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.rt-tab {
    width: 160px;
    height: 40px;
    gap: 16px;
    border-radius: 16px 16px 0px 0px !important;
}

.dxbl-tabs-item .rt-tab .dxbl-active {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: var(--dxbl-tabs-tab-selected-color)
}



.dxbl-tabs > .dxbl-tabs-tablist {
    --dxbl-tabs-bg: transparent;
}

    .dxbl-tabs > .dxbl-tabs-tablist .dxbl-active {
        background: #ffffff !important;
    }

    .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after {
        background-color: white;
    }


.paging-size {
    width: 150px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.main {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.frame {
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
}

.frame-header {
    background-color: #f69458;
}

.frame-header-column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1
}

.column {
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

    .column::before {
        content: "";
        position: absolute;
        right: 0;
        border-right: 1px solid #ccc;
        top: 20px;
        bottom: 20px;
    }

.barge-line-font {
    font-size: 16px;
}

.barge-line {
    height: 100px;
    font-size: 16px;
}

.barge-column {
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

    .barge-column::before {
        content: "";
        position: absolute;
        right: 0;
        border-right: 1px solid #ccc;
        top: 20px;
        bottom: 20px;
    }

.frame-header .column::before {
    border-color: #ffffff;
}

.column:last-child::before {
    display: none;
}

.mirror-element {
    transform: scaleX(-1);
}

.upside-down-element {
    transform: rotate(180deg);
}

.feature-container {
    text-align: center;
    height: 700px;
    background-image: url('../images/missing feature.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-position: right;
    padding-top: 100px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
}

.feature-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px;
    position: relative;
    flex: 0 0 auto;
    background-color: #F9EDE5;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
}

.memo {
    width: 100%;
    border-radius: 8px;
}

.submit {
    width: 210px;
    height: 52px;
    border-radius: 8px;
    gap: 16px;
}

.request-sent {
    display: flex;
    flex-direction: column;
}

.past {
    background: #ffffff;
    padding: 1.5rem;
}

.profile-text {
    font-size: 16px;
}

.user-profile {
    font-size: 14px;
    font-family: "Open Sans Hebrew";
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.user-company {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.privacy-policy {
    max-width: 830px;
    margin: 0 auto;
    text-align: justify;
}

    .privacy-policy .dxbl-accordion-item-text {
        text-align: start;
    }

    .privacy-policy .dxbl-group .dxbl-group-header {
        --dxbl-group-header-bg: #ffffff;
        --dxbl-group-header-color: #cd4e02;
        --dxbl-accordion-group-header-hover-bg: #f9f9f9;
        --dxbl-accordion-group-header-hover-color: #cd4e02;
        --dxbl-group-header-font-weight: 700;
        border-bottom: none;
    }

    .privacy-policy .dxbl-accordion .dxbl-accordion-group {
        margin-bottom: 16px;
        border-top: solid 1px var(--dxbl-accordion-group-border-color);
    }

    .privacy-policy ol {
        padding: 0;
    }

    .privacy-policy .dxbl-accordion .dxbl-accordion-group > .dxbl-accordion-group-header {
        border-radius: 16px !important;
    }

.alpha-list ul, ol {
    padding-left: 10px;
    margin-left: 0;
}

.alpha-list {
    list-style: none;
    padding-left: 0;
}

    .alpha-list > li {
        counter-increment: list-counter;
        padding-bottom: 5px;
        padding-left: 0;
        margin-left: 20px;
    }

        .alpha-list > li::before {
            content: "(" counter(list-counter, lower-alpha) ") ";
            position: absolute;
            left: 37px;
            font-weight: bold;
        }

.ps-17 {
    padding-left: 1.7rem;
}

.ps-22 {
    padding-left: 2.2rem;
}

.listnumber {
    position: absolute;
    left: 12px;
    font-weight: bold
}


.col-info {
    flex: 1 0 0%;
}

.img-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 16px;
}

.dx-chart-legend-icon {
    border-radius: 4px;
}

.col-title {
    width: 70%;
}

.col-button {
    width: 30%;
}

.mark-all-link {
    position: absolute;
    right: 20px;
}

.oft-badge {
    border-radius: 0px;
    background-color: lightblue;
    font-size: 13px;
}

.barge-line-title {
    font-size: 24px;
    font-weight: 700;
}

.barge-line-button {
    font-size: 14px;
    border-radius: 8px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 1px;
    margin-top: -5px;
}

.barge-image {
    max-width: 100%;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.top-line {
    position: relative;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
}

.top-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #BFC0C2;
}

.orange-color {
    color: #CD4E02;
}

#totalCargoAvailable {
    position: absolute;
    margin-left: 2px;
}

.shadow-glow {
    box-shadow: 0 0 10px rgb(236 111 23 / 30%);
    animation: glow 2s infinite alternate;
}

.rt-new-badge {
    background: white;
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    border-radius: 5px;
    right: 0;
    top: 0;
}

.bottom-5 {
    bottom: 5px;
}

.shadow-image {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.shadow-container:hover .shadow-image {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.6));
    transform: translateY(-5px);
    animation: none;
}

.shadow-container .shadow-image {
    animation: waveMotion 3s ease-in-out infinite;
    animation: floatEffect 6s ease-in-out infinite;
}

.fade-out {
    opacity: 1;
    animation: fadeToHalf 15s ease forwards !important;
}

.insight-filter {
    height: 36px;
}

.rounded-left-8 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rounded-right-8 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rt-switch .dxbl-checkbox-check-element {
    width: 52px;
    height: 24px;
    border-radius: 40px;
    padding: 4px;
    gap: 4px;
    color: white;
}

@keyframes fadeToHalf {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgb(236 111 23 / 30%);
    }

    100% {
        box-shadow: 0 0 20px rgb(236 111 23 / 100%);
    }
}

@keyframes waveMotion {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-1px, 1px) rotate(1deg);
    }

    66% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (max-width: 1600px) {
    .col-title {
        width: 100%;
    }

    .col-button {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .rt-title {
        font-size: 18px;
        line-height: 27px;
    }

    .rt-title-2 {
        font-size: 18px;
        line-height: 24px;
    }

    .rt-sub-title {
        font-size: 14px;
    }

    .rt-bg-md-white {
        background: white;
    }

    .sidebar {
        min-width: 60px;
    }

    .login-desktop .dxbl-text {
        display: none;
    }

    .sidebar .expand {
        height: 100%;
    }

    #noresult {
        height: 700px;
        background-image: url('../images/noresult.svg');
    }
}

.min-height-200 {
    min-height: 200px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.01;
    }

    100% {
        opacity: 1;
    }
}

.blink-status {
    animation: blink 2s infinite;
}

@media (min-width: 1200px) {
    .rt-title {
        font-size: 20px;
        line-height: 30px;
    }

    .rt-title-2 {
        font-size: 20px;
        line-height: 30px;
    }

    .rt-sub-title {
        font-size: 16px;
    }

    .rt-detail-card {
        min-width: 302px;
        min-height: 123px;
    }

    .feature-form {
        min-width: 684px;
    }

    #searchboxinput {
        min-width: 470px;
    }

    .barge-line-button {
        font-size: 11px;
    }
}


@media (max-width: 767px) {
    body {
        --bs-body-font-size: 12px;
    }

    .dxbl-accordion {
        --dxbl-accordion-group-font-size: 12px;
    }

    .frame-header-column {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .popup-title {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }

    .popup-sub-title {
        font-size: 12px;
        line-height: 16px;
    }

    .rt-big-title {
        font-size: 24px;
        line-height: 32px;
    }

    .rt-sub-title {
        font-size: 12px;
    }

    .rt-sub-title2 {
        font-size: 12px;
    }

    .subtitle-1 {
        font-size: 16px;
        line-height: 24px;
    }

    .rt-legend-text {
        font-size: 10px;
    }

    .rt-card-value {
        font-size: 12px;
    }

    .profile-text {
        font-size: 14px;
    }

    .privacy-policy {
        font-size: 12px !important;
    }

    .dxbl-text-edit > .dxbl-text-edit-template, .dxbl-text-edit > .dxbl-text-edit-template .dxbl-text-edit-input, .dxbl-text-edit > .dxbl-text-edit-input, .dxbl-text-edit > textarea {
        font-size: 12px;
    }

    .dxbl-fl {
        --dxbl-fl-font-size: 12px;
    }

    .inner-div1,
    .inner-div2 {
        width: 100%;
        max-width: none;
        float: none;
    }

    .profile .bell {
        width: 49px;
    }

    .profile .card {
        background: inherit;
        box-shadow: none;
    }

    .feature-form {
        min-width: 278px;
    }

    .feature-container {
        height: 566px;
    }

    .profile p {
        font-size: 12px;
    }

    .profile .card {
        font-size: 12px;
    }

    .profile {
        margin-top: 0;
    }

    .dxbl-group > .dxbl-group-header {
        --dxbl-group-header-font-size: 14px;
    }

    .rt-data-text {
        font-size: 24px;
        line-height: 30px;
    }

    .rt-data-big-text {
        font-size: 24px;
    }

    .rt-tab-title {
        font-size: 12px;
    }

    .col-info {
        width: auto;
        flex: 0 0 auto;
    }

    .img-bottom-right {
        width: 45%;
    }

    .see-details {
        font-size: 10px;
        width: 73px;
    }

    .see-highlight {
        font-size: 10px;
    }

    .rt-card-md.card-body {
        padding: 0.5rem 0.5rem;
    }

    #overview-bottom .card-body {
        padding: 0.5rem 0.5rem;
    }

    .flag-icon-40 {
        width: 30px;
    }

    .vessel {
        padding: 0;
    }

    .card {
        --bs-body-bg: white;
    }

    #searchboxcontainer {
        background-image: url("../images/mobile-bg.jpeg");
    }

    .icon-notif {
        width: 44.87px;
        height: auto;
    }

    .mark-all-link {
        display: none;
    }

    .rt-tab {
        width: 100px;
    }

    .notif-icon {
        width: 40px;
        height: 40px;
    }

    .notif-card {
        font-size: 12px;
    }

        .notif-card .actions {
            min-width: 20px;
        }

    .barge-line-button {
        font-size: 12px;
    }

    .ongoing-tabs .vessel-flag {
        width: 30px;
        height: 20px;
    }

    .back-btn {
        width: 24px;
        height: 24px;
    }

    .rt-icon-setting {
        width: 40px;
        height: 40px;
    }

    .rt-text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    .barge-column::before {
        border-right: none;
        top: 0;
        bottom: 0;
    }
    .barge-line-font {
        font-size: 12px;
    }
    .barge-line {
        height: auto;
        font-size: 12px;
    }
    .barge-line-title{
        font-size: 20px;
    }
    .vessel-flag {
        width: 40px;
        height: 30px;
    }
}

.rt-subtitle-2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .gridlayout-item {
        font-size: 0.9em;
    }

    .rt-text-2 {
        font-size: 14px;
        line-height: 20px;
    }

    .rt-subtitle-2 {
        font-size: 16px;
        line-height: 24px;
    }

    .insight-filter {
        height: 40px;
    }

    .rt-subtitle-3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16.34px;
    }
}