.wrapper,
body,
html {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 1rem;
    /* font-weight: 300; */
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

* {
    font-family: 'Helvetica Neue LT Std', sans-serif !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.preloader {
    /* display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999; */
}

.brand-link {
    width: 270px;
    border-bottom: 1px solid #B2B9BE4D;
    ;
    display: block;
    font-size: 1.25rem;
    /* line-height: 1.5; */
    padding: 16px;
    padding-left: 30px;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.brand-link .brand-image {
    float: left;
    /* line-height: .8; */
    height: auto;
    /* margin-left: 0.8rem;
    margin-right: 0.5rem; */
    margin-top: -3px;
    margin-left: -5px;
    max-height: 42px;
    width: auto;
    overflow: hidden;
}

.cfri-period{
    margin-left: 24px;
    font-size: 12px;
}

.img-circle {
    border-radius: 50%;
}
button.topFiveRoutesData.active{
    background-color: #E5E9EE;

}
span.download_top_routes_btn {
    cursor:pointer;
     color:blue;
     text-decoration:underline;
}


/********* arrows css *********/

.left-arrow {
    transform: rotate(0deg);
}

.right-arrow {
    transform: rotate(180deg);
}

.up-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.down-arrow {
    transform: rotate(-90deg);
}

.up-left-arrow {
    transform: rotate(45deg);
}

.up-right-arrow {
    transform: rotate(135deg);
}

.down-left-arrow {
    transform: rotate(-45deg);
}

.down-right-arrow {
    transform: rotate(225deg);
}

/** end here*/

.wrapper {
    position: relative;
    background: #E9ECF1;
    /* display: flex; */
}

.bg-theme {
    background-color: #E9ECF1;
}

.menu-header {
    border-bottom: 1px solid #B2B9BE4D;
    position: relative;
}

.favourites-chart{
    text-align: center;
}

.favourites-chart .btn{
    padding: 0px;
    position: relative;
    top: -2px;
}

.main-sidebar .info {
    overflow: hidden;
    white-space: nowrap;
}

.menu-header .info a {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header { */
.main-sidebar {

    width:270px;

    background-color: #70767A;
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    overflow: hidden;

    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
}

.main-sidebar,
.main-sidebar::before {
    /* transition: margin-left .3s ease-in-out, width .3s ease-in-out; */
    width: 270px;
}

.sidebar {
    height: calc(100% - (7.2rem + 1px));
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    scrollbar-color: #a9a9a9 transparent;
    scrollbar-width: none;
    transition: all 0.3s;
}

/* width */
.sidebar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1 {
    color: #002B5C;
    font-size: 28px;
    font-weight: 300;
}

h4 {
    color: #464646;
    font-size: 14;
    font-weight: normal;
}

p {
    color: #333333;
    font-size: 14px;
}

.sidebar:hover {
    overflow-y: initial;
}

.nav-sidebar {
    position: relative;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 5px 15px;
}

/* .nav-link svg {
    transition: all 0.3s;
    transform: rotate(-90deg);
}
.nav-link.collapsed svg {
    transform: rotate(0deg);
} */
.nav-sidebar>.nav-item {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #B2B9BE4D;
}

.nav-sidebar .nav-item>.nav-link {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 13px 13px;
    font-size: 12px;
    ;
    border-left: 9px solid transparent;
    transition: all 0.3s;
}

.nav-sidebar .nav-item>.nav-link:hover {
    border-left: 9px solid #F3B000;
}

.nav-sidebar .nav-item>.nav-link.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/assets/images/button-g-down@2x.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/button-g-down@2x.png);
    transform: rotate(-180deg);
}

.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
}

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-is-opening>.nav-link svg.right,
.nav-sidebar .menu-open>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link svg.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
}



.sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    /* width: calc(250px - 0.5rem * 2); */
    transition: width ease-in-out .3s;
    color: #fff;
}

.nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    /* background-color: #007bff; */
    background-color: transparent;
    color: #fff;
    border-left: 9px solid #F3B000;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
}


/* .nav-sidebar{
    background-color: transparent;
    overflow: auto;
    max-height: 500px;
    scrollbar-width: thin;
} */

.sidebar {
    background-color: transparent;
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Hide vertical scrollbar if not needed */
    scrollbar-width: thin; /* For Firefox */
    white-space: nowrap; /* Prevent line breaks */
}

/* Optional for custom scrollbar styling */
.sidebar::-webkit-scrollbar {
    height: 8px; /* Set the height of the scrollbar */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 4px;
}

.nav-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Scrollbar color on hover */
}



