/*background: #2b90d9*/
/*background: linear-gradient(0deg, rgb(43, 144, 217), rgb(84, 178, 247))*/

body {
  /*ont-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.active-nav {
  color: #3498db;
}

.navbar-wp .navbar-nav > li > a {
  /*ont-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.navbar-wp .navbar-nav > li > a {
  color: #fff;
}

@media (max-width: 991px) {
  .main-text {
    text-align: center;
  }

  .main-btn {
    text-align: center;
  }

  .navbar-wp .navbar-nav > li > a {
    color: #3498db;
  }

  .navbar-wp .navbar-nav > li > a:after {
    content: none;
  }
}

ul.list-check li i {
  color: #fff;
}

.btn-bs {
  color: #fff !important;
  background-color: #2b90d9;
  border: 1px solid #2b90d9;
}

.btn-bs:hover,
.btn-bs:focus,
.btn-bs:active,
.btn-bs.active,
.open .dropdown-toggle.btn-bs {
  color: #fff;
  background-color: #299cd9;
  border-color: #299cd9;
}

.btn-bs:active,
.btn-bs.active,
.open .dropdown-toggle.btn-bs {
  background-image: none;
}

.btn-bs:before {
  background-color: #2b90d9;
}

.btn-bs-yl {
  color: #fff !important;
  background-color: #e8ba4c;
  border: 1px solid #e8ba4c;
}

.btn-bs-yl:hover,
.btn-bs-yl:focus,
.btn-bs-yl:active,
.btn-bs-yl.active,
.open .dropdown-toggle.btn-bs-yl {
  color: #fff;
  background-color: #f0c258;
  border-color: #f0c258;
}

.btn-bs-yl:active,
.btn-bs-yl.active,
.open .dropdown-toggle.btn-bs-yl {
  background-image: none;
}

.btn-bs-yl:before {
  background-color: #e8ba4c;
}

.procurement {
  background: #fff;
  /*background: #FAFAFA;*/
  border-bottom: 2px solid #2b90d9;
  min-height: 140px;
  min-width: 125px;
  height: auto;
  width: auto;
  padding: 10px;
  margin: 10px;
}

.user-form {
  border: 1px solid #ddd !important;
}

.user-form .form-header.base {
  background: #ffffff;
  border-bottom: 2px solid #ddd;
}

.user-form .form-footer.base {
  background: #ffffff;
  border-top: 2px solid #ddd;
}

.btn-chat {
  color: #fff !important;
  /*background-color: #79B34E;*/
  background-color: #4caf50;
  border: 1px solid #4caf50;
}

