@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("./variable.css");
@import url("/assets/global/plugins/avanza-ico/style.css");
@import url("/assets/global/plugins/ico-avanza/style.css");
body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

body,
.dashdate .btn.btn-outline.green,
.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover,
.btn.btn-outline.green:focus {
    background: var(--Theme-Secondary-Color) !important;
}

.dashdate .btn.btn-outline.green:hover {}

.dsh_blued1:hover .dashboard-stat2 .progress,
.dsh_blued2:hover .dashboard-stat2 .progress,
.dsh_blued3:hover .dashboard-stat2 .progress,
.dsh_blued4:hover .dashboard-stat2 .progress {
    background: #b5b5b5 !important;
}
.customCss .table{
    table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.login #arbAnchor li {
    color: #333 !important;
}

.logo-default {
    width: 111px !important;
}

.login .logo {
    background: var(--login-Logo) top center;
    background-repeat: no-repeat;
    height: 100px;
}

body .login {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff var(--Login-Background) no-repeat !important;
    background-position: center center;
    background-size: cover !important;
}

.login .content .form-title {
    color: #333 !important;
}

.login .content h4 a {
    color: #333 !important;
}

a:hover {
    cursor: pointer;
    color: #333 !important;
}

.login .lng li.actv {
    padding: 4px;
    background: #333 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.login .copyright {
    margin-top: 434px !important;
    color: #a7a7a7 !important;
}

@media (min-width: 992px) {
    .login .lng li.actv {
        padding: 2px 8px !important;
        background: #333 !important;
    }
}

.sdg_tbl thead {
    border-bottom: 2px solid var(--Theme-Primary-Color);
    background: #f9fdf2;
}

.font-blued1-sharp,
.font-blued1-sharp+small,
.font-blued2-sharp,
.font-blued2-sharp+small,
.font-blued3-sharp,
.font-blued3-sharp+small,
.font-blued4-sharp,
.font-blued4-sharp+small {
    color: var(--Theme-Primary-Color) !important;
}

.dsh_blued1:hover .dashboard-stat2,
.dsh_blued2:hover .dashboard-stat2,
.dsh_blued3:hover .dashboard-stat2,
.dsh_blued4:hover .dashboard-stat2,
.overDueBlk:hover {
    background: #80808059 !important;
}

.progress-bar.blued1-sharp,
.progress-bar.blued2-sharp,
.progress-bar.blued3-sharp,
.progress-bar.blued4-sharp {
    background: var(--Theme-Primary-Color) !important;
}

.daterange_con,
.page-sidebar .page-sidebar-menu>li.active.open>a,
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    background: var(--Theme-Primary-Color);
}

.daterange_con {
    border: 1px solid var(--Theme-Primary-Color);
}

.sdg_tbl thead tr th {
    color: #666;
}

.page-sidebar .page-sidebar-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    border-bottom: 1px solid #40423e;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
}

.page-sidebar .page-sidebar-menu>li.active.open>a,
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.open>a,
.page-sidebar .page-sidebar-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
.page-sidebar .page-sidebar-menu>li.active>a:hover {
    background: var(--Theme-Primary-Color) !important;
    color: #fff;
}

.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
    background: #2a2b28 !important;
}

.page-sidebar-menu-hover-submenu li:hover a>.arrow {
    border-right: 8px solid #323550;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu:before,
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu.upward:after {
    color: var(--Theme-Primary-Color);
}

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
    background: var(--Theme-Primary-Color) !important;
}

.text-success {
    color: var(--Theme-Primary-Color) !important;
}

.overDueBlk .days {
    color: var(--Theme-Primary-Color);
}

.overDueBlk:hover p,
.overDueBlk:hover h3,
.overDueBlk:hover a,
.overDueBlk:hover i {
    color: #fff !important;
}

.btn.green:not(.btn-outline),
.btn-success {
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.btn.green:not(.btn-outline):hover,
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    background-color: #555 !important;
    border-color: #666 !important;
}

.btn.green:not(.btn-outline):focus,
.btn.green:not(.btn-outline):active {
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
    border-color: var(--Theme-Primary-Color) B42572;
    color: #fff;
    background-color: var(--Theme-Primary-Color);
}

.btn.btn-outline.red {
    border-color: var(--Theme-Primary-Color) !important;
    color: var(--Theme-Primary-Color) !important;
    background: 0 0;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
    border-color: var(--Theme-Primary-Color) !important;
    color: #fff !important;
    background-color: var(--Theme-Primary-Color) !important;
}

.btn.btn-outline.green.active,
.btn.btn-outline.green:active,
.btn.btn-outline.green:active:focus,
.btn.btn-outline.green:active:hover,
.btn.btn-outline.green:focus,
.btn.btn-outline.green:hover {
    border-color: var(--Theme-Primary-Color);
    color: #fff;
    background-color: var(--Theme-Primary-Color);
}

.dashdate .btn.btn-outline.green:hover {
    border-color: #40496a;
}

.dsh_blued1:hover .dashboard-stat2 .progress,
.dsh_blued2:hover .dashboard-stat2 .progress,
.dsh_blued3:hover .dashboard-stat2 .progress,
.dsh_blued4:hover .dashboard-stat2 .progress {
    background: #b5b5b5 !important;
}

.logo-default {
    width: 111px !important;
}

a:hover {
    cursor: pointer;
    color: var(--Theme-Primary-Color) !important;
}

.nav-item a:hover {
    cursor: pointer;
    color: white !important;
}

.chevron-right {
    background: url("/assets/layouts/layout2/img/chevron-right.png") no-repeat;
    height: 18px;
    width: 10px;
    transform: rotate(0deg) scale(0.6);
    display: block;
    transition: ease-out 0.3s;
}

.chevron-down {
    background: url("/assets/layouts/layout2/img/chevron-right.png") no-repeat;
    height: 18px;
    width: 10px;
    transform: rotate(90deg) scale(0.6);
    display: block;
    transition: ease-out 0.3s;
}

.page-sidebar-closed .page-sidebar-menu .chevron-right {
    display: none;
}

.login .lng li.actv {
    padding: 4px;
    background: #333 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.login .copyright {
    margin-top: 434px !important;
    color: #a7a7a7 !important;
}

@media (min-width: 992px) {
    .login .lng li.actv {
        padding: 2px 8px !important;
        background: #333 !important;
    }
}

.sdg_tbl thead {
    border-bottom: 2px solid var(--table-Head-Color);
    background: var(--table-Head-Color);
}

/* .datepicker thead tr {
    border: white;
    background: white;
    
}
.datepicker .dow th {
    color: black;
}

.datepicker .next th {
    color: black;
} */

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle .badge.badge-default {
    background: #353733 !important;
}

.page-header.navbar.navbar-fixed-top,
.page-header.navbar.navbar-static-top {
    border-top: 4px solid var(--Theme-Primary-Color);
}

.dsh_blued1:hover .dashboard-stat2,
.dsh_blued2:hover .dashboard-stat2,
.dsh_blued3:hover .dashboard-stat2,
.dsh_blued4:hover .dashboard-stat2,
.overDueBlk:hover {
    background: var(--Theme-Primary-Color);
}

.progress-bar.blued1-sharp,
.progress-bar.blued2-sharp,
.progress-bar.blued3-sharp,
.progress-bar.blued4-sharp {
    background: var(--Theme-Primary-Color) !important;
}

.daterange_con,
.page-sidebar .page-sidebar-menu>li.active.open>a,
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    background-color: var(--Theme-Primary-Color);
}

.daterange_con {
    border: 1px solid var(--Theme-Primary-Color) B42572;
}

.dashdate .btn.btn-outline.green,
.btn.btn-outline.green:focus {
    border-color: var(--Theme-Primary-Color) !important;
    color: #fff !important;
    background-color: var(--Theme-Primary-Color) !important;
}

.portlet.light.sdg_portlet,
.dashdate .modal-content {
    border-top: 4px solid var(--Theme-Primary-Color) !important;
}

.portlet_fullscreen {
    display: block;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 5%;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.sdg_tbl thead tr th {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    border-bottom: 1px solid #40423e;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
}


/* .page-sidebar .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.active>a {
    color: #fff !important;
}

.page-sidebar .page-sidebar-menu>li.open>a,
.page-sidebar .page-sidebar-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
.page-sidebar .page-sidebar-menu>li.active>a:hover {
    background: var(--Theme-Primary-Color) !important;
    color: #fff !important;
}

.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
    background: #f1f1f1 !important;
    color: #333 !important;
}

.page-sidebar-menu-hover-submenu li:hover a>.arrow {
    border-right: 8px solid #323550;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu:before,
.page-sidebar-menu.page-sidebar-menu-hover-submenu>li:hover>.sub-menu.upward:after {
    color: var(--Theme-Primary-Color);
}

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
    background: var(--Theme-Primary-Color) !important;
    color: #fff !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
    color: var(--Theme-Primary-Color) !important;
}

.page-sidebar .page-sidebar-menu>li>a>i {
    color: #fff !important;
}

.page-sidebar .page-sidebar-menu>li:hover>a>i {
    color: #fff !important;
    
} */


/* .page-sidebar .page-sidebar-menu .sub-menu > li > a {
    background: #212121 !important;
    color: #adadad !important;
    border-left: 3px solid #212121;
    font-weight: 500 !important;
} */

.page-sidebar .page-sidebar-menu .sub-menu {
    margin: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
}

.page-sidebar .page-sidebar-menu>li.active.open>a,
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.open>a,
.page-sidebar .page-sidebar-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
.page-sidebar .page-sidebar-menu>li.active>a:hover {
    background: var(--Theme-Primary-Color) !important;
    color: #fff;
}

.page-sidebar-menu-hover-submenu li:hover>.sub-menu {
    background: #2a2b28 !important;
}

.page-sidebar-menu .sub-menu::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.page-sidebar-menu .sub-menu::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
    background: #d0c6c6;
    border: 1px solid dimgrey;
}


/* Handle */

.page-sidebar-menu .sub-menu::-webkit-scrollbar-thumb,
.modal-body::-webkit-thumb {
    background: #0067b0;
    border-radius: 50px !important;
}

.page-sidebar .page-sidebar-menu .sub-menu li {
    margin-top: 0px !important;
}

.page-sidebar-menu-hover-submenu li:hover a>.arrow {
    border-right: 8px solid #323550;
}


/* .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu:before, .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu.upward:after {
    color: var(--Theme-Primary-Color);
} */

.page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
    background: var(--Theme-Primary-Color) !important;
}

.text-success {
    color: var(--Theme-Primary-Color) !important;
}

