@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');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}
.amtright {text-align:right;}
body{
    background-color: #fff !important;
}

li, ul{
   list-style: none;
}
a, button{
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
      text-decoration: none!important;
	cursor: pointer;
}
:hover, :focus{
	color: inherit;
	text-decoration: none;
}
img{
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

:hover, :focus {	
	outline: none;
	text-decoration: none;
}

input, select, textarea, button{
	font-family: inherit;
}
html{
	font-size: 62.5%;
}
body{
	overflow-x: hidden;
	position: relative;
	font-family: 'Roboto', sans-serif!important;
	}

	/*-------------------login-page--------------------*/
    .customer-tax-list {
        background: white;
        width: 48%;
        min-height: 37px;
        border: 1px solid #bebfc0;
        line-height: 37px;
        padding-left: 20px!important;
        font-size: 16px;
        border: 5p;
        border-radius: 20px!important;
        color: #5b5757;
    }

    .edit-date {
        border: none;
        margin-left: 10px;
        background: white;
    }

    .edit-list.add-cus.attachment-icon {
        border: 1px solid lightgrey;
        padding: 0px 10px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        border-radius: 37px;
        cursor: pointer;
    }

    
#changeyearworkorder{
    margin-right: 0.5rem !important;
    font-size: 20px;
    font-weight: 600;
}

    select[name="item_type"]:disabled {
        color: black;
        border: 1px solid grey;
      }

    div#advance-sorttable_info {
        font-size: 13px;
    }
    .dataTables_info{
        font-size: 13px;
        font-weight: 400;
    }
    div.dataTables_info {
        font-weight: 400!important;
    }
    #item_description{
        background: #FFFFFF;
        border: 1px solid #D7D7D7;
        border-radius: 32px;
        width: 100%;
        resize: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #333333;
        padding: 12px 20px;
    }

    .main-textarea
    {
        background: #FFFFFF;
        border: 1px solid #D7D7D7;
        border-radius: 32px;
        width: 100%;
        resize: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #333333;
        padding: 12px 20px;
    }

    .btn-custom-filter{
        width: 150px;
        height: 49px;
        line-height: 49px;
        border: 1px solid cornflowerblue;
        border-radius: 31px;
        font-size: 15px;
        color: cornflowerblue;
        background: white;
    }
    .btn-custom-filter:hover{
        background: cornflowerblue; 
        color:white;
    }

    #InvoiceTbl tbody tr td:nth-child(6) , #InvoiceTbl tbody tr td:nth-child(7) , #ItemTbl tbody tr td:nth-child(4)
    {
        text-align: right!important;
    }

    .image-modal-holder img{
        width: auto;
    }

    .table-img-btn
    {
        border: none;
    }

    .attachment-table-thumbnail{
        width: 40px;
        height: 40px;
    }

    button.close.close-attachment-modal {
        font-size: 30px;
    }

    .image-thumbnail-modal{
        max-width: 80%!important;
        max-height: 80%!important;
    }

    .manager-box {
        margin-top: 20px;
        height: 200px;
        padding-left: 30px;
    }
    .flex.manager-area {
        font-size: 18px;
    }

    .manager-box button.text-light.bg-primary {
        border: none;
        padding: 5px;
        font-size: 16px;
        width: 100px;
    }

    #invoice-status{
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 16px rgb(18 138 218 / 2%);
    border-radius: 2px;
    padding: 8px 25px 8px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    width: 220px;
    background-image: url(../images/down-select.png);
    background-repeat: no-repeat;
    background-position: 96%;
    }

    .email-btn button {
        background: #128ADA;
        color: white;
        font-size: 14px;
        border: none;
        padding: 8px 10px;
        border-radius: 16px;
        line-height: 100%;
    }

    /* @media print {
        .bg-heading {
            background-color: #1a4567 !important;
            -webkit-print-color-adjust: exact; 
        }
    } */
    @media print {
        body {
            -webkit-print-color-adjust: exact;
             print-color-adjust: exact;
            }
        }

.login-page-main {
    height: 100vh;
    background-image: url(../images/login-bg.png);
    background-position: center bottom -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    width: 600px;
   
}
.login-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-content-box .logo-main {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
form.login-form .login-form-item{
	margin-bottom: 25px;
	position: relative;
}
form.login-form .login-form-item input {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    padding: 12px 25px 12px 50px;
        width: 100%;
        font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}
form.login-form {
    width: 100%;
}
form.login-form .login-form-item input::placeholder, .pop-up-content-wrap input::placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	color: #333333;
}
.login-form-item img {
    position: absolute;
    top: 4px;
    left: 3px;
}
.remember-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.remember-box input#ChkbRememberMe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.remember-box label.rem-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    color: #888888;
    padding-left: 30px;
    padding-top: 2px;
}
.remember-box label.rem-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.remember-box input:checked + label:before {
    background: #128ADA;
    border-color: #128ADA;
}
.remember-box  label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top: unset;
    border-right: unset;
    transform: rotate(-39deg);
    opacity: 0;
}
.remember-box input:checked + label:after{
   opacity: 1;
}
.submit-btn button#btnLogin {
    background: #128ADA;
    border-radius: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    padding: 14px 30px;
}
.submit-btn {
    margin-bottom: 20px;
}

.custom-model-inner.popup-content {
    background: #FFFFFF;
    border-radius: 12px;
}
.popup-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #128ADA;
    border-radius: 12px 12px 0px 0px;
    padding: 10px 20px;
}
.popup-top-content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}
.send-close-btn {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
     height: 45px;
      grid-gap: 20px;
}
.send-close-btn .close-btn {
    font-size: 0;
}
.send-close-btn a {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 19px;
    padding: 10px 70px;
    background: #F8F9FA;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
}
.send-btn a {
    background: #1296DA;
    color: #fff;
    border-color: #1296DA;
}









.Click-here {
  cursor: pointer;
  font-weight: 400;
font-size: 14px;
line-height: 16px;
display: flex;
align-items: center;
color: #0A58CA;

  transition:background-image 3s ease-in-out;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  margin: 0 auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px 30px 26px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: unset;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #565656;
}
.pop-up-content-wrap input#email {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    padding: 12px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.pop-up-content-wrap input#email::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.dashboard-top-bar {
    background: #128ADA;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.dashboard-top-bar-right {
    display: flex;
    align-items: center;
}



#menu ul li ul {
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    color: #333;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(-133px, 36px);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: 5px;
}
.dashboard-main-grid {
    padding: 20px 20px 0 20px;
}
.dashboard-main-grid-list {
    display: flex;
    flex-wrap: wrap;
}
.dashboard-main-grid-left {
    padding-right: 0;
    position: fixed;
    width: 12%;
    height: 100%;
    background: #F2F2F2;
    transition: .5s;
    overflow: hidden;
    color: #a4a4a4;
    
}
.dashboard-main-grid-right {
    width: 100%;
    padding-left: 13.3%;
}
.dashboard-top-bar-left {
    display: flex;
    align-items: center;
}
.dashboard-top-bar-left h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.dashboard-top-bar-left span {
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}


