/* LINK / LOAD ANY CSS FILES HERE */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url(/views/products/templates/plugins/rs-plugin-6.custom/css/rs6.css);
@import url(structure.css);
@import url(/views/products/templates/css/global.css);
@import url(bootstrap.min.css);

/* 
@import url(all.min.css);
@import url(animate.css);
@import url(flaticon.css);
 */
/* LOAD STYLE.CSS LAST ( MAIN ) */
@import url(style.css);

/* ANY CUSTOM CSS FIXES / ADDITIONS */
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  color: black !important;
  background-color: rgba(233, 245, 252, 0) !important;
  border-color: #111;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty {
  border-width: 1px 1px 1px 1px !important;
  box-shadow: unset;
  resize: none;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty,
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="tel"],
.dark input[type="text"],
.dark select,
.dark textarea {
  color: black !important;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(63, 61, 61);
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  padding: 0px;
  outline: none;
  margin: 0;
  width: 230 px;
  max-width: 100%;
  display: block;
  margin-bottom: 20 px;
  font-size: 16px;
  border-width: 1 px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btn-outline-primary {
  color: #ba1922 !important;
}
.btn-outline-primary:hover {
  background-color: #ba1922 !important;
  color: white !important;
}
.applicationframe {
  width: 100%;
  height: 100vh;
  background-color: #0d0f39;
}
#Header {
  background-image: url("/views/Products/5684/assets/img/erp2-slider-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 80vh !important;
}
.headerImg img {
  float: right;
}
@media only screen and (max-width: 768px) {
  #Top_bar .menu_wrapper {
    display: none !important;
  }
  .headerImg {
    display: none;
  }
  body:not(.template-slider):not(.header-simple) #Header {
    min-height: 350px;
    background-position: center !important;
  }
  .hero row {
    padding-top: 50px;
  }
}
