
.label {margin-right:5px;margin-bottom:5px !important;display:inline-block;} #wrapper {
    position: relative;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper .btn {
    padding: 10px 20px;
    line-height: 1;
    border-radius: 10px;
    background-color: #d2d2d2;
    border: solid 1px #fff;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    margin: 1px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.filesize {
    border-bottom: solid 1px #000;
    padding-left: 10px;
}

.red{color:red;}

.w-10{ width:10px;}
.w-20{ width:20px;}
.w-30{ width:30px;}
.w-40{ width:40px;}
.w-50{ width:50px;}
.w-100{ width:100px;}
/*.w-150{ width:150px;}*/
.w-200{ width:200px;}

.mb-2{margin-bottom: 2px}
.mb-5{margin-bottom: 5px !important}
.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-40{margin-bottom: 40px}
.mb-50{margin-bottom: 50px}
.mb-100{margin-bottom: 100px}
.mb-150{margin-bottom: 150px}
.mb-200{margin-bottom: 200px}

.mt-2{margin-top: 2px}
.mt-5{margin-top: 5px}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-30{margin-top: 30px}
.mt-40{margin-top: 40px}
.mt-50{margin-top: 50px}
.mt-100{margin-top: 100px}
.mt-150{margin-top: 150px}
.mt-200{margin-top: 200px}
.pl-0{padding-left: 0px !important}
.pr-0{padding-right: 0px !important}
.pb-0{padding-bottom: 0px !important}
.pt-0{padding-top: 0px !important}
.pl-1{padding-left: 1px}
.pl-2{padding-left: 2px}
.pl-3{padding-left: 3px}
.pl-4{padding-left: 4px}
.pl-5{padding-left: 5px}
.pl-50{padding-left: 50px}
.pr-1{padding-right: 1px}
.pr-2{padding-right: 2px}
.pr-3{padding-right: 3px}
.pr-4{padding-right: 4px}
.pr-5{padding-right: 5px}
.pr-50{padding-right: 50px}