#menu ul li ul li a {
    color: #333;
    width: 150px;
    height: 35px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
#menu a.prett{padding:0 0px 0 14px}
.delete-btn.save {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    font-size: 17px;
}
.dashboard-logo {
    background: #128ADA;
    border-radius: 8px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.nav-list {
    background: #F2F2F2;
    border-radius: 8px 8px 0px 0px;
    padding-top: 40px;
}	
.nav-list ul li a img {
    padding-right: 12px;
}
.nav-list ul li{
	margin-bottom: 5px;
}
.nav-list ul li:last-child{
	margin-bottom: 0px;
}
.nav-list ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #555555;
    padding: 7px;
    border-radius: 3px;
}

.nav-list ul li a.active {
    background: #128ADA;
    color: #fff!important;
}

li.nav-item.dropdown a.nav-link {
    display: flex;
}
.dropdown-toggle::after {
    font-size: 20px;
    color: #fff;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
li.nav-item.dropdown .dropdown-menu {
    transform: translate(-114px, 23px);
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
        min-width: 14rem;
}

ul.dropdown-menu li a.dropdown-item {
    font-size: 16px;
}
ul.dropdown-menu li a:hover{
	color: #1e2125;
    background-color: #e9ecef;
}
.admin-profile-block-main {
    padding: 33px 20px 33px 20px;
    margin-top: 20px;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 8px;
}
.admin-detail {
    display: flex;
    align-items: center;
}
.admin-detail h3 {
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #0372AB;
    padding-right: 17px;
}
.admin-detail .admin-popup  button:focus{
	box-shadow: none!important;
}
.admin-detail .admin-popup  button {
    background: none;
    border: none;
}
.profile-info-block {
    margin-top: 15px;
}
.profile-info-block-list{
	margin-bottom: 10px;
}
.profile-info-block-list:last-child{
	margin-bottom: 0px;
}
.profile-info-block-list h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #555555;
}		
.profile-info-block-list h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    margin: 0;
}																										
.admin-profile-img {
    margin-bottom: 10px;
}
.admin-profile-img img {
    max-width: 190px;
    margin: 0 auto 10px;
}
.admin-popup button.chnage-pswd{
    width: 100%;
    padding: 12px 34px;
         border: 1px solid #128ada!important;
    background: #128ADA;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    box-shadow: none;
    /* position: absolute;
    top: 20px;
    right: 20px; */
    z-index: 11;
}
.dataTables_length{
    display: none;
}
.dataTables_wrapper .dataTables_filter{
    float: none !important;
    text-align: left !important;
}
.dataTables_wrapper .dataTables_filter label{
    position: relative;
}
.dataTables_wrapper .dataTables_filter label::after{
    content: "";
    display: block;
    width: 36px;
    position: absolute;
    right: 0;
    background: green;
    top: 0;
    height: 100%;
    /* height: 10px; */
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    background-color:#F8F9FA;
    border: 1px solid #D7D7D7;
    border-radius: 0 4px 4px 0;
}
/* dataTables input styling */
.dataTables_wrapper .dataTables_filter input{
    height: 36px !important;
    width: 410px !important;
    padding-left: 10px !important;
    background: #FFFFFF !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 4px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #555 !important;
}
.report-block-sec .dataTables_wrapper .dataTables_filter input{
    display: none;
}
/* this search section will pushed down */
@media (min-width: 1000px){
  
    .search-section .admin-popup {
        position: relative;
    }
    .search-section .admin-popup button{
        position: absolute;
        right: 0;
        bottom: -57px;
    }

    .search-section .admin-popup.tbl-popup-btn button
    {
        /* position: initial; */
    }

    div#CustomerListTbl_paginate {
        font-size: 13px;
    }

    .paginate_button.paginate_button:active ,  .paginate_button.paginate_button:hover{
        color:white;
        background-color: #128ADA;
    }

    .modal-content button{
        bottom: 0 !important;
        position: relative !important;
    }
}


.admin-popup .modal-dialog {
    max-width:700px;
    margin: 1.75rem auto;
    top: 20%;
}

.admin-popup .modal-dialog .modal-content {
    background: transparent;
    border: none;
}

.admin-popup .modal-dialog .modal-content .modal-header {
    background: #128ADA;
    border-radius: 12px 12px 0px 0px;
    border: 0;
    padding: 15px 20px;
    align-items: center;
}

.admin-popup .modal-dialog .modal-content .modal-header h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}

.admin-popup .modal-dialog .modal-content .modal-header button {
    color: #fff;
    opacity: 1;
    font-size: 24px;
    text-shadow: none;
    line-height: 24px;
    background: transparent;
    padding: 10px 10px;
}
.main-content__block {
    background: #FFFFFF;
    border-radius: 0 0 12px 12px;
        padding: 30px 30px 24px 40px;
}
.profile-edit .edit-list input, .edit-list.add-cus input#date-submit {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    padding: 12px 20px;
    width: 100%;
    font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
.date-block input[type="submit"] {
    background: #1296DA;
    color: #fff;
    border: none;
    width: 180px;
    padding: 10px 35px!important;
    font-size: 16px;
    border-radius: 32px;
    margin: 10px auto;
    cursor: pointer;
}
.profile-edit .edit-list input::placeholder, .edit-list.add-cus input#date-submit::placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

input[type="date"] {
    width: 55%;
    height: 50px;
    border-radius: 30px;
    padding: 0px 10px;
    border: 1px solid grey;
}

/* input[type="date"] {
    display: block;
    position: relative;
    background-image: url(http://44.195.158.97/images/datepicker-icon.png)!important;
    background-repeat: no-repeat!important;
    background-position: 94%!important;
} */

::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
::-webkit-datetime-edit-text {
  opacity:1;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
  display:block;
}
/* ::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  right:0;
  top:0;
  height:100%;
  bottom:0;
  opacity:0;
  cursor:pointer;
  color:rgba(0, 120, 250, 1);

} */

input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:1; }