.overDueBlk .days {
    color: var(--Theme-Primary-Color);
}

.overDueBlk:hover p,
.overDueBlk:hover h3,
.overDueBlk:hover a,
.overDueBlk:hover i {
    color: #fff !important;
}

.btn.green:not(.btn-outline),
.btn-success {
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.btn.green:not(.btn-outline):hover,
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    background-color: var(--Theme-Secondary-Color) !important;
    border-color: var(--Theme-Secondary-Color) !important;
    color: #fff !important;
}

.btn.green:not(.btn-outline):focus,
.btn.green:not(.btn-outline):active {
    background-color: var(--Theme-Primary-Color) !important;
    border-color: var(--Theme-Primary-Color) !important;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
    border-color: var(--Theme-Primary-Color);
    color: #fff;
    background-color: var(--Theme-Primary-Color);
}

.btn.btn-outline.red {
    border-color: var(--Theme-Primary-Color) !important;
    color: var(--Theme-Primary-Color) !important;
    background: 0 0;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
    border-color: var(--Theme-Primary-Color) !important;
    color: #fff !important;
    background-color: var(--Theme-Primary-Color) !important;
}

.btn.btn-outline.green.active,
.btn.btn-outline.green:active,
.btn.btn-outline.green:active:focus,
.btn.btn-outline.green:active:hover,
.btn.btn-outline.green:focus,
.btn.btn-outline.green:hover {
    border-color: var(--Theme-Primary-Color);
    color: #fff;
    background-color: var(--Theme-Primary-Color);
}

.dashdate .btn.btn-outline.green:hover {
    border-color: #40496a;
}


/* 
.page-header.navbar .page-logo {
    background: var(--Main-logo);
    background-repeat: no-repeat;
    margin-left: 1.8%;
    width: 179px !important;
    height: 44px;
    margin-top: 19px;
} */

.menu-toggler.sidebar-toggler:hover {
    background: var(--Theme-Primary-Color);
}

.form-group {
    margin-bottom: 8px !important;
}

.select-form-group {
    margin-bottom: 0px !important;
}

.page-header-fixed .page-container {
    margin-top: 67px !important;
}

.page-sidebar .page-sidebar-menu .sub-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a {
    background: black !important;
    /* color: #616161 !important */
}

.page-sidebar-closed .page-header.navbar .page-logo {
    background: var(--collapse-Emblm) no-repeat;
    margin-left: 0.8% !important;
}

.margin-zero {
    margin-bottom: 0px;
    margin-top: 0px;
}

.textareacipher {
    white-space: pre;
}

.daterange_con_tabs {
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.tab_active {
    background-color: var(--Theme-Primary-Color);
    padding: 6px 12px;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.4);
    margin-right: 15px;
    border: 2px solid var(--Theme-Primary-Color-dark);
    height: fit-content;
}

.tab_notactive {
    background-color: var(--Theme-Primary-Color);
    padding: 6px 12px;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 48px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 48px 3px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 48px 3px rgba(0, 0, 0, 0.29);
    border: 2px solid var(--Theme-Primary-Color-dark);
    margin-right: 15px;
    height: fit-content;
}

.tablogo {
    display: -webkit-box;
    margin: auto;
    height: 28px;
}

.tab_dropdown {
    height: 16px;
    margin-top: 22px;
    padding-left: 12px;
}

.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    /* display: inline-block; */
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--Theme-Primary-Color-dark);
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -135px;
    top: 36px;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: #fff !important;
    padding: 10px 28px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: var(--Theme-Primary-Color-dark);
    color: #fff !important;
    text-decoration: none;
}


/* Show the dropdown menu on hover */

li:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.tab_dropdownnav:hover {
    padding: 17px 10px 25px;
    cursor: pointer;
    background: var(--Theme-Primary-Color-dark);
    border-radius: 4px !important;
}

.tab_dropdownnav {
    padding: 17px 10px 25px;
    cursor: pointer;
}

.tab_notactive:hover {
    background-color: var(--Theme-Primary-Color);
    padding: 6px 12px;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.4);
    margin-right: 15px;
    border: 2px solid var(--Theme-Primary-Color-dark);
    height: fit-content;
}

.dashboard-stat2 {
    box-shadow: 0px 0px 8px #8080807a;
}

.note.note-documentation {
    background-color: #70708533;
    border-color: var(--tabs-color);
    color: #000;
}

.control-label {
    padding-top: 8px;
    font-weight: 400;
}

.tabbable-line2>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    background: 0 0;
    border-bottom: 4px solid var(--Tabs-color-hover);
}

.tabbable-line2>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid #99da58;
    position: relative;
}

.page-container-bg-solid .tabbable-line>.tab-content {
    border-top: 0px !important;
}

.tab-content2 {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 0px !important;
}

.tabbable-line>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid var(--tabs-color) !important;
    position: relative;
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.scroll {
    display: block;
    height: 200px;
    overflow: auto;
}

.scroll ::-webkit-scrollbar {
    display: none;
}

.scroll-div {
    white-space: nowrap;
}

.box {
    display: inline-block;
    width: 250px;
    height: 150px;
    background-color: #004489;
    margin: 10px;
    color: white;
}

.template-title {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.template-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.addEditLab .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.show-on-hover:hover>ul.dropdown-menu {
    display: block;
}


/* setp screen css */

.orderno label {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 4px;
}

.rowdata {
    padding: 15px;
    margin-top: 15px;
}

.orderinvoicelist .letterbox label {
    font-size: 12px;
}

.Courierbox {
    padding: 20px 0 25px;
    margin: 5px 0 30px;
}

.boxBody {
    padding: 15px 20px;
    /* height: 20%; */
}

.boxBody .form-group {
    margin-bottom: 5px;
}

.squarebox .caption {
    width: 50%;
    float: left;
    display: block;
}

.squarebox .titleicon {
    width: 50%;
    float: left;
    text-align: right;
}

.titleicon img {
    width: 11%;
    position: relative;
    bottom: 6px;
}

.titleicon.billto img {
    width: 14%;
    top: -3px;
}

.squarebox {
    border-radius: 20px !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.19);
}

.titleicon.shipto img {
    width: 14%;
    top: -3px;
}

.titleicon.shipto img {
    width: 15%;
    top: 1px;
}

.portletheading .caption-subject {
    color: #0067b0;
}

.recipt {
    margin-bottom: 15px;
    padding: 10px;
}

span.noofbox {
    margin-left: 20px;
}

.errorbox {
    background: #ffefef;
    color: black;
    padding: 10;
    border-radius: 3px !important;
    margin-bottom: 20px;
}

label.errorcolr {
    color: red;
    font-weight: 600;
}

.linetext {
    margin-top: 35px;
}


/*tabs*/

.ui-regulartabs .nav>li>a {
    padding: 10px 20px;
    background: #908f8f;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    color: #fff;
}

.ui-regulartabs .nav-tabs>li>a:hover {
    color: inherit;
    background-color: rgb(170, 170, 170);
    border-color: rgb(141, 139, 139);
    border-bottom-color: transparent;
}

.ui-regulartabs .nav-tabs>li {
    cursor: pointer;
}

.ui-Warning-text {
    color: red;
    font-weight: bold;
}

.ui-regulartabs ul.nav.nav-tabs {
    margin-bottom: 3px !important;
}

.ui-regulartabs .nav-tabs li.active>a {
    background-color: var(--Theme-Primary-Color);
}

.ui-regulartabs .panel {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.ui-regulartabs .ui-tabborder {
    border: 1px solid #dddddd;
    margin-top: -2px;
}

.ui-regulartabs .nav li a i {
    width: 15px;
}

.ui-regulartabs .nav>li>a:hover {
    color: #ffffff !important;
}

.ui-tabcontentbody {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
    margin-top: -3px;
    padding: 20px;
}


/*table altration*/

.ui-tabcontentbody thead {
    background-color: var(--Theme-Primary-Color);
    color: white;
}

.ui-tabcontentbody thead th {
    padding: 6px 8px !important;
    font-size: 12px !important;
}

.ui-tabcontentbody tbody td {
    padding: 4px 8px !important;
}

#progressbar {
    margin: 10px 0 30;
    overflow: hidden;
    counter-reset: step;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.CheckboxList {
    display: flex;
    flex-direction: column;
}

.checkboxInput {
    margin: 5px !important;
}

.text1 {
    fill: green !important;
}

#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 11px;
    /* width: 25%; */
    float: left;
    position: relative;
    font-weight: 800;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    margin: 0 auto 4px auto;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffcc00;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 0;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.notPassed:before {
    background: #a5a6af;
    color: white;
}

#progressbar li.active:before {
    background: #00ae4f;
    color: white;
}

#progressbar li.warning:before {
    background: #e80202;
    color: white;
}

#progressbar li.danger:before {
    background: #fb7425;
    color: white;
}


/* end setp screen css */

@media (max-width: 768px) {
    .BoxAction {
        top: -12px;
    }
    .personInfo {
        text-align: center;
    }
    .innerBox-Content {
        height: 230px;
    }
    .at-connections .BoxAction {
        right: 158px;
        top: 20px;
    }
    .ConnStatus {
        margin-top: 35px;
    }
}

@media (max-width: 425px) {
    span.DeviceIdno {
        margin-left: 57px;
    }
    .DeviceHeader .portlet-title {
        padding: 10px 20px !important;
    }
    .designImg img {
        top: -25px;
    }
    .D-header .caption>.caption-subject {
        margin-left: 10px;
    }
    ul.sub-menu li.nav-item {
        text-align: center;
    }
    .portlet_fullscreen {
        top: 9% !important;
    }

}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: var(--Theme-Primary-Color);
    border-radius: 10px;
}

.badge-warning {
    background-color: #fb7425;
}

.badge-success {
    background-color: #00ae4f;
}

