/* Base */
a,
.btn-link {
    color: #0088cc;
}

    a:hover,
    a:focus,
    .btn-link:hover,
    .btn-link:focus {
        color: #0099e6;
    }

    a:active,
    .btn-link:active {
        color: #0077b3;
    }

.cursor-pointer {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    html .sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
        color: #0088cc;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
        background-color: #0088cc;
    }
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
    html.boxed .header {
        border-top-color: #0088cc;
    }
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
    html.boxed .header {
        border-top-color: #0088cc;
    }

    html.boxed .sidebar-right {
        border-top-color: #0088cc;
        min-height: 0;
    }
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
    background: #0088cc;
}

/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #0088cc;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #0088cc;
}
/* Lock Screen */
.body-locked .current-user .user-image {
    border-color: #0088cc;
}
/* Blockquote */
blockquote.primary {
    border-color: #0088cc;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
    color: #0088cc;
    background-color: #cceeff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
    background-color: #0088cc;
}
/* Dropdown Menu */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #0088cc;
}

.open > .dropdown-toggle.btn-primary {
    background: #0088cc;
    border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
    border-left-color: #00a3f5;
}
/* Buttons */
body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc;
}

    body .btn-primary:hover {
        border-color: #0099e6 !important;
        background-color: #0099e6;
    }

    body .btn-primary:active,
    body .btn-primary:focus {
        border-color: #0077b3 !important;
        background-color: #0077b3;
    }

    body .btn-primary[disabled] {
        border-color: #33bbff !important;
        background-color: #33bbff;
    }

body .btn-outline-primary {
    border-color: #33bbff !important;
    color: #33bbff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

    body .btn-outline-primary:hover {
        background-color: #33bbff !important;
        color: #fff;
    }

    body .btn-outline-primary:active,
    body .btn-outline-primary:focus {
        background-color: #00aaff;
        color: #fff;
    }



body .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #47a447;
    border-color: #47a447;
}

    body .btn-success:hover {
        border-color: #51b451 !important;
        background-color: #51b451;
    }

    body .btn-success:active,
    body .btn-success:focus {
        border-color: #3f923f !important;
        background-color: #3f923f;
    }

    body .btn-success[disabled] {
        border-color: #86cb86 !important;
        background-color: #86cb86;
    }

body .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ed9c28;
    border-color: #ed9c28;
}

    body .btn-warning:hover {
        border-color: #efa740 !important;
        background-color: #efa740;
    }

    body .btn-warning:active,
    body .btn-warning:focus {
        border-color: #e89113 !important;
        background-color: #e89113;
    }

    body .btn-warning[disabled] {
        border-color: #f5c786 !important;
        background-color: #f5c786;
    }

body .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d2322d;
    border-color: #d2322d;
}

    body .btn-danger:hover {
        border-color: #d64742 !important;
        background-color: #d64742;
    }

    body .btn-danger:active,
    body .btn-danger:focus {
        border-color: #bd2d29 !important;
        background-color: #bd2d29;
    }

    body .btn-danger[disabled] {
        border-color: #e48481 !important;
        background-color: #e48481;
    }

body .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    body .btn-info:hover {
        border-color: #70c8e2 !important;
        background-color: #70c8e2;
    }

    body .btn-info:active,
    body .btn-info:focus {
        border-color: #46b8da !important;
        background-color: #46b8da;
    }

    body .btn-info[disabled] {
        border-color: #b0e1ef !important;
        background-color: #b0e1ef;
    }

body .btn-dark {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #171717;
    border-color: #171717;
}

    body .btn-dark:hover {
        border-color: #242424 !important;
        background-color: #242424;
    }

    body .btn-dark:active,
    body .btn-dark:focus {
        border-color: #0a0a0a !important;
        background-color: #0a0a0a;
    }

    body .btn-dark[disabled] {
        border-color: #4a4a4a !important;
        background-color: #4a4a4a;
    }
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
    background: #0088cc;
}
/* Label */
.label-primary {
    background: #0088cc;
}
/* Text Primary */
.text-primary {
    color: #0088cc !important;
}
/* BG Primary */
.bg-primary {
    background: #0088cc !important
}
/* Alternative Font Style */
.alternative-font {
    color: #0088cc;
}
/* Hightlight */
.highlight {
    background-color: #0088cc;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
    color: #0088cc;
}

p.drop-caps.colored.secundary:first-child:first-letter {
    background-color: #0088cc;
}
/* Well */
.well.primary {
    background: #0088cc;
    border-color: #006699;
}
/* Form */
.form-control:focus {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
    background: #0088cc;
}
/* Page Header */
.page-header h2 {
    border-bottom-color: #0088cc;
    /*font-size: 1.9rem;*/
}

.page-header .sidebar-right-toggle:hover {
    color: #0088cc;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #0088cc inset;
}