input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:1; }
.edit-list.add-cus input#date-submit {  
    padding-right: 50px;
}
.date-block {
    display: flex;
    flex-direction: column;
}
.main-content__block .modal-body {
    padding: 0;
}
.profile-edit.grid-2 {
    display: grid;
    grid-gap: 20px 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.profile-edit.flex {
    margin-top: 20px;
    flex-direction: column;
    display: flex;
    grid-gap: 20px;
}
.edit-list .error {
    font-size: 14px;
}
.alert.alert-success.alert-block {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.main-content__block .modal-footer {
    border: 0;
}
.main-content__block .modal-footer button.close {
    font-weight: 400;
    font-size: 16px;
    color: #333333!important;
    line-height: 19px;
    background: #F8F9FA;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    margin: 0;
    padding: 10px 65px;
    text-shadow: none;
    opacity: 1!important;   
     width: 200px;

}
.main-content__block .modal-footer button.save{
	background: #1296DA;
    color: #fff!important;
    border-color: #1296DA;
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 75px;
     border-radius: 32px;
    margin: 0;
    text-shadow: none;
    opacity: 1!important;

}

table.dataTable.display>tbody>tr.even>.sorting_1{
    box-shadow: none !important;
}

table .even.bg-white{
    background-color: #F7FAFC !important;
}

.main-content__block .modal-footer button.save a{
    padding: 0 !important;
}
/* td.images-td.dlet-list button.btn.btn-primary.save{
    padding: 0!important;
} */
td.images-td.dlet-list button.btn.btn-primary.save a{
padding: 10px 75px;
    display: inline-block;
    width: auto;
    color:#fff!important;
}
.main-content__block .modal-footer {
    border: 0;
    grid-gap: 20px;
    padding: 0;
    margin-top: 60px;
}
.m-top-0{
	margin-top: 0!important;
}
.admin-popup .modal-dialog .modal-content .modal-header button:focus-visible, .admin-popup .modal-dialog .modal-content .modal-header button:focus, .admin-popup .modal-dialog .modal-content .modal-header button:focus-visible, .admin-popup .modal-dialog .modal-content .modal-header button:focus {
    outline: none!important;
}
.main-content__block .modal-footer button:focus {
    box-shadow: none;
}
.main-content__block .modal-footer button.close:focus, .main-content__block .modal-footer button.close:focus-visible{
    border: 1px solid #d7d7d7!important;
     box-shadow: none;
} 

/*-------------mobile-----header--------------------*/
   .HeadContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    background: #fff;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.menu_toggel {
    padding-top: 0px;
    font-size: 20px;
    display: flex;
    color: black;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu_toggel span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    margin-top: 5px;
    transition: 0.1s;
}
header.for-mobile .nav-list{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    transform: translateX(-100%);
    transition: 0.6s;
}

.active header.for-mobile .nav-list {
    transform: translateX(0%);
    background: #fff;
    border-radius: 0;
    padding-top: 30px;
}
header.for-mobile .nav-list ul li a { 
    padding: 8px;
    color: #000;
}

header.for-mobile {
    display: none;
}
header.HeadContent.for-mobile .container-fluid {
    padding: 0!important;
}
.card.DashboardCrd {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    padding: 20px;
}
.card.DashboardCrd .InvoiceTxt span {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
}
.card.DashboardCrd span.NumTxt span.YearTXt, span.PurpleNumTxt span.YearTXt, span.GreenNumTxt span {
    color: #333333;
    font-size: 14px;
}

.card.DashboardCrd  span.NumTxt {
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #00C7CE;
}
.MonthTxt span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #494949;
    
}
.NumberTXt, .GreenTxt {
    padding: 5px 7px 0 7px;
}
.InvoiceSec {
    margin-top: 10px;
}
.NumberTXt span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #00C7CE;
}
span.PurpleNumTxt {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #4C71F0;
}
.purpleTxt span {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #4C71F0;
}
.NumberTXt, .purpleTxt, .GreenTxt  {
    padding-top: 5px;
}
span.GreenNumTxt {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #5EB311;
}

.GreenTxt span {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #5EB311;
}
.InvoiceTxt {
    margin-block: 5px;
}
.total-sec {
    padding: 20px 0;
}
.total-sec .col-12.col-md-12.col-lg-4 {
    padding: 0 10px;
    margin-bottom: 10px;
}
.total-sec .row {
       margin-right: -10px;
    margin-left: -10px;
}
.image-icon-space {
    margin-right: 8px;
}
.mrgnLftGraph {
    margin-bottom: 3px;
    border-bottom: 1px solid #B8B8B8;
}
.DpdCls select {
    background: url('../images/down-new.png')95% 50%;
    -webkit-appearance: none;
    width: 100px!important;
    background-repeat: no-repeat;
    float: right;
    width: 150px;
    border: 1px solid #C0C0C0;
    filter: drop-shadow(0px 2px 16px rgba(18, 138, 218, 0.2));
    border-radius: 2px;
    padding: 5px 25px 5px 10px;
    height: 33px!important;
    font-size: 16px;
  	font-family: 'Roboto', sans-serif;
    background-size: 11px;
    outline: 0;
}
.row.new-row {
    margin: 0;
    justify-content: end;
    padding-top: 5px;
}
.row.new-row span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #128ADA;
}
div#myChart-license-text a, div#myChart-license-text a span {
    font-weight: 400!important;
    font-size: 10px!important;
    line-height: 12px;
    color: #555555!important;
    	font-family: 'Roboto', sans-serif;
}