.nav-treeview>.nav-item {
    display: block;
    width: 100%;
}

.nav-treeview>.nav-item:last-child {
    margin-bottom: 7px;
}

.nav-treeview>.nav-item>.nav-link {
    /* padding: 5px 15px; */
    padding: 0;
    border-left: none;
    padding-left: 41px;
    height: 36px;
    line-height: 36px;
    color: #c2c7d0;
    font-size: 13px;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
}

.nav-treeview>.nav-item>.nav-link.active,
.nav-treeview>.nav-item>.nav-link:hover {
    /* background-color: rgba(255,255,255,.9); */
    border-left: none;
    border-bottom: 2px solid #70767A;
    background-color: #B2B9BE80;
    color: #FFFFFF;
}

.nav-sidebar .nav-treeview {
    /* display: none; */
    list-style: none;
    padding: 0;
}

/* Top nav */
.main-header {
    /* transition: margin-left .3s ease-in-out; */
    margin-left: 270px;
}

.main-header {
    border-bottom: 1px solid #B2B9BE4D;
    ;
    background-color: #B2B9BE;
    color: #353D42;
    z-index: 1034;
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.5rem 0.5rem; */
    padding: 0 0.5rem;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 40px;
}

.pushmenuicon {
    height: 15px;
    margin: auto;
}

