/* start bredcrumb css */
.breadcrumb-section {
  margin-bottom: 30px;
}

.breadcrum-content {
  margin: 0px !important;
  list-style-type: none;
  padding: 0px !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.breadcrum-content li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-right: 23px;
  line-height: 20px;
}

.parent-page {
  position: relative;

}

.parent-page>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #767B81;

}

.parent-page.frist-page>a {
  color: #1F1F1F;
  font-weight: 600;
}

.parent-page>a:hover {
  text-decoration: underline;
}

.current-page {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #EA8E82;
}

.parent-page::after {
  content: '/';
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #C5CFD9;
}

/* end bredcrumb css */

.services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-bordered {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  background-color: transparent;
  border: 1px solid #d68181;
  padding: 9px 18px;
  border-radius: 18px;
}

.btn-bordered i.fa {
  font-size: 12px;
  padding-right: 10px;
}

.add-services-input-wraper {
  margin-bottom: 16px;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.add-service-input-group {
  padding: 10px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  position: relative;
  flex: auto;
  min-width: 189px;
}

.add-service-input-group i.fa {
  position: absolute;
  right: 10px;
  top: 20px;
}

/* service request listing css */
.btn-bg-danger {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  background-color: #FFBD98;
  border: 1px solid #FFBD98;
  padding: 9px 18px;
  border-radius: 18px;
}
.btn-bg-info{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  background-color: #EAF1FB;
  border: 1px solid #EAF1FB;
  padding: 9px 18px;
  border-radius: 18px;
  margin-right: 20px;
}
button>i.fa-plus {
  font-size: 12px;
  font-weight: 400;
}

table.list-table {
  width: 100%;
}

table.list-table thead {
  background-color: rgba(188, 210, 222, 0.5);
  ;
}

table.list-table tbody {
  background-color: #E3E8F0;
}

table.list-table tr th {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  border: 1px solid #fff;
  padding: 13px 16px;

}
table.small-header-text  tr th{
font-size: 11px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0px;
color: #767B81;

}

table.list-table tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #322D2D;
  border: 1px solid #fff;
  padding: 11px 16px;
}

table.list-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}

table.list-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}

table.list-table thead tr:first-child th:first-child {
  border-radius: 10px 0px 0px 0px;
}

table.list-table thead tr:first-child th:last-child {
  border-radius: 0px 10px 0px 0px;
  width:121px;
}

.status-check {
  position: relative;
}

.status-check:before {
  content: '';
  -webkit-appearance: none;
  background-color: #F4F7FA;
  border: 1px solid #D9D9D9;
  padding: 0px;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  cursor: pointer;
  width: 19px;
  height: 19px;
  top: -5px;
  left: -3px;
  border-radius: 4px;
}

input.status-check:checked:before {
  background-color: #85C7E8;
}

input.status-check:checked:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  width: 6px;
  height: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.service-request-listing i.fa-circle {
  color: #67CEBD;
}

.status-approve {
  color: #85D7FF;
}

.status-not-approve {
  color: #EA8E82;
}

