/* 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;
}

.form-horizontal .control-group {
  display: flex;
  flex-direction: column;
}
.form-horizontal .control-label {
  width: 100% !important;
}
.form-horizontal .control-label label {
  font-weight: bold !important;
}
.chzn-container {
  width: 100% !important;
}
#jform_app_status_chzn,
#jform_app_status,
#jform_customer_id,
#jform_created_date,
#jform_order_id {
  display: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100% !important;
}

textarea {
  height: 100px !important;
}

.field-calendar .input-append {
  width: 90% !important;
}

#airconimgdiv {
  position: relative !important;
  display: block !important;
  color: #fff;
  width: auto;
  font-size: 16px;
  height: auto;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  a#airconimgdiv {
    width: 100% !important;
  }
}

#img_overlay {
  position: relative !important;
}

/* Custom Radio Button */
#jform_property_type,
#jform_ac_type {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.col {
  width: 20%;
}
.col input {
  display: none !important;
}
.col img {
  height: auto;
  width: 50%;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
}
.col label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 90%;
  height: 200px;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.imgbgchk:checked + label > .tick_container {
  opacity: 1;
}
.imgbgchk:checked + label {
  background-color: #1eadfb;
}
.property_span {
  height: 50px;
  padding-top: 7px;
}

/* Service Div */
#sp-main-body {
  background-color: #eaf8ff;
}
.servicediv {
  /* display: flex;
  justify-content: center;
  text-align: center; */
}

@media (max-width: 767px) {
  .servicediv {
    display: block;
  }
}

.servicediv1,
.servicediv2 {
  width: 50%;
  text-align: -webkit-center;
}

.btn-service {
  background-color: #ffffff;
  color: #000 !important;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  display: flex !important;
  /* width: 90%; */
  border-radius: 10px !important;
}

.btn-service img {
  width: 20%;
  padding: 5px;
}

.btntext {
  width: 70%;
  text-align: left;
  white-space: initial;
}

.btntext p {
  margin: 0;
}

#sevprice {
  font-size: 10px;
  font-weight: normal;
}

.presentpast {
  margin: 20px 0;
}

.presentpast a {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: #808080;
  padding: 10px 0;
}

.tab-active {
  border-bottom: 2px solid #1dadfa;
  color: #000 !important;
}

.detailtechnician2 {
  font-weight: bold;
  text-align: -webkit-center;
}

.detailtechnician2 p:nth-child(2) {
  font-size: 30px !important;
  margin-bottom: 0;
  color: #000;
}
.detailtechnician2 p:nth-child(3) {
  font-size: 20px !important;
}

.apptime {
  float: left;
  margin-right: 30px;
  background: #cfcfcf;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 30px;
}

.appstatus {
  float: left;
  margin-right: 10px;
  background: #cfcfcf;
  padding: 5px 10px;
  border-radius: 30px;
}

.appointmentstatus {
  margin: 10px 0;
  height: 35px;
}

.appointmentpast .appointmentdate {
  background-color: #e6e6e6;
}

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

.detailtop1 p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
}

#appserstatus {
  padding: 10px;
  background: #acd373;
  border-radius: 5px;
  color: #fff;
}

.detailtop2 p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}

.detailtop2 p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
}

.detailtop2 p:nth-child(3) {
  font-weight: bold;
  font-size: 15px;
}

.detailtechnician {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.detailtechnician1 p:nth-child(1) {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 768px) {
  .taskbtn {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
  }

  .generatereport,
  .generateinvoice {
    margin: 0 !important;
  }
  .generatereport {
    margin-right: 10px !important;
  }
  .generateinvoice {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .taskbtn {
    margin-top: 20px;
  }
}

.backhome {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.backhomebtn,
#backhomebtn {
  padding: 10px;
  background-color: #1eadfb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  /* width: 100%; */
  text-align: center;
}

.generatereport,
.generateinvoice {
  padding: 10px;
  background-color: #1eadfb;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-style: none;
  margin: 5px 0;
}

.task_ac_serial,
.task_area_type,
.task_remark,
.task_before,
.task_after {
  margin-top: 10px;
}

.task_ac_serial p:nth-child(1),
.task_area_type p:nth-child(1),
.task_remark p:nth-child(1),
.task_before p:nth-child(1),
.task_after p:nth-child(1),
.customer_details p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.technicianreport {
  padding: 30px;
  border-bottom: 1px solid #a8a8a8;
}

@media screen and (max-width: 768px) {
  .technicianreport {
    padding: 30px 0px;
  }
}

.tasktimecreated {
  margin: 10px 0;
}

.activeappointment {
  padding: 50px 0;
  background: transparent;
  border-radius: 50px 0;
}

.subtitle {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
}

.subtitle {
  position: relative;
}

.subtitle:before {
  position: absolute;
  content: "";
  background: #78787847;
  height: 0px;
  width: 100%;
  bottom: -7px;
  left: 0;
}
.activemain {
  display: flex;
  margin-bottom: 15px;
}

.appointmentactiveaccept {
  display: flex;
  width: 100%;
}

.appointmentaccept {
  width: 20%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
  background: #8abe57;
  cursor: pointer;
}

.appointmentaccept span {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#appointmentdateaccept {
  width: 10%;
}

#appointmentinfoaccept {
  width: 90% !important;
}

.js-stools-btn-filter,
.js-stools-btn-clear {
  color: #000 !important;
}

#appointmentaccept {
  padding: 10px;
  background-color: #8abe57;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-style: none;
  border-radius: 50px;
}

#appointmentcompleted {
  padding: 10px;
  background-color: #acd373;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-style: none;
}

.openloading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  height: 100%;
}

.openloading h5 {
  margin-top: 100px;
  text-align: center;
  padding: 30px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #f3f3f3;
  border-bottom-color: #3498db;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  -webkit-animation: rotation 1s linear infinite;
}

.completeservicebtn,
.starttaskbtn,
.addtaskbtn {
  padding: 15px 30px;
  background-color: #1eadfb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .completeservicebtn,
  .starttaskbtn,
  .addtaskbtn,
  .backhomebtn,
  #backhomebtn {
    font-size: 14px !important;
  }
}

/* Safari */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 920px) {
  .col {
    width: 33.333%;
  }
  .col label {
    height: 125px;
  }
  .layout-edit select.inputbox,
  .layout-edit select {
    width: 100% !important;
    max-width: 100% !important;
  }
  .field-calendar .input-append {
    width: 85% !important;
  }
  .btn-service img {
    width: 40%;
    padding: 5px;
  }

  .activemain {
    flex-direction: column;
  }
  .appointmentactiveaccept {
    flex-direction: column;
  }
  #appointmentdateaccept {
    width: 100%;
  }
  #appointmentinfoaccept {
    width: 100% !important;
  }
  .appointmentaccept {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
  .servicediv1,
  .servicediv2 {
    width: 100%;
  }
  .timg {
    width: 90% !important;
  }
}

@media (max-width: 991px) {
  #aircondetailsheight {
    height: auto !important;
  }
}

/*customer*/
.customer_details p:nth-child(2) {
  font-size: 16px !important;
  margin-bottom: 0;
  color: #000;
}
.customer_details {
  margin-bottom: 20px;
}
.taskimg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timg {
  padding: 10px 0;
  width: 60%;
}
#section-id-1684758824607 h6 {
  font-weight: 500;
}
#aircondetailsheight {
  height: 110px;
}
/*end of wsi service details*/