.huge { font-size: 40px;}
.dashboard .panel-green a:hover {color: #3d8b3d;}
.dashboard .panel-green a {color: #5cb85c;}
.dashboard .panel-green { border-color: #5cb85c; background-color: #5cb85c;}
.dashboard .panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.dashboard .panel-red {border-color: #d9534f; background-color: #d9534f;}
.dashboard .panel-red a {color: #d9534f;}
.dashboard .panel-red a:hover {color: #b52b27;}
.dashboard .panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.dashboard .panel-yellow {border-color: #f0ad4e; background-color: #f0ad4e;}
.dashboard .panel-yellow a {color: #f0ad4e;}
.dashboard .panel-yellow a:hover {color: #df8a13;}
.dashboard .panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.dashboard .panel-gray { border-color: #7f7f7f; background-color: #7f7f7f; }
.dashboard .panel-yellow a {color: #7f7f7f;}
.dashboard .panel-gray .panel-heading {
    border-color: #7f7f7f;
    color: #fff;
    background-color: #7f7f7f;
}


.select-style-round .select2-selection__arrow {
    display: none !important;
}
.select-style-round .select2-selection--single{
/*    border-radius: 25px !important;*/
    border: 1px solid #d2d6de !important;
    height: 35px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;

}


/***** Admin *****/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    color: #3b4863;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: #1a202e;
    font-family: 'Montserrat', sans-serif;
}
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
aside.main-sidebar {
    background-color: #fff !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.sidebar-menu>li:not(:last-child) {
    border-bottom: 1px dotted #ecedf2;
}
.skin-blue .main-header .logo {
    background-color: #fff !important;
    color: #1a202e !important;
        border-bottom: 1px solid #dee4ec !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.main-header .navbar{
    height: 50px;
    background: linear-gradient(45deg, #f54266, #3858f9);
}
.content-wrapper {
    background-color: #f1f5f9;
    padding: 10px 15px;
}
.main-header .sidebar-toggle {
    font-size: 20px;
    padding: 11px 15px;
}
.sidebar-menu>li>a {
    color: #2d3144 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.main-header .sidebar-toggle:hover {
    background-color: transparent !important;
    color: #fff !important;
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a {
    border-left-color: #e54472 !important;
    background: linear-gradient(45deg, #f54266, #3858f9) !important;
    color: #fff !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu>li> a > span:not(.pull-right-container) {
    background: linear-gradient(45deg, #f54266, #3858f9);
}
.panel {
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    clear: both;
    margin-top: 40px;
}
.panel .panel-heading {
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    border: 0;
    padding: 0 15px 0px;
    /* display: flex; */

}
.dataTables_wrapper .dataTables_filter input {
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 30px;
    outline: 0;
    padding: 10px 10px;
}
.dataTables_wrapper .dataTables_length select {
    border-color: #ccc;
}
.dataTables_wrapper .dt-buttons a, .dataTables_paginate .paginate_button {
    background: transparent !important;
    border-color: #ced4da !important;
    font-size: 13px;
    color: #3b4863;
    margin-bottom: 10px;
}
.dataTables_wrapper .dt-buttons a:hover {
    background: #1a202e !important;
    border-color: #1a202e !important;
    color: #fff !important;
}
.dataTables_paginate .paginate_button:hover {
    background: #ccc !important;
}
.dataTables_wrapper .dataTables_length label {
    margin-right: 15px;
    margin-top: 5px;
}
table.dataTable thead th, table.dataTable tbody td,
table.dataTable{
    border-color: #eff2f7 !important;
}
table.dataTable td.select-checkbox:before {
    border-color: #3b4863!important;
    top: 50% !important;
}
table.dataTable tr {
    background-color: transparent;
}
.dataTables_paginate .paginate_button {
    margin-top: 5px;
}
.page-title {
    float: left;
    margin: 0;
}
.page-title + p .btn {
    float: right;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
/*    border-color: #b3b3b3 !important;
    outline: 0;
    border-radius: 3px;
    height: 40px;*/
    border-radius: 0;
    height: 35px;
    border: 1px solid #d2d6de !important;
}
.control-label {
    padding-right: 0;
}
.openAddArea,.add-inline-btn {
    color: #3c8dbc;
    font-weight: 400;
}
.modal .slide-item .panel{  
    height: inherit;
    min-height: inherit;
    overflow-y: initial;
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    border:none;
}
.modal .slide-item .panel address {
    margin: 0;
}
.modal .slide-item .panel .panel-body .panel-body {
    padding: 0;
}
/*a#download-btn{
     position: absolute;
    top: -40px;
    right: 0;
}*/

.modal .slide-item::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.modal .slide-item::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.modal .slide-item::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #367fa9;
}

span.amount_data{
    display: flex;
    align-items: center;
    gap: 3px;
}
.modal .modal-header {
    padding: 10px 15px !important;
}
.modal .modal-header .page-title {
    float: none;
}
.modal .modal-header .close {
    margin-top: 2px;
    opacity: 1;
}
.modal .panel table.table.table-condensed {
    white-space: nowrap;
}
.modal .panel table.table.table-condensed tr th:last-child {
    text-align: right;
}
.modal .panel table.table.table-condensed tr td:last-child {
    text-align: right;
}
div#preOrderModal .modal-dialog {
    width: 100% !important;
    max-width: 700px;
    margin: 30px auto;
}
.sidebar-menu>li>.treeview-menu li > a, .treeview-menu>li.active>a {
    padding: 12px 18px 8px;
    color: #4c516d !important;
}
.sidebar-menu>li>.treeview-menu>li.active>a, .sidebar-menu>li>.treeview-menu>li>a:hover {
    color: #3f58f4 !important;
}
.sidebar-menu>li>.treeview-menu {
    background: #f1f5f9 !important;
    padding: 0px;
    margin-right: 0 !important;
}
.sidebar-menu>li>.treeview-menu > li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}
table.dataTable th, table.dataTable td {
    white-space: nowrap;
    vertical-align: middle !important;
}
table.dataTable .img-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.dataTables_wrapper label:not(.btn), .dataTables_wrapper .dataTables_info:not(.btn) {
    color: #3b4863;
    font-weight: 400;
}
table.dataTable .btn-sm {
    padding: 1px 5px;
}
table#products_table {
    margin-bottom: 0;
}
.search_products, .search_products .select2,
.content-wrapper .col-xs-10, .content-wrapper .select2-container{
    width: 100% !important;
}
.content-wrapper .search_products .select2-selection--single {
    border-width: 1px !important;
    height: 42px !important;
}
/***** Login *****/
.bg-gradient {
    background: linear-gradient(45deg, #f54266, #3858f9);
    height: 100vh !important;
    display: table;
    width: 100%;
}
.account-panel {
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.account-panel .account-heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.account-panel .form-control {
    border: 1px solid #ebebeb !important;
}
.account-panel label {
    font-weight: 400;
}
.account-panel .form-group {
    margin-bottom: 15px;
}
.account-panel .passwordreset {
    color: #3b4863;
    float: right;
}
.account-panel .btn-primary {
    background: linear-gradient(45deg, #f54266, #3858f9);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: 0;
}
.account-panel .loginlink {
    color: #d34680;
    font-size: 20px;
    text-decoration: underline;
}
.bg-gradient .container-fluid {
    display: table-cell;
    vertical-align: middle;
}

.mt-0{
    margin-top: 0px !important;
}
.dashboard .panel {
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
.dashboard .panel-primary {
    background-color: #337ab7;
}
.dashboard .panel div {
    flex: 1;
    line-height: 1;
}
.dashboard .panelicon {
    flex: 20%;
    max-width: 20%;
}
.dashboard .panel a {
    flex: 100%;
    margin: 10px -10px -5px;
}
.dashboard .panel div:not(.huge) {
    font-size: 14px;
    padding-top: 10px;
}
.dashboard .panelright {
    flex: 80%;
    max-width: 80%;
}

/*01-02-2023*/
.product-table-design .table{
  border: none !important;
}
.product-table-design th{
   border: none !important;
   padding: 0 10px 4px !important;
}
.product-table-design td{
   border: none !important;
   padding: 0 10px !important;
}
.product-table-design td .form-control, .form-group-input .form-control{
   border-radius: 0;
   height: 35px;
   border: 1px solid #d2d6de !important;
}

.table-for-data{
  border: none !important;
  background: #e9e9e9 !important;
  margin-bottom: 0 !important;
  height: 150px;
}
.table-for-data td{
   border: none !important;
   padding:10px !important;
}
.px-0{
  padding:10px 0 !important;
}
.order_create{
  border-top:10px solid #fff;
}
.order_create td{
   vertical-align: middle !important;
}
.product_information-block{
  /* margin-top: 5px; */
}
.product_information-block label {
    font-size: 10px;
    color: #707070;
    margin-bottom: 0;
}
.product_information-block label span {
	font-size: 12px;
    font-weight: normal !important;
}

.input-size{ 
  /* width: 66px; */
  display: inline-block;
  margin-right: 10px;
}
.input-size:last-of-type{
    /* margin-right: 0; */
    margin-right: 37px;
}
.product-name-block{
  /* margin-bottom: 20px; */
}

.align-topcontent{
    display: flex;
    align-items: flex-start;
}
.align-topcontent{
    margin-right: 15px;
}
.product-table-design .product_information.unit{
    display: block;
    font-size: 11px;
    color: #707070;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
}
.grid-cols{
    display: flex;
}
/*01-02-2023*/


/* 07-02-2023 */

.full-block{
    display: block;
}

/* 07-02-2023 */


@media(max-width: 991px){
    .page-title + p .btn {
        margin: 0 0 10px;
    }
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    div.dt-buttons{
        float: none !important;
        text-align: center !important;
        margin-bottom: 10px;
    }
    .content-wrapper .panel {
        margin-top: 0px;
    }
    .content-wrapper .page-title {
        padding-bottom: 12px;
        width: calc(100% - 100px);
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .content-wrapper {
        padding: 0;
    }
    
}


.search_products .select2-selection__arrow {
	display: none !important;
}
.search_products .select2-selection--single{
	border-radius: 25px !important;
	font-size: 16px !important;
	border: 3px solid #d2d6de !important;
	padding: 10px 15px !important;
	height: 50px !important;

}
#products_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/* margin-bottom: 30px; */
}

#products_table td {
	text-align: center;
}

#products_table .service,
#products_table .desc {
	text-align: left;
}

#products_table td {
	padding: 20px;
	text-align: right;
}
#products_table td.desc {
	min-width: 200px;
}

#products_table td.service,
#products_table td.desc {
	vertical-align: top;
}

#products_table th.qty {
	text-align: center;
}
#products_table td.unit,
#products_table td.qty,
#products_table td.total {
	font-size: 1.2em;
}

#products_table td.sub {
	border-top: 1px solid #C1CED9;
}

#products_table td.grand {
	border-top: 1px solid #5D6975;
}

#products_table .remark td{
	padding-top: 0px !important;
	border-top: 0px !important;
}

.product_information{
    font-size: 11px;
    margin-bottom: 0px;
}
.product_information label{
	font-weight: 500;
    margin-bottom: auto;
    margin-right: 10px;
}

td.extra_option_td {
    width: 7%;
    padding: 20px 5px !important;
}


.clientInformation{
	clear:both
}
.clientInformation small{
	padding-right:10px
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.addRow.pull-right{
    margin-top: 20px;
}

.panel .panel-heading a {
    margin: 2px;
    float: right;
}

.invalid-feedback{
    color: #ee0a06;
}

#pageloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none;
}


.product-table-design .form-col-custom{
    max-width: 113px;
}

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


.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2px;
    padding-right: 7px;
}
.grid-container-2 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 2px;
    margin-left: 6px;
    margin-right: 56px;
}
.grid-item{
    /* text-align: center; */
}

.quantity-content {
    display: flex;
    gap: 10px;
}

.quantity-content .form-group {
    flex: 1;
}

.inche-span label{
    font-size: 10px;
    color: #707070;
    margin-bottom: 0;
}

.filter-section{
    border: 1px solid #eff2f7;
    margin: 5px;
    padding: 17px;
    margin-bottom: 25px;
}

.filter-section .card-title{
    margin-top: 0px;
    margin-bottom: 15px;
}
.filter-section .row{
    margin-left:5px!important;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    padding: 15px 15px!important;
}
.modal-header .modal-title{
    flex: auto;
    font-size: 18px;
    font-weight: bold;
}

.modal-header .close{
   
    margin-top: 0px;
    opacity: 0.4 !important;
    
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

#credit-limit-alert {
    float: right;
    color: #e93838;
    background-color: #b583831f;
    font-size: 16px;
    border-radius: 11px;
    padding: 5px 10px;
}

.editRow{
    margin-right: 2px;
}

#resetFilter,#submitFilter{
    float:right;
    margin:2px;
}

/*04-03-2023 kamal css start*/
.top-bar .user-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 30px 0 0;
    height: 100%;
}