.shadow {
    -webkit-filter: drop-shadow(-1.5px -1.5px 1.5px #000);
    filter: drop-shadow(-1.5px -1.5px 1.5px #000);
}


/*.GraphPlaceholder{
    background-image: url('../../../images/graphplaceholder.jpg');
    /* background-position: 'center'; */


/* background-size: 'cover'; 
    background-repeat: 'no-repeat';
    background-size: 100%;
    opacity: 0.5;
  }
*/

.badge-danger {
    background-color: #e80202 !important;
}


/* Tiles*/

.GraphPlaceholderText {
    position: absolute;
    font-family: "Lucida Grande", Tahoma;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    color: #000;
    vertical-align: middle;
    padding: 0px;
}

.table100 {
    position: relative;
}

.table100.ver1 {
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    /* height: 28%; */
    background-color: #fff;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.orderdetails-table {
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 16px;
    color: var(--Theme-Primary-Color);
    line-height: 1.9;
    /* background-color: #d71923; */
}

.table100-head {
    width: 100%;
    top: 0;
    left: 0;
}

.table100.ver1 th {
    font-size: 19px;
    color: #fff;
    line-height: 1.4;
    background-color: var(--Theme-Primary-Color);
}


/* .refresh-img-div {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 25px;
} */

.refresh-img-div .caret {
    height: 8px;
    margin-left: 5px;
}

.refresh-img {
    height: 25px;
    width: 25px;
    padding: 4px;
}

.refresh-img-full-div {
    position: relative;
    /* left: 0px; */
    right: 90px;
    /* top: 0px; */
    /* bottom: 20px; */
    float: right;
    left: 20px;
    bottom: 65px;
}

.refresh-img-full {
    width: 30px;
    height: 30px;
    /* background: orange; */
    padding: 4px;
}


/* $lightGrey: #F2F2F2;
$grey: #6E6E6E;
$white: #FFFFFF;
$blue: #1849AB; */


/* body {
  background-color: lightgrey;
  display: flex;
  font-family: 'Arial';
  justify-content: center;
  padding: 4rem;
} */

.content-toggle {
    position: relative;
    bottom: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    font-size: 9px;
    /* z-index:5; */
}


/* .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 45px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
} */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0067b0;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
}


/* .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
} */

input:checked+.slider {
    background-color: #1849ab;
}

input:focus+.slider {
    box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
    outline: none;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px !important;
}

.slider.round:before {
    border-radius: 50%;
}

.underline {
    border-bottom: 1px solid #e5e5e5 !important;
}

.d3-tip {
    /* line-height: 1; */
    font-weight: bold;
    z-index: 9999;
    padding: 6px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
}


/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    z-index: 9999;
    font-size: 10px;
    width: 100%;
    /* line-height: 1; */
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}


/* Style northward tooltips differently */

.d3-tip.n:after {
    margin: -1px 0 0 0;
    z-index: 9999;
    top: 100%;
    left: 0;
}

path.slice {
    stroke-width: 2px;
}

polyline {
    opacity: 0.3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

.sankeylink:hover {
    stroke-opacity: 0.2;
}

.zone {
    padding: 4.2rem;
}

.bg-grey {
    background-color: #e5e5e5;
    text-align: center;
    color: black;
    padding: 0.75rem;
}

.p-0 {
    padding: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 15px !important;
}

.grid {
    display: grid !important;
}

.btn-primary {
    background-color: #e5e5e5 !important;
    border-color: white !important;
    color: #000 !important;
}

.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.btn-primary:visited {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}


/*.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    display: flex !important;
    flex: 1 1 auto !important;
    text-align: center;
}
*/

nav>.nav.nav-tabs {
    border: none;
    color: #000;
    /* background:#081a48;*/
    border-radius: 0;
    padding-top: 10px;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 8px 25px;
    color: #000;
    background: #e5e5e5;
    border-radius: 0;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    min-height: 54px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #081a48;
    color: white !important;
    border-radius: 0;
    text-decoration: none;
}

.nav-linknav-toggle {
    display: flex;
    align-items: center;
    padding: 15px 8px;
    justify-content: start;
}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.select-wrapper {
    position: relative;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.btn-group>.dropdown-menu,
.dropdown-toggle>.dropdown-menu,
.dropdown>.dropdown-menu {
    margin-top: 10px;
    padding: 5px 0;
    /* width: 100%; */
}

.dc-multiselect+.btn-group>.multiselect-container {
    width: 100% !important;
}

.dc-e-multiselect+.btn-group>.multiselect-container {
    width: 100% !important;
}

.dc-d-multiselect+.btn-group>.multiselect-container {
    width: 100% !important;
}

.controls input[type="checkbox"] {
    position: absolute !important;
    height: 32px !important;
    width: 16px !important;
    clip: unset !important;
    margin-left: -26px !important;
}

.node:hover circle {
    fill: orange;
}


/* Center the contents of the bubble chart */

.bubble-chart-container {
    flex: 1;
    position: relative;
    display: flex;
    user-select: none;
    justify-content: center;
}


/* Center text in the circle, and hide any overflow */

.bubble-chart-container .bubble-chart-text .bubble-label {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    will-change: left, top, height, width;
}


/* Show the overflow when hovering over a label */

.bubble-chart-container .bubble-chart-text .bubble-label:hover {
    overflow: visible;
    font-weight: bold;
}


/* Optional, but recommended - reduce the size of text on medium bubbles */

.bubble-chart-container .bubble-chart-text .bubble-label.medium {
    font-size: 0.8em;
}


/* Optional, but recommended - hide the text on small bubbles */

.bubble-chart-container .bubble-chart-text .bubble-label.small {
    font-size: 0;
}


/* Make sure to unhide the text when hovering */

.bubble-chart-container .bubble-chart-text .bubble-label.small:hover {
    font-size: 0.8em;
}

.radio-input {
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: red;
    left: 0px;
    height: 100%;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
}

.radio-input:hover .open>.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.radio-selected {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.button-row {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    /* padding: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-button {
    width: 110px;
    height: 40px;
}

.searchbutton:hover {
    border-color: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    background: #0067b0;
    transition: transform 0.1s linear;
}

.searchbutton {
    position: absolute;
    right: 38px;
    top: -38px;
    background-color: #0067b0;
    height: 30px;
    width: 30px;
    border-radius: 4px !important;
    box-shadow: 1px 2px 3px #808080bd;
}

.searchbutton a i {
    color: white !important;
    padding: 9px;
    font-size: 14px;
}

.onHoverStyle:hover {
    color: rgb(255, 255, 255) !important;
}

.graphLoader,
.graphLoader:before,
.graphLoader:after {
    background: #40496a;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.graphLoader {
    height: 40px;
    max-height: 40px;
    color: #40496a;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.DraftEditor-editorContainer {
    min-height: 250px;
}

.graphLoader:before,
.graphLoader:after {
    position: absolute;
    top: 0;
    content: "";
}

.graphLoader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.graphLoader:after {
    left: 1.5em;
}


/* .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #0576b2 !important; 
    border-color: white !important;
}

.btn-primary:visited {
    color: white !important;
    background-color: #0576b2 !important; 
    border-color: white !important;
} */


/* html, body {
    margin: 10px;
    padding: 0;
    font-family: sans-serif;
  } */

html {
    overflow: hidden;
}

.y-scroll-page {
    overflow-y: scroll;
    height: 85vh;
    min-height: 600px;
    overflow-x: hidden;
}


#controls {
    font-size: 18px;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

span:nth-child(2) {
    /* margin-left: 20px; */
}

#country-info {
    font-size: 13px;
    position: absolute;
    top: 80px;
    left: 65px;
    background: #0067b0;
    color: white;
    border: 4px solid black;
    padding: 10px;
}

label>b {
    display: none;
}

svg {
    /* border: 1px solid #ddd; */
}

circle {
    stroke: white;
    stroke-width: 1.5;
}

.continent-key-element text {
    fill: white;
}

.checkbox img {
    width: 40px;
    border-radius: 50px !important;
    border: 1px solid darkgrey;
    height: 40px;
}

#chart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
}

#controls-graph {
    display: flex;
    justify-content: space-between;
}

#controls-graph span label {
    margin: 0px 20px;
}

#controls-graph span label input[type="radio"] {
    margin: 0px 8px;
}

.link {
    fill: none;
    stroke: #000;
    stroke-opacity: 0.2;
}

.link:hover {
    stroke-opacity: 0.5;
}

#bubble-info {
    background: #0067b0;
    color: white;
    border: 4px solid black;
    position: absolute;
    top: 70px;
    left: 40px;
    font-size: 13px;
    padding: 10px 15px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 10px 0px 12px;
    /* margin-top: 1px\9; */
    line-height: normal;
    /* width: 0px; */
}

.css-1vr111p-option,
.css-1qprcsu-option {
    padding: 0 12px;
}


/* graph preview container starts */

.graph-img-preview {
    width: 180px;
    height: 140px;
    border: 1px solid lightgray;
    /* box-shadow: 5px 9px 7px 2px lightgrey; */
}

.graph-title {
    display: none;
}

.graph-select {
    display: none;
}

.scroll-container .item:hover .graph-select {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 25px;
    bottom: 30px;
    font-weight: 700;
    left: 30px;
    text-align: center;
    z-index: 99;
}

.graph-select:hover+.graph-img-preview {
    opacity: 0.2;
}

.scroll-container {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    align-items: center;
    scroll-behavior: smooth;
}

.scroll-container .item {
    margin: 0px 5px;
    contain: content;
    box-shadow: 5px 9px 7px 2px lightgrey;
}

.scroll-container img:hover {
    opacity: 0.2;
}

.scroll-container .item:hover .graph-title {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 12px;
    bottom: 75px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.subunit {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}

text.subunit-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-anchor: middle;
    fill: #000;
}

.subunit-label {
    display: none;
}

.graticule {
    fill: none;
    stroke: #aaa;
    stroke-opacity: 0.5;
    stroke-width: 0.5px;
}


/* .scroll-icons {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
} */


/* graph preview container ends */

.dashboard-stat2 .display .number small {
    font-size: 12px !important;
}


/* button css for business Transaction Monitoring */

.btn-danger_cus,
.btn-warning,
.btn-error_b_cus,
.btn-error_t_cus {
    color: #fff;
    font-weight: 600;
    border-radius: 2px !important;
    border: 0px solid !important;
    padding: 8px;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    border-bottom: 3px solid black !important;
}


/* button css for (Danger -> critical) business Transaction Monitoring */

.btn-danger_cus {
    background-color: #f31a28;
    border-color: #f31a28;
}

.btn-danger_cus:hover {
    color: #fff;
    background-color: #a91520;
    border-color: #a91520;
}

.btn-danger_cus:active,
.btn-danger_cus.active,
.open>.btn-danger_cus.dropdown-toggle {
    color: #fff;
    background-color: #a91520;
    border-color: #a91520;
    border-bottom: 3px solid black !important;
}


/* button css for (Danger -> business) business Transaction Monitoring */

.btn-error_b_cus {
    background-color: #218838;
    border-color: #218838;
}

.btn-error_b_cus:active,
.btn-error_b_cus.active,
.open>.btn-error_b_cus.dropdown-toggle {
    color: #fff;
    background-color: #008c1e;
    border-color: #008c1e;
    border-bottom: 3px solid black !important;
}

