.ecm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.ecm-col-1,
.ecm-col-2,
.ecm-col-3,
.ecm-col-4,
.ecm-col-5,
.ecm-col-6,
.ecm-col-7,
.ecm-col-8,
.ecm-col-9,
.ecm-col-10,
.ecm-col-11,
.ecm-col-12,
.ecm-col,
.ecm-col-auto,
.ecm-col-sm-1,
.ecm-col-sm-2,
.ecm-col-sm-3,
.ecm-col-sm-4,
.ecm-col-sm-5,
.ecm-col-sm-6,
.ecm-col-sm-7,
.ecm-col-sm-8,
.ecm-col-sm-9,
.ecm-col-sm-10,
.ecm-col-sm-11,
.ecm-col-sm-12,
.ecm-col-sm,
.ecm-col-sm-auto,
.ecm-col-md-1,
.ecm-col-md-2,
.ecm-col-md-3,
.ecm-col-md-4,
.ecm-col-md-5,
.ecm-col-md-6,
.ecm-col-md-7,
.ecm-col-md-8,
.ecm-col-md-9,
.ecm-col-md-10,
.ecm-col-md-11,
.ecm-col-md-12,
.ecm-col-md,
.ecm-col-md-auto,
.ecm-col-lg-1,
.ecm-col-lg-2,
.ecm-col-lg-3,
.ecm-col-lg-4,
.ecm-col-lg-5,
.ecm-col-lg-6,
.ecm-col-lg-7,
.ecm-col-lg-8,
.ecm-col-lg-9,
.ecm-col-lg-10,
.ecm-col-lg-11,
.ecm-col-lg-12,
.ecm-col-lg,
.ecm-col-lg-auto,
.ecm-col-xl-1,
.ecm-col-xl-2,
.ecm-col-xl-3,
.ecm-col-xl-4,
.ecm-col-xl-5,
.ecm-col-xl-6,
.ecm-col-xl-7,
.ecm-col-xl-8,
.ecm-col-xl-9,
.ecm-col-xl-10,
.ecm-col-xl-11,
.ecm-col-xl-12,
.ecm-col-xl,
.ecm-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ecm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}


.ecm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.ecm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.ecm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.ecm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.ecm-col-6 {
  -ms-flex: 0 0 50%;
  /* flex: 0 0 50%; */
  max-width: 50%;
}

.ecm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.ecm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.ecm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.ecm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.ecm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.ecm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .ecm-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .ecm-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ecm-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ecm-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ecm-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ecm-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ecm-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ecm-col-sm-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    max-width: 50%;
  }

  .ecm-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ecm-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ecm-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ecm-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ecm-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ecm-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .ecm-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .ecm-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ecm-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ecm-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ecm-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ecm-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ecm-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ecm-col-md-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    max-width: 50%;
  }

  .ecm-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ecm-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ecm-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ecm-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ecm-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ecm-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .ecm-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .ecm-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ecm-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ecm-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ecm-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ecm-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ecm-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ecm-col-lg-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    max-width: 50%;
  }

  .ecm-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ecm-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ecm-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ecm-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ecm-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ecm-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .ecm-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .ecm-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ecm-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ecm-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ecm-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ecm-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ecm-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ecm-col-xl-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    max-width: 50%;
  }

  .ecm-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ecm-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ecm-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ecm-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ecm-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ecm-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/******  custom css ******/
.ecm-select-form {
  width: 100%;
  ;
}

.ecm-padding {
  padding: 3px;
  box-sizing: border-box;
}

input.ecm-self-input {
  padding: unset;
}

.bookcar-title {
  background-color: #0aca89;
  padding: 5px;
  color: #FFF;
}