.mrg-top {
    margin-top: 20px;
}
.total-sec .col-12.col-md-12.col-lg-6 {
    padding: 0 10px;
        margin-bottom: 10px;
}
.brdRound {
    background: #7dd44b;
    height: 1px;
    padding: 5px;
    border-radius: 29px;
    margin-top: 3px;
    margin-right: 5px;
}
.brdRoundPink {
    background: #fb6287;
    height: 1px;
    padding: 5px;
    border-radius: 29px;
    margin-top: 3px;
    margin-right: 5px;
}
.TotalWrkOrdr {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #555555;
}
.padleftTxt span {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.PinkTxt.padleftTxt span {
    color: #FB6287;
}
.padleftTxt {
    padding-left: 16px;
    padding-top: 5px;
}	

.row.GraphTrdRow {
    padding-top: 20px;
}
.new-map-sec .card.DashboardCrd, .new-map-sec .col-12.col-md-12.col-lg-12 {
    padding: 15px 10px;
}

.zc-ref {
    display: none;
}
.zc-rel {
    top: 0px;
    left: 0px;
    position: relative;
}
.zc-img {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}						
.zc-top * {
    text-align: left;
    margin: auto;
    text-shadow: none;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
    color: #5B5B5B;
    font-size: 14px;
   font-family: 'Roboto', sans-serif;
}
.searchButton {
    border-radius: 0px 4px 4px 0px !important;
    border: 1px solid #D7D7D7 !important;
    background: #F8F9FA !important;
    margin-left: -2px;
    height: 36px;
    width: 50px;
}
.searchTerm {
    height: 36px !important;
    width: 410px !important;
        padding-left: 10px;
        background: #FFFFFF;
border: 1px solid #D7D7D7;
border-radius: 4px;
font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
input.searchTerm::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
button.add_Customer {
    width: 180px!important;
    margin-left: auto;
    background: #0372AB!important;
    padding: 9px 28px!important;
    border-color: #0372ab!important;
    justify-content: center!important;
}
.customer-block-section {
    padding: 20px;
    position: relative;
}
button.edit-customer-detail {
    border: none;
    margin-left: auto;
}
button.searchButton:focus, button.searchButton:focus-visible, button.edit-customer-detail:focus, button.edit-customer-detail:focus-visible {
    outline: none;
}
.TblDesign {
    margin-top: 20px !important;
}
table.dataTable.no-footer {
    word-break: unset;
    background: #F1F3F9;
    margin-top: 0 !important;
      border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 16px rgb(18 138 218 / 5%);
    border-radius: 2px;
}

.position-relative.table-customer {
    
    margin-bottom: 20px;
}	
table.dataTable.no-footer th.sorting_disabled {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    border: 0!important;
    padding:10px 8px;
}	
table.dataTable.no-footer td {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
     padding: 15px 8px 10px 8px;
     padding-top: 15px;
         border: none;
}																							
.customer-bottom-pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-bottom-pages div#CustomerListTbl_info {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #787878!important;
    background: transparent;
    border: 0.2px solid #D7D7D7;
    border-radius: 2px;
    margin: 0 4px;
    box-shadow: none;
      padding: 5px 12px !important;
      font-size: 14px;
      text-decoration: none;
}

.table-responsive {
    
        overflow: unset
    !important;
}
span.paginate-text a {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
     text-decoration: none;
    padding: 6px 12px !important;
    color: #FFFFFF;
    background: #0372AB;
    border-radius: 2px;
}
tr.bg-white {
    background: #fff!important;
}
.edit-list.add-cus {
    position: relative;
}
.edit-list.add-cus img {
    position: absolute;
    top: 3px;
    left: 3px;
}									
.edit-list.add-cus input {
    padding-left: 45px;
}
.attachment-popup-new input, .attachment-popup-new select {
    padding-left: 20px!important;
}
.edit-list.add-cus select {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    padding: 11px 20px;
    padding-left: 45px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    background-image: url(../images/down-select.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
.m-b-20{
	margin-bottom: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.edit-list.add-cus a.add-field {
    width: 40px;
    height: 40px;
    background: #128ADA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-list.add-cus a.add-field img {
    position: unset;
    object-fit: scale-down;
}
.modal-dialog.coustomer-size-popup {
    max-width: 800px;
    top: 0;
}
td.images-td button, td.images-td button:focus, td.images-td button:focus-visible, section.customer-tabbing-block nav.tabs__nav button:focus, section.customer-tabbing-block nav.tabs__nav button:focus-visible {
    border: 0;
    outline: 0;
}
td.images-td .main-content__block {
    padding-bottom: 30px;
}
td.images-td .main-content__block .modal-footer {
    margin: 0;
    justify-content: center;
}
.custom-overview-block-top {
    background: #EBF4FC;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}
.custom-overview-block-top h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}
.custom-overview-block-top h4{
	font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #333333;
}
.custom-overview-block-top h4 span{
	color: #128ADA!important;
}
.customer-detail-heading h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #0372AB;
    margin-bottom: 10px;
}
ul.detail-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 14px;
}
ul.detail-list li span {
    font-weight: 400;
    
}
.customer-detail-block, section.customer-tabbing-block {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    padding: 20px;
}
.customer-detail-block {
    box-shadow: none !important;
    /* border: 1px solid #D7D7D7; */
}
.customer-detail-heading {
    margin: 20px 0;
}
section.customer-tabbing-block nav.tabs__nav button  {
    width: 12.5%;
    background: #EEEEEE;
    border-radius: 2px;
    padding: 10px 7px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #777777;
}
.download-invoice{
    background: #1296DA!important;
    border-radius: 32px!important;
    padding: 8px 60px!important;
    margin: 0!important;
    width: 24%!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 19px!important;
    color: #fff!important;
}
section.customer-tabbing-block nav.tabs__nav {
    display: flex;
    flex-wrap: wrap;
}
.customer-tabbing-block  .tabs__content {
    padding: 20px 0px;
}	
.customer-tabbing-block button.tabs__btn.is-active {
    color: #0372AB!important;
    font-weight: 500!important;
    border-left: 4px solid #0372AB!important;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
}
.customer-tabbing-block-content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #0372AB;
    margin-bottom: 10px;
}
.text-area-block textarea#txtnotice {
    box-shadow: 0px 2px 16px rgba(18, 138, 218, 2%);
    border-radius: 2px;
    resize: none;
    border: 0.2px solid #c1c1c1!important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    padding: 15px;
    border-radius: 8px;
}
.text-area-block  textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555!important;
}
.text-area-block button#btnSaveNotes {
    position: absolute;
    right: 0;
    background: #F5F5F5;
    border-radius: 16.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #9A9A9A;
    border: 0;
    padding: 10px 20px;
    margin: 10px;
}
.text-area-block {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #777777;
    margin-bottom: 10px;
}
.customer-notes-block h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #777777;
    margin-bottom: 0;
}
td.green, td.green a {
    color: #5EB311!important;
    text-decoration: none;
}
td.red img, td.orange img {
    margin-right: 6px;
}
td.img img {
    padding-right: 10px;
}
button.add_attachment {
    font-weight: 400!important;
    font-size: 12px;
    line-height: 14px;
    width: 190px!important;
    padding: 8px 15px!important;
    justify-content: center!important;
}
.edit-list.attachment-icon img {
    right: 0;
    margin-right: 0;
    top: 1px;
}
.edit-list.add-cus textarea#txtNote {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    width: 100%;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 12px 20px;
}
.edit-list.add-cus textarea::placeholder{
font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
td.center {
    text-align: center;
        color: #555!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
ul.detail-list li span.blue {
    color: #128ADA;
    font-size: 16px;
    font-weight: 500;
    line-break: auto!important;
}
li.description-box {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 12px 0;
    margin: 0!important;
}
li.description-box input#quotes-content, li.cc-block input#quotes-content {
    border: 1px solid #D7D7D7;
     box-shadow: 0px 2px 16px rgb(18 138 218 / 2%);
    border-radius: 2px;
    padding: 8px 25px 8px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    width: 220px;
}
li.description-box input#quotes-content::placeholder, li.description-box.status-box select#quotes-status::placeholder, li.cc-block input#quotes-content::placeholder{
font-size: 14px;
line-height: 16px;
color: #555555;
}
li.description-box.status-box select#quotes-status{
	 border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 16px rgb(18 138 218 / 2%);
    border-radius: 2px;
    padding: 8px 25px 8px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    width: 220px;
    background-image: url(../images/down-select.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
li.email-box {
    display: flex;
    align-items: center;
}
li.email-box button {
    border: none;
    margin-left: 5px;
}
 button:focus,  button:focus-visible{
 	border: none!important;
 	outline: none!important;
 } 
h3.grey-clr {
    color: #333333;
    font-weight: 400;
}
.quotes-tabbing-block .preview-tab-icon {
    width: 33.33%!important;
    height: 36px;
}
.preview-tab-icon-btn{
	    background: #EEEEEE;
}
.quotes-tabbing-block .preview-tab-icon button.PreviewInvoiceBtn {
    display: flex;
    align-items: center;
    width: auto;
    background: #0372AB;
    border-radius: 32px;
    padding: 8px 42px 8px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.quotes-tabbing-block .preview-tab-icon button.PreviewInvoiceBtn img {
    margin-right: 10px;
}
textarea.grey, textarea.grey::placeholder {
    color: #555555;
}
table.dataTable.no-footer td select#invoiceid {
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 16px rgba(18, 138, 218, 0.2);
    border-radius: 2px;
    padding: 3px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #333333;
    background-image: url(../images/down-new.png);
    background-repeat: no-repeat;
    background-position: 96%;
}

td.images-td.up-down {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.profile-edit.flex-new {
    display: grid;
    grid-template-columns: 1fr .5fr .5fr;
    grid-gap: 30px;
}	
.profile-edit.flex .Customer-Tax.remember-box, .edit-list.add-cus .remember-box {
    margin-bottom: 0;
}
.admin-popup .modal-dialog .modal-content .modal-header button span.grey {
    color: #565656;
}
section.custom-overview-block-top .custom-overview-block-img {
    margin-right: 10px;
}
.modal.fade.show {
    padding: 0!important;
}
button.close.new-close {
    background: transparent!important;
}																													
button.close.new-close span {
    color: #808080;
}
.new-header-modal {
    background: #fff!important;
    padding: 10px 0!important;
}					
.preview-forms-block {
    padding: 20px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius:  12px;
}
.modal-header.new-header-modal button.close.new-close {
    width: 5%;
}
.modal-content.preview-popup-main {
    padding: 20px;
    margin: 0 10px;
    border-radius: 12px;
    background: #fff!important;
    padding-top: 0;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.TblHead {
    background: #EBF4FC !important;
}
.TblRow {
    border: 1px solid #dee2e6 !important;
}
.preview-edit-form-top-left h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}
.preview-edit-form-top-left h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 0;
}
.preview-edit-form-top-right h2.blue {
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    text-align: right;
    color: #1296DA;
    margin-bottom: 8px;
}
.preview-edit-form-top-right tr.TblRow th {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}
.preview-edit-form-top-right td {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.border-line {
    border: 1px solid #D7D7D7;
    margin-left: -20px;
    margin-right: -20px;
}
.preview-edit-form-top {
    padding-bottom: 35px;
    padding-top: 5px;
}
.preview-edit-form-bottom {
    padding-top: 20px;
}
.preview-edit-form-bottom th {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}
.preview-edit-form-bottom td {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.preview-edit-form-bottom td > div {
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}
.preview-edit-form-bottom th.TblRow {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.regulaty-block {
    padding: 10px 0;
}
.modal-dialog.coustomer-size-popup.preview-quote-popup {
    max-width: 1000px;
}
.preview-edit-form-bottom td.TblRow {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    line-break: anywhere;
}
.preview-edit-form-bottom td.TblRow span, .preview-edit-form-bottom td span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
button.butn-new {
    background: #1296DA!important;
    border-radius: 32px!important;
    padding: 10px 60px!important;
    margin: 0!important;
    width: 24%!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 19px!important;
    color: #fff!important;
}
button.butn-new img {
    margin-right: 10px;
}


/*----------------img-new-upload---------*/

.edit-list h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 10px;
}
button.edit-optn {
    background: #FFFFFF!important;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
    border-radius: 50px;
}
.image-upload-wrap {
    background: #fff;
    position: relative;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.drag-text {
    text-align: center;
}
.file-upload {
    width: 250px;
}
.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #555;
    padding: 100px 0;
    margin: 0;
    font-size: 24px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-image {
    margin-bottom: 15px;
    width: 100%;
}
.file-upload-btn {
    width: 100%;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 26px;
    margin: 0;
    background: transparent!important;
    padding: 10px;
    border-radius: 3px;
    transition: all .2s ease;
    outline: none;
    border: 1px solid #CDCDCD!important;
    color: #555;
    text-transform: capitalize;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: left;
     background-image: url(../images/upload-img.png)!important;
    background-repeat: no-repeat!important;
    background-position: 96%!important;
}

/*------------------end---------------------------*/
.Quote-_item_sec h3 {
    color: #0372AB;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0.5rem;
    line-height: 20px;
}									
.Quote-_item_sec .text-area-block textarea {
    height: 150px;
    box-shadow: none!important;
        font-size: 14px;
    line-height: 14px;

}
.Quote-_item_sec .text-area-block textarea::placeholder{
	 font-size: 14px;
    line-height: 14px;
} 
.Quote-_item_sec .text-area-block {
    border: none;
}
.Quote-_item_sec h4 {
    /* border: 1px solid #C1C1C1; */
    /* border-radius: 8px; */
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

.well-block-list .edit-list input {
    padding-left: 20px;
}

.edit-list.add-cus textarea.work_order {
    border-radius: 20px;
    padding: 10px;
    height: 200px;
    font-size: 14px;
    resize: none;
}
.edit-list.add-cus textarea.work_order:focus {
    outline: none;
    box-shadow: none;
    border-color: #D7D7D7;
}
.right-block-email {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 16px;
}

button img.inbox {
    padding-right: 8px;
}
.right-block-email button.add_Customer {
    width: 210px!important;
}
.profile-icon {
    padding-right: 7px;
}
.profile-icon-text h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}
.profile-icon-text.payment-overview h4{
    padding-top: 0px;
    border:none;
}

.profile-icon-text h4.grey{
	color: #939393!important;
	font-weight: 400!important;
} 
.p-b-15{
	padding-bottom: 15px;
}
.work-order-block {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    padding: 20px;
}
.test-sec {
    padding: 20px 20px 0;
    width: 100%;
    display: block;
    border-top: 1px dashed #777777;
}
button.edit-note {
    border: 0;
}
.test-sec h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}
.p-b-0{
	padding-bottom: 0!important;
}
.test-input textarea {
    border: none;
    width: 100%;
    min-height: 120px;
    padding: 10px;
}
.test-input {
    display: flex;
    border: 1px solid #DFE3E7;
    border-radius: 23px;
    padding: 5px 10px 10px 5px;
    position: unset!important;
}
.test-input  img {
    top: 5px!important;
    left: 5px!important;
    height: 36px;
    position: unset!important	;
}
.main-content__block .modal-footer button:active {
    background-color: transparent!important;
    border-color: #D7D7D7!important;
}
.Edit-Work-Order textarea {
    width: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 32px;
    padding: 15px 20px;
    resize: none;
    min-height: 250px;
    font-size: 14px;
}
.p-l-20 input {
    padding-left: 20px!important;
}
td.images-td.up-down a img {
    max-width: 10px;
    object-fit: contain;
    height: 10px;
}
td.images-td.up-down a:first-child {
    padding-right: 5px;
}
li.cc-flex {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
 .admin-popup button.chnage-pswd:focus, .admin-popup button.chnage-pswd:active {
            box-shadow: none!important;
}

.detail-block {
    padding: 0;
    box-shadow: none;
    background: transparent;
}
.detail-block h3 {
    padding: 0 7px;
    margin-bottom: 20px;
}
.detail-block ul.detail-list li {
    font-size: 15px;
}
.LogoBgColor a {
    display: inline-block;
}
li.date-flex {
    display: flex;
}
li.date-flex button {
    border: none;
    background: transparent;
    margin-left: 10px;
}

.dashboard-top-bar-left span img {
    width: 8px;
}
ul.detail-list {
    margin: 0;
}
li.email-box button.btn.btn-secondary.close{
    width: auto;
}
.edit-list.add-cus .date-timing-block:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 44px;
    background: #D7D7D7;
    right: 44px;
    z-index: 999;
}

.report-block-sec nav.tabs__nav > button {
    width: 9%!important;
        padding: 10px 2px!important;
}
.list-grid-items-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}
.edit-list.add-cus {
    position: relative;
}
.tab1-content-sec-top .edit-list select {
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #212529;
    background-position: 91%;
    height: 40px;
}
.tab1-content-sec-top input {
    padding: 11px 5px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    width: 130px;
    position: relative;
}
.tab1-content-sec-top input:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 38px;
    background: #D7D7D7;
    right: 30px;
}
.tab1-content-sec-top button#btnClear {
    width: 130px!important;
    border: 1px solid #0372AB;
    border-radius: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #0372AB;
    background: #fff;
    float: right;
    padding: 9px 28px;
}
.print-dwnload-btn {
    display: flex;
    grid-gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
}   
.print-dwnload-btn  > a.buttons {
    border: 1px solid #0372AB;
    border-radius: 32px;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #0372AB;
    display: inline-block;
    text-decoration: none;
}
.print-dwnload-btn  > a.buttons {
    border: 1px solid #0372AB;
    border-radius: 32px;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #0372AB;
    display: inline-block;
    text-decoration: none;
}
.tab1-content-sec-bottom td.images-td  button.center-dlet {
    width: 100%!important;
    background: transparent!important;
}
.report-new-customer select {
    width: 160px!important;
}
.report-block-sec button.tabs__btn.is-active {
    color: #0372AB!important;
    font-weight: 500!important;
    border-left: 4px solid #0372AB!important;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2);
}
select#user-type {
    padding: 10px 36px 10px 15px;
    width: 130px;
}
.log-activity-list-item {
    padding: 0 20px 15px;
    position: relative;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
}
.log-activity-list-item:before {
    content: '';
    position: absolute;
    border: 2px solid #ABDDFF;
    height: 90%;
    left: 0;
    bottom: 15px;
}   
.log-activity-list-item:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid #ABDDFF;
    transform: rotate(-45deg);
    border-bottom: 0;
    border-left: 0;
    left: -3px;
    top: 2px;
}
.log-activity-list-item h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-bottom: 10px;
}
.log-activity-list-item-info h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #505050;
}
.log-activity-list-item-info h4 a {
    text-decoration: underline!important;
    color: #128ADA;
}
.log-activity-list-item-info h4:last-child{
    margin-bottom: 0;
}
.log-activity-list-item-info {
    padding: 10px;
    border-top: 1px dashed #939393;
    border-bottom: 1px dashed #939393;
    margin-bottom: 10px;
}
.log-activity-list-item-info-btm .user-details {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.log-activity-list-item-info-btm .user-details img {
    width: 12px;
    height: 16px;
    margin: 0;
}
.log-activity-list-item-info-btm .user-details h2 {
    font-weight: 400;
    margin: 0 5px;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
.log-activity-list-item-info-btm .user-details h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ABABAB;
}
.log-activity-list-item-info-date-time h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
}
h4.file-uploade span {
    padding-right: 10px;
}
h4.file-uploade span img {
    padding-right: 7px;
}
.log-activity-list {
    margin-top: 15px;
}
.new-tabs-nav button {
    width: 20%!important;
}
.tabs.new-tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs.new-tabs button {
    background: #EEEEEE;
    border-radius: 2px;
    padding: 10px 15px;
    border: none;
     font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #777777;
}