.btn-error_b_cus:hover {
    color: #fff;
    background-color: #008c1e;
    border-color: #008c1e;
}


/* button css for (Danger -> business) business Transaction Monitoring */

.btn-error_t_cus {
    background-color: #5281b3;
    border-color: #5281b3;
}

.btn-error_t_cus:active,
.btn-error_t_cus.active,
.open>.btn-error_t_cus.dropdown-toggle {
    color: #fff;
    background-color: #5281b3;
    border-color: #5281b3;
    border-bottom: 3px solid black !important;
}

.btn-error_t_cus:hover {
    color: #fff;
    background-color: #03182e;
    border-color: #03182e;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}


/* World Heat Chart starts */

.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}


/* Tooltip CSS */

.d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family: "avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffa500;
    border-radius: 1px;
    pointer-events: none;
}


/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;
}


/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}


/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}


/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}


/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}


/*    text{
        pointer-events:none;
      }*/

.details {
    color: white;
}


/* World Heat Chart ends */


/* dendrogram */

.dendo-link {
    fill: none;
    stroke: green;
    stroke-opacity: 0.7;
    stroke-width: 1.7px;
    stroke-dasharray: 5;
    animation: dash 10s linear infinite;
}

.dendo-link2 {
    fill: none;
    stroke: red;
    stroke-opacity: 1;
    stroke-width: 1.2px;
    stroke-dasharray: none;
    animation: none;
}

.dendo-link3 {
    fill: none;
    stroke: green;
    stroke-opacity: 1;
    stroke-width: 1.2px;
    stroke-dasharray: none;
    animation: none;
}

.dendo-link-return {
    fill: none;
    stroke: green;
    stroke-opacity: 0.7;
    stroke-width: 1.7px;
    stroke-dasharray: 5;
    animation: dash 10s linear infinite;
    animation-direction: reverse;
}

.dendo-text1 {
    fill: green !important;
}

.dendo-text2 {
    fill: red !important;
}

@keyframes dash {
    to {
        stroke-dashoffset: 100;
    }
}

.GraphPlaceholder {
    background-image: url("../../../images/graphplaceholder.jpg");
    background-position: "center";
    background-size: "cover";
    background-repeat: "no-repeat";
    height: 500px;
}

#my_dendogram>text {
    font-family: "Arial Black", Gadget, sans-serif;
    fill: black;
    font-weight: bold;
    font-size: 14px;
}

#my_dendogram_return>text {
    font-family: "Arial Black", Gadget, sans-serif;
    fill: black;
    font-weight: bold;
    font-size: 14px;
}

text {
    font-family: "font-family", "Open Sans", sans-serif;
    fill: black;
    font-weight: 700;
}

.xAxis .tick text {
    fill: black;
}

.grid .tick line {
    stroke: grey;
    stroke-dasharray: 5, 10;
    opacity: 0.7;
}

.grid path {
    stroke-width: 0;
}

.node circle {
    fill: #999;
}

.node--internal circle {
    fill: #555;
}

.node--internal text {
    font-size: 16px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

.node--leaf text {
    fill: black;
}

.ballG text {
    fill: black;
}

.shadow {
    -webkit-filter: drop-shadow(-1.5px -1.5px 1.5px #000);
    filter: drop-shadow(-1.5px -1.5px 1.5px #000);
}

.notification-hit-grid table thead tr th a {
    color: white !important;
    text-decoration: none !important;
}


/* dendogram-end */


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: var(--Theme-Primary-Color-dark);
    color: #fff !important;
    text-decoration: none;
}


/* Show the dropdown menu on hover */

li:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.tab_dropdownnav:hover {
    padding: 17px 10px 25px;
    cursor: pointer;
    background: var(--Theme-Primary-Color-dark);
    border-radius: 4px !important;
}

.tab_dropdownnav {
    padding: 17px 10px 25px;
    cursor: pointer;
}

.tab_notactive:hover {
    background-color: var(--Theme-Primary-Color);
    padding: 6px 12px;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 41px -9px rgba(0, 0, 0, 0.4);
    margin-right: 15px;
    border: 2px solid var(--Theme-Primary-Color-dark);
    height: fit-content;
}

.dashboard-stat2 {
    box-shadow: 0px 0px 8px #8080807a;
}

.note.note-documentation {
    background-color: #70708533;
    border-color: var(--tabs-color);
    color: #000;
}

.control-label {
    padding-top: 4px;
    font-weight: 400;
}

.tabbable-line2>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    background: 0 0;
    border-bottom: 4px solid var(--Tabs-color-hover);
}

.tabbable-line2>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid #99da58;
    position: relative;
}

.page-container-bg-solid .tabbable-line>.tab-content {
    border-top: 0px !important;
}

.tab-content2 {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 0px !important;
}

.tabbable-line>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid var(--tabs-color) !important;
    position: relative;
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.scroll {
    display: block;
    height: 200px;
    overflow: auto;
}

.scroll ::-webkit-scrollbar {
    display: none;
}

.scroll-div {
    white-space: nowrap;
}

.box {
    display: inline-block;
    width: 250px;
    height: 150px;
    background-color: #004489;
    margin: 10px;
    color: white;
}

.template-title {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.template-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.addEditLab .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.show-on-hover:hover>ul.dropdown-menu {
    display: block;
}


/* setp screen css */

.orderno label {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 4px;
}

.rowdata {
    padding: 15px;
    margin-top: 15px;
}

.shadowBox {
    border-radius: 2px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
}

.Courierbox {
    padding: 6px 0;
    margin: 15px 0;
}

.boxBody {
    padding: 12px 10px;
    /* height: 200px; */
}

.boxBody .form-group {
    margin-bottom: 5px;
}

.squarebox .caption {
    width: 50%;
    float: left;
    display: block;
}

.squarebox .titleicon {
    width: 50%;
    float: left;
    text-align: right;
}

.titleicon img {
    width: 11%;
    position: relative;
    bottom: 6px;
}

.titleicon.billto img {
    width: 14%;
    top: -3px;
}

.squarebox {
    border-radius: 2px !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.19);
    margin: 20px 0;
}

.titleicon.shipto img {
    width: 14%;
    top: -3px;
}

.titleicon.shipto img {
    width: 15%;
    top: 1px;
}

.portletheading {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #d6eddc;
    height: 30px;
    background: #0067b0;
}

.portletheading .caption-subject {
    color: #ffffff!important;
}

.recipt {
    margin-bottom: 15px;
    padding: 10px;
}

span.noofbox {
    margin-left: 20px;
}

.errorbox {
    background: #ffefef;
    color: black;
    padding: 10;
    border-radius: 3px !important;
    margin-bottom: 20px;
}

label.errorcolr {
    color: red;
    font-weight: 600;
}

.linetext {
    margin-top: 35px;
}


/*tabs*/

.ui-regulartabs .nav>li>a {
    padding: 10px 20px;
    background: #908f8f;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    color: #fff;
}

.ui-regulartabs .nav-tabs>li>a:hover {
    color: inherit;
    background-color: rgb(170, 170, 170);
    border-color: rgb(170, 170, 170);
    border-bottom-color: transparent;
}

.ui-regulartabs .nav-tabs>li {
    cursor: pointer;
}

.ui-Warning-text {
    color: red;
    font-weight: bold;
}

.ui-regulartabs ul.nav.nav-tabs {
    margin-bottom: 3px !important;
}

.ui-regulartabs .nav-tabs li.active>a {
    background-color: var(--Theme-Primary-Color);
}

.ui-regulartabs .panel {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.ui-regulartabs .ui-tabborder {
    border: 1px solid #dddddd;
    margin-top: -2px;
}

.ui-regulartabs .nav li a i {
    width: 15px;
}

.ui-regulartabs .nav>li>a:hover {
    color: #ffffff !important;
}

.ui-tabcontentbody {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
    margin-top: -3px;
    padding: 10px;
}


/*table altration*/

.ui-tabcontentbody thead {
    background-color: var(--Theme-Primary-Color);
    color: white;
}

.ui-tabcontentbody thead th {
    padding: 6px 8px !important;
    font-size: 12px !important;
}

.ui-tabcontentbody tbody td {
    padding: 4px 8px !important;
}


/* end setp screen css */

@media (max-width: 768px) {
    .BoxAction {
        top: -12px;
    }
    .personInfo {
        text-align: center;
    }
    .innerBox-Content {
        height: 230px;
    }
    .at-connections .BoxAction {
        right: 158px;
        top: 20px;
    }
    .ConnStatus {
        margin-top: 35px;
    }
}

@media (max-width: 425px) {
    span.DeviceIdno {
        margin-left: 57px;
    }
    .DeviceHeader .portlet-title {
        padding: 10px 20px !important;
    }
    .designImg img {
        top: -25px;
    }
    .D-header .caption>.caption-subject {
        margin-left: 10px;
    }
    ul.sub-menu li.nav-item {
        text-align: center;
    }
}

.defineDeclarationType .css-48ayfv+div,
.declarationDropDown .css-48ayfv+div {
    width: 100% !important;
}

.css-1pcexqc-container {
    position: relative;
    box-sizing: border-box;
    width: 100% !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: var(--Theme-Primary-Color);
    border-radius: 10px;
}

.badge-warning {
    background-color: #fb7425;
}

.badge-success {
    background: #56a93c;
}


/* Tiles*/

.table100 {
    position: relative;
}

.table100.ver1 {
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    /* height: 28%; */
    background-color: #fff;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.orderdetails-table {
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.06);
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 16px;
    color: var(--Theme-Primary-Color);
    line-height: 1.9;
    /* background-color: #d71923; */
}

.table100-head {
    width: 100%;
    top: 0;
    left: 0;
}

.table100.ver1 th {
    font-size: 19px;
    color: #fff;
    line-height: 1.4;
    background-color: var(--Theme-Primary-Color);
}

.refresh-img-div {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    /* left: 20px; */
    left:96%;
    top: 20px;
    right: 25px;
    z-index: 1;
}

.refresh-img {
    height: 25px;
    width: 25px;
    padding: 4px;
}

.refresh-img-full-div {
    position: relative;
    /* left: 0px; */
    right: 90px;
    /* top: 0px; */
    /* bottom: 20px; */
    float: right;
    left: 20px;
    bottom: 65px;
}

.refresh-img-full {
    width: 30px;
    height: 30px;
    /* background: orange; */
    padding: 4px;
}


/* $lightGrey: #F2F2F2;
$grey: #6E6E6E;
$white: #FFFFFF;
$blue: #1849AB; */


