*,
*:focus,
*:hover {
  outline: none;
}

table thead {
  font-size: 16px;
}

table tbody {
  font-size: 14px;
}
.cke_notifications_area{
  display: none !important;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #8CC63E solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.pac-container {
  z-index: 10000 !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.5rem !important;
}

#menu-accordion li.active,#moreMenu ul li.active {
  /* color: #fff !important; */
  background: #1B76BE !important;
  border-left: unset;
  font-weight: 500;
  margin-left: 4px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#moreMenu ul li.active:hover a{
  color: #fff !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}

.form-check-input:checked {
  background-color: #fff !important;
  border-color: #1B76BE !important;
}

li:not(.active) a.nav-link {
  margin-left: 4px !important;
}

li:not(.active) a:hover {
  color: #1B76BE !important;
}

li.active a {
  color: #fff !important;
}

li.active svg path {
  fill: #fff !important;
}

li.active svg path.svgs {
  fill: red !important;
}

.app-nav .nav-link {
  display: block;
  padding: 0.575rem 1rem;
  color: #252930;
  position: relative;
  display: block;
  padding-left: 3rem;
  border-left: 3px solid transparent;
}

.app-nav .nav-icon {
  top: 0.479rem !important;
}

#sidepanel-toggler svg {
  color: #8CC63E !important;
}

.paddingUnset {
  padding: unset !important;
}

.btn-logout,
.btn-logout:hover {
  background: #8CC63E;
  color: white;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8CC63E;
  border-color: #8CC63E;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #8CC63E;
  border-color: #8CC63E;
  box-shadow: 0 0 0 0.25rem rgb(18 139 83 / 50%);
}

.app-branding {
  height: 56px;
  padding-top: unset;
  padding-left: unset;
  margin-bottom: unset;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}



html * {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

#detailName,
#detailEmail,
#detailAddress,
#detailNumber {
  color: black;
}

.form-control,
.form-control:focus {
  color: black;
}

.small-camera-image {
  position: absolute;
  width: auto;
  padding-left: 75px;
  display: block;
  bottom: -5px;
}

.profileUpdateBtn,
.profileUpdateBtn:hover {
  background: #8CC63E;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  text-decoration: none;
}

b {
  color: black;
}

.DJA {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DJ {
  display: flex;
  justify-content: center;
}

.login-box {
  padding: 30px 20px;

  background: #fff;
  box-shadow: 0px 0px 15px 0px #00000026;
  border-radius: 30px;
}

.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signInBtn,
.signInBtn:hover,
.sentPassLinkBtn,
.sentPassLinkBtn:hover {
  color: #FFFFFF;
  background-color: #8CC63E;
  font-size: 20px;
  font-weight: 400;
}

/* ///// */
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}

.did-floating-label:focus {
  color: #8CC63E !important;
}
.did-floating-select:not(:focus)~.did-floating-label {
  color: #888888 !important;
}
.did-floating-input:not(:focus)~.did-floating-label {
  color: #888888 !important;
}