.tabs.new-tabs button.active {
    color: #0372AB!important;
    font-weight: 500!important;
    border-left: 4px solid #0372AB!important;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 2px 12px rgba(74, 74, 74, 0.2)!important;
}

.content.active {
    display: block;
}
.content {
    display: none;
}
.sections.tab-block_sec {
    margin-top: 50px;
}
.new-p-d-btn a.buttons {
    padding: 10px 40px!important;
    display: flex;
    grid-gap: 4px;
    align-items: center;
    justify-content: center;
}
td span.blue {
    color: #0372AB;
}
tr.odd.bg-white td span {
    padding-bottom: 8px;
    display: inline-block;
}
.Authority-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.Authority-tab h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
tr.odd.bg-white td span.blue {
    font-weight: 500;
}
.padding-btn a.buttons {
    padding: 10px 22px!important;
}
td input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 2px;
    border: 1px solid #BDBDBD!important;
    box-shadow: none;
    font-size: 1em;
    cursor: pointer;
    color: #FFFFFF;
}
tr.odd.bg-white.bg-grey {
    background: #F2F2F2!important;
}
tr.odd.bg-white.bg-grey span.blue {
    padding: 0;
}
a.underline {
    text-decoration: underline;
}
.content-new {
     display: none; 
}
.content-new.active {
    display: block;
}