ul.nav-main > li.nav-active > i {
    color: #0088cc;
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #0088cc;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #0088cc;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
    background-color: #0088cc;
}
/* Pagination */
.pagination > li a {
    color: #0088cc;
}

    .pagination > li a:hover,
    .pagination > li a:focus {
        color: #0099e6;
    }

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

.pagination > li.active a {
    background-color: #0088cc;
}

html .pagination > li.active a,
html .pagination > li.active span,
html .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html .pagination > li.active a,
html.dark .pagination > li.active a {
    background-color: #0088cc;
}


.bg-primary-header-color {
    background-color: #273070;
}

.bg-white {
    background-color: #fff;
}
/* Data Tables Loading */
.dataTables_processing {
    background-color: #0088cc;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
    color: #0088cc;
}
/* Alerts */
.alert-primary {
    background-color: #0088cc;
    border-color: #007ebd;
}

    .alert-primary .alert-link {
        color: #004466;
    }
/* Nestable */
.dd-handle:hover {
    color: #0088cc !important;
}

.dd-placeholder {
    background: #e6f7ff;
    border-color: #0088cc;
}
/* Panels */

.panel-featured-primary {
    border-color: #0088cc !important;
}

.panel-highlight .panel-heading {
    background-color: #0088cc;
    border-color: #0088cc;
}

.panel-highlight .panel-body {
    background-color: #0088cc;
}

html .panel-primary .panel-heading {
    background: #0088cc;
    border-color: #0088cc;
}

.panel-heading.bg-primary {
    background: #0088cc;
}

.panel-body.bg-primary {
    background: #0088cc;
}



/*.panel-featured-primary .panel-title {
    color: #0088cc;
}*/

.panel-heading-icon.bg-primary {
    background: #0088cc;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
    background: #0088cc;
}
/* Progress Bar */
.progress-bar {
    background-color: #0088cc;
}

.progress .progress-bar-primary {
    background-color: #0088cc;
}
/* Toggle */
.toggle label {
    border-left-color: #0088cc;
    color: #0088cc;
}

.control-label {
    font-size: 1.3rem;
    float: left;
    display: inline-block;
    width: 100%;
}

.control-label-value {
    font-size: 1.1rem;
    color: #004466;
    float: left;
    font-weight: 500;
    width: 100%;
}

.toggle.active > label {
    background: #0088cc !important;
    border-color: #0088cc;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
    border-color: #0088cc;
}




/* Thumb Info */
.thumb-info .thumb-info-type {
    background-color: #0088cc;
}
/* Social Icons */
.social-icons-list a {
    background: #0088cc;
}
/* Notifications */
.notifications .notification-menu .notification-title {
    background: #0088cc;
}

    .notifications .notification-menu .notification-title .label-default {
        background-color: #006699;
    }

.notifications .notification-menu:before,
.notifications .notification-icon:before {
    /* border-bottom-color: #0088cc; */
    border-bottom-color: #f6f7f8;
}

.ui-pnotify .notification-primary {
    background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
    background: #0088cc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #0088cc;
}
/* Modal */
.modal-block-primary .fa {
    color: #0088cc;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel {
    background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
    color: #0088cc;
}

/* Simple List */
ul.simple-bullet-list li:before {
    border-color: #0088cc;
}
/* Simple Card List */
.simple-card-list li.primary {
    background: #0088cc;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
    color: #0088cc;
    border-bottom-color: #0088cc;
}

.search-results-list .result-thumb .fa {
    background: #0088cc;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
    color: #0088cc;
    border-bottom-color: #0088cc;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: #0088cc;
}

/* Switch */
.switch.switch-primary .ios-switch .on-background {
    background: #0088cc;
}
/* Progress Bar */
.progress-bar {
    background-color: #0088cc;
}

.progress .progress-bar-primary {
    background-color: #0088cc;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #0088cc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
    background-image: linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
    background-image: linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
}
/* DatePicker */
.datepicker table {
    width: 100%;
}

    .datepicker table thead tr th.prev:hover,
    .datepicker table thead tr th.next:hover {
        background: #0088cc;
    }

    .datepicker table thead tr:first-child th:hover {
        background: #0088cc;
    }

    .datepicker table tr td span:hover {
        background: #0088cc;
    }

    .datepicker table tr td.day:hover {
        background: #0088cc;
    }

    .datepicker table tfoot tr th:hover {
        background: #0088cc;
    }
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
    background: #0088cc;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
    background: #0088cc;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
    background: #0088cc;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
    background-color: #0088cc;
}

    .datepicker.datepicker-primary table thead tr:first-child th:hover {
        background-color: #006699;
    }

.datepicker.datepicker-primary table thead tr:last-child {
    background-color: #0099e6;
}

    .datepicker.datepicker-primary table thead tr:last-child th:hover {
        background-color: #0088cc;
    }