/* body {
  background-color: lightgrey;
  display: flex;
  font-family: 'Arial';
  justify-content: center;
  padding: 4rem;
} */

.download-image-view {
    width: 300px;
    height: 300px;
}

.content-toggle {
    position: relative;
    bottom: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    font-size: 9px;
}

.content-toggle .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 45px;
}

.content-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4285B9;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
}


/* .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
} */

input:checked+.slider {
    background-color: #1849ab;
}

input:focus+.slider {
    box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
    outline: none;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px !important;
}

.slider.round:before {
    border-radius: 50%;
}

.d3-tip {
    /* line-height: 1; */
    font-weight: bold;
    padding: 6px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
}


/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    /* line-height: 1; */
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}


/* Style northward tooltips differently */

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

path.slice {
    stroke-width: 2px;
}

polyline {
    opacity: 0.3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

.sankeylink:hover {
    stroke-opacity: 0.2;
}

.underline {
    border-bottom: 1px solid #e5e5e5 !important;
}

.bg-blue-period {
    background-color: #0067b0;
    text-align: center;
    color: white;
    /* padding: 6.5rem 0; */
    border: 3px solid #0067b0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.bg-blue-zone-companies {
    background-color: #0067b0;
    text-align: center;
    color: white;
    /* padding: 6.5rem 0; */
    border: 3px solid #0067b0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    width: 80px;
}

.bg-blue-year {
    background-color: #0067b0;
    text-align: center;
    color: white;
    padding: 0.75rem;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.bg-grey {
    background-color: #e5e5e5;
    text-align: center;
    color: black;
    padding: 0.75rem;
}

.p-0 {
    padding: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 15px !important;
}

.grid {
    display: grid !important;
}

.btn-primary {
    background-color: #e5e5e5 !important;
    border-color: white !important;
    color: #000 !important;
}

.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.btn-primary:visited {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}


/* Center the contents of the bubble chart */

.bubble-chart-container {
    flex: 1;
    position: relative;
    display: flex;
    user-select: none;
    justify-content: center;
}


/* Center text in the circle, and hide any overflow */

.bubble-chart-container .bubble-chart-text .bubble-label {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    will-change: left, top, height, width;
}


/* Show the overflow when hovering over a label */

.bubble-chart-container .bubble-chart-text .bubble-label:hover {
    overflow: visible;
    font-weight: bold;
}


/* Optional, but recommended - reduce the size of text on medium bubbles */

.bubble-chart-container .bubble-chart-text .bubble-label.medium {
    font-size: 0.8em;
}


/* Optional, but recommended - hide the text on small bubbles */

.bubble-chart-container .bubble-chart-text .bubble-label.small {
    font-size: 0;
}


/* Make sure to unhide the text when hovering */

.bubble-chart-container .bubble-chart-text .bubble-label.small:hover {
    font-size: 0.8em;
}

.radio-input {
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: red;
    left: 0px;
    height: 100%;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
}

.radio-input:hover .open>.btn-primary.dropdown-toggle {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.radio-selected {
    color: white !important;
    background-color: #0576b2 !important;
    border-color: white !important;
}

.button-row {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.graphLoader,
.graphLoader:before,
.graphLoader:after {
    background: #40496a;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.graphLoader:before,
.graphLoader:after {
    position: absolute;
    top: 0;
    content: "";
}

.graphLoader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.graphLoader:after {
    left: 1.5em;
}

#controls {
    font-size: 18px;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

span:nth-child(2) {
    /* margin-left: 20px; */
}

#country-info {
    font-size: 13px;
    position: absolute;
    top: 80px;
    left: 65px;
    background: #0067b0;
    color: white;
    border: 4px solid black;
    padding: 10px;
}

label>b {
    display: none;
}

svg {
    /* border: 1px solid #ddd; */
}

circle {
    stroke: white;
    stroke-width: 1.5;
}

.continent-key-element text {
    fill: white;
}


/* graph preview container starts */

.graph-img-preview {
    width: 180px;
    height: 140px;
    border: 1px solid lightgray;
    /* box-shadow: 5px 9px 7px 2px lightgrey; */
}

.graph-title {
    display: none;
}

.graph-select {
    display: none;
}

.scroll-container .item:hover .graph-select {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 25px;
    bottom: 30px;
    font-weight: 700;
    left: 30px;
    text-align: center;
    z-index: 99;
}

.graph-select:hover+.graph-img-preview {
    opacity: 0.2;
}

.scroll-container {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    align-items: center;
    scroll-behavior: smooth;
}

.scroll-container .item {
    margin: 0px 5px;
    contain: content;
    box-shadow: 5px 9px 7px 2px lightgrey;
}

.scroll-container img:hover {
    opacity: 0.2;
}

.scroll-container .item:hover .graph-title {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 12px;
    bottom: 75px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.subunit {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}

text.subunit-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-anchor: middle;
    fill: #000;
}

.subunit-label {
    display: none;
}

.graticule {
    fill: none;
    stroke: #aaa;
    stroke-opacity: 0.5;
    stroke-width: 0.5px;
}


/* .scroll-icons {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
} */


/* graph preview container ends */

.dashboard-stat2 .display .number small {
    font-size: 12px !important;
}

.dash-box-style {
    box-shadow: 0px 0px 7.68px 0.32px rgb(0 0 0 / 23%);
    padding: 12px 10px 11px;
    position: relative;
    margin-top: 22px;
    min-height: 135px;
}

.dash-icon-style {
    border-radius: 6px;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(231 231 231) 0%, rgb(231 231 231) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(231 231 231) 0%, rgb(231 231 231) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(231 231 231) 0%, rgb(231 231 231) 100%);
    box-shadow: 4px 6px 8px 0px rgb(0 0 0 / 19%);
    color: #0067b0;
    width: 110px;
    min-width: 110px;
    font-size: 5rem;
    padding: 25px 10px;
    top: -30px;
    position: absolute;
    transition: .2s all;
}

.dash-box-style i {
    font-size: 5rem;
    transition: .2s all;
}

.dash-text-1 {
    text-align: right;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.dash-text-2 {
    text-align: right;
    color: rgb(0, 0, 0);
    font-size: 5rem;
}

.dash-box-style:hover i {
    font-size: 6rem;
    transition: .2s all;
}

.btn-danger_cus {
    color: #fff;
    background-color: #f31a28;
    border-color: #f31a28;
    font-weight: 600;
    border-radius: 2px !important;
    border: 0px solid !important;
    padding: 8px;
}

.btn-warning {
    font-weight: 600;
    border-radius: 2px !important;
    border: 0px solid !important;
    padding: 8px;
}

.btn-danger_cus:hover {
    color: #fff;
    background-color: #a91520;
    border-color: #a91520;
}

.btn-danger_cus:active,
.btn-danger_cus.active,
.open>.btn-danger_cus.dropdown-toggle {
    color: #fff;
    background-color: #a91520;
    border-color: #a91520;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}


/* World Heat Chart starts */

.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}


/* Tooltip CSS */

.d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family: "avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffa500;
    border-radius: 1px;
    pointer-events: none;
}


/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;
}


/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}


/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}


/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}


/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}


/*    text{
        pointer-events:none;
      }*/

.details {
    color: white;
}


/* World Heat Chart ends */

.monitoringTab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.monitoringHeading {
    display: flex !important;
    justify-content: center;
    min-height: 20%;
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Drag and Drop Starts */

.container-drag {
    text-align: center;
}

.wip {
    position: absolute;
    width: 150px;
    height: 100vh;
    left: 0;
    top: 10;
    background-color: #eeeeee;
    border-right: 1px dotted;
}

.header {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #e0e0e0;
    width: 100%;
}

.task-header {
    display: inline-block;
    background-color: skyblue;
    width: 100%;
}

.droppable {
    position: absolute;
    width: 150px;
    height: 100vh;
    right: 0;
    top: 10;
    background-color: #9e9e9e;
    border-left: 1px dotted;
}

.draggable {
    width: 100px;
    height: 100px;
    background-color: yellow;
    margin: 5px auto;
    line-height: 5em;
}


/* Drag and Drop Ends */


/* DendoGram Graph Starts */

#my_dendogram .link {
    fill: none;
    stroke: #555;
    stroke-opacity: 0.4;
    stroke-width: 1px;
}

#my_dendogram text {
    font-family: "Arial Black", Gadget, sans-serif;
    fill: black;
    font-weight: bold;
    font-size: 8px;
}

#my_dendogram .xAxis .tick text {
    fill: black;
}

#my_dendogram .grid .tick line {
    stroke: grey;
    stroke-dasharray: 5, 10;
    opacity: 0.7;
}

#my_dendogram .grid path {
    stroke-width: 0;
}

#my_dendogram .node circle {
    fill: #999;
}

#my_dendogram .node--internal circle {
    fill: #555;
}

#my_dendogram .node--internal text {
    font-size: 10px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

#my_dendogram .node--leaf text {
    fill: white;
}

#my_dendogram .ballG text {
    fill: white;
}

#my_dendogram .shadow {
    -webkit-filter: drop-shadow(-1.5px -1.5px 1.5px #000);
    filter: drop-shadow(-1.5px -1.5px 1.5px #000);
}

#my_dendogram_return .link {
    fill: none;
    stroke: #555;
    stroke-opacity: 0.4;
    stroke-width: 1px;
}

#my_dendogram_return text {
    font-family: "Arial Black", Gadget, sans-serif;
    fill: black;
    font-weight: bold;
    font-size: 8px;
}

#my_dendogram_return .xAxis .tick text {
    fill: black;
}

#my_dendogram_return .grid .tick line {
    stroke: grey;
    stroke-dasharray: 5, 10;
    opacity: 0.7;
}

#my_dendogram_return .grid path {
    stroke-width: 0;
}

#my_dendogram_return .node circle {
    fill: #999;
}

#my_dendogram_return .node--internal circle {
    fill: #555;
}

#my_dendogram_return .node--internal text {
    font-size: 10px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

#my_dendogram_return .node--leaf text {
    fill: white;
}

#my_dendogram_return .ballG2 text {
    fill: white;
}

