body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    overflow-x: hidden;
}

#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container-fluid.footer-container {
    background-color: #ecf5fe !important;
    color: #000;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    bottom: 0;
    position: relative;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

input[type="checkbox"].form-check-input,
input[type="checkbox"] {
    border: 2px solid #0d6efd !important;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

input[type="checkbox"].form-check-input:checked,
input[type="checkbox"]:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.8);
}

input[type="checkbox"].form-check-input:focus,
input[type="checkbox"]:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.8);
    outline: none !important;
}



/* Styles for mega menu appearance */
.mega-dropdown-menu {
    left: 0;
    right: 0;
    width: 100vw;
    border-radius: 0;
    margin-top: 0.1rem;
    padding: 2rem 3rem 2rem 3rem !important;
    background-color: #ecf5ff !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 24px -2px rgba(60, 72, 104, .08);
    position: relative !important;
    z-index: 0 !important;
}

.mega-dropdown-menu .col {
    min-width: 140px;
    margin-bottom: 1.3rem;
}

.mega-menu-icon {
    font-size: 1.6rem;
    color: #24527a;
    margin-bottom: .2rem;
}

.mega-menu-item {
    padding: 10px 15px;
    transition: background .2s;
    border-radius: 0px;
    text-decoration: none;
    color: #22303f;
    display: flex;
    align-items: center;
    gap: .8rem;
    font-weight: 400;
    font-size: 16px;
    min-width: 230px;
}

.mega-menu-item:hover,
.mega-menu-item.active {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    box-shadow: 0px 19px 4px -12px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.nav-link.dropdown-toggle.show {
    background: #ecf5ff;
    border-radius: 7px 7px 0 0;
    color: #115999 !important;
    font-weight: 600;

}

/* Responsive */
@media (max-width: 991px) {
    .mega-dropdown-menu {
        padding: 1.3rem 0.5rem;
    }
}

a.dashboard-button {
    background: #f5f8fd;
    border-radius: 5px;
    padding: 20px 30px;
    font-weight: bold;
    color: #354d8b;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px;
}

a.dashboard-button:hover {
    background: #354d8b;
    color: #f5f8fd;
}

.navbar-nav a.nav-link {
    background: #fff;
    border-radius: 7px 7px 0 0;
    color: #000 !important;
    font-weight: 600;
    padding: 15px 30px 15px 30px !important;
    font-size: 16px;
}

.navbar-nav a.nav-link .dropdown-menu {
    margin-top: 0px;
}

.navbar-nav a.nav-link:hover {
    border-radius: 7px 7px 0 0;
    padding: 15px 30px 15px 30px !important;
    font-size: 16px;
    background: #354d8b;
    color: #fff !important;
}

.navbar-nav a.nav-link.active,
.navbar-nav a.nav-link:focus,
.navbar-nav a.nav-link.dropdown-toggle.show {
    background: #ecf5ff;
    border-radius: 7px 7px 0 0;
    color: #000 !important;
    padding: 15px 30px 15px 30px !important;
    font-size: 16px;
}



.blue-background-box {
    background: #ecf5ff;
    width: 100%;
    position: relative;
    border-radius: 5px;
    min-height: 59px;
}

* //*================= Common Dashboard Menu Styles ================*/

.common-dashboard-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.dashboard-card {
    background: #354d8b;
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
    font-weight: 500;
    width: 144px;
    transition: transform 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}

.dashboard-card .image-wraper {
    background-color: #fff;
    border-radius: 5px;
    padding: 11px;
    margin-bottom: 10px;
    height: 100px;
    width: 123px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card.small-card {
    min-width: 120px;
    text-align: center;
    font-weight: 500;
    width: 80px;
}

a.dashboard-card {
    color: #fff;
    text-decoration: none;
}

a.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
}

/*================= Common Dashboard Menu Styles End ================*/
.tab-panel-border {
    border: 1.5px solid #d5dde6;
    border-radius: 0rem 0em 0.6em 0.6em;
    background: #fff;
    padding: 2rem 1.5rem;
    margin-top: -1px;
    /* covers tab border overlap */
    box-shadow: 0 2px 16px -6px rgba(60, 72, 104, 0.09);
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #000 !important;
    background: #fff !important;
    border-color: #d5dde6 #d5dde6 #fff;
}

.nav-tabs .nav-link {
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #94B9FF;
    background: linear-gradient(180deg, rgba(148, 185, 255, 1) 0%, rgba(236, 245, 255, 0.97) 100%);
    margin-right: 5px;
}

.btn-custome {
    background: #354d8b !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer;
    min-width: 100px;
}

.btn-custome:hover {
    background: #2c3e50 !important;
    color: #fff !important;
}

.btn-custome-delete {
    background: #dc3545 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer;
    min-width: 100px;
}

.btn-custome-delete:hover {
    background: #c82333 !important;
    color: #fff !important;
}

.btn-custome-table {
    background: #ecf5ff !important;
    color: #000 !important;
    border-radius: 5px !important;
    padding: 6px 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer;
    min-width: 70px;
}

.btn-custome-table i {
    margin-right: 5px;
    display: inline-block;
}

.btn-custome-table:hover {
    background: #2c3e50 !important;
    color: #fff !important;
}

.custome-table {
    border: 1px solid #000000;
    font-size: 14px;
    color: #000;
}

.custome-table th {
    background: #ecf5fe !important;
    color: #000000 !important;
    position: sticky;
    top: 0;
    z-index: 10;
}

.report-table th {
    background: #354d8b !important;
    color: #ffffff !important;
    position: sticky;
    top: 0;
    z-index: 10;
}


/*================= Common Dashboard Menu Styles End ================*/
.page-title {
    font-size: 24px;
    font-weight: 600;
    color: #22303f;
    margin: 30px 0px;
}

.col-form-label {
    font-weight: 600;
    color: #22303f;
    margin-bottom: 5px;
}

/*================= Common Forms Styles start ================*/
.form-sections-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.form-container {
    max-width: 90%;
    margin: 0 auto;
}

/*================= Forms Alert Popup Styles  ================*/
.custome-alert-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    padding: 24px 32px !important;
    z-index: 9999 !important;
    text-align: center !important;
    min-width: 320px !important;
    max-width: 90vw !important;
    font-weight: 500 !important;
}