.datepicker.datepicker-primary table tbody tr td.day:hover {
    background: #0088cc;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
    background: #0088cc;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
    background: #0088cc;
}
/* Wizard */
.wizard-steps > li.active .badge {
    background-color: #0088cc;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
    border-top-color: #0088cc;
}

.wizard-tabs ul > li.active .badge {
    background-color: #0088cc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
    background: #0088cc;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
    border-color: #0088cc;
    background: #0088cc;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
    color: #0088cc;
    border-color: #0088cc;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #0088cc;
}

.table-last-row {
    border-bottom-color: white;
    border-style: none;
}
/* Data Tables Loading */
.dataTables_processing {
    background-color: #0088cc;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #0088cc;
}

.badge {
    /*font-size: 1.2rem;*/
    border-radius: 8px;
}

.ozmenu ul.ozmenu-nav {
    font-family: inherit;
}

    .ozmenu ul.ozmenu-nav > li {
        margin-left: 0.5rem;
    }

        .ozmenu ul.ozmenu-nav > li a {
            background-color: #273070;
            color: #fff;
/*            padding: 6px 5px;*/
            text-decoration: none;
            font-size: 1.6rem;
        }

            .ozmenu ul.ozmenu-nav > li a:hover {
                color: #fff !important;
                text-decoration: underline;
                font-size: 1.6rem;
            }

.ozmenu ul li .dropdown {
    background-color: #fff !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: solid 1px #9eb2b8;
    border-bottom: solid 1px #9eb2b8;
    border-left: solid 1px #9eb2b8;
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.05);
    /*    border-radius: 5px;*/
}

.ozmenu ul.ozmenu-nav .dropdown ul li a {
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    color: black !important;
}

.ozmenu ul li.dropdownitem > a:after {
    background-color: #fff;
    margin: 4px 0px 0px 3px;
}

#start-port-list tbody tr, #end-port-list tbody tr, #datatable-bunkr-select tbody tr {
    cursor: pointer;
}

.form-field-with-border {
    //border: 1px solid #273070 !important;
    border: 1px solid #9199d1 !important
}

.lineheight-2 {
    line-height: 2;
}

.form-group-mb-5 {
    margin-bottom: 5px !important;
}

.form-select-lg {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: inherit;
}

.form-select {
    font-size: inherit;
}


.active > .page-link, .page-link.active {
    background-color: #0088cc
}

.pagination {
    --bs-pagination-color: #0088cc
}

.status-sync {
    color: mediumseagreen;
    font-size: 2.1rem;
}

    .status-sync:hover {
        color: mediumseagreen;
        font-size: 2.2rem;
    }

.status-error {
    color: orangered;
    font-size: 2.1rem;
}

    .status-error:hover {
        color: orangered;
        font-size: 2.2rem;
    }

.status-waiting {
    color: #ffa500;
    font-size: 2.1rem;
}

    .status-waiting:hover {
        color: #ffa500;
        font-size: 2.2rem;
    }

.connection-status {
    font-size: 2.98rem;
    /*	border: solid 1px #9a8c8c47;*/
    /*	padding: .3rem;*/
    /*	border-radius: 50%;*/
    margin-top: -1px;
    /*	box-shadow: 0 2px 1px 0 rgb(66 64 64 / 18%);*/
    display: inline-block;
}