.top-bar .user-details .uesr-profile {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.top-bar .user-details .uesr-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-bar .user-details .uesr-name {
    padding:  0 0 0 10px;
    color: #fff;
    text-transform: capitalize;
}
/*04-03-2023 kamal css end*/

.row-bg-white{
    background-color: #ffffff!important;
}
.row-background-cancel{
    background-color: #eeabab!important;
}

#cancel-estimate {
    float: right;
    color: #e93838;
    background-color: #b583831f;
    font-size: 16px;
    border-radius: 11px;
    padding: 5px 10px;
}


table.dataTable tbody th.select-checkbox-all, 
table.dataTable tbody td.select-checkbox {
    cursor: pointer;
    outline: none;
    text-align: center;
}

.table-section-heading{
    width: 50%;
}

.table-custom-btn{
    width: 50%;
    text-align: end;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  /* Slides */
    .slide-item{
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        height: 450px;
        min-height: 200px;
        overflow-y: auto;
        margin-top: calc(0.1rem + 5px);
        margin: 40px 0 0;
        padding: 10px;
        border: solid 1px #ddd;
        border-radius: 5px;
        color: #444;
    }
  
  /* Next & previous buttons */
  .prev-slide, .next-slide {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding:10px 16px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-radius:3px;
    user-select: none;
    margin: 0 -70px;
    background: #fff;
    transition: all 0.3s ease-in;
  }
  
  /* Position the "next button" to the right */
  .next-slide {
    position: absolute;
    right: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev-slide:hover, .next-slide:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
@media(max-width: 767px){
    .prev-slide, .next-slide {
        margin: 0 -10px;
        padding: 10px;
        font-size: 14px;
    }    
}

#glassProductBtn{
    margin-top: 20px;
    margin-right: 10px;
}

#addNewProductModal .modal-dialog{
    width: 60%;
}