.approve-status-popup {
  min-width: 552px;
  border-radius: 10px;
  box-shadow: 0px 14px 64px 0px #26323821;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  right: 14%;
  top: 40%;
}
.approved-info-popup {
  width: 100%;
  border-radius: 0px;
  padding: 20px;
  background-color: #fff;
}
.approved-info-content {
  width: 100%;
  padding: 16px 12px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  column-gap: 16px;
  flex-flow: row wrap;
}
.approved-info-item {
  padding: 16px 12px;
  width: auto;
}
.approve-status-content {
  width: 100%;
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #F4F7FA;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.shipping-approve-content{
  width: 100%;
  padding: 16px 12px;
  border-radius: 5px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  column-gap: 16px;
}
.service-request-listing .cust-info-item-value{
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

.service-request-listing i.fa-pencil, .cust-info-edit-popup i.fa-trash {
  color: #85C7E8;
  padding-right: 8px;
  font-size: 16px;
  cursor: pointer;
}
.status-popup-close {
  width: 24px;
  height: 24px;
  background-color: #FFBD98;
  position: absolute;
  right: -12px;
  top: -12px;
  line-height: 24px;
  padding: 0px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.colspan-2{
  grid-column: 3/1;
}
.info-edit-wraper-3fr .cust-product-list-item{
  justify-content: space-between;
  align-items: flex-start;
}
.recived-item-content{
  margin-right: 10px;
  display: flex;
}
table.list-table tr.approved-service-info td{
  padding: 0px !important;
}
table.service-category-list.sub-cat-table tr th:nth-child(2), table.service-category-listsub-cat-table tr td:nth-child(2){
  /* width: 50%; */
  text-align: left;
  width: 1045px;
}
table.service-category-list.cat-table-list tr th:nth-child(2), table.service-category-list.cat-table-list tr td:nth-child(2){
  width: 739px; 
  text-align: left;
  
}
table.service-category-list.sub-cat-table tr th:nth-child(3), table.service-category-list.sub-cat-table tr td:nth-child(3){
  width: 103px;
}
table.service-category-list.cat-table-list tr th:nth-child(3), table.service-category-list.cat-table-list tr td:nth-child(3){
  width: 311px;
}
table.service-category-list.cat-table-list tr th:nth-child(4), table.service-category-list.cat-table-list tr td:nth-child(4){
  width: 103px;
}
table.service-category-list.cat-table-list tr th:last-child, table.service-category-list.cat-table-list tr td:last-child{
  width: 116px;
}
.ai-servicecategory-main-container .service-request-listing table.service-category-list.sub-cat-table tr.approved-service-info td
table.table-popup tr td:nth-child(2)
{text-align: left;}
.list-table.service-category-list.sub-cat-table{
  width: 1334px;
  max-height: 558px;
}
.list-table.service-category-list.cat-table-list{width: 1334px; max-height: 558px;}
/* table.service-category-list tr th:last-child, table.service-category-list tr td:last-child{
  width: 121px;
} */

.status-not-icon{
  color: #EB4335 !important;
}
.add-service-popup{
  box-shadow: 0px -4px 10px 0px #00000026;
  background-color: #fff;
  padding: 16px 25px;
  width: 100%;
  margin-top: 70px;
}
.add-service-pop-header{
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0px;
text-align: left;
}
.add-category-wraper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 16px;
}
.mr-1{
  margin-right: 15px;
}
.edit-cat-content{
  display: grid;
  gap: 8px;
  grid-template-columns: 70% 30%;
  margin-bottom: 16px;
}
.edit-cat-input{
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0px;
text-align: left;
color: #414141;
background: transparent;
border: none;
padding: 0px 0px;
width:227px;
}
.cat-chg-status{
  display: flex;
  gap: 20px;
}
.cat-chg-status-icon{
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 5px;
}

.table-popup {
  width: 100%;
  border-radius: 0px;
  padding: 20px;
  background-color: #fff;
}

table.table-popup tr td:first-child {
  width: 32%;
  text-align: left;
}

table.table-popup tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #767B81;
  border: 1px solid #F4F7FA;
  padding: 11px 16px !important;
  background: #fff;
}

.popup-inner-table .category-icon {
  margin-right: 12px;
  margin-left: 48px;
}
.table-popup .category-icon {
  margin-right: 12px;
  margin-left: 100px;
}

.edit-sub-cat-item {
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #F4F7FA;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-sub-cat-inputs {
  width: 100%;
}

.expdd-column-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-update-content {
  border-Radius: 5px;
  Padding: 16px 12px;
  background-color: #F4F7FA;
  margin-bottom: 16px;
}

.label-update {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #1F1F1F;
  padding: 10px 0px;
}

.review-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #DDE6EF;
  width: 100%;
  padding: 10px 0px;
  margin: 10px 0px;
}

.active-rma {
  background: transparent;
  border: 1px solid #D2D6DC;
  border-radius: 4px;
}

.active-rma .cust-info-item-value {
  color: #FFBD98;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.mt-3 {
  margin-top: 48px;
}

.line-border {
  border: 2px solid #F4F7FA;
  margin: 24px 0px;
}

.just-content-right {
  justify-content: right;
}

.flex-end-item {
  margin-left: auto;
}

