.fit-img {
  object-fit: contain;
}
.text-primary {
  color: #003458 !important;
}
.text-underline:hover,
.text-underline:focus {
  text-decoration: underline;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #001625 !important;
}
.btn:hover,
.btn:focus,
a.btn {
  color: #fff !important;
}
.img-circle {
  border-radius: 100%;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.parsley-errors-list {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  color: #c10;
  font-weight: bold;
  font-style: italic;
  display: block;
  opacity: 0;
  font-size: 0.875em;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list li {
  list-style: none;
}
.checkboxes .parsley-errors-list {
  margin-bottom: 1.4rem;
}
.parsley-errors-list.filled {
  opacity: 1;
  margin-bottom: 1rem;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}
.preloader #status {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: orange;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
.invalid-feedback {
    color: #c10;
    font-weight: normal;
    font-style: italic;
    display: block;
}
.text-sm {
    font-size: 15px !important;
}
.text-lg {
  font-size: 18px !important;
  line-height: 1.67;
}
.parallex-small h4 {
  color: #fff;
}
.lh1 {
  line-height: 1 !important;
}
.swal2-container {
  z-index: 99999;
}
.btn-link:hover,
.btn-link:focus {
  color: #c00 !important;
}
form .theme-btn,
form .theme-btn.theme-btn--alt {
  opacity: 1 !important;
}
.theme-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #cfcfcf;
  border-color: #333;
  font-style: italic;
  color: #333;
}
.theme-btn.disabled:hover,
.theme-btn.disabled:focus {
  color: #333;
}
.top-right h3.text-yellow {
  color: #99a417;
}
.top-right h3.text-green {
  color: #58b600;
}
.top-right h3.text-orange {
  color: #f57c00;
}
.uploaded_images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.uploaded_images a.home-inner-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  height: 100px;
  width: 100px;
}
.uploaded_images a.home-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uploaded_images .image-holder {
  position: relative;
  border: 2px solid transparent;
}
.uploaded_images .image-holder button {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.uploaded_images .image-holder button img {
  display: block;
  border: none;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  opacity: 1;
}
.uploaded_images .image-holder:hover button,
.uploaded_images .image-holder:focus button {
  opacity: 1;
}
.home-inner-img {
  width: 100%;
  margin-bottom: 4px;
}
.home-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontend-pagination {
  padding: 0;
}
.frontend-pagination ul.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.frontend-pagination ul.pagination li {
  list-style: none;
  display: inline-block;
}
.frontend-pagination ul.pagination li .page-link {
  display: block;
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.frontend-pagination ul.pagination li .page-link:hover,
.frontend-pagination ul.pagination li .page-link:focus {
  background: #003458;
  color: #fff;
}
.frontend-pagination ul.pagination li.active .page-link {
  background: #003458;
  color: #fff;
}
.chat-messages .container {
  overflow-y: scroll;
}
.chat-messages .container::-webkit-scrollbar {
  width: 10px;
}
.chat-messages .chat-box {
  margin-bottom: 2.5rem;
}
.chat-messages .chat-box:last-child {
  margin-bottom: 0;
}
.chat-messages .chat-box .date-time {
  display: block;
  margin: 5px;
  font-size: 13px;
  color: #444;
  font-style: italic;
}
.chat-messages .chat-box .receive-message,
.chat-messages .chat-box .snd-message {
  margin-bottom: 0;
}
.chat-messages .chat-box.right span.date-time {
  text-align: right;
}
.chat-form {
  position: relative;
  margin-bottom: 6px;
}
.chat-form .chat-input {
  background-image: none;
}
.chat-form .submit-message {
  position: absolute;
  background: none;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
  width: 60px;
}
.chat-form .submit-message:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.type-message-box {
  position: fixed;
  bottom: 0;
}
.buyer_seller_box {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding: 0.5rem;
  margin: 0 auto 1.75rem;
  max-width: 575px;
}
small.ad_type {
  font-size: 12px;
  display: inline-block !important;
}
.buyer-box-main {
  border: 1px solid #000;
  margin: 5px;
  width: calc(100% - 10px);
}
.buyer-box-main .information-info {
  border: 0;
}
@media (min-width: 380px) {
  .buyer-box-main {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .buyer-box-main {
    width: calc(33.33333% - 10px);
  }
  .featured_image span {
    font-size: 13px !important;
  }
}
.featured_image {
    position: relative;
}
.featured_image span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 52, 88, 0.8);
    border: 2px solid #003458;
    font-size: 11px;
    color: #fff;
}
.filepond--list {
    display: flex;
    flex-wrap: wrap;
}
.filepond--list .filepond--item {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    width: calc(50% - .5em);
    list-style: none;
}
.file-pond--label--featured {
    display: block;
    font-size: 14px !important;
    margin-top: 5px;
}