/* Optional: Disable scrolling when loader is active */
body.loading {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.validation-message {
    color: #B94A48;
    margin-top: 2px;
}

.connection-status .online {
    color: #1df81d;
    font-size: 2.98rem !important;
}

.connection-status .online-weak {
        color: #ebe32c;
    /*color: #f15e53; */
    font-size: 2.98rem !important;
}

.connection-status .offline {
    color: #99b0aa;
    font-size: 2.98rem !important;
}


.err_container {
    display: inline-block;
    padding-bottom: revert;
    padding-bottom: 1.5rem !important;
    color: #FF0000;
    font-weight: 500;
    font-size: 1.15rem;
    white-space: nowrap;
}
/* ------------------------------
           Loader Overlay Styles
        ------------------------------ */
#inner-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    pointer-events: none;
    /*	transition: opacity 0.3s ease, visibility 0.3s ease;*/
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

    #inner-loader.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

#page-loader.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* ------------------------------
           Spinner Styles
        ------------------------------ */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #e6f0ff;
    border-top: 6px solid #0088cc; /* Primary blue */
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* ------------------------------
           Text Styles
        ------------------------------ */
.loading-text {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    color: #0088cc;
    letter-spacing: 0.03em;
    animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


/*--Login Page--*/
.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/assets/images/ship-bg.jpg');
}

.loginbox {
    margin-top: 35%;
    border-top: 6px solid #0088D8;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12),0 -2px 10px -2px rgba(0,0,0,0.12);
}

.control_mb {
    margin-bottom: 1.4rem;
}

.checkbox-remember-me {
    margin-left: 0.5rem;
    vertical-align: text-bottom;
}

    .checkbox-remember-me label {
        font-weight: 200;
    }
/*--End Login Page--*/
.dashboard-panel-title {
    color: #33353f;
    font-size: 22px;
    font-weight: 500;
    line-height: 6px;
    padding-bottom: 8px;
    text-transform: none;
}

.label-vslname {
    font-weight: 600;
    font-size: 1.5rem;
}

.alert-highlight-red-top {
    border-top: 3px solid #e01101;
}

.alert-highlight-yellow-top {
    border-top: 3px solid #ffca00;
}

.alert-highlight-green-top {
    border-top: 3px solid #018e01;
}

.alert-highlight-red-top i.bi-info-circle-fill {
    color: #e01101;
}

.alert-highlight-yellow-top i.bi-info-circle-fill {
    color: #ffca00;
}

.alert-highlight-green-top i.bi-info-circle-fill {
    color: #018e01;
}

.min-height-80 {
    height: 80px;
    overflow: auto;
}

.viewe-event-details-shore {
    padding: 6px 10px;
    border-radius: 4px;
    margin: 10px 10px;
    display: inline-block;
}
.leaflet-marker-icon {
    border: 0 !important;
    background: transparent !important;
}

.leaflet-tooltip {
    font-size: 1.25rem !important;
    /* Other styles */
}
.map-refresh-action {
    font-size: 2.2rem;
    background: inherit;
}



.broadcast-alignment-ul {
    list-style-type: none;
    display: flex;
    padding: 0px;
}

.broadcast-alignment-li {
    display: inline-block
}

.broadcast-alignment-ul-right {
    float: right;
}

.broadcast-conrol {
    float: left;
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

.broadcast-accordion-button {
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.broadcast-accordion-item{
    padding:6px;
}

.card-text-broadcast-shore {
    height: 169px;
    overflow-y: auto;
}
.dashboard-cargo-name {
    position: relative;
    font-size: 1.2rem;
    float: inline-end;
}
.dashboard-summary-h4 {
    font-size: 1.35rem;
    padding-bottom: 10px;
}


.release-note-accordion-button{
    font-size:1.5rem;
}

.release-note-accordion-item{
    padding:6px;
}
.next-port{
    font-size:1.5rem!important;
    max-width:333px
}
div.dt-container div.dt-search input {
    width:300px;
}
.td-word-wrap-100 {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100px;
}
.table-scroll-no-broadcast {
    height: 570px;
}
.td-action-min-width-vessel{
    min-width:157px;
}
.db-label-vslname {
    font-weight: 600;
    font-size: 1.4rem;
}
label-weight-500 {
    font-weight: 500;
    color:inherit;
}
.text-white-space {
    white-space: pre-wrap;
}

/*Vessel onboard */
.vsl-onboard-notify-hover-wrapper {
    display: inline-block;
}
.vsl-onboard-notify-hover-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 3px;
    border-radius: 6px;
    border: 1px solid #d0d7de;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
}

.vsl-onboard-notify-hover-count {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    padding: 2px 6px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
}

.vsl-onboard-notify-hover-dropdown {
    position: absolute;
    right: 0;
    margin-top: 8px;
    width: 320px;
    max-height: 360px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #e6e9ee;
    box-shadow: 0 6px 18px rgba(12, 24, 40, 0.08);
    border-radius: 8px;
    z-index: 9999;
    opacity: 0;
    transform-origin: top right;
    transform: translateY(-6px) scale(0.98);
    transition: transform 140ms ease, opacity 140ms ease;
    pointer-events: none; /* so it doesn't capture mouse when hidden */
}

.vsl-onboard-notify-hover-wrapper:hover .vsl-onboard-notify-hover-dropdown,
.vsl-onboard-notify-hover-wrapper:focus-within .vsl-onboard-notify-hover-dropdown {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.vsl-onboard-notify-hover-list {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

.vsl-onboard-notify-hover-item {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f3f5;
    font-size: 14px;
    cursor: pointer;
}

    .vsl-onboard-notify-hover-item:hover {
        background: #f6fbff;
    }

.vsl-onboard-notify-hover-list .vsl-onboard-notify-hover-item:last-child {
    border-bottom: none;
}
.vsl-onboard-notify-hover-wrapper.open .vsl-onboard-notify-hover-dropdown {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}


.chart-wrapper {
    width: 100%;
    position: relative;
    top: -5px;
}

.chart-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    user-select: none;
}

.legend-color {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 3px;
}

.legend-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.legend-item.disabled {
    opacity: 0.4;
}