tr.highlight:hover {
    background-color: white;

}
.flex-end-item{
    margin-left: auto;
}
.vew-detail-btn {
  background-color: #030303;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px 15px;
  border-radius: 90px;
  border: none;
  color: #030303;
}
.pic-action-wraper{
  display: flex;
}
.pic-action {
  background: #fff;
  padding: 16px 12px;
  border-radius: 5px;
  flex: auto;
  min-width: 80px;
  text-align: center;
}
.pic-action .cust-info-item-title{
  text-align: center;
}
.file-icon-item {
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #F4F7FA;
  min-width: 100px;
  position: relative;
}
.file-icon-wraper {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #E0EAF4;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.file-icon {
  background: #50BEE8;
  border-radius: 5px 0 0 0;
  position: relative;
  height: 40px;
  width: 30px;
  margin-right: 10px;
}
.file-icon-name-wraper{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.file-icon::before {
  content: '';
  border-bottom: 10px solid #82DCFF;
  border-right: 10px solid #E0EAF4;
  position: absolute;
  right: 0px;
  top: 0px;
}
.relative-pos{
  position: relative;
}
.file-icon::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}
.file-type {
  position: absolute;
  bottom: 5px;
  color: #fff;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 10px;
}
.borderinfo-strip-left{
  border-left: 3px solid #6BD7C6;
}
.borderdanger-strip-left{
  border-left: 3px solid #EB4335;
}
.file-icon-danger{
  background: #E5252A !important;
}
.file-icon-danger.file-icon::before {
  border-bottom: 10px solid #f57c80 !important;
}
.file-close-icon {
  position: absolute;
  right: -3px;
  top: -8px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}


/* category and sub category fixes */
.add-service-popup .add-category-wraper form{
  display: flex;
  width: 100%;
}
.hide-subcategory-popup {
  width: 24px;
  height: 24px;
  background-color: #FFBD98;
  position: absolute;
  right: -12px;
  top: -12px;
  line-height: 24px;
  padding: 0px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.approve-status-popup .status-popup-close, .approve-status-popup .hide-subcategory-popup {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: lighter;
}
.approve-status-popup .edit-cat-content .cust-info-item {  
  min-width: 145px;
}
.approve-status-popup .edit-cat-content {  
  grid-template-columns: 70% 28%;  
}
.add-service-popup .add-category-wraper .add-service-input-wraper{
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.add-service-popup .add-category-wraper .add-service-input-wraper .info-edit-input-group{
  margin: 0 5px;
}
#remove-span-category .remove-error{
    background-color: transparent !important;
    color: #EA8E82;   
    display: inline-block;
    margin-left: 5px;
}

.add-service-input-wraper{
  display: flex;
  gap: 8px;
}
/* end */


.info-edit-wraper-2fr {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.info-edit-wraper-3fr {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.info-edit-wraper-1fr {
  margin-bottom: 16px;
}

.info-edit-input::placeholder {
  color: #767B81;
}

.info-edit-input-group {
  padding: 10px;
  border: 1px solid #EDEDED;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.info-edit-input-group:focus,
.info-edit-input-group:focus-visible,
.info-edit-input-group:hover {
  border: 1px solid #B1CFDD;
}

.info-edit-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #CCCCCC;
  width: 100%;

}

.info-edit-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
  border: none;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
  padding-bottom: 2px;
}

.edit-form-action-wraper {
  display: flex;
  gap: 4px;
  margin-top: 20px;
  padding: 10px 0px;
}

.btn-save,
.btn-cancel {
  padding: 12px 15px;
  border-radius: 90px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000;
  min-width: 140px;
  height: 40px;
  border: none;
  text-align: center;
}

.btn-cancel {
  background-color: #BCD2DE;
}

.btn-save {
  background-color: #85D7FF;
}

.info-edit-input-group i.fa {
  position: absolute;
  right: 12px;
  bottom: 17px;
}


/* service product detail pop up */
.aiservice-popup-personaldetail.cust-info-edit-popup .modal-dialog .modal-content{
  width: 799px;
  height: 656.387px;
  flex-shrink: 0;
border-radius: 16px;
background: #FFF;
padding: 38px 55px 55px;
}
.aiservice-popup-personaldetail.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.aiservice-popup-personaldetail.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  margin-top: 0;
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;

}
.aiservice-popup-personaldetail.cust-info-edit-popup .info-edit-input-group{
  padding: 8.5px;
  height: 60px;
}
.aiservice-popup-personaldetail.cust-info-edit-popup .info-edit-label{
  color: #CCC;
/* Label/Label Small */
font-family: 'Roboto-Regular';
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
margin-bottom: 0;
}
.aiservice-popup-personaldetail.cust-info-edit-popup .info-edit-input{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.aiservice-popup-personaldetail.cust-info-edit-popup .btn-save, 
.aiservice-popup-personaldetail.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}

/* end */
/* service product detail pop up */
.aiservice-popup-productdetail.cust-info-edit-popup .modal-dialog .modal-content{
  width: 799px;
height: 682.387px;
flex-shrink: 0;
border-radius: 16px;
background: #FFF;
padding: 55px;
}
.aiservice-popup-productdetail.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.aiservice-popup-productdetail.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  margin-top: 0;
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.aiservice-popup-productdetail.cust-info-edit-popup .info-edit-input-group{
  padding: 8.5px;
  height: 60px;
}
.aiservice-popup-productdetail.cust-info-edit-popup .info-edit-label{
  color: #CCC;
/* text-align: right; */
/* Label/Label Small */
font-family: 'Roboto Flex';
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
margin-bottom: 0;
}

.aiservice-popup-productdetail.cust-info-edit-popup .info-edit-input{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.aiservice-popup-productdetail.cust-info-edit-popup .btn-save, 
.aiservice-popup-productdetail.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}

/* end */

/* service ai-schok-assmt-popup */
.ai-schok-assmt-popup.cust-info-edit-popup .modal-dialog .modal-content{
  width: 799px;
  height: 569.193px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  padding: 35px 55px 50px;
}
.ai-schok-assmt-popup.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.ai-schok-assmt-popup.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-top: 0;
}
.ai-schok-assmt-popup.cust-info-edit-popup .info-edit-input-group{
  padding: 8.5px;
  height: 60px;
}
.ai-schok-assmt-popup.cust-info-edit-popup .info-edit-label{
  color: #CCC;
/* Label/Label Small */
font-family: 'Roboto Flex';
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
margin-bottom: 0;
}
.ai-schok-assmt-popup.cust-info-edit-popup .info-edit-input{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.ai-schok-assmt-popup.cust-info-edit-popup .btn-save, 
.ai-schok-assmt-popup.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}