.custom-alert-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/*================= Login Page Css   ================*/
.login-wraper {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background-color: #334b87;
}

.login-wraper:before {
    content: '';
    width: 50%;
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    height: 100% !important;
    /* adjust to control the size  */
    aspect-ratio: 1;
    clip-path: polygon(0% 0, 100% 0, 50% 100%, 0 100%);
    background: url(../images/gray_bg.jpg);
    background-size: cover;
}

.header-wraper {
    display: block;
    position: absolute;
    z-index: 2;
}

.login-box {
    height: 480px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.right-side-img-bg {
    background-image: url(../images/steel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}



.login-form-wraper {
    margin: 0px;
    height: 480px;
    padding: 50px;

}

.input-group-custome {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 30px;
    top: 4px;
}

.input-user i {
    font-size: 24px !important;
}

.input-group-custome .form-control {
    border: 0px none;
    border-bottom: 2px solid #344e8c;
    border-radius: 0px;
    padding-right: 20px;
}

.login-custome-btn {
    background-color: #344e8c;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 14px;
    text-align: center;
    border: 0px none;
}

.login-custome-btn:hover {
    background-color: #102147;
    border: 0px none;
}

.slider-wraper {
    padding: 20px;
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-slider {
    z-index: 1;
    width: 100%;

}


.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    top: 18px;
    width: 84%;
    font-size: 18px;
    color: #fff;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    text-align: center;
    font-weight: bold;
}

.lSPager {
    display: none;
}

.lslide a,
.clone a {
    text-align: center !important;
    color: #282626 !important;
}

.lslide {
    min-height: 80px;

}

.datepicker-container {
    position: relative;
}

.datepicker-container input.form-control {
    padding-right: 40px;
}

.datepicker-container button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    position: absolute !important;
    top: 0px;
    right: 18px;
    z-index: 1;
}

.Zebra_DatePicker {
    z-index: 999999 !important;
    position: absolute !important;
}

/* In case Zebra's inner elements have their own stacking context */
.Zebra_DatePicker *,
.Zebra_DatePicker:before,
.Zebra_DatePicker:after {
    z-index: inherit !important;
}


.modal-content {
    overflow: visible !important;
}

.modal,
.modal-dialog {
    transform: none !important;
}

.print-btn-position {
    right: 0px;
    top: -2px;
}

/* Shape Checkbox Group Styling */
.shape-checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px 15px;
    padding: 10px 0;
    max-width: 600px;
}

.shape-checkbox-group .form-check {
    margin-bottom: 0 !important;
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
}

.shape-checkbox-group .form-check-input {
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.shape-checkbox-group .form-check-label {
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    margin-bottom: 0;
    white-space: nowrap;
}

.shape-checkbox-group .form-check-input:checked+.form-check-label {
    font-weight: 500;
    color: #0d6efd;
}

.shape-checkbox-group .form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Report Table Header Styling - Blue background matching btn-custome */
.report-table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #354d8b !important;
    color: #ffffff !important;
    box-shadow: 0 2px 0 #dee2e6;
}