.navbar-nav .nav-item .nav-link {
    color: #353D42;
    font-size: 13px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.top-nav .nav-item .nav-link {
    color: #042B5C !important;
}

.right-0 {
    right: 0;
    left: initial;
}

.pipe {
    border-right: 1px solid #70767A80;
    padding-right: 24px !important;
    margin-right: 0px;
}

.notification-counter {
    background-color: #F3B000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 11px;
    right: 6px;
}

.profile-dropdown {
    background-color: #F3B000;
}

.top-nav-icon {
    position: relative;
    padding-left: 15px !important;
    padding-right: 20px !important;
}

.top-menu-icon {
    margin-top: -8px;
    margin-left: 7px;
}

.sticky-header .top-menu-icon{
    margin-left: 3px;
}

.profile-dropdown .nav-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.dropdown-toggle::after {
    display: none;
}

/* .dropdown-toggle::after {
    background: url(../images/svg/caret.svg) no-repeat;
    border: none !important;
    height: 5px;
    width: 9px;
    float: right;
    margin-top: 9px;
    margin-left: 5px;
} */

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.content-wrapper {
    /* transition: margin-left .3s ease-in-out; */
    margin-left: 270px;
    background: #E9ECF1;
    min-height: calc(100vh - 40px);
}

.content-header {
    padding: 10px 0.5rem 0;
}

.content-header h1 {
    font-size: 28px;
    margin: 0;
}

.btn-white {
    color: #002B5C;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 36px;
    font-size: 14px;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-white:hover {
    color: #002B5C;
    background-color: rgb(151 191 228 / 50%);
    border-color: transparent;
}

.custom-checkbox-group {
    margin-left: -15px !important;
    margin-right: 38px !important;
    height: 40px;
    padding-top: 7px;
}

.custom-checkbox-group>.custom-checkbox-label {
    color: #042B5C;
    font-size: 14px;
    /* float: left; */
    margin: 0;
    line-height: 24px;
}

.custom-checkbox-group>.custom-checkbox-label>.custom-check {
    margin-right: 4px;
    /* float: left; */
    /* line-height: 14px; */
}

.custom-checkbox-group .disabled {
    color: #70767A !important;
}

.no-data-found {
    font-size: 13px;
    color: #333333;
    font-size: 14px;
    margin: 8px;
}

.sticky-header {
    position: fixed;
    z-index: 9999;
    right: 0px;
    left: 285px;
    top: 0;
    padding: 16px 22px 16px 5px !important;
    background: #E9ECF1;
    box-shadow: 4px 4px 5px 1px #c5c5c58c;
}

.full-sticky-header {
    position: fixed;
    z-index: 9999;
    right: 0px;
    left: 15px;
    top: 0;
    padding: 16px 22px 16px 5px !important;
    background: #E9ECF1;
    box-shadow: 4px 4px 5px 1px #c5c5c58c;
}

.bg-dark-blue {
    background: #132E67 !important;
    color: #FFFFFF !important;
}

.page-header {
    padding: 16px 0px;
    transition: all 0.3s;
}

.gototop {
    background: #F3B000;
    padding: 9px 0px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #70767A;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    line-height: 12px;
    box-shadow: 0px 0px 5px 1px #0000001F;
    display: none;
    cursor: pointer;
}

.gototop img {
    width: 18px;
}

.gototop span {
    font-size: 10px;
    line-height: 14px;
    display: block;
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.f-8 {
    font-size: 8px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-28 {
    font-size: 28px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-34 {
    font-size: 34px !important;
}

.f-36 {
    font-size: 36px !important;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-32 {
    line-height: 32px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500,
.fw-semibold {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700,
.fw-bold {
    font-weight: 700 !important;
}

.fw-900,
.fw-xtrabold {
    font-weight: 900 !important;
}

.p-24px {
    padding: 24px;
}

.px-24px {
    padding-left: 24px;
    padding-right: 24px;
}

.py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pt-24px {
    padding-top: 24px;
}

.pr-24px {
    padding-right: 24px;
}

.pb-24px {
    padding-bottom: 24px;
}

.pl-24px {
    padding-left: 24px;
}

.m-2px {
    margin: 2px;
}

.mx-2px {
    margin-left: 2px;
    margin-right: 2px;
}

.my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
}

.mt-2px {
    margin-top: 2px;
}

.mr-2px {
    margin-right: 2px;
}

.mb-2px {
    margin-bottom: 2px;
}

.ml-2px {
    margin-left: 2px;
}

.mt-3px {
    margin-top: 3px
}

.br-2 {
    border-radius: 2px;
}

.br-4 {
    border-radius: 4px;
}


.pl-6 {
    padding-left: 60px !important;
}

.benchmark-btn-div button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.benchmark-btn-div button:nth-child(1) svg {
    position: relative;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 12px;
}

.benchmark-btn-div button:nth-child(2) svg {
    position: relative;
    right: 0px;
    top: 0px;
    width: 14px;
    height: 12px;
}

.savingpotentialagainstmyownrates_hideshow svg g text {
    text-align: center;
}

.control-group .btn-group .btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus .control-group .btn-group .btn-secondary:focus {
    box-shadow: none;
}

.dropdown-menu .bootstrap-select .dropdown-menu li {
    line-height: 17px;
}

.dropdown-menu .inner {
    height: 100px;
}

.profile-dropdown .dropdown-menu {
    background-color: #F2F4F7;
    border-radius: 0px;
    border: none;
}

.profile-dropdown .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.profile-dropdown .dropdown-menu a {
    padding: 8px;
    margin: 0 5px 0 5px;
    position: relative;
}

.profile-dropdown .dropdown-menu a::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 1px;
    left: 5px;
}

.profile-dropdown .dropdown-menu a.lastchild::after {
    display: none;
}

/* .profile-dropdown .dropdown-menu{
    position: relative;
} */
.profile-dropdown .dropdown-menu {
    position: relative;
}

.profile-dropdown .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: 60px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #ccc;
    border-left: 13px solid transparent;
    border-bottom-color: rgb(241 244 247);
    content: '';
}

.transit-timechart .highcharts-caption {
    font-size: 12px !important;
}

.sidebar .nav-treeview>.nav-item>.nav-link svg {
    position: relative;
    top: 10px;
    color: #ffffff;
}

.sidebarcollapse {
    display: flex;
}

.sticky-header .sidebarcollapse .toggle-menu .navbar,
.full-sticky-header .sidebarcollapse .toggle-menu .navbar {
    padding: 0;
    position: relative;
    top: -2px;
    left: -8px;
    display: block;
}

.sidebarcollapse .toggle-menu .navbar {
    display: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.levelofbenchmarking .highcharts-axis-labels text {
    font-size: 13px !important;
}

.dropdown-menu-left .form-group .form-control {
    box-shadow: none;
}

.dropdown-menu-left .form-group .form-control select{
    font-family: 'Helvetica Neue LT Std', sans-serif;
    box-shadow: none;
}

.dropdown-menu-left .bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.dropdown-menu-left .dropdown-toggle {
    height: 36px;
    padding-top: 9px;
}

.dropdown-menu .filter-apply {
    font-weight: 700;
}

.myappraisaltoggle .top-menu-icon {
    margin-top: -2px;
}

/* .main-header .navbar-nav .nav-item .nav-link{
    margin-left: 5px;
} */
.footer-text {
    margin-left: 8px;
}

.middle-section {
    padding: 0px 22px 0px 22px;
}

.start-month,
.end-month {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: none;
}

.east-bounds {
    width: 100%;
}

.sbmc-grid-layout {
    display: flex;
    justify-content: flex-start;
}

.text-bold {
    font-weight: bold;
}

.general-side-section h1.panel-heading {
    color: #002B5C;
    padding-bottom: 1rem;
    font-weight: 500;
    margin: 0;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
    background-color: transparent;
}

.profile-dropdown .top-menu-icon {
    position: relative;
    left: -5px;
}

/* .modal-content{
    background-color: transparent;
    border: none;
} */
.profile-dropdown:hover .dropdown-menu {
    display: block;
}

.profile-dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 147px;
}

.download-dropdown:hover .dropdown-menu {
    display: block;
}

.download-dropdown .dropdown-menu {
    margin-top: 0;
}

.dropdown-cfri-setion{
    display: flex;
    justify-content: right;
}

.otherdropdown-cfri{
    display: flex;
    justify-content: right;
}

.forcast-up-down-card{
    min-width: 600px;
    text-align: left;
}

.floater-chart-dropdown .dropdown .fa-lg{
    font-size: 1.22em;
    /* transform: rotate(270deg); */
    position: relative;
    top: 1px;
}

.dropdown-cfri-setion .fa-lg,
.otherdropdown-cfri .fa-lg
{
    font-size: 1.11em;
    /* transform: rotate(270deg); */
    position: relative;
    top: 0px;
}

.portlist-search-label svg{
    font-size: 20px;
    position: relative;
    top: 4px;
}

.dataTables_wrapper .dataTables_filter input{
    font-size: 14px !important;
}

/* .dataTables_wrapper .dataTables_filter input{
    border: transparent;
    background-color: #E9ECF1;
    margin-left: 3px;
    padding: 10px 15px 8px 46px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 6px;
    font-size: 15px;
} */
/* .dataTables_wrapper .dataTables_filter input{
    padding: 8px;
} */

.cfri-left-icon,
.cfri-right-icon
{
    position: relative;
    top: 1px;
}

.run-yellow {
    background-color: #F3B000;
    color: #132E67;
    font-weight: bold;
}

.run-yellow:hover{
    background-color: #132E67;
    color: #fff;
    font-weight: bold;
}

.paginate_button {
    height: auto;
}

table.dataTable thead th, table.dataTable thead td{
    border-bottom: 2px solid #dee2e6;
  }

.routes-chart-top{
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
}

.routes-chart-top-forecast span{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: block;
    background-color:#ccc;
}
.routes-chart-top-left{
    font-size: 12px;
    display: flex;
    align-items: left;
    font-weight: 500;
    justify-content:left;
}

.routes-chart-top-left span{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: block;
    background-color:#ccc;
}

#rate-ranking{
    width: 100%;
}

.internal-rate-btn{
    display: flex;
}

.internal-rate-btn .btn-white{
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-select .dropdown-toggle .filter-option{
    /* border: 1px solid #ced4da; */
    border-radius:4px;
}

.portlist-lip-container{
    display: flex;
}

.sbmc-routes-btn .btn-white{
    padding-left: 12px;
    padding-right: 12px;
}

.sbmc-routes-tags .tag-section{
    padding: 7px;
}

.general-market-overview-chart{
    padding:16px;
    max-width: 100%;
    max-height: 400px;
}

.gm-overview-menu{
    display: flex;
    align-items: center;
}

.gm-overview-menu .top-menu-icon{
    margin-top: auto;
}

/* .fbmc-bottom-pre-next-btn button{
    position: relative;
    left: 20px;
} */
.fbmc-bottom-pre-next-btn button:nth-child(1){
    padding: 2px 10px 0px 2px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.fbmc-bottom-pre-next-btn button:nth-child(2){
    padding: 2px 3px 0px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.fbmc-chhose-upload{
    background-color: #FFFFFF;
    color: #333333 !important;
     border: none;
      padding: 2px 15px;
      font-size:16px !important;
}

/* .general-side-section .panel{
    padding: 15px 0px 0px;
} */

.sbmc_fav_chart_view .data-append:nth-child(2){
    padding-left: 5px;
}

.sr-delete-icon img{
    width: 22px;
}

.sbmc_fav_chart_view .btn img {
    width: 19px;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.rate-commencement-title{
    /* margin-bottom: 48px; */
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media only screen and (max-width: 1024px) {
    .top-menu-icon{
        margin-left: 4px;
    }
    .content-header h1 {
        font-size: 18px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .sticky-header .sidebarcollapse .toggle-menu .navbar,
    .full-sticky-header .sidebarcollapse .toggle-menu .navbar {
        position: relative;
        top: 2px;
    }

    .link2 {
        font-size: 14px;
    }

    .custom-checkbox-group>.custom-checkbox-label {
        font-size: 14px;
    }

    .search-rates-section .extradiv {
        display: none;
    }
    .main-header .navbar-nav{
        padding-left: 4px;
    }
    .sticky-header{
        padding: 2px 22px 2px 5px !important;
    }
    .custom-checkbox-group{
        margin-right:25px !important;
    }
    .tutorial-card{
        max-width: 230px;
    }
}

@media screen and (min-width: 769px) {
    .closeicon img{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .bunker-adustment-table table {
        overflow-y: scroll;
        width: 100%;
        display: block;
    }

    .main-sidebar {
        position: fixed;
        left: 0px;
        top: 0px;
        transform: translateX(-280px);
        transition: all 0.5s;
        -webkit-transition: all 0.25s;
    }
    .main-sidebar.open {
        width: 270px !important;
        transform: translateX(0px) !important;
        z-index: 99999;
        transition: all 0.5s;
        -webkit-transition: all 0.25s;
    }
    .content-wrapper{
        margin-left: 0px !important;
    }
    .main-header {
        /* transition: margin-left .3s ease-in-out; */
        margin-left: 0px !important;
    }
    .sticky-header{
        left: 0px;
        padding: 2px 22px 5px 5px !important;
    }
    .sidebarcollapse .top-menu-icon{
        margin-top: -11px;
    }
    .logo-section{
        display: flex;
    }
    .closeicon{
        position: relative;
    }
    .closeicon img {
        width: 25px;
        right: 10px;
        position: absolute;
        top: 25px;
    }
    .full-sticky-header{
        padding: 8px 22px 6px 5px !important;
    }
    .sticky-header .sidebarcollapse .toggle-menu{
        padding-left: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .main-sidebar.open {
        width: 100% !important;
        transform: translateX(0px) !important;
        z-index: 99999;
        height: 100%;
    }
    .top-nav-icon {
        position: relative;
        padding-left: 2px !important;
        padding-right: 18px !important;
    }
    .logo-section .logoimg{
        width: 100%;
    }
    .brand-link{
        width: 100%;
    }
    .sticky-header{
        position: relative !important;
        box-shadow: none !important;
        padding: 0px 0px 0px 0px !important;
        z-index: 999;
    }
    .page-header{
        padding: 0px 0px;
    }
    .dropdown-cfri-setion{
        display: block;
        text-align: right;
        margin-top: 7px;
    }
    /* .dropdown-cfri-setion .d-inline-block{
        margin-right: 0px !important;
    } */
    .link2{
        font-size: 14px;
    }
    .floater-chart-dropdown{
        margin-top: 12px;
        margin-bottom: 12px;
        float: right;
    }
    .forcast-up-down-card{
        min-width: 100%;
        text-align: left;
    }
    .otherdropdown-cfri{
        display: block;
        text-align: right;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .custom-checkbox-group{
        margin-left: 15px !important;
        margin-right: 0px !important;
    }
    .content-header{
        padding: 0px 0px 0px;
    }
    .main-header .navbar-nav{
        padding-left: 0px;
    }
    .main-header{
        margin-left: -5px !important;
    }
    .full-sticky-header{
        position: relative;
    }
    .dropdown-cfri-setion .d-inline-block,
    .otherdropdown-cfri .d-inline-block
    {
        margin-right: 3px !important;
    }

    .portlist-lip-container{
        display: block;
    }
    .portlist-lip-container .dataTables_paginate span{
        display: flex;
        width: 100%;
    }
    .portlist-lip-container .pagination{
        display: flex !important;
        justify-content: center;
    }
    .sbmc-routes-btn .btn-white{
        padding-left: 7px;
        padding-right: 7px;
    }
    .sbmc-routes-tags .tag{
        margin: 10px 0px 0px 0px;
    }
    .sbmc-routes-tags .tag-section .tag{
        margin: 0px 0px 10px 0px;
    }
    .footer-text{
        margin-left: 0px;
    }
    .sbmc-routes-tags .tag-section{
        padding-left: 15px;
    }
    .eqipment-size-section{
        margin-left: 0px;
    }
    .tutorial-card {
        max-width: 100%;
        min-height: 200px;
    }
    .tutorial-card .text{
        line-height: 18px;
        font-size: 14px;
    }
    .general-market-overview-chart{
        max-height: 100%;
        height: 300px;
    }
    .general-side-section .panel{
        padding: 20px 0px 0px;
    }
    .benchmark-div{
        padding: 10px !important;
    }
    .fbmc-routes-menu .btn-white{
        padding-left: 7px;
        padding-right: 7px;
    }
    .fbmc-chhose-upload{
          padding: 2px 5px;
          font-size:12px !important;
    }
}