.btn-chat:hover,
.btn-chat:focus,
.btn-chat:active,
.btn-chat.active,
.open .dropdown-toggle.btn-chat {
  color: #fff;
  /*background-color: #89b364;*/
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.btn-chat:active,
.btn-chat.active,
.open .dropdown-toggle.btn-chat {
  background-image: none;
}

.btn-chat:before {
  background-color: #4caf50;
}

.btn:before {
  content: none !important;
}

.chat-input {
  background: #fff !important;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  min-height: 250px;
  overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
  margin-right: 25%;
  margin-left: 0px;
}

.direct-chat-msg.right {
  margin-left: 25%;
  margin-right: 0px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 5px;
  color: #444;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

.right .direct-chat-text {
  margin-right: 5px;
  margin-left: 0;
  text-align: right;
  background: #3c8dbc;
  border: 1px solid #3c8dbc;
  color: #fff;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #3c8dbc;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}

.order {
  border: 2px solid #ddd !important;
  background: #fff;
}

.order.wp-block-footer {
  background: #fff !important;
}

.wp-block.property.order .wp-block-footer ul.aux-info {
  background: #fff;
  border-top: 1px solid #ddd;
}

.wp-block.property.order .wp-block-footer ul.aux-info li {
  border-right: 1px solid #ddd;
}

.wp-block.property.order .wp-block-img {
  width: 120px;
}

.Select-input {
  height: 39px !important;
}

.Select-control {
  border-radius: 2px !important;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #8dc9e5 !important;
  box-shadow: none !important;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.clickablePanel:hover,
.clickablePanel:focus,
.clickablePanel:visited,
.clickablePanel:active {
  cursor: pointer;
  border: #3498db solid 2px !important;
  color: #333;
}

.activeBid {
  border-top: #3498db solid 3px !important;
  color: #333;
}

.panel {
  border: 2px solid #ddd;
}

.panel-heading {
  border-bottom: 2px solid #ddd;
}

/*message color//#88adcd*/

.settings-form section {
  margin-bottom: 0px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #3c8dbc;
  font-size: 8px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
  }
}

#cityModal {
  z-index: 9999;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}
.mapContainer {
  position: relative;
  top: 50;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 40vh;
  width: 100%;
}

.mapboxgl-ctrl-geocoder {
  min-width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.p-1 {
  padding: 5px;
}

.p-2 {
  padding: 10px;
}

.m-1 {
  padding: 5px;
}

.card {
  border: 1px solid #ddd;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.my-2 {
  margin: 20px 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.badge-unavailable {
  background-color: red;
}

.block {
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem;
  padding: 0 10px;
}

.block .block-image {
  position: relative;
}

.heading-6 {
  font-size: 1rem !important;
}

.sidebar--style-4 {
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.2rem;
}

.z-depth-1-top,
.z-depth-1-top-hover:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.fw500 {
  font-weight: 500;
}

a,
button {
  cursor: pointer !important;
}

.table-cart {
  font-weight: normal;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-main {
  position: fixed;
  background: white;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display-block {
  display: block;
}
.popover.right {
  margin-left: 10px;
}
.fade.in {
  opacity: 1;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 250px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.hidden {
  display: none;
}

.arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
  border-width: 11px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.top {
  margin-top: 10px;
}

.tabs--centered {
  text-align: center;
}

.tabs.tabs--centered > .nav {
  text-align: center;
}

.tabs--style-2 .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0 20px;
  margin: 0;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.nav {
  /* display: -ms-flexbox;
    display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item {
  margin-right: 2rem;
}

.tabs--style-2 .nav-tabs .nav-item.show .nav-link,
.tabs--style-2 .nav-tabs .nav-link.active,
.tabs--style-2 .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #3f87f5;
  background: transparent !important;
  color: #3f87f5;
}

.tabs--style-2 .nav-tabs .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  margin-right: 0;
  color: #2b2b2c;
  padding: 1rem 0;
  font-size: 0.875rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}
.text-center {
  text-align: center !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.tab-link {
  padding: 1rem 0 0.5rem 0 !important;
  font-weight: 400 !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.bg-red {
  background-color: #ff3b30 !important;
  color: #fff;
}
.card-colored {
  border: 0;
}

.bg-blue {
  background-color: #007aff !important;
  color: #fff;
}

.bg-orange {
  background-color: #ff9500 !important;
  color: #fff;
}

.bg-teal-blue {
  background-color: #5ac8fa !important;
  color: #fff;
}

.borderless td,
.borderless th {
  border: none;
}

tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
  position: relative;
}

.accordion-toggle .expand-button:after {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "-";
}
.accordion-toggle.collapsed .expand-button:after {
  content: "+";
}

.mainLoginInput::-webkit-input-placeholder {
  font-family: FontAwesome;
  font-weight: normal;
  overflow: visible;
  vertical-align: top;
  display: inline-block !important;
  /* padding-left: 2px; */
  padding-top: 2px;
  color: #616161;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.input-group-prepend {
  margin-right: -1px;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
  display: flex;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.width-80 {
  width: "80px";
}

.bg-green {
  background-color: #4cd964 !important;
  color: #fff;
}

.block-ribbon-left {
  left: 15px;
}

.effect {
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.block-ribbon-fixed {
  width: 90px;
  padding: 5px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.25rem;
  margin: -10px;
}

.block-ribbon {
  position: absolute;
  top: 15px;
  z-index: 10;
}

.btn-link {
  cursor: pointer;
}

.disabled-store {
  background-color: #ff0000;
}

.published-store {
  background-color: #5cb85c;
}

.pointer-event-none {
  pointer-events: none;
}
