.whitespace-nowrap {
	white-space: nowrap;
}
.block {
    display: block !important;
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.item-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.gap-15 {
    gap:15px;
}
.gap-5 {
    gap:5px;
}
.gap-10 {
    gap:10px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
body {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
body > div.navbar {
	box-shadow: none;
}
@media only screen and (min-width:768px)  {
body > div.navbar:before {
	background: #444 !important;
}
}

.sidebar {
	padding: 45px;
	padding-bottom: 30px;
	/*padding-top: 0px;*/
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	/*position:fixed;*/
	width: 100%;
	/*padding-right: 0px;*/
	/*max-width: 32%;*/
	position: fixed;
	left: 0;
	width: 25%;
	top:0px;
	padding-top:100px;
	height: 100vh;
	z-index: 99999;

}
.sidebar .social {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding: 0px 20%;
}
.sidebar .social a {
    color: #ccc;
}
.sidebar .social a:hover {
    color: #f90005;
}
#accordion {
    margin-top:30px;
}
.sidebar #accordion h4.page-header {
    margin-top:0
}
.sidebar #accordion h4.page-header a {
    color:#333;display:flex;justify-content:space-between;text-decoration: none;
}
.sidebar #accordion h4.page-header a span {
    margin-right:15px;
}
.sidebar #accordion h4.page-header a.collapsed i.fa-plus {display: inline;}
.sidebar #accordion h4.page-header a.collapsed i.fa-minus {display:none}
.sidebar #accordion h4.page-header a i.fa-plus {display:none}
.sidebar #accordion h4.page-header a i.fa-minus {display:inline}
.sidebar #accordion h4.page-header a i {
    color: #f90005;
}