ul.detail-list li span.grey {
    color: #555555;
}
.border-btm-none{
    border-bottom:none;
}
.m-b-20 h3{
    margin-bottom: 20px;
}
.admin-popup button.chnage-pswd:focus, .admin-popup button.chnage-pswd:active {
    box-shadow: none!important;
}
.admin-popup svg {
    background: #fff;
}
.sale-value {
    display: flex;
    flex-direction: column;
}
.sale-value span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #494949;
}
.sale-value span.GraphSndNumTxt {
    color: #333!important;
    padding-top: 5px;
}
.changeyear span#changeyearpayments {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #128ADA;
}
.GraphNumTxt {
    padding: 5px 0;
}
.card.DashboardCrd {
    height: 100%;
}
.tax-select img {
    top: 2px!important;
}
.print-dwnload-btn > a.buttons:first-child {
    padding: 9px 40px;
}
.edit-list.add-cus button#add {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #128ADA;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    border: none;
    background-image: url(../images/plus-new.png);
    background-position: center;
}
.add-cus button#remove , .add-cus button.remove {
    font-size: 40px;
    width: 40px;
    height: 40px;
    background: #128ADA;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    border: none;
    color: white;
    line-height: 40px;
    font-weight: 400;
}


div#dynamic_field .add-list {
    margin-bottom: 20px;
}
.log-activity-list-item:last-child {
    margin-bottom: 0;
}