@media (max-width: 768px) {
    .shape-checkbox-group {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

/*/=============Inline Css for Forms reports tables and details block ============================/*/

.readonly {
    background: #f8f9fa;
}

.form-sections-title {
    font-weight: 600;
    margin-top: 10px;
}

.form-container {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 20px 0;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.report-result-table {
    margin-top: 20px;
}

.report-result-table table {
    min-width: 2800px;
}

/* Scrollable table container with fixed header */
.report-table-scroll {
    /* max-height: 600px;
    overflow-y: auto;
    overflow-x: auto; */
    border: 1px solid #dee2e6;
    padding: 5px;
}

/* Fixed header styling */
.report-table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #354d8b !important;
    color: #ffffff;
    box-shadow: 0 2px 0 #dee2e6;
}

.report-info-bar {
    margin-top: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-weight: 600;
}

/* Center align only grouped/merged cells */
.report-result-table td[rowspan] {
    text-align: center !important;
    vertical-align: middle !important;
}

/* Ageing colour classes for stock age columns */
.age-1-30 {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.age-31-60 {
    background-color: #FFFF00 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.age-61-90 {
    background-color: #FFC000 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.age-91-120 {
    background-color: #FF0000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.age-121-onward {
    background-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Sortable column header styles */
.sortable-header {
    cursor: pointer;
    user-select: none;
    position: relative;
}

.sortable-header:hover {
    background-color: #2a3d6e;
}

.sort-icon {
    margin-left: 5px;
    font-size: 10px;
}

.sort-asc::after {
    content: ' ▲';
    color: #FFF;
}

.sort-desc::after {
    content: ' ▼';
    color: #FFF;
}

/* Print Styles */
@media print {

    /* Force color preservation for all elements */
    *,
    *::before,
    *::after {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    nav,
    header,
    footer,
    .sidebar,
    .navbar,
    .main-menu,
    .menu,
    .dashboard-card,
    .btn,
    .nav,
    .form-sections-title,
    #reportForm,
    .datepicker-container,
    .form-select,
    .form-container,
    .alert,
    .wrapper,
    .main-header,
    .main-sidebar,
    .content-header,
    .breadcrumb,
    script,
    noscript,
    iframe,
    .nav-tabs,
    [class*="menu"],
    [class*="sidebar"],
    [id*="menu"],
    [id*="sidebar"],
    .main-nav,
    .top-nav,
    .side-nav,
    .navbar-header,
    .navbar-collapse,
    .pull-left,
    .pull-right,
    .user-panel,
    .sidebar-menu,
    .treeview-menu,
    .treeview,
    .report-info-bar,
    .footer-container {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
    }

    div[class*="nav"],
    div[class*="menu"],
    div[class*="sidebar"],
    aside,
    section[id*="nav"],
    section[id*="menu"] {
        display: none !important;
    }

    /* Reset body and content wrapper */
    body,
    .content-wrapper,
    .content {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        visibility: visible !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    /* Show report content and print-only elements */
    .print-only-report-info,
    .print-only-footer,
    .report-result-table {
        display: block !important;
        visibility: visible !important;
    }

    .tab-content,
    .tab-pane,
    .tab-pane.show.active {
        display: block !important;
        visibility: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Style the print-only report info */
    .print-only-report-info {
        background-color: #fff !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 0 15px 0 !important;
        page-break-inside: avoid;
    }

    .print-only-report-info h1 {
        text-align: center !important;
        color: #354d8b !important;
        font-size: 16pt !important;
        font-weight: bold !important;
        margin: 0 0 8px 0 !important;
        page-break-after: avoid;
    }

    .print-only-report-info table {
        width: 100% !important;
        border-collapse: collapse !important;
        display: table !important;
        margin-bottom: 15px !important;
        page-break-inside: avoid;
    }

    .print-only-report-info tr {
        display: table-row !important;
    }

    .print-only-report-info td {
        padding: 4px 6px !important;
        display: table-cell !important;
        vertical-align: middle !important;
        font-size: 9pt !important;
    }

    .print-only-report-info td:first-child,
    .print-only-report-info td:nth-child(4) {
        font-weight: bold !important;
        color: #000080 !important;
        width: 15% !important;
        white-space: nowrap !important;
    }

    .print-only-report-info td:nth-child(2),
    .print-only-report-info td:nth-child(5) {
        width: 2% !important;
        text-align: center !important;
    }

    .print-only-report-info td:nth-child(3),
    .print-only-report-info td:nth-child(6) {
        color: #0000FF !important;
        font-weight: bold !important;
    }

    /* Disable scroll and sticky header in print */
    .report-table-scroll {
        max-height: none !important;
        overflow: visible !important;
        border: none !important;
    }

    .report-table-scroll thead th {
        position: static !important;
        box-shadow: none !important;
    }

    .report-result-table {
        margin: 0 !important;
        padding: 0 !important;
    }

    .report-result-table table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin: 0 !important;
        display: table !important;
        table-layout: auto !important;
    }

    .report-result-table thead {
        display: table-header-group !important;
    }

    .report-result-table tbody {
        display: table-row-group !important;
    }

    .report-result-table tr {
        display: table-row !important;
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .report-result-table th {
        background-color: #354d8b !important;
        color: #ffffff !important;
        padding: 6px 5px !important;
        border: 1px solid #2a3d6e !important;
        font-size: 8.5pt !important;
        font-weight: bold !important;
        text-align: center !important;
        vertical-align: middle !important;
        display: table-cell !important;
        white-space: normal !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .report-result-table td {
        padding: 5px !important;
        border: 1px solid #dee2e6 !important;
        display: table-cell !important;
        font-size: 8.5pt !important;
        vertical-align: middle !important;
        word-wrap: break-word !important;
    }

    /* Column widths to match PDF */
    .report-result-table th:nth-child(1),
    .report-result-table td:nth-child(1) {
        width: 6% !important;
        text-align: center !important;
    }

    .report-result-table th:nth-child(2),
    .report-result-table td:nth-child(2) {
        width: 14% !important;
    }

    .report-result-table th:nth-child(3),
    .report-result-table td:nth-child(3) {
        width: 11% !important;
    }

    .report-result-table th:nth-child(4),
    .report-result-table td:nth-child(4) {
        width: 16% !important;
    }

    .report-result-table th:nth-child(5),
    .report-result-table td:nth-child(5) {
        width: 11% !important;
    }

    .report-result-table th:nth-child(6),
    .report-result-table td:nth-child(6) {
        width: 16% !important;
    }

    .report-result-table th:nth-child(7),
    .report-result-table td:nth-child(7) {
        width: 13% !important;
    }

    .report-result-table th:nth-child(8),
    .report-result-table td:nth-child(8) {
        width: 13% !important;
    }

    .report-result-table tbody tr:nth-child(even) {
        background-color: #f2f6fc !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .report-result-table tbody tr:nth-child(odd) {
        background-color: #ffffff !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    /* Style the print-only footer */
    .print-only-footer {
        margin-top: 15px !important;
        padding-top: 8px !important;
        border-top: 1px solid #dee2e6 !important;
        text-align: center !important;
        font-size: 8pt !important;
        color: #666 !important;
        page-break-inside: avoid;
    }

    .print-only-footer p {
        margin: 3px 0 !important;
    }

    /* Set margins and orientation */
    @page {
        margin: 1.5cm 1cm !important;
        size: landscape !important;
    }

    /* Ensure proper page breaks */
    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }
}

/* ===============================
   Flicker dot info icon with tooltip
   =============================== */
.flicker-dot {
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    color: #354d8b;
    font-size: 1rem;
    margin-top: -2px;
}

.flicker-dot i.fa-info-circle,
.flicker-dot i.fa-solid.fa-circle-info {
    color: #354d8b;
}

.flicker-dot-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 4px;
    cursor: help;
    position: relative;
}

.flicker-dot-tooltip {
    display: none;
    position: fixed;
    background-color: #ffffff;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    width: 560px;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.6;
    z-index: 9999999 !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    text-align: left;
    white-space: normal;
    pointer-events: none;
    border: 1px solid #e0e0e0;
    border-left: 8px solid #354d8b;
    transform: translate(-50%, -100%);
    left: 0;
    top: 0;
}

.flicker-dot-tooltip strong {
    color: grey;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

.flicker-dot-tooltip strong i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.flicker-dot-tooltip .guideline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.flicker-dot-tooltip .guideline-item i {
    color: #354d8b;
    margin-right: 12px;
    margin-top: 6px;
    font-size: 0.9rem;
}

.flicker-dot-tooltip .guideline-item b {
    color: #000;
    font-weight: 700;
}

.flicker-dot-container:hover .flicker-dot-tooltip,
.flicker-dot-container:focus .flicker-dot-tooltip,
.flicker-dot-container.active .flicker-dot-tooltip {
    display: block !important;
}