.sidebar .sidebarLogo {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f90005;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
}
.sidebar .sidebarLogo img {
	    filter: brightness(0) invert(1);
}
.sidebar .nav-sidebar > li > a {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar .nav-sidebar > li > a:hover {
	background: #fafafa;
	color: #666;
}
.sidebar .nav-sidebar > li.active > a {
	    background: #eee;
    color: #333;
    border-radius: 4px;
}
.sidebar h4:first-child {
	margin-top: 0px !important;
}
.sidebar h4.page-header {
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 30px;
}
.mainContent {
	padding:0px;
	padding-top:60px;
}
.mainContent > h2:first-child {
    font-size: 24px;
    font-weight: 500;
    margin: 0 -15px;
    padding: 15px 15px;
    margin-bottom: 15px;
    position: sticky;
    top: 60px;
    z-index: 999;
}
body > div.navbar li>.dropdown-menu{
    z-index: 9999;
}
.mainContent > h2:first-child a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainContent > h2:first-child a i {
        font-size: 18px !important;
}
.mainContent .dashboardWidget {
	background: #fff;
	padding:30px;
	margin-top: 30px;
	border: 8px solid #ddd;
}
.mainContent h2 {
	margin:0;
	margin-bottom: 30px;
	font-weight: 400;
}
.mainContent .dashboardWidget table thead tr th {
	border-bottom:none;
	cursor:default;
}
.mainContent .dashboardWidget table td {

}
table img {
	mix-blend-mode: multiply;
}
.mainContent .dashboardWidget table img {
    margin-top: -5px;
    margin-bottom: -5px;
}
.mainContent .dashboardWidget table .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mainContent .dashboardWidget table .btn i {
font-size: 100%!important;
    margin-right: 4px;
}
.mainContent .dashboardWidget table tr.bold td {
	font-weight: bold;
}
.mainContent .dashboardWidgetBox {
	filter:grayscale(30%);
	cursor:default;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border:none !important;
}

.mainContent .dashboardWidgetBox:hover {
	filter:grayscale(0);
}
.mainContent .dashboardWidgetBox ul {
	margin-top:45px;
	text-align: right;
}
.mainContent .dashboardWidgetBox ul li {
	font-size: 16px;
}
.mainContent .dashboardWidgetBox img {
	display: block;
	max-width: 140px;
}
.mainContent .dashboardWidgetBox h4 {
	font-weight: 500;
    font-size: 20px;
}
.mainContent .dashboardWidgetBox.blue {
	background: #00BCD4;
    color: white;
    border: 8px solid #07a0c5 ;
    background-image: url('https://www.svgrepo.com/show/503592/support.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}

.mainContent .dashboardWidgetBox.blue:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #07a0c5;
    width: 0;
}

.mainContent .dashboardWidgetBox.pink {
    background: #b0379c;
    color: white;
    border: 8px solid #800040 ;
    background-image: url('https://www.svgrepo.com/show/479451/official-document.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.pink:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #800040;
    width: 0;
}

.mainContent .dashboardWidgetBox.greenDark {
    background: #3ab751;
    color: white;
    border: 8px solid #1e662b ;
    background-image: url('https://www.svgrepo.com/show/491734/users.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.greenDark:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #1e662b;
    width: 0;
}

.mainContent .dashboardWidgetBox.gray {
    background: #999999;
    color: white;
    border: 8px solid #666666 ;
    background-image: url('https://www.svgrepo.com/show/509290/wrench.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.gray:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #666666;
    width: 0;
}
.mainContent .dashboardWidgetBox.orange {
	background: #FFC107;
    color: white;
    border: 8px solid #d0a609 ;
    background-image: url('https://www.svgrepo.com/show/524017/clipboard-list.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.orange:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #d0a609;
    width: 0;
}

.mainContent .dashboardWidgetBox.green {
	background: #7acd57;
    color: white;
    border: 8px solid #61ae40 ;
    background-image: url('https://www.svgrepo.com/show/375235/warranty-term.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.green:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #61ae40;
    width: 0;
}

.mainContent .dashboardWidgetBox.newsArea {
    background: #666;
    color: white;
    border: 8px solid #333 ;
    background-image: url('https://www.svgrepo.com/show/389780/news-paper.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.newsArea:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #333;
    width: 0;
}

.mainContent .dashboardWidgetBox.newsArea2 {
	background: #dc946c;
    color: white;
    border: 8px solid #a56e4f ;
    background-image: url('https://www.svgrepo.com/show/431048/horn.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.newsArea2:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #a56e4f;
    width: 0;
}

.mainContent .dashboardWidgetBox.architecture {
	background: #673ab7;
    color: white;
    border: 8px solid #4f2894 ;
    background-image: url('https://www.svgrepo.com/show/428238/architecture.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-position: 20px 60px;
}
.mainContent .dashboardWidgetBox.architecture:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid #f0f0f0;
    border-right: 40px solid #4f2894;
    width: 0;
}

.mainContent .dashboardWidgetBox.newsArea ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.mainContent .dashboardWidgetBox.newsArea ul li {
	padding:2px 0;
}
.mainContent .dashboardWidgetBox.newsArea ul li a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.mainContent .dashboardWidgetBox.newsArea ul li a:hover {
	text-decoration: none;
}
.mainContent .dashboardWidgetBox.newsArea ul li a span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 320px;
	display: inline-block;
}


.mainContent .dashboardWidgetBox.newsArea2 ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.mainContent .dashboardWidgetBox.newsArea2 ul li {
    padding:2px 0;
}
.mainContent .dashboardWidgetBox.newsArea2 ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.mainContent .dashboardWidgetBox.newsArea2 ul li a:hover {
    text-decoration: none;
}
.mainContent .dashboardWidgetBox.newsArea2 ul li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 320px;
    display: inline-block;
}

.signoutLing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    gap: 5px;
    color: #e92c04;
}
.signoutLing:hover {
	text-decoration: none;
}
.navbar-nav {
	    padding-right: 30px;
}
.advertArea {
	    margin-bottom: 30px;
        filter:grayscale(30%);
}
.advertArea:hover {
 filter:grayscale(0);
}
.advertArea img {
	width: 100%;
}


.filterBar input {
    border:none;
}

.dashboard-table {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    border-radius: 8px !important;
    overflow: hidden;
    cursor: default;
}
.filterBar .btn-group button {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    border-radius: 8px !important;
    cursor: default;
}
.filterBar .btn-group {
    background: none;
    box-shadow: none;
}
.filterBar .input-group {
 /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    border-radius: 8px !important;
    cursor: default;
    overflow: hidden;
}
.filterBar .filterButton {
    border:none !important;
    padding: 11px 20px;
}
.filterBar .filterButton i {
    color: #666;
}
.filterBar .filterButton:hover {
    border:none !important;
    background: #ccc;
}
.filterBar .filterButton:hover i {
    color: #333;
}
.flex-table-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.mainContent > h2 + form {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    overflow: hidden;
    cursor: default;
    margin-bottom: 15px;
    padding: 15px;
    margin:-15px;
    min-height: calc(100vh - 116px);
}


.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
}

.dropdown-toggle.bs-placeholder {

}
.dealer-offer-products {

}
.dealer-offer-products .products .row {
    padding: 5px 0px;
}

.dealer-offer-products .products .row .dropdown-toggle.bs-placeholder {
    background: #eee;
}
.dealer-offer-products .products .row.cloneHead {
    background: #fafafa;
    padding: 0;
}
.dealer-offer-products .products .row .form-group {
    margin-bottom: 0;
}
.dealer-offer-products .row.cloneHead label {
    margin-bottom: 0;
}
.dealer-offer-products .row {
    margin-left:-2px !important;
    margin-right:-2px !important;
}
.dealer-offer-products .row > div {
    padding-left:2px !important;
    padding-right:2px !important;
}
.dealer-offer-products input {
    padding: 0;
    text-align: center;
}



.dealer-construction-materials {

}
.dealer-construction-materials .materials .row {
    padding: 5px 0px;
}

.dealer-construction-materials .materials .row .dropdown-toggle.bs-placeholder {
    background: #eee;
}
.dealer-construction-materials .materials .row.cloneHead {
    background: #fafafa;
    padding: 0;
}
.dealer-construction-materials .materials .row .form-group {
    margin-bottom: 0;
}
.dealer-construction-materials .row.cloneHead label {
    margin-bottom: 0;
}
.dealer-construction-materials .row {
    margin-left:-2px !important;
    margin-right:-2px !important;
}
.dealer-construction-materials .row > div {
    padding-left:2px !important;
    padding-right:2px !important;
}
.dealer-construction-materials input {
    padding: 0;
    text-align: center;
}

.btn-add-new {
        background: none !important;
    border: 3px dashed #4cae4c !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #4cae4c !important;
    font-weight: 400 !important;
    margin-top: 30px;
}
.btn-add-new:hover {
    background: rgba(92,184,92,.1) !important;
}
.btn-add-new  i {
    margin-right:4px;
}
.dealer-offer-products .row .dropdown-toggle {
        height: 54px;
    padding: 0 10px;
}

.dealer-offer-products .row .form-control {
    height: 54px;
}


.dealer-construction-materials .row .dropdown-toggle {
        height: 54px;
    padding: 0 10px;
}

.dealer-construction-materials .row .form-control {
    height: 54px;
}

.total-result {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    margin-top: 30px;
    white-space: nowrap;
}
.total-result div.item {
        border: 1px solid #ccc;
    background: #eee;
    color: #999;
    font-weight: 400;
    width: 100%;
    padding: 0px 15px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-result div.item strong {
    font-size: 24px;
}
.total-result > div.item > div {
        display: flex;
    align-items: center;
    gap: 5px;
}

.total-result .price {
        background: none;
    border: none;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    width: 180px;
}
.navbar-nav {
    padding-right:0;
}
.customerModeActive a {
    background: #2d815c !important;
}
.navbar + .container.shoutbox {
    padding-top: 80px;
}

.navbar + .container-fluid.shoutbox {
    padding-top: 80px;
}

div.shoutbox div.content { padding: 15px 0px; }

.linkColor {
    color: #337ab7 !important;
    font-weight: 500;
}
div.mainBack {
    min-height: calc(100vh - 210px);
}
div.shoutbox + div.mainBack {
    margin-top:15px !important;

}

.adminPreviewTitleContainer > .shadow {
    display: flex;justify-content: space-between;align-items: center;background: #fff;padding: 15px 30px;border-radius: 12px !important;
}
.adminPreviewTitleContainer > .shadow  > h2 {
    margin:0;display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.adminPreviewTitleContainer > .shadow  > h2 > div {
    color:#fff;font-size: 14px;padding: 8px 16px;font-weight: 400;cursor:default;border-radius: 12px !important;
}

.dealerPreviewTitleContainer > h2 {
    display:flex;justify-content: space-between;align-items:center;    box-sizing: content-box;
}
.dealerPreviewTitleContainer > h2 > div {
    color:#fff;font-size: 14px;padding: 8px 16px;font-weight: 400;cursor:default;border-radius: 12px !important;
}


.bootstrap-select .dropdown-menu.open {

}
.bootstrap-select .dropdown-menu.open .dropdown-menu.inner {

}

.bs-searchbox .form-control {
    height: inherit !important;
}
.profilePictureContainer {
    display: flex !important;
    height:60px !important;
    width: 60px;
    align-items: center;
    justify-content: center;
}
.profilePictureContainer > div {
        width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profilePictureContainer > div > img {
    width: 100%;
}
.addList {
    margin:0;
    padding: 0;
}
.addList li:hover {
    background: #eee;
}
.addList li {
    background: #fafafa;
        padding: 5px 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.addList li span {
        font-size: 32px;
    cursor: pointer;
}

.addList div.flexy {
    display: flex;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}
.addList div.flexy input {
    border:none;
    box-shadow:none;
    border: 1px solid #ccc;
}
.help-block {
    color: #999;
    font-size: 15px;
        font-weight: 400 !important;
}
.product-items-container {
    margin-top: 30px;
}

.product-items {
    display: flex;
    justify-content: space-between;
}
.product-items-container h3 {
    margin-top:0;
    font-weight: 400;
    margin-bottom: 30px;
}
.product-items > .product-item {
    width: 100%;
}

.product-items > .product-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items:center;
    gap:15px;
    font-size: 18px;
    color: #333;
    padding: 20px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 12px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.product-items > .product-item a:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 2px;
}



.material-items-container {
    margin-top: 30px;
}

.material-items {
    display: flex;
    justify-content: space-between;
}
.material-items-container h3 {
    margin-top:0;
    font-weight: 400;
    margin-bottom: 30px;
}
.material-items > .material-item {
    width: 100%;
}

.material-items > .material-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items:center;
    gap:15px;
    font-size: 18px;
    color: #333;
    padding: 20px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 12px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.material-items > .material-item a:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 2px;
}


.hideHover {
    display: none !important;
}



.fa-circle.text-info {
    color: #ff9800;
}
.fa-circle.text-primary {
    color: #8bc34a;
}


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background: #666 !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background: #666 !important;
}
.btn-primary.focus, .btn-primary:focus {
    background: #666 !important;
}
@media only screen and (min-width:768px)  {
body.collapsed .mainBack > div > div.col-sm-3 {
    width:80px;
}
body.collapsed .mainBack > div > div.col-sm-3 > .sidebar {
    width:80px;
    padding:0;
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;

}
body.collapsed .mainBack > div > div.col-sm-9 {
    width: calc(100% - 80px) !important;
}
body.collapsed .sidebarLogo {
    display: none;
}
body.collapsed #accordion {
    display: none;
}
body.collapsed .sidebar .social {
    display: none;
}
body.collapsed .sidebar .signoutLing {
    display: none;
}
body.collapsed .sidebar .bootstrap-select {
    display: none !important;
}

body.collapsed .navbar-header {
    padding-left: 80px !important;
}
}
.sidebar-toggle {
    display: none;
}
body.collapsed .sidebar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none !important;
    height: 60px;
    background: #444;
}

.sidebarLogo {
    text-decoration: none !important;
}
.sidebarLogo i {
    color: #fff;
    font-size: 32px;
}

body.collapsed .sidebar-toggle + h4 {
    display: none !important;
}
body.collapsed .sidebar-toggle i {
    color: #fff;
    font-size: 32px;
}

.show-collapsed {
    display: none !important;
}
.hidden-collapsed {
    display: block !important;
}

body.collapsed .hidden-collapsed {
    display: none !important;
}
body.collapsed .show-collapsed {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top:15px;
    flex-direction: column;
    gap: 15px;
}
body.collapsed .show-collapsed > div {
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: default;
}
body.collapsed .show-collapsed > div > a {
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    color: #444;
    text-align: center;
}
body.collapsed .show-collapsed > div > a:hover {
    color: #000;
}
body.collapsed .show-collapsed > div .userIcon {
    color: #fff;
    text-align: center;
    z-index: 9999;
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
body.collapsed .power-off-icon {
    position: absolute;
    bottom: 15px;
}


#customerModal{
    position: absolute;
    left: 0 !important;
    right: initial;
    bottom: initial;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99999;
}
#customerModal .modal-dialog{
    margin:0 auto !important;
}
.operationButton {
    display: flex;align-items: center;justify-content: center;border-radius: 8px !important;width:auto
}
.operationButton > i {
    font-size: 12px !important;margin-right:6px
}
.operationButtonContainer {
    display: flex;gap:5px;justify-content: flex-end;align-items: center;font-size: 12px;
}
@media(max-width: 768px){
    .operationButtonContainer.operationButtonContainer-xs{
        flex-direction: column;
        align-items: flex-end;
    }
}
.dashboard-table {
    border:none !important;
}
.dashboard-table tbody tr td {
    line-height: 1.6 !important;
}
.dashboard-table thead tr th {
    font-weight: 500 !important;
    background: #444;
    color: #fff;
}
.shoutbox .shadow.historyBack{
    position: relative;
}
.shoutbox a.goBack{
    font-size: 13px;
    width: max-content;
    height: 100%;
    background: #444;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px 0 0 12px !important;
    gap: 5px;
}
.shoutbox .historyBack h2{
    padding-left: 75px;
}

.fancybox-container{
    z-index: 999999 !important;
}
.fancybox-slide{
    padding-left: 50px;
    padding-right: 50px;
}
.inner-banner img{
    width: 100%;
}
.lightboxOverlay{
    z-index: 99999 !important;
}
.lightbox{
    z-index: 99999 !important;
}
.alert{
    border-radius: 12px !important;
}
.navbar-header{
    padding-left: 30px;
}
@media(max-width:768px){
    .navbar-header{
        padding-left: 0;
    }
    .navbar-brand{
        padding: 5px;
    }
    div.navbar-brand a{
        font-size: 11px;
    }
    .shoutbox .shadow.historyBack{
        flex-wrap: wrap;
    }
    .shoutbox .shadow.historyBack .btn{
        margin-left: 65px;
    }
    .shoutbox .historyBack h2{
        padding-left: 65px;
    }
    .shoutbox a.goBack{
        flex-direction:column;
    }
}
.filterBar button{
    border-radius: 8px !important;
}

.shoutbox a.goBack:hover{
    text-decoration: none;
    background: #000;
}

.copyModal{
    background: #444444de;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 15px 30px;
    color: #fff;
    box-shadow: 1px 1px 4px 0px #ccc;
    border-radius: 8px !important;
    display: none;
}

.notify-dropdown ul li:nth-child(even){
    background: #eee;
}
.notify-dropdown ul{
    width: 320px;
}
.notify-dropdown ul li a{
    text-wrap: wrap;
    font-size: 13px;
}
.notify-dropdown ul li{
    border-top: 1px solid #ddd;
}
.notify-dropdown ul li:first-child{
    border-top: none !important;
}

@media(min-width:768px){
    .navbar-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10.5px;
    }
}

.custom-sticky{
    position: sticky;
    top: 0;
    z-index: 3;
}

.infoModal{
    background: #444444de;
    position: fixed;
    right: 15px;
    bottom: 30px;
    padding: 15px 30px;
    color: #fff;
    box-shadow: 1px 1px 4px 0px #ccc;
    border-radius: 8px !important;
    display: none;
    z-index: 9999;
}

.backAdmin{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: red;
    z-index: 9999999;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.backAdmin a{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.backAdmin i{
    margin-right: 4px;
}

@media(max-width:768px){
    .formContainerCustom{
        position: relative;
    }
    .formContainerCustom .bootstrap-select.btn-group .dropdown-menu{
        max-width: 100%;
    }
}
.iti{
    display: block;
}

.relative{
    position: relative;
}
.bankImage{
    position: absolute;
    width: 100px;
    height: 46px;
    object-fit: contain;
    right: 10px;
    top: 0;
    z-index: 2;
}