/*-----------responsive--------------*/
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}


@media screen and (max-width:1366px){
table.dataTable.no-footer th.sorting_disabled{
    font-size: 13px;
    }
table.dataTable.no-footer td {
    font-size: 13px;
}
/****/

.admin-profile-block-main .table-customer #CustomerListTbl_length {
    display: none;
}
.bg-white.odd td, table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
    background: #fff !important;
    box-shadow: none !important;
}
.admin-profile-block-main .table-customer div#CustomerListTbl_info {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    padding-top: 20px;
}
div#CustomerListTbl_paginate a#CustomerListTbl_previous {
    font-size: 0;
    color: #666 !important;
    border: 1px solid #E8E9EC;
    background: transparent;
    box-shadow: none;
    background-image: url(../images/left_new_icon.png);
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 4px;
    width: 24px;
    background-size: 7px;
    height: 24px;
    padding: 17px!important;
    background-position: center;
}
div#CustomerListTbl_paginate a#CustomerListTbl_next{
    font-size: 0;
    color: #666 !important;
    border: 1px solid #E8E9EC;
    background: transparent;
    box-shadow: none;
    background-image: url(../images/right_new_icon.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: 7px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    padding: 17px!important;
    background-position: center;
}
div#CustomerListTbl_paginate {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
div#CustomerListTbl_paginate span a.paginate_button.current {
    background-color: #0372AB !important;
    color: #fff!important;
    border: 1px solid #0372ab!important;
  
}
div#CustomerListTbl_paginate span a.paginate_button.current:hover{
     border: 1px solid #0372ab!important;
background: #0372AB!important;
} 
div#CustomerListTbl_paginate span a.paginate_button{
    background-color: #fff !important;
    border: 1px solid #fff!important;
     color: #000 !important;
       border: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}
div#CustomerListTbl_paginate span a.paginate_button:hover{
    border: 1px solid #111!important;
background: #ff5d8f!important;
}
.dataTables_wrapper div#CustomerListTbl_filter input {
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    width: 350px;
    padding: 6px 10px;
    font-size: 14px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
.dataTables_wrapper div#CustomerListTbl_filter {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
/* table.dataTable.no-footer{
    border-bottom: unset!important;
} */

table .TdPrice{
    text-align: right !important;  
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;

















}
@media screen and (max-width:1300px){
section.customer-tabbing-block nav.tabs__nav button {
       font-size: 14px;
    margin-bottom: 10px;
    
}
.preview-tab-icon.for-mobile {
    height: 36px;
}
.tabs.new-tabs button {
    font-size: 13px;
    line-height: 16px;
}
}
@media screen and (max-width:1200px){
.login-page-main {   
    background-position: center bottom;
}
section.customer-tabbing-block nav.tabs__nav button {
    width: 20%;
}
.table-responsive {
    overflow: auto!important;
    white-space: nowrap;
    height: 65vh;
}
.modal-dialog.coustomer-size-popup.preview-quote-popup {
    max-width: 840px;
    margin: 0 auto;
}
button.butn-new {  
    padding: 10px 22px!important;
}
}
@media screen and (max-width:992px){
	button.butn-new {   
    width: 30%!important;
}
	.modal-dialog.coustomer-size-popup.preview-quote-popup {
    max-width: 640px;
}
.modal-header.new-header-modal button.close.new-close {
    border-bottom: 0;
}
	.dashboard-top-bar-right {
    display: none;
}
section.customer-tabbing-block nav.tabs__nav button {
    font-size: 14px;

}
header.for-mobile {
    display: inline-flex;
    padding: 8px;
    padding-top: 12px;
    border-bottom: 1px solid #ddd;
}
.dashboard-main-grid-left{
	display: none;
}
.dashboard-main-grid-right {
    width: 100%;
    padding: 75px 12px 0 12px;
}
.dashboard-main-grid {
    padding: 0;
}
header.for-mobile .LogoBgColor img.img-fluid.LogoDesign {
    width: 110px;
    height: 100%;
}

td.images-td {
    padding: 0 5px!important;
}
th.sorting_disabled {
    width: auto!important;
}
table.dataTable.no-footer td, table.dataTable.no-footer th.sorting_disabled {   
    padding-top: 15px!important;
}
.customer-detail-block button {
    margin-left: unset;
}	
.test-sec {
    margin: 10px 0 0 0;
}
td.images-td img {
    max-width: 12px;
    object-fit: contain;
    height: 12px;
}
.tab1-content-sec-top .edit-list select {
    background-position: 94%;
}
.tab1-content-sec-top input {
    width: 100%;
}
.tab1-content-sec-top input[type="date"] {
    padding: 11px 15px;
    background-position: 97%!important;
}
}