/* end */

/* service ai-shipping-info-popup  */
.ai-shipping-info-popup.cust-info-edit-popup .modal-dialog .modal-content{
width: 799px;
height: 409.193px;
flex-shrink: 0;
border-radius: 16px;
background: #FFF;
padding: 33px 55px 45px;
}
.ai-shipping-info-popup.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.ai-shipping-info-popup.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Roboto-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.ai-shipping-info-popup.cust-info-edit-popup .info-edit-input-group{
  padding: 8px;
  /* height: 60px; */
}
.ai-shipping-info-popup.cust-info-edit-popup .info-edit-label{
  color: #CCC;
/* Label/Label Small */
font-family: 'Roboto Flex';
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
margin-bottom: 0;
}
.ai-shipping-info-popup.cust-info-edit-popup .info-edit-input{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.ai-shipping-info-popup.cust-info-edit-popup .edit-form-action-wraper {
  margin-top: 20px;
  padding: 0px 0px 10px;
}
.ai-shipping-info-popup.cust-info-edit-popup .btn-save, 
.ai-shipping-info-popup.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}
/* end */

/* ai-schok-device-return */
.ai-schok-device-return.cust-info-edit-popup .modal-dialog .modal-content{
width: 799px;
height: 482.387px;
flex-shrink: 0;
border-radius: 16px;
background: #FFF;
padding: 35px 55px 47px;
}
.ai-schok-device-return.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.ai-schok-device-return.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 0;
margin-bottom: 24px;
}
.ai-schok-device-return.cust-info-edit-popup .info-edit-input-group{
  padding: 8px;
  height: 60px;
}
.ai-schok-device-return.cust-info-edit-popup .info-edit-label{
  color: #CCC;
/* Label/Label Small */
font-family: 'Roboto Flex';
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
margin-bottom: 0;
}
.ai-schok-device-return.cust-info-edit-popup .info-edit-input{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.ai-schok-device-return.cust-info-edit-popup .edit-form-action-wraper {
  margin-top: 20px;
  padding: 0px 0px 10px;
}
.ai-schok-device-return.cust-info-edit-popup .btn-save, 
.ai-schok-device-return.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}
/* end */

/* ai-file-sent-received */
.ai-file-sent-received.cust-info-edit-popup .modal-dialog .modal-content{
  width: 881.5px;
height: 389.193px;
flex-shrink: 0;
padding: 35px 55px 34px;
}
.ai-file-sent-received.cust-info-edit-popup .modal-dialog{
  width: auto;
  margin: 0;
}
.ai-file-sent-received.cust-info-edit-popup .modal-dialog .modal-content .modal-body h2.cust-info-title{
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top:0 ;
}

