.data-table .card-header{
    border-bottom: 1px solid #ebe9f1 !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
    content: "" !important;
    right: 0.5em !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
	width: 100%;
}

body {
  background: black;/* for this demo */
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
}
.inputfile{
  display: none;
}
.right-side{
    display: flex;
    align-items: center;

}

.file-button {
    border-radius: 5px;
    border: 1px solid;
    display: block;
    padding: 0.786rem 1.5rem;
    border-radius: 0.358rem;
    font-weight: 500;
    line-height: 1;
    cursor:pointer;
}
.primary_btn
{
  background: blue;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  font-weight: 500;
  display: block;
  color: #fff;
}
.alert{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 8px 0px 8px;
}
.alert .close
{
  border: none;
  background: transparent;
  color: red;
  font-size: 28px;
}
.form-label{
  font-weight: 600 !important;
  font-size: 1rem !important;
}
.file-button:hover{
  box-shadow: 0 8px 25px -8px #7367f0;
}
table.purchase-order-item-details tbody tr td{
  white-space: nowrap;
}
.text-right{
  text-align: right !important;
}
.main-div {
    display: flex;
    align-items: baseline;
}
.first-div
{
  margin-right: 10px;
}
.global_search:focus-within{
  box-shadow: unset !important;
}
/* table.dataTable td, table.dataTable th{
  word-break: break-all;
} */
.scanning-btn{
  cursor: pointer;
}
.scan-field{
  font-weight: 600;
  font-size: 18px;
  padding: 0.4rem 1rem;
  border-right: 0px;
}

/***Switch to advance servce**/

.insideselection_ [type="radio"]:checked,[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.insideselection_ [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #010101;
}

.insideselection_ [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.insideselection_ [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.insideselection_ [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.insideselection_ [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #010101;
  border-radius: 100%;
  background: #fff;
}
.insideselection_ [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #010101;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.insideselection_ [type="radio"]:checked + label {
  font-weight: 600;
  color: #010101;
}

.selectadvance_ {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.insideselection_ {
  margin: 0 15px 0 0;
}
.roundhoursBox_ {
  display: flex;
  justify-content: start;
  border-top: 1px solid #01010126;
  border-bottom: 1px solid #01010126;
  padding: 26px 0;
}
.labelText_ {
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  width: 100%;
  margin-bottom: 13px;
}
.rounduphors_ {
  display: inline-block;
  max-width: 150px;
  width: 100%;
}
.custom-input {
  border: 1px solid #d8d6de;
  border-radius: 10px;
  padding: 10px 10px;
  max-width: 109px;
  width: 100%;
  outline: none!important;
}
.innercontainerhours_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.smalllabel_ {
  font-weight: 500;
  color: #828282;
  font-size: 14px;
}
.insideinputbox_ {
  display: inline-block;
  margin-right: 10px;
}
.smalllabel_ {
  font-weight: 500;
  color: #828282;
  font-size: 14px;
  margin-right: 10px;
}
.deletebg_ {
  width: 32px;
  height: 32px;
  color: #FF0000;
  background: #ff000029;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 33px;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
}
.disableinput_ {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.heading14 {
  color: #010101;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}
/* .advancedContainer {
  display: none;
} */
.additionalbtn_ {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  margin-top: 10px;
}
.plusbg {
  width: 21px;
  height: 21px;
  border: 1px solid #010101;
  display: inline-block;
  border-radius: 20px;
  margin-right: 7px;
  text-align: center;
  font-size: 14px;
}

/***Start New line items css ***/

.custom_label {
  font-size: 14px;
  color: #828282;
  margin-bottom: 8px;
  font-weight: 500;
}
.custom-control {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 14px 14px;
  width: 100%;
}
.widthdiff1 {
  max-width: 180px;
  margin-right: 10px;
}
.widthdiff2 {
  max-width: 80px;
  width: 100%;
  margin-right: 10px;
}
.horizontalformBox_ .form-group {
  display: inline-block;
  width: 100%;
}
.content-header-left .breadcrumb-item a {
  color: #101010;
}
.btn-primary {
  border: 1px solid #010101!important;
  background-color: transparent !important;
  color: #010101 !important;
  border-radius: 20px;
  padding: 17px 21px;
}
.heading-text h4 {
  color: #101010;
}
.card {
  border-radius: 20px!important;
}
.form-control:focus {
  border-color: #101010;
}
table.table-bordered.dataTable th:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
table.table-bordered.dataTable th:last-child {
  border-radius: 0px 10px 10px 0;
}
.form-control {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 13px 15px;
}
.input_label {
  font-size: 14px;
  color: #828282;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 10px;
}
#rateSheetForm {
  margin-top: 18px;
}
#lineInput .form-control {
  width: 70%;
  display: inline-block;
}
.deletebg_line {
  width: 32px;
  height: 32px;
  color: #FF0000;
  background: #ff000029;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 33px;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
}
.dataTable td a {
  color: #101010;
}
.footer a {
  color: #101010;
}
.navbar-nav .dropdown-item:hover, .dropdown-item:focus {
  color: #101010;
  background-color: #10101017;
}
.navbar-nav .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #101010;
}
.statistics-body .card-text {
  color: #101010;
}
.invalid-feedback {
  display: block;
  font-weight: bold;
}
.loginleftimage {
  filter: saturate(0.5);
}

.btn-primary.active {
  border: 1px solid #fff!important;
  background-color: black !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 17px 21px;
}
.createRateSheet_ {
  position: relative;
}
.errorRate {
  position: absolute;
  top: 55px;
  left: 18%;
  color: red;
  font-size: 11px;
}
.loginContainer_ {
  background: #fff;
  box-shadow: 0 0 10px #eee;
  padding: 50px;
  border-radius: 38px;
}
.login_head {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.login_head h2 {
  font-size: 32px;
  color: #101010;
  margin: 0 0 10px;
  font-weight: 600;
}
.login_head p {
  color: #101010;
  font-size: 17px;
}
.loginContainer_ .form-label {
  color: #101010;
}
.custom-field_ {
  border: 1px solid #E8E8E8 !important;
  border-radius: 15px;
  padding: 12px 15px;
  color: #828282;
  box-shadow: none !important;
}
.loginContainer_ .input-group-text.cursor-pointer {
  position: absolute;
  bottom: 8px;
  right: 0;
  border: none;
  background: transparent;
}
.loginContainer_ .form-group.form-password-toggle {
  position: relative;
}
.auth-login-form .form-check-input:not(:disabled):checked {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
}
.auth-login-form .form-check-input:checked {
  background-color: #101010;
  border-color: #101010;
}