.ecm-self-drive select {
  font-size: unset;
  height: unset;
  line-height: 2;
  color: #32373c;
  border-color: #e2e2e2;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 24px 0 8px;
  min-height: 34px;
  -webkit-appearance: none;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  ;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ecm-self-drive input.readonly,
.ecm-self-drive input[readonly],
.ecm-self-drive textarea.readonly,
.ecm-self-drive textarea[readonly] {
  background-color: #eee;
}

.ecm-self-drive input {
  background-color: #FFF;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 2;
  min-height: 36px;
  width: 100%;
  font-size: unset;
  color: black;
}

.ecm-no-padding {
  padding: 0;
}

.ecm-no-padding-right {
  padding-right: 0;
}

.ecm-self-drive img {
  display: inline;
  vertical-align: middle;
  margin-right: 15px;
  ;

}

.ecm-get-prices {
  text-align: center;
}

.ecm-btn-getprices {
  padding: 8px 25px;
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #d2d8de24;
}

.ecm-btn-reset {
  padding: 8px 25px;
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  border-color: #d2d8de24;
  background-color: lightgray !important;
}

.ecm-btn-reset-field {
  display: none;
}

.ecm-btn-reset:hover {
  text-decoration: none;
  background-color: darkred !important;
}

.ecm-btn-getprices-half {
  padding: 8px 25px;
  margin-top: 0px;
  text-align: center;
  border-radius: 3px;
  border-color: #d2d8de24;
}

.ecm-get-prices-half {
  text-align: right;
  ;
}

.ecm-self-drive div,
.ecm-self-drive label,
.ecm-self-drive input,
.ecm-btn-getprices,
.ecm-btn-reset,
.ecm-btn-getprices-half {
  font-size: unset;
  font-weight: unset;
}

div#ui-datepicker-div {
  z-index: 1000 !important;
}

.ui-datepicker {
  z-index: 10000 !important;
}

.ecm-self-drive input[type=date] {
  /* position: relative; */
  /* width: 150px; height: 20px; */
  /* color: white; */
  /* height: 100%; */
}

@-moz-document url-prefix() {
  .ecm-self-drive input[type=date] {
    color: black;
  }
}

.ecm-self-drive input[type=date]::before {
  position: absolute;
  top: 0px;
  left: 3px;
  content: attr(data-date);
  display: inline-block;
  color: black;
}

/* .ecm-self-drive input[type=date]::-webkit-datetime-edit, .ecm-self-drive input[type=date]::-webkit-inner-spin-button, .ecm-self-drive input[type=date]::-webkit-clear-button {
  display: none;
} */

.ecm-self-drive input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 5px;
  right: 2px;
  color: black;
  opacity: 1;
}

.has-error {
  background-color: #f5b6b6 !important;
  border: 1px solid #f50000 !important;
}

.ecm-text-alert {
  color: red;
}

.clockpicker-popover {
  position: absolute;
  font-size: 70%;
  z-index: 12000;
  border: solid 0.5px #aaa;
}

.ecm-logo {
  float: left;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url('https://lowcostselfdrive.com.au/wp-content/uploads/2020/08/locationlogo-icon.png');
}

.ecm-livesearch-content-location-result:hover {
  background-color: #eaeaea;
}

.ecm-self-alert-field {
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}


.ecm-self-drive-alert-center {
  margin: 0 auto;
}

.ecm-self-drive-alert-title {
  height: 42px;
  width: calc(100%-10px);
  padding: 5px;
}

.ecm-self-drive-alert {
  animation: ecm-popup 0.3s;
  background-color: #fff;
  width: 90%;
  max-width: 450px;
  position: absolute;
  width: 50%;
  height: 20%;
  min-height: 150px;
  /* height: 150px; */
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 3px;
}

.ecm-self-drive-alert-content {
  min-height: 150px;
  position: relative;
}

.ecm-self-drive-alert-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
}

.ecm-self-drive-alert-button {
  width: 90px;
  float: right;
  text-align: center;
  color: #eaeaea;
  padding: 5px;
}

.ecm-self-drive-alert-action {
  height: 30px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.ecm-self-drive-alert-text-content {
  padding: 10px;
  text-align: center;
}

@keyframes ecm-popup {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.025);
  }

  20% {
    transform: scale(1.050);
  }

  30% {
    transform: scale(1.075);
  }

  40% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.125);
  }

  60% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(1.075);
  }

  80% {
    transform: scale(1.050);
  }

  90% {
    transform: scale(1.025);
  }

  100% {
    transform: scale(1);
  }
}

.ecm-form-reset {
  display: none;
}

.ecm-form-reset-action {
  float: right;
  cursor: pointer;
  color: #424242;
  font-size: 16px;
}