#my_dendogram_return .shadow {
    -webkit-filter: drop-shadow(-1.5px -1.5px 1.5px #000);
    filter: drop-shadow(-1.5px -1.5px 1.5px #000);
}


/* DendoGram Graph Ends */


/* react trello board */

.column-headings {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.cHArjo {
    background-color: white;
    display: flex;
    justify-content: center;
    overflow-y: inherit;
}

.header-titles {
    display: flex;
    justify-content: space-around;
    font-weight: 600;
}


/* .dehkvL { */

.sc-EHOje {
    width: 100%;
    max-height: 100%;
    /* overflow: inherit; */
}

.sc-htpNat {
    width: 100%;
}

.sc-dnqmqq {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.smooth-dnd-container.horizontal {
    width: 100%;
}

.smooth-dnd-container.vertical {
    min-height: 200px;
    width: 100%;
}

.drop-up-button {
    width: 40px;
    display: flex;
    justify-content: center;
    margin-left: 15px;
    border-radius: 5px !important;
}

.cRZLcV {
    padding: 10px 10px;
}

.cHArjo {
    font-size: 18px;
    height: fit-content;
}

.dehkvL {
    max-height: 100%;
    margin-top: 0px !important;
}


/*react trello ends*/


/* TimeLine ( usage in Invoice Details) */

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
    height: auto;
    text-align: center;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: 0.9em;
    margin-left: 30px;
}

.timeline .line::before {
    top: -4px;
}

.timeline .line::after {
    bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
    text-align: center;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: "";
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
    font-size: 20px;
    vertical-align: middle;
    line-height: 40px;
}

.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -49px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50% !important;
    text-align: center;
    float: left;
    top: 10px;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

.timelinescreen .panel-success>.panel-heading {
    color: #fff;
    background-color: #00ae4f;
    border-color: #00ae4f;
}

.timelinescreen .panel-success {
    border-color: #00ae4f;
}

.timelinescreen .panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #e80202;
    border-color: #e80202;
}

.timelinescreen .panel-danger {
    border-color: #e80202;
}

.timelinescreen .panel-warning>.panel-heading {
    color: #ffffff;
    background-color: #fb7425;
    border-color: #fb7425;
}

.timelinescreen .panel-warning {
    border-color: #fb7425;
}


/* TimeLine End */

.HLTqd {
    padding: 0;
}

article.sc-dnqmqq.iQLmWD.sc-htoDjs.cAyhnA {
    border: 1px solid #c2c2c2;
    border-radius: 0;
}

section.sc-htpNat.HLTqd {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 0px 6px #00000024;
    height: 348px !important;
}

article.sc-dnqmqq.iQLmWD.sc-htoDjs.cAyhnA {
    border-top: 1px solid #80808061;
    border-radius: 0;
}

.sc-EHOje {
    border-top: 1px solid grey;
    padding: 5px 0px;
    margin-top: 0px;
}

.widget-view {
    height: auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}


/* dendogram-end */


/* graph preview container starts */

.graph-img-preview {
    width: 180px;
    height: 140px;
    border: 1px solid lightgray;
    /* box-shadow: 5px 9px 7px 2px lightgrey; */
}

.graph-title {
    display: none;
}

.graph-select {
    display: none;
}

.graph-titles {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 12px;
    bottom: 75px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.graph-selected {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 25px;
    bottom: 30px;
    font-weight: 700;
    left: 30px;
    text-align: center;
    z-index: 99;
}

.scroll-container .item:hover .graph-select {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 25px;
    bottom: 30px;
    font-weight: 700;
    left: 30px;
    text-align: center;
    z-index: 99;
}

.graph-select:hover+.graph-img-preview {
    opacity: 0.2;
}

.scroll-container {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    align-items: center;
    scroll-behavior: smooth;
}

.scroll-container .item {
    margin: 0px 5px;
    contain: content;
    box-shadow: 5px 9px 7px 2px lightgrey;
}

.scroll-container img:hover {
    opacity: 0.2;
}

.scroll-container .item:hover .graph-title {
    display: block;
    position: absolute;
    /* left: 100px; */
    font-size: 12px;
    bottom: 75px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}


/* Retry Exhuast button */

.retryExhaust {
    float: right;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
}

.retryExhaust:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

.portlet-body::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.portlet-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* Retry Exhuast button end */


/* .scroll-icons {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
} */


/* personlize Datatable link */

.personalizeLink {
    color: #0067b0;
    padding: 6px 0px 6px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px !important;
    border: 1px solid #0067b0;
    margin: 10px;
}


/* personlize Datatable link End */

.rct-title,
.rct-node-icon {
    font-weight: 700;
}

.rct-collapse {
    font-size: 18px;
    cursor: pointer;
}

.rct-title_active {
    background: rgb(0, 0, 0, 0.1);
}

.custom_dropdown button {
    width: 100%;
    border-radius: 2px !important;
    padding: 4px 8px 4px;
    border: 1px solid #c2cad8;
    box-shadow: none !important;
    height: 28px;
}


/* personlize Datatable link End */


/* SELECT/UNSELECT ALL SAFF LOGS*/

.notification-hit-grid table thead tr th a {
    color: white !important;
    text-decoration: none !important;
}


/* personlize Datatable link End */


/* ComboWithImage */


/* ComboWithImage ENDS */


/* multiselect */

span.multiselect-native-select {
    position: relative;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multiselect-container .input-group {
    margin: 5px;
}

.multiselect-container>li {
    padding: 0;
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700;
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer;
}

.multiselect-container>li>a {
    padding: 0;
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 10px 3px 30px;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    margin: 0;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
    margin-bottom: 5px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
    margin-left: -20px;
    margin-right: 0;
}

.mb-2 {
    margin-bottom: 0 !important;
}

label>b {
    display: none;
}


/* multiselect ends */

.label-danger {
    background-color: transparent;
    color: rgb(197, 0, 0);
}

.label-success {
    background-color: transparent;
    color: rgb(35, 170, 8);
}

.imageInteraction {
    display: flex;
    float: left;
    flex-direction: row;
    justify-content: center;
}

.imageInteraction .firstblock {
    margin: 5px 9px;
}

.imageInteraction .lastblock {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imageInteraction .lastblock .upper {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.imageInteraction .lastblock .upperInteraction {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.imageInteraction .lastblock .lower {
    font-size: 12px;
    margin-top: 2px;
    text-align: left;
}


/* ----------Uplifting Commence Bilal-------------- */

.sdg_tbl thead tr th {
    padding: 6px 9px !important;
}



.border-radius {
    border-radius: 5px !important;
}

.b-radius-sp {
    border-radius: 2px !important;
}

.br-image {
    border-radius: 50% !important;
    border: 3px solid #e5e5e5 !important;
    width: 100;
    height: 100;
    overflow: hidden;
}

.br-radius-50 {
    border-radius: 50% !important;
    border: 2px solid #999 !important;
    overflow: hidden;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-1 {
    margin-top: 6px !important;
}

.ui-regulartabs {
    padding-bottom: 10px !important;
}

.ui-regulartabs .nav-tabs>li>a:hover {
    color: inherit;
    background-color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

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

.ui-regulartabs .nav-tabs>li {
    cursor: pointer;
}

.box3 label {
    margin-bottom: 5px;
}

.box3 p {
    margin: 0;
}

.ui-regulartabs ul.nav.nav-tabs {
    margin-bottom: 3px !important;
    /* padding-top: 20px; */
}

.ui-regulartabs .nav-tabs li.active>a {
    background-color: #0067b0;
    color: #fff !important;
    border-top-left-radius: 8px;
}

.ui-regulartabs .nav-tabs li.active>a::after {
    position: absolute;
    content: "";
    background-color: #0067b0;
    top: 88%;
    right: calc(40%);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.ui-regulartabs .nav-tabs li.active>a:hover {
    background-color: #0067b0;
    color: #fff !important;
}

.ui-regulartabs .panel {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.ui-regulartabs .ui-tabborder {
    border: 1px solid #dddddd;
    margin-top: -2px;
}

.ui-regulartabs .nav li a i {
    width: 15px;
    font-weight: 600;
}

.ui-regulartabs .nav li a {
    font-size: 14px !important;
}

.ui-regulartabs .nav li a:hover {
    color: #272727 !important;
}

.ui-regulartabs .nav-tabs>li>a {
    background-color: #cecece6e;
    color: #272727 !important;
    padding: 6px 10px;
    font-weight: 400;
}

.portlet.light.bordered {
    /* border: 1px solid #FFF!important; */
}

.sdg_tbl tbody td {
    padding: 2px 5px !important;
    vertical-align: middle !important;
}

.t-center {
    text-align: center !important;
}

.actionBar {
    background: #ffffff;
    color: #0067b0;
    padding: 15px 22px 10px;
    height: 50px;
}

.actionBar h4 {
    margin: 0;
    font-weight: 700;
}

.bubbleChartAlign {
    display: flex;
    align-items: center;
}

.page-header.navbar .page-top {
    height: 45px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown {
    height: 45px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle {
    margin: 0;
    padding: 14px 16px 3px;
}

.page-header-fixed .page-container {
    margin-top: 45px !important;
}

.page-header.navbar .page-logo {
    background: var(--Main-logo);
    background-repeat: no-repeat;
    width: 179px !important;
    height: 44px;
    margin-top: 2px !important;
}

.page-header.navbar .top-menu .navbar-nav>li:hover {
    background-color: #eee;
}

.searchbutton a i {
    color: white !important;
    padding: 9px;
    font-size: 14px;
}

i.fa.fa-search {
    font-size: 14px !important;
}

.sp-checkbox input[type="checkbox"] {
    margin: 9px;
}

.sideSearchBar label {
    margin-bottom: 2;
    width: 100%;
}

.outline-radius {
    border: 2px solid #e5e5e5;
    padding: 10px;
}

.BTNpanel .sideSearchBar {
    width: 32%;
}

@media (min-width: 1366px) {
    .sideSearchBar {
        z-index: 5;
        position: absolute;
        top: 0px;
        background-color: white;
        width: 25%;
        bottom: 0px;
        transition: -webkit-transform 0.3s ease-out 0s;
        will-change: transform;
        transform: scaleX(0);
        transform-origin: right;
        overflow-y: auto;
        padding: 0px 16px 3px 4px !important;
        border-top: 1px solid #cccccca8;
    }
}

.sideSearchBar {
    z-index: 5;
    position: absolute;
    top: 0px;
    background-color: white;
    width: 25%;
    bottom: 0px;
    transition: -webkit-transform 0.3s ease-out 0s;
    will-change: transform;
    transform: scaleX(0);
    transform-origin: right;
    overflow-y: auto;
    padding: 0px 16px 3px 4px !important;
    border-top: 1px solid #cccccca8;
}


/* .paddingInput input[type=text] {
    padding: 0 15px !important;
} */

.modal-content .modal-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.gridaction ul {
    list-style: none;
    padding-left: 0px;
    margin: 6px;
}

.gridaction ul li {
    display: inline-block;
}

.gridaction ul li a {
    color: #727272;
    font-size: 14px;
}

#table-padding .gridaction a:hover {
    color: #6161ff !important;
}

.scroll-style::-webkit-scrollbar,
.sc-EHOje::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.scroll-style::-webkit-scrollbar-track,
.sc-EHOje::-webkit-scrollbar-track {
    background: #d0cccc38 !important;
    border: 1px solid #dedede !important;
}


/* Handle */

.scroll-style::-webkit-scrollbar-thumb,
.sc-EHOje::-webkit-scrollbar-thumb {
    background: #c5c5c5 !important;
    border-radius: 50px !important;
}

.css-48ayfv+div {
    width: 100%;
    border: 1px solid #e1e0e0;
    border-top: 0;
    margin-top: 0 !important;
}

.css-1jllj6i-control {
    min-height: 28px !important;
    line-height: 17px;
}

li.sidemenufirstli {
    color: #787878;
    height: 47px;
    border-bottom: 1px solid #40423e !important;
}

#someHeight {
    display: block;
    transition: all 0.2s ease-in;
    animation-delay: 100ms;
    transform-origin: top;
    overflow-y: scroll;
    transform: scaleY(0);
    max-height: 160px;
}

.page-sidebar-closed .page-sidebar-menu .chevron-right {
    display: none;
}

.page-sidebar-closed .menu-toggler.sidebar-toggler .expandImg {
    top: 13px;
    position: relative;
    left: 24px;
}

img.expandImg.right {
    display: none;
}

.page-sidebar-closed img.expandImg.right {
    display: block !important;
}

.page-sidebar-closed .menu-toggler.sidebar-toggler .expandImg {
    display: none;
}

.page-sidebar-closed .menu-toggler.sidebar-toggler {
    right: 0;
    width: 100% !important;
}

.page-sidebar-closed .lastLoginBox {
    display: none;
}

.menu-toggler.sidebar-toggler .fa-bars,
.menu-toggler.sidebar-toggler .expandImg {
    top: 13px;
    position: relative;
    left: 3px;
    font-size: 16px;
    color: #999;
}

li.sidemenufirstli h3 {
    margin-top: 0px;
    position: relative;
    left: 8px;
    top: 4px;
    font-size: 20;
    color: white;
}

.modal-content .modal-header {
    padding: 10px 8 !important;
}

.modal .modal-header {
    border-bottom: 1px solid #efefef;
}

.mpopup {
    overflow-y: auto;
    max-height: 550px;
}

.mpopup.addExemptions {
    overflow-y: visible;
    /* max-height: 550px; */
    height: 144px;
}

.mpopup.viewExemptions {
    overflow-y: visible;
    /* max-height: 550px; */
    height: 140px;
}

textarea {
    height: auto !important;
}

.Declarationtypepop label {
    margin-bottom: 2px;
}

.letterbox {
    border: 1px solid #0067b0;
    border-radius: 5px !important;
    margin: 0px 5px;
    padding: 10px;
    height: 100px;
}

.letterbox1 {
    border: 1px solid #0067b0;
    border-radius: 5px !important;
    margin: 0px 5px;
    padding: 10px;
    height: 100px;
}

.letterbox2 {
    border: 1px solid #0067b0;
    border-radius: 5px !important;
    margin: 0px 5px;
    padding: 10px;
    height: 100px;
    background-color: #f0f8ff;
}

.letterbox1 p {
    margin: 0px;
}

.sesdata {
    position: absolute;
    text-align: right;
    right: 33px;
    top: -35px;
}

.sesdata .SESbtn {
    color: #00968f;
    font-size: 16px;
    font-weight: 600;
}

.sesdata .SESbtn-active {
    color: white;
    background-color: #00716b;
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
}

.sesdata a:focus,
.sesdata a:hover {
    text-decoration: none;
}

.sesdata .ico-ar-steps-alt {
    font-size: 16px;
    padding-right: 4px;
    color: #00968f;
}

.letterbox p {
    margin: 0px;
}

.clientNameId {
    /* margin: 10px 0; */
}

.clientNameId p {
    font-size: 12px;
}

.sesdata {
    position: absolute;
    text-align: right;
    right: 33px;
    top: -35px;
}

.sesdata .SESbtn {
    color: #00968f;
    font-size: 16px;
    font-weight: 600;
}

.sesdata .SESbtn-active {
    color: white;
    background-color: #0067b0;
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
}

.sesdata a .ico-ar-steps {
    font-size: 23px;
    padding: 0px 0px;
    color: #00968f;
}

.sesdata a:focus,
.sesdata a:hover {
    text-decoration: none;
}

.steps-active .ico-ar-steps-alt {
    color: white !important;
}

.steps-slider-onclick {
    z-index: 3;
    position: absolute;
    width: 98%;
    background-color: white;
    box-shadow: rgb(50 50 50 / 20%) 0px 10px 6px 0px;
    clip-path: inset(0% 0% -14% 0%);
    top: 0;
    right: 0;
    transition: ease-out 0.3s;
    border: 1px solid #0067b0;
    border-top: none;
    border-bottom: 5px solid #0067b0;
}

.steps-slider-default {
    z-index: 3;
    position: absolute;
    width: 98%;
    background-color: white;
    box-shadow: rgba(50, 50, 50, 0.2) 0px 10px 6px 0px;
    clip-path: inset(0% 0% 100% 0%);
    top: 0;
    right: 0;
    border: 1px solid #0067b0;
    border-top: none;
    border-bottom: 5px solid #0067b0;
    transition: ease-out 0.3s;
}

.acsi {
    padding: 7px 8px 5px 10px;
}

.sesdata .ico-ar-steps-alt {
    font-size: 16px;
    padding-right: 4px;
    color: #0067b0;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}

#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 11px;
    /* width: 25%; */
    float: left;
    position: relative;
    font-weight: 800;
}

#progressbar li.active:before {
    background: #0067b0;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid white;
    top: -5px;
    line-height: 50px;
    margin: 10px auto 0px auto;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #bfbfbf;
    position: absolute;
    left: -50%;
    top: 31px;
    z-index: 0;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #333;
    background: white;
    border-radius: 50%;
    border: 2px solid #666;
    margin: 8px auto 12px auto;
    font-weight: 600;
    position: relative;
    z-index: 1;
    top: 7px;
}

.closestyle {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 25px;
    z-index: 99;
    color: #9e9e9e73;
    cursor: pointer;
}

.stepclose {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 25px;
    z-index: 99;
    color: #9e9e9e73;
    cursor: pointer;
}

.steps-active {
    background: #0067b0;
    padding: 7px 8px 5px 10px;
}

.y-scroll {
    margin-bottom: 0px;
    overflow-y: scroll;
    height: 87vh;
    min-height: 600px;
}

.customs-toolbar {
    position: absolute;
    right: 38px;
    top: -35px;
    background-color: #0067b0;
}

.customs-toolbar a i:hover {
    color: #fff;
}

ul.toptoolbar {
    list-style: none;
    padding-left: 0;
    display: flex;
}

ul.toptoolbar li {
    display: inline-block;
    margin-left: 5px;
}

.toptoolbar a i {
    background: #0067b0;
    padding: 8px 10px !important;
    border-radius: 5px;
    color: white;
}

.toptoolbar li [class*=" fa-"] {
    width: 2.2em !important;
}

.heading-subject {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--caption-subject) !important;
}

.label-style {
    font-size: 1em;
    font-weight: 700 !important;
    color: #333 !important;
    padding-top: 10px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: baseline;
}

.red-color {
    color: #ff0000;
    font-size: 1em;
    font-weight: 700 !important;
    padding-top: 10px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: baseline;
}

.b-radius {
    border-radius: 50% !important;
}

.btn-generate {
    padding: 3px 12px !important;
}


/* Login Screen CSS -- bilal */

.login-panel {
    height: 100vh;
    /* margin-top: 10px; */
    justify-content: center;
    align-self: center;
    background-color: white;
    /* padding: 75px; */
    display: flex;
    align-items: center;
}

.btn.btn-login.btn-block:hover {
    color: white !important;
}

.btn.btn-login.btn-block:active:hover {
    color: white !important;
}

#engAnchor.actv a:hover {
    color: white !important;
    text-decoration: none;
}

#arbAnchor.actv a:hover {
    color: white !important;
    text-decoration: none;
}

.login-panel .login-form {
    width: 350px;
    height: 435px;
}

.carousel-inner {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    width: 100%;
    height: 100%;
}

.carousel-inner .form-group {
    margin-bottom: 12px !important;
    padding: 5px 10px;
}

.login .form-control,
.locked .lock-form .form-group .form-control {
    /* border: 1px solid #337ab7 !important; */
    height: 40px !important;
    border-radius: 50px !important;
    box-shadow: 0px 5px 9px #44444440 !important;
    padding: 4px;
    border: none !important;
}

.input-icon>i {
    color: #0067b0;
    position: absolute;
    margin: 14px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.input-icon1>i {
    color: #0067b0;
    position: absolute;
    margin-top: 7px;
    margin-bottom: 7px;
    /* ma: 7px; */
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.forget-password h4 a {
    font-size: 14px !important;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    margin-top: 20px;
}

.btn-login {
    height: 40px;
    background-color: #0067b0;
    border: 1px solid #0067b0 !important;
    color: white !important;
    border-radius: 50px !important;
}

.login .lng {
    position: relative;
    left: -28px;
    bottom: 0 !important;
    top: 15px !important;
}

.login .lng li.actv {
    padding: 2px 8px !important;
    background: #0067b0 !important;
}

.form-actions a:hover {
    color: white !important;
    text-decoration: none;
}

@media (max-width: 992px) {
    .Mobdate {
        display: none;
    }
}

.fillertool #fromDate input,
.fillertool #toDate input {
    height: 35px;
}


/* Lockscreen */

@media (min-width: 992px) {
    .locked .fa-lock {
        font-size: 30px;
        color: #fff;
        text-align: center;
        position: absolute;
        border-radius: 30px;
        padding: 20px 18px;
        background: #0067b0;
        left: -27px;
        transform: scale(1.5);
        right: initial !important;
        top: initial !important;
        /* top: -20px; */
    }
    
}

.lock-form .form-group {
    margin-bottom: 30px !important;
}

@media (min-width: 992px) {
    .lock-form {
        padding-left: 0px !important;
        margin-top: 15px;
        width: 100%;
    }
}

.lock-body {
    overflow: visible !important;
}

.orderno label {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 0px !important;
}


/* ---------- Bilal -------- */

.table-bordered>thead>tr>th {
    border-top: 1px solid #0067b0 !important;
}

.sdg_tbl thead tr th:first-child {
    border-left: 1px solid #0067b0 !important;
}

.sdg_tbl thead tr th:last-child {
    border-right: 1px solid #0067b0 !important;
}

.btmfilteranchor a:hover {
    color: white !important;
    box-shadow: 0px 2px 5px #808080c7;
    transition: transform 0.5s linear;
}

.btmfilteranchor a {
    font-size: 14px;
    letter-spacing: 1;
    padding: 12px 10px;
    line-height: 0;
}

.arrowcount {
    text-align: end;
    font-size: 26px;
}

.arrowcount .fa-angle-right {
    margin: 0 12px;
}

.arrowcount i {
    cursor: pointer;
}

.cssload-container {
    margin: 5% 45%;
}

.logo2 img {
    width: 140px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

li.logo2:hover {
    background-color: transparent !important;
}

.lastLoginBox {
    text-align: left;
    margin-left: 13px;
    color: darkgrey;
    font-size: 12px;
}

.sideMenuContainer {
    display: flex;
    flex-direction: column;
    height: 93%;
    justify-content: space-between;
}

.returnreq {
    /* border: 1px solid #cecece; */
    padding: 5px 15;
    margin-bottom: 0;
    border-radius: 3px!important;
    box-shadow: 0px 0px 10px #80808040;
    margin-bottom: 15px;
    background: #0067b03b;
}

.returnreq label {
    margin-bottom: 0px;
}

.data-seperation-border {
    border: 2px solid #afa7a7;
    margin-top: 10px;
    padding: 10px;
}


/* =============================================================================== */


/* Mobile Side Bar */

#sidebar-mobile a,
#sidebar-mobile a:hover,
#sidebar-mobile a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-mobile-navbar-btn {
    box-shadow: none;
    background: transparent;
    outline: none !important;
    border: none;
    position: fixed;
    height: 35px;
    width: 50px;
    top: 16px;
    left: 5px;
    z-index: 10024;
    display: none;
}

.sidebar-mobile-navbar-btn i {
    color: #9a9a9a;
    font-size: 24px;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar-mobile {
    max-width: 300px;
    min-width: 300px;
    height: 100vh;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    margin-left: -300px;
    z-index: 10000;
    top: 0px;
}

#sidebar-mobile .sidebar-mobile-container {
    margin-top: 50px;
}

#sidebar-mobile .sidebar-mobile-container p {
    margin-top: auto;
    margin-bottom: 0px;
    padding: 10px;
    color: #727272;
    font-size: 12px;
}

#sidebar-mobile a,
#sidebar-mobile a:hover,
#sidebar-mobile a:focus {
    color: inherit;
}

#sidebar-mobile.active {
    margin-left: 0px;
}

#sidebar-mobile ul.components {
    border-bottom: 0.1px solid #ccc;
}

#sidebar-mobile ul p {
    color: #fff;
}

#sidebar-mobile ul li a {
    padding: 5px 10px;
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
}

#sidebar-mobile ul li a i {
    margin-right: 10px;
}