#editRowProductModal .modal-dialog{
    width: 60%;
}

#addGlassProductDetailModal .modal-dialog {
    width: 60%;
}

.deleteGlassRow.pull-right {
    margin-top: 20px;
}

.addDes.pull-right{
    margin-top: 20px;
    margin-right: 10px;
}
  

/********* 12-04-2023 Deeksha *************/
input[type="date"]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    position: absolute;
    right:0;
    left:0%;
    top: 9px;
    width: auto;
    background-size:15px;
    background-position: 98% top;
    
}
input[type="date"]{
    width:100%;
    position:relative;
}

td{
    vertical-align: middle;
}
#DataTables_Table_0_filter,
#DataTables_Table_0_length {
    margin: 10px 0;
}


tr.line-through-row {
    position: relative;
}

tr.line-through-row:after {
    content: "";
    background: #f00;
    position: absolute;
    left: 0;
    top: 20px;
    width: 90%;
    height: 2px;
}

/*Admin responsive*/
@media (min-width: 992px) and (max-width: 1350px){
    #new-invoice-form .row:first-of-type > [class*="col-"],
    .estimateInvoice > [class*="col-"] {
        width: 33% !important;
    }
    .product-table-design [class*="col-"] {
        width: 33% !important;
    }
    .product-table-design [class*="col-"]:nth-last-child(2){
        clear: both;
    }
}
@media (max-width:1199px){
    .products-col .mt-10{
        margin-top: 0 !important;
    }
    .products-col .row  > [class*="col-"],
    .bottom-gap,
    .product-table-design > [class*="col-"]{
        margin-bottom: 15px;
    }
}
@media (max-width:991px){
    #new-invoice-form .row:first-of-type > [class*="col-"],
    .estimateInvoice > [class*="col-"],
    .product-table-design [class*="col-"]{
        width: 50% !important;
        margin-bottom: 15px;
    }
    #new-invoice-form .row:first-of-type > [class*="col-"]:last-child {
        float: unset;
    }
    #new-invoice-form p,
    .estimateInvoice p{
        margin-bottom: 0;
    }
    .product-table-design > [class*="col-"]:last-child button{
        margin-top: 0 !important;
    }
    th {
        white-space: nowrap;
    }
}
@media(max-width:767px){
    .page-header {
        margin: 0px 0 5px 0;
        font-size: 22px;
    }
    .panel .panel-heading{
        font-size: 20px;
    }
    .panel-heading .badge{
        margin: 10px 0;
        float: unset !important;
        width: 100%;
    }
    /*Dasboard*/
    .dashboard .col-sm-6{
        width: 50%;
        float: left;
    }
    .dashboard .panel .panelicon i{
        font-size: 2em;
    }
    .dashboard .panel .huge {
        font-size: 30px;
    }
    .area-list{
        margin-top: 0;
    }
    .actions {
        text-align: center;
    }
    .order-estimate {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order-estimate.panel-heading a {
        max-width: 48%;
        flex: 48%;
        float: unset !important;
    }
    .order-estimate span {
        max-width: 100%;
        flex: 100%;
    }
}

@media(max-width:575px){
    .btn.btn-lg{
        display: block;
        width: 100%;
        font-size: 14px;
        margin: 0 0 8px 0 !important;
        padding: 8px 12px;
    }
    .btn-xs,
    .btn-sm{
        margin-bottom: 4px !important;
    }
    /*Dasboard*/
    .dashboard .col-sm-6{
        width: 100%;
    }

    /*Estimate management*/
    #new-invoice-form .row:first-of-type > [class*="col-"],
    .estimateInvoice > [class*="col-"],
        .product-table-design > [class*="col-"] {
        width: 100% !important;
    }
    .order_create button {
        margin-bottom: 5px;
    }
    .button-gap,
    .gap-top{
        margin-top: 15px !important;
    }
    form{
        display: block !important;
    }
    .invoice_detail > *{
        width: 100%;
        text-align: left !important;
    }
    
}

.profilebar {
    display: flex;
    align-items: center;
}
.profilebar .rightside{
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: 15px;
}