.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form{
  display: flex;
width: 713px;
flex-direction: column;
align-items: flex-start;
/* gap: 40px; */
}
.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form .info-edit-wraper-3fr{
  display: flex;
align-items: flex-start;
gap: 55px;
flex-wrap: wrap;    
    margin-bottom: 0;
    min-height: 204px;
    overflow-y: auto;
}
.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form .info-edit-wraper-3fr .cust-product-list-item .recived-item-content{
  display: flex;
align-items: center;
gap: 15px;
width: 170px;
}

.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form .info-edit-wraper-3fr .cust-product-list-item .cust-product-img {
  width: 55px;
  height: 73px;
  object-fit: cover;
  object-position: center;
}
.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form .info-edit-wraper-3fr .cust-product-list-item .cust-product-desc{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 7px;
}
.ai-file-sent-received.cust-info-edit-popup .files-received-or-sent-form .info-edit-wraper-3fr .cust-product-list-item .cust-product-desc .cust-product-name{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal; 
}
.ai-file-sent-received.cust-info-edit-popup .btn-save, 
.ai-file-sent-received.cust-info-edit-popup .btn-cancel{
  color: #1F1F1F;
  font-family: 'Roboto-Medium';;
}
/* end */

.fa.fa-times{
  cursor: pointer;
}

ul.search_form_radio{
  list-style-type: none;
  
  padding-left: 0;
}
ul.search_form_radio li{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;  
  margin-right:10px;
}
ul.search_form_radio li label{
  margin-bottom:0;
  margin-left: 3px;
  line-height: 1.5;
}
ul.search_form_radio li input{
  margin: 0;
  cursor: pointer;
}
/* service report sections start */
.add-services-sec.add-services-input-wraper .search_form .btn-export-reset,
.add-services-sec.add-services-input-wraper .model_search_form_report .btn-export-reset
{  
  border: 0;
  margin: 0;
}