#sidebar-mobile ul li a:hover {
    color: #fff !important;
    background: #0067b0;
}

#sidebar-mobile ul li.active>a,
a[aria-expanded="true"] {
    color: #fff !important;
    ;
    background: #0067b0;
}

#sidebar-mobile a[data-toggle="collapse"] {
    position: relative;
}

#sidebar-mobile a[aria-expanded="false"]::before,
#sidebar-mobile a[aria-expanded="true"]::before {
    content: '\e080';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
    top: 18px;
    color: #7d7d7d;
}

#sidebar-mobile a[aria-expanded="true"]::before {
    content: '\e114';
}

#sidebar-mobile ul a {
    font-size: 1.1em !important;
}

#sidebar-mobile ul ul a {
    font-size: 0.9em !important;
    color: #ccc;
    border-bottom: 0.5px solid rgb(71 71 71);
    padding-left: 30px !important;
}

.fillertool {
    border: 1px solid #e5e5e5;
    padding: 10px;
    padding-right: 25px!important;
    background-color: #e5e5e53d;
    box-shadow: 0px 0px 4px #80808047;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 992px) {
    .Mobdate {
        display: none;
    }
    #sidebar-mobile {
        margin-left: -300px;
    }
    #sidebar-mobile.active {
        margin-left: 0px;
    }
    .sidebar-mobile-navbar-btn {
        display: block;
    }
    .page-header.navbar .page-logo {
        display: none;
    }
    
}

