@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
body {
  /* font-family: "Roboto Condensed", sans-serif !important; */
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400;
}
.padding-0 {
  padding: 0px !important;
}
.login-wrapper {
  height: 100%;
  background-color: #000;
}
a {
  text-shadow: none !important;
  color: #d93600;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    opacity 0.2s linear 0s !important;
}
a:focus,
a:hover,
a:active {
  color: #d93600;
}
.bg-black {
  background-color: #000 !important;
}
.form-group-default textarea.form-control {
  padding-top: 5px;
  height: 117px !important;
}
.page-container .page-content-wrapper .footer {
  position: fixed;
  bottom: 0;
}
.horizontal-app-menu .page-container .page-content-wrapper .content {
  padding-top: 0;
  padding-bottom: 0px;
}
.mode_of_payment .card {
  margin: 20px 0px;
  /*    padding: 20px 0px 100px 0px;*/
  min-height: 350px;
  height: 350px;
}
/* .profile-dropdown-toggle {
  color: #fff;
} */
.no_padding {
  padding-left: 0px;
}
.form_bg {
  background: #ffffff;
  box-shadow: 0px 2px 10px #aaa;
  border-radius: 4px;
}
.form_elements {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.form_elements_edit {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.card .card-block1 {
  padding: 20px;
  min-height: 315px;
}
.dropzone {
  max-height: 100px;
  height: auto;
  min-height: 100px;
  margin-bottom: 10px !important;
  padding: 5px;
}
.card-block hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dropzone .dz-preview {
  margin: 5px;
  width: 100%;
  text-align: center;
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-image {
  margin: 0px auto;
}
.dropzone .dz-preview .dz-remove {
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 0%;
}
.dropzone .dz-message {
  text-align: center;
  padding-top: 10px;
}
.dz_default_msg {
  font-size: 16px !important;
}
.card1 .card-header .card-title {
  padding-top: 10px;
  padding-left: 10px;
}
.help-block {
  font-size: 10px;
  color: #777;
}
.document-files,
.document-images {
  width: auto;
  max-width: 100px;
  max-height: 100px;
  height: auto;
  margin-bottom: 10px !important;
}
.business_plus_icon {
  color: #404065;
  cursor: pointer;
}
.nav-tabs > li.nav-item.active a {
  color: #fff;
  background: #404065;
}
.nav-tabs-linetriangle > li.active a::after {
  border-top-color: #404065;
  border-width: 10px;
  margin-left: -10px;
}
.nav-tabs-linetriangle > li.active a::before {
  border-top-color: #404065;
  border-width: 11px;
  margin-left: -11px;
}
.table_contents {
  border: 1px solid #777;
  background: #fff;
}
.table_contents tr th {
  font-size: 14px;
  text-align: left;
  background: #333;
  color: #fff;
  padding: 10px;
}
.table_contents tr td {
  font-size: 12px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
}
.edit_contents {
  border: 0px solid #777;
  background: #fff;
}
.edit_contents tr th {
  font-size: 14px;
  text-align: left;
  background: #333;
  color: #fff;
  padding: 10px;
}
.edit_contents tr td {
  font-size: 12px;
  text-align: left;
  padding: 10px;
}
.modal .modal-dialog {
  width: 80% !important;
  max-width: 80% !important;
}
.form_elements_edit_head {
  margin: 10px 0px;
  font-weight: bold;
}
.form_elements_edit_remarks {
  text-align: justify;
}
ul.business_intrests {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.business_intrests li {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.select2-dropdown {
  z-index: 9999 !important;
}
.table-bordered-custom td,
.table-bordered-custom th {
  border: 1px solid #777;
}
.nav-tabs > li > a {
  margin-right: 3px;
  background: #e1e1e2;
  color: #333;
}
.nav-tabs > li > a:hover {
  background: #777;
  color: #fff;
}
.preloader_overlay {
  background: #c3c3e752;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  top: 0;
  left: 0;
}
.preloader_overlay #progress-size {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translateX(-40%);
  color: blue;
  background: #fff;
  padding: 3px 10px;
  min-width: 70px;
  border-radius: 8px;
  font-weight: 600;
}
/*
.preloader_overlay #progress-size::before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: green;
	width: var(--progress-width);
}*/
.preloader_img {
  position: fixed;
  top: 50%;
  z-index: 999999;
  text-align: center;
  transform: translate(0, -50%);
  width: 100%;
}
.padding-right-0px {
  padding-right: 0px !important;
}
.logo_additional_text {
  padding: 20px 0px 0px 0px;
  font-size: 20px;
}
/*owl carousel*/
.owl-carousel .owl-controls .owl-nav .owl-prev {
  font-size: 40px;
  background: #e1e1e2;
  width: 35px;
  height: auto;
  padding-left: 10px;
  color: #000;
  position: absolute;
  top: 50px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 40px;
  background: #e1e1e2;
  width: 35px;
  height: auto;
  padding-left: 10px;
  color: #000;
  position: absolute;
  top: 50px;
  right: 0px;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  -webkit-transform-style: preserve-3d;
  height: 150px;
  margin: 0px auto;
  overflow: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
  background: #fff;
  overflow: hidden !important;
}
.modal .contact-modal-dialog {
  width: 35% !important;
  max-width: 35% !important;
}
.input-lg.textarea {
  height: 150px;
  margin-top: 5px;
}
#modalFillIn .input-lg {
  margin-top: 5px;
  font-size: 16px;
}
.contact_form {
  width: 100%;
}
.filepond--root {
  position: relative !important;
  width: 100% !important;
}
a.filepond--credits {
  display: none !important;
}
.filepond--panel-root {
  background-color: #fff !important;
}
.dropzone {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px dashed #404065;
  border-radius: 5px;
  background: white;
  margin-bottom: 20px;
  min-height: 150px;
}
.dropzone .dz-preview.dz-file-preview,
.dropzone .dz-preview.dz-image-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  top: 0;
  left: 0;
  position: absolute;
}
/*.dropzone .dz-preview .dz-image img {
  display: block;
  width: 120px !important;
  height: auto !important;
  object-fit: cover !important;
}*/
.dropzone .dz-preview .dz-image img {
  display: block;
  width: auto !important;
  height: 43px !important;
}
div.dropzone-required {
  position: absolute;
  bottom: 0;
  padding: 0 0 5px 5px;
}
.checkbox.checkbox-success label:before {
  border: 1px solid #cdcece !important;
}
.checkbox.checkbox-success input[type="checkbox"]:checked + label::after {
  background-color: #1dbb99 !important;
}
.checkbox.checkbox-success label::after {
  width: 17px;
  height: 17px;
  top: 0;
  left: 0px;
  text-indent: 2px;
}
.header.main-menu.p-r-0.pt-1.pb-1 {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 10px #ccc;
}
/* .btn.btn-primary {
  background-color: #404065;
  border-color: #404065;
} */
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: #787896;
}
.u-section-2 {
  min-height: 100vh;
}
.u-section-2 .u-shape-1 {
  width: 861px;
  left: auto;
  right: 0;
}
.u-section-2 .u-image-1 {
  width: 855px;
  height: 630px;
  object-position: 95.67% 50%;
  background-position: 95.67% 50%;
  margin: 48px auto 0 calc(((100% - 1140px) / 2));
}
.u-section-2 .u-group-1 {
  width: 528px;
  min-height: 522px;
  background-image: none;
  margin: -567px calc(((100% - 1140px) / 2)) 93px auto;
}
.u-section-2 .u-container-layout-1 {
  padding: 30px 60px;
}
.u-section-2 .u-text-1 {
  font-size: 3.4375rem;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  margin: 0;
}
.u-section-2 .u-text-2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 30px 0 0;
}
.u-section-2 .u-text-3 {
  font-style: normal;
  font-weight: 400;
  margin: 20px auto 0 0;
}
.u-section-2 .u-btn-1 {
  border-style: none none solid;
  padding: 0;
}
.u-section-2 .u-btn-2 {
  background-image: none;
  border-style: none;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px auto 0 0;
  padding: 10px 43px 10px 42px;
}
@media (max-width: 1199px) {
  .u-section-2 .u-shape-1 {
    width: 695px;
  }
  .u-section-2 .u-image-1 {
    margin-left: calc(((100% - 940px) / 2));
  }
  .u-section-2 .u-group-1 {
    width: 452px;
    margin-right: calc(((100% - 940px) / 2));
    margin-bottom: 60px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-section-2 .u-text-1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .u-section-2 {
    min-height: 740px;
  }
  .u-section-2 .u-shape-1 {
    width: 605px;
  }
  .u-section-2 .u-image-1 {
    width: 676px;
    height: 427px;
    margin-left: calc(((100% - 720px) / 2));
  }
  .u-section-2 .u-group-1 {
    width: 395px;
    min-height: 395px;
    margin-top: -177px;
    margin-right: 50px;
    margin-bottom: 47px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .u-section-2 .u-shape-1 {
    width: 540px;
  }
  .u-section-2 .u-image-1 {
    width: 511px;
    height: 322px;
    margin-left: calc(((100% - 540px) / 2));
  }
  .u-section-2 .u-group-1 {
    margin-top: -72px;
  }
}
@media (max-width: 575px) {
  .u-section-2 {
    min-height: 681px;
  }
  .u-section-2 .u-shape-1 {
    width: calc(((100% - 340px) / 2) + 290px);
    height: 681px;
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
    margin: 0 0 0 auto;
  }
  .u-section-2 .u-image-1 {
    width: 390px;
    height: 257px;
    margin-top: -633px;
    margin-left: 0;
  }
  .u-section-2 .u-group-1 {
    width: 318px;
    min-height: 370px;
    margin-top: -47px;
    margin-right: 50px;
    margin-bottom: 53px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .u-section-2 .u-text-1 {
    font-size: 2.25rem;
  }
}
.btn.btn-primary {
  background-color: #404065;
  border-color: #404065;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: #787896;
}
.radio.radio-success input[type="radio"]:checked + label:before {
  border-color: #404065;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.masonry-container {
  column-count: 2;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .masonry-container {
    column-count: 1;
  }
}
.masonry-layout {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(58 98 189 / 20%) !important;
}
.products_list
  .checkbox.check-success
  input[type="checkbox"]:checked
  + label:before {
  border-color: #3bd608;
}
label[for="select-all"] {
  background: #404065;
  padding: 10px 15px 10px 40px;
  line-height: 15px;
  display: inline-flex;
  border: 0;
  border-radius: 20px;
  color: #fff !important;
}
label[for="select-all"]::after {
  top: 9px;
  left: 18px;
}
label[for="select-all"]::before {
  top: 8px;
  left: 15px;
}
.fstElement.fstMultipleMode.fstNoneSelected,
.fstMultipleMode .fstControls {
  width: 100% !important;
  font-size: 14px !important;
}
.fstMultipleMode .fstQueryInputExpanded,
.fstElement {
  font-size: 14px !important;
  width: 100% !important;
}
.fstChoiceItem,
.fstResultItem {
  font-size: 14px !important;
}
.fstChoiceItem {
  border-color: #00377a;
  background-color: #00377a;
}
.fstControls::after {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  display: block;
  z-index: 999;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
li.toastme {
  display: flex;
  flex-direction: row-reverse;
}
li.toastme .toastme-ico {
  font-family: "FontAwesome" !important;
}
/*
li.toastme button.toastme-close {
	background: transparent;
	padding: 6px;
	position: relative;
}
li.toastme button.toastme-close:hover {	
	background: #434040;
} */
li.toastme.success i.toastme-ico:before,
li.toastme.dark.success i.toastme-ico:before {
  content: "\f058" !important;
  font-size: 18px !important;
}
li.toastme.error i.toastme-ico:before,
li.toastme.dark.error i.toastme-ico:before {
  content: "\f057" !important;
  font-size: 18px !important;
}