.ecm-form-reset-action:hover {
  color: darkred;
}

.main-bm-form {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
}

.ecm-center {
  text-align: center;
}

form.ecmSelfDriveForm {
  position: relative;
}

div#resultMapSearch {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 10px 20px 5px 20px;
  position: absolute;
  width: 100%;
  background: #fbfbfb;
  top: 177px;
  z-index: 999;
}

.ecm-flex-wrap {
  display: flex;
  flex-wrap: nowrap;
}

div#jquery-live-search {
  background-color: #fff;
  padding: 10px;
  max-height: 400px;
  height: auto;
  overflow-y: auto;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

div#ecmForm-div {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.btn.find_button {
  border-radius: 0;
  color: #fff;
  background-color: #2a3342;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
}

#extra_box {
  width: 100%;
}

span#ecm-submit {
  width: 160px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

input {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
}

.box-remove-drop.box-form-group-control-right {
  position: absolute;
  top: 5px;
  right: 5px;
}



div#findlocation {
  position: absolute;
  background: whitesmoke;
  top: 0;
  padding: 15px;
  z-index: 999;
}

a.fa svg {
  width: 30px;
}

.box-form-group {
  background-color: rgb(229 224 224 / 56%);
  padding: 15px;
  margin: 5px 5px 0px 0px;
  height: auto;
  min-height: 120px;
}

.box-form-group {
  position: relative;
}

div#extradropsbox {
  margin-bottom: 15px;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.icons-bin-drop {
  width: 20px;
  cursor: pointer;
}

span.box-drop-text.box-drop-text-single {
  font-weight: bold;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="time"] {
  position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .ecm-flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1268px) {
  div#extradropsbox {
    order: 1;
  }

  .ecm-btn-getprices-field {
    text-align: center !important;
    order: 2;
  }

  .box-form-group-control-center {
    height: 50px !important;
    overflow-y: auto;
    padding: 0px 15px 0px 0px;
  }
}

p.addr_pop {
  cursor: pointer;
  font-weight: 700;
  color: #404042;
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0;
  margin-left: 15px;
}

#jquery-live-search h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: unset;
  margin-left: 10px;
}

.ecm-col-md-12.ecm-col-lg-12.ecm-padding.main-bm-form {
  padding: 0;
}

.ecm-btn-getprices-field {
  text-align: right;
  padding: 15px;
}


.extra-drop-show {
  margin-bottom: 15px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background-color: var(--ecm-bm-color);
  color: var(--ecm-text-color);
}

.drop-item {
  cursor: all-scroll;
}

.ui-sortable-placeholder {
  /* border: 1px solid var(--ecm-bm-color-hv); */
  border: 3px dashed #fff;
  background-color: rgb(229 224 224 / 80%);
  visibility: visible !important;
  height: auto;
  min-height: 126px;
}


#jquery-live-search::-webkit-scrollbar,
#extradropsbox::-webkit-scrollbar,
.box-form-group-control-center::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#jquery-live-search::-webkit-scrollbar-track,
#extradropsbox::-webkit-scrollbar-track,
.box-form-group-control-center::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#jquery-live-search::-webkit-scrollbar-thumb,
#extradropsbox::-webkit-scrollbar-thumb,
.box-form-group-control-center::-webkit-scrollbar-thumb {
  background: var(--ecm-bm-color);
}

/* Handle on hover */
#jquery-live-search::-webkit-scrollbar-thumb:hover,
#extradropsbox::-webkit-scrollbar-thumb:hover,
.box-form-group-control-center::-webkit-scrollbar-thumb:hover {
  background: var(--ecm-bm-color-hv);
}

.popover-title {
  padding: 5px;
}

.text-bolder-ecm {
  font-weight: 500 !important;
}

.ecm-btn-radio {
  padding: 10px;
}

input#date1[type="date"] {
  line-height: unset;
}

.box-form-group-control-center {
  height: 80px;
  overflow-y: auto;
  padding: 0px 20px 0px 0px;
}

.box-drop-text-field {
  font-size: 13px !important;
}

select.box-form-group-control-left.hideOpts {
  font-size: 13px !important;
}

.font-size-16 {
  font-size: 16px !important;
}