@media (min-width:1024px) and (max-width: 1366px) {
.dash-box-style i {
    font-size: 3rem;
    transition: .2s all;
}
.dash-box-style{
    font-size: 10px;
}
.dash-icon-style {
    width: 50px;
    min-width: 50px;
    left: 0px;
}
}
@media (max-width:767px) {
    .sideSearchBar {
        width: 65%;
    }
    #sidebarCollapse.active {
        top: 5px;
    }
    .page-header.navbar .page-top {
        clear: none !important;
    }
    .lock-avatar {
        width: 80px!important;
    }
    .actionBar {
        padding-top: 24px !important;
        height: 92px;
    }
    .topbuttonbar {
        right: auto !important;
        left: 30px;
    }
    .refresh-img-div {
        top: 10px;
        right: 18px;
        z-index: 2;
    }
    .refresh-img-full {
        width: 25px;
        height: 25px;
    }
}


/* #sidebarCollapse.active{
    left: 210px;
} */

#sidebar-mobile .collapsing {
    height: 85px;
    overflow-y: scroll;
}

#sidebar-mobile .collapse {
    height: 85px;
    overflow-y: scroll;
}

#sidebar-mobile .collapse .in {
    height: 85px;
    overflow-y: scroll;
}


/* Mobile Side Bar */


/* =============================================================================== */

.fillertool #fromDate input,
.fillertool #toDate input {
    height: 35px;
}

.lock-body {
    text-align: center;
}

@media (max-width: 820px) {
    .lock-body .fa.fa-lock {
        display: none;
    }
}
@media (max-width: 768px) {
    .lock-body .fa.fa-lock {
        display: none;
    }
    .blockchainexpbox {
        height: 91px;
        border: 1px solid #80808061;
        margin: 15px 15px 0px;
    }
    .statsbox {
        margin: 15px;
    }
}

.sidebar-mobile-container ul.list-unstyled.components li:first-child a {
    padding: 12px 10px!important;
}

.sidebar-mobile-container ul.list-unstyled.components {
    margin-bottom: 0px;
}

.dashboadlist .portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 12px!important;
}


/* Mobile Side Bar */

.table-dubai-customs th {
    background-color: var(--Theme-Primary-Color);
    color: #fff;
    text-transform: capitalize;
}


/* =============================================================================== */

.avanza-bg {
    background-color: #0067b0 !important;
    color: #fff !important;
}

.px-0 {
    padding: 15px 0 !important
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: 20px;
    bottom: -269px !important;
    left: -140px !important;
    margin-bottom: 2px;
    height: fit-content;
    box-shadow: none;
}

.mb-3 {
    margin-bottom: 12px;
}

@media (max-width:501px) {
    .ui-regulartabs .nav li a {
        font-size: 11px !important;
    }
    /* .row.button-row.mb-3.px-0.responsive {
        display: none;
    } */
    .responsivebutton {
        display: block;
    }
}

@media (min-width: 502px) {
    /* .responsivebutton {
        display: none;
    } */
}

.topbuttonbar ul {
    list-style: none;
    padding-left: 0px;
}

.topbuttonbar ul li {
    display: inline-block;
    margin-right: 5px;
    background-color: #0067b0;
    width: auto;
    border-radius: 4px !important;
    padding: 8px 8px;
    cursor: pointer;
}

.topbuttonbar ul li a,
.topbuttonbar ul li a:hover {
    color: white!important;
}

.topbuttonbar {
    position: absolute;
    right: 47px;
    top: -37px;
}

.palette .input-hidden {
    position: absolute;
    /* left: -9999px; */
    opacity: 0;
}

.palette input[type=radio]:checked+label>img {
    border: 2px solid #0067b0;
    box-shadow: 0 0 5px #4a494966;
    padding: 1px;
}


/* Stuff after this is only to make things more pretty */

.palette input[type=radio]+label>img {
    border: 1px solid #444;
    /* width: 284px; */
    /* height: 32px; */
    width: 100% !important;
    transition: 500ms all;
}

.palette {
    margin: 10 0;
}

.col-sm-3half, .col-sm-8half {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.buyersuplier .btn {
    padding: 6px 20px;
  }
.buyersuplier .supchck{width: 50%; border-top-left-radius: 35px!important; border-bottom-left-radius: 35px!important;  border: 1px solid #d8d8d8;}
.buyersuplier .buychck{width: 50%; border-top-right-radius: 35px!important; border-bottom-right-radius: 35px!important; border: 1px solid #d8d8d8;}
.chckinactive{background-color: #0067b0; color: white;} 
.buyersuplier .chckinactive:hover{
    color: white;
}
@media (min-width: 768px) {
    .col-sm-3half, .col-sm-8half {
        float: left;
    }
    .col-sm-3half {
        width: 29.16666667%;
    }
    .col-sm-8half {
        width: 70.83333333%;
    }
}

/* .palette input[type="radio"] {
    visibility: hidden;
}

input[type="radio"]:checked+label {
    border: 1px solid red;
} */


/* -------- Responsive --------- */

@media (max-width:992px) {
    .page-header.navbar .page-logo {
        background: var(--Main-logo);
        background-repeat: no-repeat;
        width: 179px !important;
        height: 35px !important;
        margin-top: 2px !important;
    }
    .page-header.navbar .page-top {
        height: 35px !important;
    }
    .page-container-bg-solid .page-content {
        background: #ffffff;
    }
    .page-container {
        background: #ffffff;
    }
    
    .page-header.navbar {
        background: #fff !important;
    }
    .page-header.navbar {
        padding: 0;
        height: 61px !important;
    }
    .page-header-fixed .page-container {
        margin-top: -12px !important;
    }
    .page-header.navbar {
        padding: 0;
        height: 61px !important;
    }
    .page-header.navbar {
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0;
        height: 68px;
        min-height: 61px;
        filter: none;
        background-image: none;
    }
    .sidebar-mobile-navbar-btn {
        top: 16px;
        z-index: 10012;
        display: block;
    }
}

.circularProgressBar svg path,
.circularProgressBar {
  width: 30px;
  height: 30px;
}
.circularProgressBar svg text {
  transform: translate(0px, 3px);
}

/* @media (min-width: 993px) {
    .sidebar-mobile-navbar-btn {
        display: none!;
    }
} */