.did-floating-label {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.did-floating-input:focus~.did-floating-label {
  color: #8CC63E;
  top: -9px;
  font-size: 13px;
  left: 5px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 13px;
  color: #8CC63E;
  left: 5px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
  top: 11px;
  font-size: 13px;
  color: #8CC63E;

}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23F42827'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}


.did-floating-input:focus {
  border: 1px solid #8CC63E;
}

.ads.did-floating-input:focus~.did-floating-label {
  left: 10px;
}

.did-floating-input,
.did-floating-select {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-sizing: border-box;

  &:focus {
    outline: none;

    ~.did-floating-label {
      top: -8px;
      font-size: 13px;
    }
  }
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  color: #8CC63E;
  top: -9px;
  font-size: 13px;
  left: 5px;
}

.input-group {
  display: flex;

  .did-floating-input {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    padding-left: 0;
  }
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.changePasswordPop,.changePasswordPop:hover {
  position: absolute;
  right: 0;
  border: 1px solid #8CC63E;
  color: #8CC63E;
  padding: 0px 5px;
  border-radius: 5px;
  background-color: #fff;
}

.app-card {
  border-radius: 5px;
}

.cards-logo-all {
  position: absolute;
  right: 5px;
  top: 5px;
}

.cards-value-all {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-weight: 400;
  font-size: 25.95px !important;
  color: #000000 !important;
  font-family: 'Roboto', sans-serif !important;
}

.cards-header-all {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #1B76BE !important;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Roboto', sans-serif !important;
}

/* //// */
@media only screen and (max-width: 40em) {

  .login-box {
    margin: 0 auto;
    width: 85%;
  }

  li.paginate_button.previous {
    display: inline;
  }

  li.paginate_button.next {
    display: inline;
  }

  li.paginate_button {
    display: none;
  }
}

table.dataTable thead td {
  border: unset !important;
  border-bottom: 1px solid #ccc !important;
}

table.dataTable.no-footer {
  border-bottom: unset;
  border: 1px solid #ccc !important;
  border-radius: 7px;
}

.table th,
.table td {
  border-color: unset;
  border: unset;
}

table.dataTable tbody tr {
  background-color: unset;
}

table.dataTable tbody tr td {
  border-top: 1px solid #ccc;
}

.table>tbody>tr:first-child>td {
  border-top: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: unset;
  margin-right: 2px !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #1B76BE !important;
  border-color: #1B76BE !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: unset;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 56px !important;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  position: relative;
  left: 15px;
  display: flex;
  top: 7px;
}

table.dataTable tbody td {
  padding: 10px 18px;
}

.addClientBtn,
.addClientBtn:hover,
.editClientBtn,
.editClientBtn:hover,
.addInsBtn,
.addInsBtn:hover,
.editInsBtn,
.editInsBtn:hover {
  color: white !important;
  background-color: #8CC63E !important;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.errCss {
  color: red !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  width: 81.2%;
  right: -18.5%;
  top: 3px;
}

.alert-danger {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
  width: 81.2%;
  right: -18.5%;
  top: 3px;
}

.editClientDetails,
.editClientDetails:hover {
  border: 1px solid red;
  padding: 1px 20px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  color: red;
  align-items: center;
  text-decoration: none;
}

.partialStatus {
  background-color: #FF7E35;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
}

.unpaidStatus {
  background-color: #EBB100;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
}

.paidStatus {
  background-color: #27AE60;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
}

.uploadSend,
.uploadSend:hover {
  color: black;
  border: 1px solid black;
  padding: 2px 7px;
  border-radius: 20px;
  text-decoration: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 25px;
}

table.dataTable thead th,
table.dataTable tbody td {
  padding: 10px 10px;
}

.downCCpy,
.downCCpy:hover {
  background-color: black;
  color: white;
  padding: 2px 10px;
  border-radius: 24px;
  text-decoration: none;
  margin-right: 15px;
}

.cardDetailsIns {
  border: 1px solid #8CC63E;
  background-color: white;
  border-radius: 6px;
  height: fit-content;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231B76BE'/%3e%3c/svg%3e") !important;
}

.form-check-input:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.submitInspectionDetails {
  background-color: #8CC63E;
  border: 1px solid #8CC63E;
  padding: 5px 20px;
  border-radius: 5px;
  color: white;
}

.paidStatClr::before {
  content: "Paid";
  background: #27AE60;
  color: #fff;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  margin-left: 30px;
  top: 12px;
  z-index: 99;
}
.disableds{
  pointer-events: none;
  cursor: default;
}
.unpaidStatClr::before {
  content: "Unpaid";
  background: #EBB100;
  color: #fff;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  margin-left: 30px;
  top: 12px;
  z-index: 99;
}


.partialStatClr::before {
  content: "Partially Paid";
  background: #FF7E35;
  color: #fff;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  margin-left: 30px;
  top: 12px;
  z-index: 99;
}

.did-floating-select:not([value=""]):valid~.myfloat.did-floating-label {
  top: -8px;
  font-size: 13px;
  color: #8CC63E;
  left: 30px;
}

.did-floating-input:not(:placeholder-shown)~.myflt.did-floating-label {
  color: #8CC63E;
  top: -9px;
  font-size: 13px;
  left: 10px;
}

.insStepsBtn,
.insStepsBtn:hover {
  color: white;
  background-color: #8CC63E;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #8CC63E;
  cursor: pointer;
}

.insStepsBtn:disabled {
  background-color: #BDBDBD;
  border: 1px solid #BDBDBD;
  cursor: auto;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: red;
  border: 1px solid red;
  color: #fff;
  word-break: break-all;
  margin-left: 8px;
  margin-top: 1px;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3.5px;
  font-size: 14px;
  min-height: 42px;
  overflow: hidden;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: white;
  font-size: 14px;
  margin-bottom: unset;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-left: 1px solid white !important;
}
table tbody tr:last-child{
  border-bottom-left-radius: 5px !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: transparent !important;
}

.margin-check {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 50em) {
  .margin-check:after {
  width: 68% !important;
  left: 45% !important;
  }
}
.margin-check:after {
  position: absolute;
    content: '';
    border-bottom: 1px solid #828282;
    width: 88%;
    transform: translateX(-50%);
    bottom: 28px;
    left: 49%;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: unset !important;
}
.submitFormReset{
  border: unset;
    background-color: #1B76BE !important;
    color: white !important;
    padding: 4px 8px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover{
  text-decoration: none !important;
}

.shadow-sm{
  box-shadow: 0 0 5px #acacac !important;
}
.dataTables_paginate li.active{
  background: unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background:unset;
}

.switch {
  position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
    margin-bottom: unset;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 8px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1B76BE;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1B76BE;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
table tbody tr td{
  padding: 8px 10px !important;
  vertical-align: middle !important;
}
.h-100{
  height: 88% !important;
    width: 90% !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
  background-color: #1B76BE;
}
.page-link{
  color: #1B76BE !important;
}
.dataTables_empty{
  height: 40px !important;
}
.saveEmployee,.saveEmployee:hover{
    color: white !important;
    background-color: #8CC63E !important;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #8CC63E !important;
}
.deleteEmployee{
  background: unset;
    border: unset;
}
.okBtn,.okBtn:hover{
  color: white !important;
    background-color: #8CC63E !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #8CC63E !important;
    opacity: unset;
}
.closeBtn,.closeBtn:hover{
    color: white !important;
    background-color: #ACACAC !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ACACAC !important;
    opacity: unset;
    margin-right: 10px !important;
    font-size: 14px;
    font-weight: 400;
}
table.dataTable thead th{
  border: unset !important;
  border-bottom: 1px solid #333 !important;
}