/* service report sections end */ 
/* ai-services-personal-info-main-container start */
.ai-services-personal-info-main-container .cust-info-items-wraper {
  margin-bottom: 0; 
  
}
.ai-services-personal-info-main-container {  
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.ai-services-personal-info-main-container .breadcrumb-section {
  margin-bottom: 0;
}
.ai-services-personal-info-main-container .cust-info-title {  
  margin-top: 32px;  
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 5px;
}
.ai-services-personal-info-main-container h2.cust-info-title { 
  margin-bottom: 15px;  
 }
.add-services-sec .breadcrumb-section ul.breadcrum-content li a
{
  color: #767B81;
font-family: "Roboto Flex";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 123.077% */
}
.add-services-sec .breadcrumb-section ul.breadcrum-content li.current-page  {
    color: #85C7E8;
font-family: "Roboto Flex";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px;
  }
  .ai-services-personal-info-main-container .cust-info-items-wraper .cust-info-item .cust-info-item-title .cust-info-item-title {    
    font-family: "Roboto-Regular";
}
.ai-services-personal-info-main-container .cust-info-items-wraper .cust-info-item .cust-info-item-value{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ai-services-personal-info-main-container .cust-product-list-wraper {
  display: flex;
  margin: 12px 0px;
  align-items: center;
  gap: 40px;
}
.ai-services-personal-info-main-container .cust-product-list-wraper .cust-product-list-item {
  display: flex;
  align-items: center;
  padding: 0;   
  min-width: 159px;
  width: 192px;
  height: 73px;  
}

.ai-services-personal-info-main-container .cust-product-list-wraper .cust-product-list-item .cust-product-img {
  width: 55px;
  height: 73px;
  object-fit: cover;
  object-position: center;
}
.ai-services-personal-info-main-container .cust-product-list-wraper .cust-product-list-item .cust-product-desc {
  display: flex;
  flex-flow: column;
  padding: 10px 15px 10px 15px;
}

.ai-services-personal-info-main-container .cust-product-list-wraper .cust-product-list-item .cust-product-desc .cust-product-name{
  color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* ai-services-personal-info-main-container end */


/* ai-servicecategory-main-container start */
.header-action-wraper .btn-bg-danger{
  font-family: "Roboto-Medium";
}
.ai-servicecategory-main-container {  
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.ai-servicecategory-main-container .cust-info-title{
  color: #000000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 0;
}

.ai-servicecategory-main-container .add-services-sec .breadcrumb-section ul.breadcrum-content li a
{
  color: #767B81;
font-family: "Roboto Flex";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 123.077% */
}
.ai-servicecategory-main-container .add-services-sec .breadcrumb-section ul.breadcrum-content li.current-page  {
    color: #85C7E8;
font-family: "Roboto Flex";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px;
  }
.ai-servicecategory-main-container .service-request-listing table.service-category-list tr th{
color: #000;
font-family: "Roboto Flex";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 114.286% */
height: 42px;
padding: 12px 16px;
  }
.ai-servicecategory-main-container .service-request-listing table.service-category-list tr td{
color: #000000;
font-family: "Roboto Flex";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
height: 42px;
padding: 10px 16px;
}

.ai-servicecategory-main-container .service-request-listing table.service-category-list tbody {
  background-color: #F4F7FA;
}
.approve-status-popup .cust-info-item-title {
 font-family: 'Roboto Flex';
}
.approve-status-popup {
  font-family: 'Roboto-Medium';
}
.approve-status-popup .btn-save {
  min-width: 118px;
}
.approve-status-popup .edit-cat-content {  
  margin-bottom: 8px;
}

.ai-servicecategory-main-container .add-service-popup {
  margin-left: -15px;
  width: calc(100% - 211px);
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.add-service-popup .add-service-pop-header{
  position: relative;
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Roboto-Medium';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-left: 25px;
}
.add-service-popup .add-service-pop-header .view-detail-cross-icon {
  
    background: url('../img/view-detail-cross-icon.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute !important;
    top: 50% !important;
    left: 0px;
    background-size: contain;
    cursor: pointer;
}
.add-service-popup .add-category-wraper .info-edit-input-group {
  padding: 5px;
  border: 1px solid #EDEDED;
  width: 37%;
  border-radius: 5px;
  position: relative;
  height: 60px;
}
.add-service-popup .add-category-wraper .edit-form-action-wraper {
   margin-top: 0;    
  padding-bottom: 0;
}
.add-service-popup .edit-form-action-wraper button{
  display: flex;
width: 117px;
height: 44px;
padding: 12px 15px;
justify-content: center;
align-items: center;
flex-shrink: 0;
min-width: auto;
font-family: "Roboto-Medium";
}
.add-service-popup .add-category-wraper .info-edit-input-group label.info-edit-label + .info-edit-input {
  font-family: "Roboto-Medium";
}
.services-listing-sec .pagination {
   margin-bottom:0; 
}
.ai-servicecategory-main-container .pencil-wrapper{
  position: relative;
}
.ai-servicecategory-main-container .pencil-wrapper .pencil-icon{
  background: url('../img/pencil-icon.svg') no-repeat center;
  width: 21px;
  height: 21px; 
  background-size: contain;
  cursor: pointer; 
  display: block;
  margin: 0 auto;
}
.ai-servicecategory-main-container .pencil-wrapper .pencil-icon.pencil-edit-icon{
  background: url('../img/pencil-edit-icon.svg') no-repeat center;
}
.ai-servicecategory-main-container .service-request-listing table.service-category-list tr > td:first-child{  
  width: 63px;
 
}
.ai-servicecategory-main-container .service-request-listing table.table-popup tr > td:first-child{ 
  border-left: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0 !important;
  
 }
.ai-servicecategory-main-container .service-request-listing table.service-category-list tr > td:last-child{  
  /* width: 116px; */
  width: 123px;
  border-right: 0;
}
.ai-servicecategory-main-container .service-request-listing table.service-category-list tr > td .expdd-column-wraper{
  cursor: pointer;
}

.ai-servicecategory-main-container .service-request-listing table.table-popup.custom-fix tr > td:first-child{  
 padding-left: 100px !important;  
 border-bottom: 1px solid #F4F7FA;
 }

 table.table-popup .popup-inner-table{
  width: 100%;
 }
 .ai-servicecategory-main-container .service-request-listing table.service-category-list tr table.table-popup .popup-inner-table tr td{
  border: 0;
 }
 .ai-servicecategory-main-container .service-request-listing table.service-category-list tr table.table-popup tr td{
  padding: 0px 16px !important;
  height: 42px;
 }
 .ai-servicecategory-main-container .service-request-listing table.service-category-list tr table.table-popup.custom-fix tr td{
  padding: 11px 16px !important;
 }
 .ai-servicecategory-main-container .service-request-listing table.service-category-list tr table.table-popup .popup-inner-table tr td:first-child{
  width: 672px;
 }
 .ai-servicecategory-main-container .service-request-listing table.service-category-list tr table.table-popup .popup-inner-table tr td:nth-child(2){
  text-align: right !important;
  padding-right: 0 !important;
 }
/* ai-servicecategory-main-container end */
/*  service-approve-container start */
.service-approve-container table.list-table tr th { 
  font-family: "Roboto Flex";
}
.service-approve-container .custom-filters .search-btn{
  padding: 5px;
}
.service-approve-container table.list-table tr td{
  color:#000;
/* Label/Label Large */
font-family: "Roboto Flex";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.service-approve-container .status-approve,.service-approve-container .status-not-approve {  
  color: #000;  
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.service-approve-container table.list-table tbody, .service-approve-container table.list-table tbody:hover {
  background-color: #F4F7FA;
}

.service-approve-container .approved-info-popup{
  padding: 0;
}
.service-approve-container .approved-info-popup .cust-info-item-title {
  font-family: "Roboto Flex";
}
.service-approve-container .service-request-listing .cust-info-item-value{
  color: #000;
font-family: "Roboto Flex";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.service-approve-container .vew-detail-btn{
  display: inline-flex;
/* padding: 8px 15px 8px 10px; */
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 90px;
background: #85C7E8;
color: #1F1F1F;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
height: 25px;
width: 92px;
white-space: nowrap;
}
.service-approve-container .services-header .btn-bg-danger{
  font-family: "Roboto-Medium";
}
/* service-approve-container end */
/* add-service-request-container start */
.add-service-request-container .add-service-input-group {
  padding: 5px 10px;
    height: 62px;
}
.add-service-request-container .add-service-input-group label.info-edit-label{
  color: #CCC;
/* Label/Label Small */
font-family: "Roboto Flex";
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
}
.add-service-request-container .add-service-input-group, .add-service-request-container .add-service-input-group input{
  color: #393C40;
font-feature-settings: 'clig' off, 'liga' off;
font-family: "Roboto-Medium";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.add-service-request-container input:-webkit-autofill,
.add-service-request-container input:-webkit-autofill:hover, 
.add-service-request-container input:-webkit-autofill:focus {  
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}
.add-service-request-container .edit-form-action-wraper button{
  display: flex;
width: 117px;
height: 44px;
padding: 12px 15px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 140px;
min-width: auto;
font-family: "Roboto-Medium";
}
.add-service-request-container .add-service-input-group.select-fix-width{  
  max-width: 172px;
}
/* add-service-request-container end */
/* side bar menu spacing start  */
.sidebar.sbn .sidebar-wrapper ul.nav {  
  padding: 0px 0 0px 8px !important;  
}

.sidebar.sbn button.toggle-btn { 
  top: 7px;  
}
.sidebar.sbn ul.nav li a i.fa.fa-fw.fa-users{
  font-size: 13px;
}

/* side bar menu spacing end  */

/*  
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
}
*/

/* category service listing fix footer */
.ai-servicecategory-main-container .service-request-listing{
  /* border: 1px solid red; */
  max-height: calc(100vh - 314px);
  overflow-y: auto;
  
}
.services-listing-sec .search_form{
  float: none;
}
/* width */
.ai-servicecategory-main-container .service-request-listing::-webkit-scrollbar {
  width: 10px;
  height: 10px; 
}
.ai-servicecategory-main-container .service-request-listing::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.ai-servicecategory-main-container .service-request-listing::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.ai-servicecategory-main-container .service-request-listing::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}

.main-panel > .content .panel { 
  box-shadow: none;
}

/* end */

.edit-price-lenght{
  width: 115px;
}
.error-class-service{
  color: red;
  font-size: medium;
  font-weight: 500;
}
.highlight-tr{
  cursor: pointer;
}
.aiservice-popup-personaldetail.cust-info-edit-popup.editservice-popup-wrap .modal-dialog .modal-content {
  height: auto;
  padding: 38px 55px;
}
.removehorizontal-scroll tr th, .removehorizontal-scroll tr td {
  width: auto !important;
}
.removehorizontal-scroll {
  width: 100% !important;
}
.removehorizontal-scroll thead tr th.no-of-subcat {
  width: 180px !important;
}
.remove-margin-breadcrumb-section{
  margin-bottom: 0px;
}