.title {
  color: #6b7a8f;
  font-size: 34px;
  position: relative;
  left: 19px;
  top: 8px;
}

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #6b7a8f;
  text-align: center;
}

.upload-drop-zone {
  height: 430px;
  border-width: 8px;
  margin-bottom: 20px;
}

.upload-drop-zone .or {
  top: 13px;
  position: relative;
}

.card {
  background-color: #dcc7aa;
  border-radius: 1px;
  font-size: 18px;
  padding: 15px;
}

.title-lable,
.new label {
  width: 100%;
}

.form-heilight {
  width: 52px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #c5c4c4;
}

.postal_code {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #c5c4c4;
}

.file-field .btn-primary:hover {
  color: #fff;
  background-color: #6b798f !important;
  border-color: transparent !important;
  border-radius: 1px !important;
}

.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #6b798f;
  border-radius: 10px;
  font-size: 14px;
  border: 0.1em solid black !important;
}

.disabled {
  pointer-events: none;
}


/*================loader==============*/

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #db0c0c;
  position: absolute;
  top: -6px !important;
  left: 22px !important;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: block;
  content: attr(data-tip);
  position: absolute;
  top: -34px;
  left: -82px;
  padding: 5px 8px;
  background: #db0c0c;
  color: #fff;
  z-index: 9;
  font-size: 12px;
  height: 28px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

.custom-select-option {
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  position: relative;
  top: 2px;
}

.custom-select-option:disabled,
.custom-select-option[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.gray {
  color: #656060;
}

/* Added by Khushhali */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-yellow {
  color: #f7e331;
}

.text-red {
  color: #f7882f;
}

.text-green {
  color: #7dcb93 !important;
}

.bg-yellow {
  background-color: #f7e331;
}

.bg-red {
  background-color: #f7882f;
}

.bg-green {
  background-color: #7dcb93;
}

.font-10 {
  font-size: 10px;
}

.font-40 {
  font-size: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.min-w100 {
  min-width: 100px;
}

.trafic-active {
  border: 1px solid #898080;
  border-radius: 100px;
  width: 40px;
}

.fa,
.custom-control-label::after {
  cursor: pointer;
}

.btn-success {
  color: #fff;
  background-color: #7dcb93;
  border-color: #7dcb93;
}

.fa-square {
  color: #dddddd;
}

.fa-square-text {
  color: #212529;
  font-weight: 400;
}

.fa-square-text-success {
  color: #fff !important;
}


/* File upload */
.drop-text {
  color: #000;
  font-size: 20px;
  height: 280px;
  padding-top: 158px;
}


progress {
  width: 100%;
}

progress:after {
  content: "%";
}

.file-field {
  position: relative;
  padding: 5px;
}

.file-field .btn-primary {
  box-shadow: 2px 2px 2px 1px #67696e;
  font-size: 20px;
  line-height: 1.2;
  background-color: #6B798F;
  border-color: #6B798F;
  padding: .5rem 1.6rem;
}


.file-field span {
  margin: -19px;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.mb-clear {
  margin-bottom: .3rem !important;
}

.hide-column-notify:hover {
  color: #0056b3;
  text-decoration: underline;
  cursor: pointer;
}

.content-center {
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.w-85 {
  width: 85% !important;
}

.btn-house,
.btn-house:hover,
.btn-house:not(:disabled):not(.disabled):active {
  background: #6B7A8F !important;
  border-color: #6B7A8F !important;
}

.btn-house:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.result-data td {
  vertical-align: middle !important;
}

.sub-header {
  border-top: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
  height: 30px !important;
  text-align: center;
}


.smart-sort-table tr.header-tr td {
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: 600;
}

.smart-sort-table table td {
  padding: .45rem !important;
}

.blue-gray {
  color: #6699cc;
}

.scroll-content-table-view {
  height: calc(100vh - 175px);
  overflow: auto;
}

.smart-sort-table {
  overflow: inherit !important;
}

.scroll-widget {
  display: block;
  height: 50px;
  overflow: auto;
}

.scroll-widget tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* even columns width , fix width of table too*/
}