@media screen and (max-width:799px){
  .custom-model-inner{
  	margin-top: 185px;
  }
}
@media screen and (max-width:749px){
    .tab1-content-sec-top .edit-list select {
    background-position: 97%;
}
    .tab1-content-sec-top input:before {
    right: 40px;
}
    .table-responsive {
    height: 45vh;
}
select#user-type {
    width: 100%;
}
.tabs.new-tabs button {
    width: 100%!important;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.report-block-sec nav.tabs__nav > button{
    width: 100%!important;
}
.list-grid-items-new {
    grid-template-columns: 1fr;
    width: 100%;
}
.report-new-customer select {
    width: 100%!important;
}
.list-grid-items-new .list-items-tab:last-child {
    margin-bottom: 10px;
}


	.admin-popup .modal-dialog {
    max-width: 500px;
        top: 8%;


}
.admin-profile-block-left {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
}
.quotes-tabbing-block .preview-tab-icon {
   
    height: unset;
}
.preview-tab-icon.for-mobile {
    display: none!important;
}
.Edit-Work-Order textarea {
    min-height: 150px;
}
button.butn-new {
    width: 40%!important;   
}
.modal-dialog.coustomer-size-popup.preview-quote-popup {
    max-width: 430px;
}
.admin-popup .modal-dialog .modal-content {
   
    margin: 0;
}
.profile-edit.flex-new {  
    grid-template-columns: 1fr;
}
li.description-box input#quotes-content, li.description-box.status-box select#quotes-status {
    width: 100%!important;
}
.text-area-block button#btnSaveNotes {     
    font-size: 14px;
}
.customer-tabbing-block button.tabs__btn.is-active {
    border-bottom: none;
}
section.customer-tabbing-block nav.tabs__nav button {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.dashboard-top-bar-left h3 {  
    font-size: 13px;
}
	.col-3.col-md-1.col-lg-1.d-md-block.TlgIconCls {
    flex: 0 0 auto;
    width: 11.333333%;
}
header.for-mobile .nav-list {   
    width: 100%;
}
	.login-page-content {   
    padding: 20px 70px;
    width: 500px;
}
.logo-main img {
    max-width: 120px;
}
.login-content-box .logo-main {
    margin-bottom: 20px;
}
form.login-form .login-form-item {
    margin-bottom: 15px;
}
form.login-form .login-form-item input {  
    padding: 10px 25px 10px 50px;
}
.login-form-item img {
    width: 32px;
}
.edit-list.add-cus img {
    width: 35px;
    }

.edit-list.add-cus.notshown {
    display: none;
}
.submit-btn button#btnLogin {
    padding: 10px 30px;
}
.send-close-btn {
    margin-top: 50px;
}
.send-close-btn a {
    padding: 10px 50px;
}
.profile-edit.grid-2 {
    grid-template-columns: 1fr;
}
.edit-list.attachment-icon img {
    right: 0;
    margin-right: 0;
    top: 2px;
    width: 38px!important;
}	
.quotes-tabbing-block .preview-tab-icon {
    width: 100%!important;
}
.quotes-tabbing-block .preview-tab-icon {
    width: 100%!important;
    border-bottom: 1px solid #ccc!important;
    background: transparent;
    margin-bottom: 10px;
}
.quotes-tabbing-block nav.tabs__nav {
    flex-direction: column;
}
.quotes-tabbing-block nav.tabs__nav button.tabs__btn.preview-tab-icon {
    order: 1;
}
.quotes-tabbing-block nav.tabs__nav button.tabs__btn.is-active.preview-tab-icon {
    border-bottom: none!important;
}
.main-content__block .modal-footer button.close, td.images-td.dlet-list button.btn.btn-primary.save a,  .main-content__block .modal-footer button.save {
    
    padding: 10px 45px;
}
.edit-list.add-cus.test-input img {
    width: 40px;
} 
.main-content__block .modal-footer button.close {
    width: 134px;
}
li.email-box button.btn.btn-secondary.close {
    width: 170px;
}
.tax-select img {
    top: 3px!important;
}
.admin-popup button.chnage-pswd{
    position: unset;
}
}
@media screen and (max-width:520px){
.login-page-content {
    padding: 20px 25px;
    width: 310px;
}
.col-3.col-md-1.col-lg-1.d-md-block.TlgIconCls {
    width: 13.333333%;
}
}
@media screen and (max-width:480px){
    .edit-list.add-cus button#add {
    width: 35px;
    height: 35px;
}
    .tax-select img {
    top: 4px!important;
}
    .admin-popup .modal-dialog .modal-content .modal-header button {
    padding: 3px;
}

.admin-popup .modal-dialog .modal-content .modal-header {
    padding: 10px;
}
	.main-content__block .modal-footer button.save , .main-content__block .modal-footer button.close, td.images-td.dlet-list button.btn.btn-primary.save a {
    padding: 10px 25px!important;
    font-size: 14px;
    width: 120px;
}

	.profile-icon-text h4.grey {
    font-size: 14px;
}
.send-close-btn a { 
    padding: 8px 30px;
}
.send-close-btn {
    margin-top: 30px;
}
.custom-model-wrap {
    padding: 20px;
}
.admin-profile-block {
    flex-direction: column;
    grid-gap: 20px;
    align-items: center;
}
.admin-profile-block-main {
    padding: 15px;
    margin-top: 10px;
    
}
.dashboard-top-bar {
    padding: 15px;
}
.col-3.col-md-1.col-lg-1.d-md-block.TlgIconCls {
    width: 20.333333%;
}	
.admin-popup .modal-dialog {
    max-width: 340px;
    top: 0;
}
.modal-dialog.coustomer-size-popup.preview-quote-popup {
    max-width: 340px;
}
.main-content__block {
   
    padding: 20px;
}	

.main-content__block .modal-footer button.save a, .main-content__block .modal-footer button.close {  
    padding: 10px 45px;
}
.profile-edit .edit-list input {   
    padding: 10px 40px;
}	
.main-content__block .modal-footer {
    margin-top: 30px;
}
button.add_Customer {
    margin: 0 auto;
        width: 170px!important;
        font-size: 14px!important;
            padding: 9px 24px!important;
}	
.edit-list.add-cus img {
    width: 32px;
    }		
    td.images-td .admin-popup .modal-dialog .modal-content .modal-header h5 {

    font-size: 13px;
    
}	
.edit-list.attachment-icon img {
    
    width: 34px!important;
}	
div#exampleModal5 {
    padding: 0!important;
}
button.butn-new {    
    padding: 10px 12px!important;  
    width: 50%!important;
        font-size: 14px!important;
    line-height: 16px!important;
}										
.well-block-list .edit-list input {
  
    padding: 12px 20px!important;
}
}

.fl-main-container .fl-container.fl-flasher .fl-message {
    font-size: 1.2rem!important;
    margin-top: 0.25rem;
  }

.fl-main-container .fl-container.fl-flasher .fl-title {
    font-size: 1.2rem!important;
    font-weight: 700;
}
.image-up,.image-down
{
    cursor: pointer;
}
select.form-control { -webkit-appearance: menulist; }
i.fa-solid.fa-calendar-days {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 14px;
    color: grey;
}

.error-box{
    position: relative;
    font-size: 16px!important;
    background-color: rgb(255, 122, 122);
    color: white;
    border: 2px solid rgb(228, 77, 77);
    border-radius: 5px;
    padding: 5px;
}
button.cross-icon-btn {
    width: 38px;
    border: none;
    background: none;
    color: white;
    position: absolute!important;
    height: 20px;
    top: 0px;
}
span.cross-icon {
    font-size: 25px;
}

td.payment-amount.TdPrice {
    text-align: left!important;
}






/************
.dataTables_wrapper div#CustomerListTbl_filter {
    display: block;
   
}
.dataTables_wrapper div#CustomerListTbl_filter label {
    display: block;
}
.dataTables_wrapper div#CustomerListTbl_filter input {
    width: 90%;
}

*/


