@charset "UTF-8";
@keyframes gradient-slide {
  0% {
    background: linear-gradient(orange, white 10%); }
  25% {
    background: linear-gradient(to right, #00f260,  0%, #0575E6 10%, white 25%); }
  50% {
    background: linear-gradient(to right, #00f260 10%, #0575E6 25%, white 50%); }
  75% {
    background: linear-gradient(to right, #00f260 25%, #0575E6 50%, white 75%); }
  100% {
    background:  rgba(255, 138, 38, 1); } }
body {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  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";
  background: #eaeaea url(images/white-shade.svg) no-repeat center center; }

html, body {
  height: 100%; }

b, th, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

#wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }

#sidebar {
  min-width: 200px;
  max-width: 200px;
  min-height: 100vh;
  background-color: #161b38; }

#sidebar.active {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem; }

#sidebar .sidebar-menu li,
#sidebar .sidebar-menu li a {
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden; }

#sidebar .sidebar-menu li a {
  padding: 0.75rem;
  border-bottom: 1px transparent solid; }

#sidebar .sidebar-menu li a .fa {
  display: inline-block;
  width: 3rem;
  font-size: 1.5rem;
  text-align: center;
  margin-left: -0.75rem; }

#sidebar.active .sidebar-menu li a {
  border-bottom: 1px #080913 solid; }

#content {
  flex-grow: 1; }

#sidebar .sidebar-header {
  padding: 11px;
  background-color: #2d345a;
  height: 3rem;
  text-align: center; }

#sidebar .sidebar-header-logo {
  display: block;
  height: 2rem;
  padding: 0.5rem;
  background: url("") left center no-repeat;
  background-size: contain; }

#sidebar.active .sidebar-header-logo {
  background: url("") left center no-repeat;
  background-size: contain; }

#sidebar ul.components {
  padding: 0; }

#sidebar ul p {
  color: #d0d2e0;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block; }

#sidebar ul li a:hover {
  color: white;
  background: #242d5d;
  text-decoration: none; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: white;
  background: #00f260; }

#sidebar a {
  color: #d0d2e0; }

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

#sidebar a[data-toggle="collapse"] {
  position: relative; }

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

@media (max-width: 768px) {
  #sidebar {
    width: 0;
    min-width: 0;
    max-width: 0; }

  #sidebar.active {
    width: 200px;
    min-width: 200px;
    max-width: 200px; } }
#page {
  background: url(images/white-shade.svg) repeat-y center center; }

#page > .container {
  /*background: rgba(255, 255, 255, 0.2);*/
  margin: auto; }

#container {
  position: relative; }

#header {
  width: 100%;
  z-index: 10001;
  background: #04c2cf url(images/white-shade.svg) no-repeat center center;
  background-size: cover; }

#top-logo {
  display: inline-block;
  height: 3rem; }
  #top-logo img {
    height: 3rem; }

#logobar {
  padding: 15px; }
  #logobar .btn {
    font-weight: 500;
    color: #161b38; }
  #logobar .btn:hover {
    color: #5f14e0; }

#footer {
  width: 100%;
  background-color: #161b38;
  -webkit-margin-collapse: discard;
  margin-top: 0;
  color: #6d7890; }
  #footer a {
    color: #6d7890; }

#footer-top {
  background-color: #1d244a;
  padding-top: 2rem;
  padding-bottom: 2rem; }

#navbar-top {
  height: 2rem;
  background-color: rgb(51, 50, 50);
  #navbar-top .nav-item {
    text-transform: uppercase; }
  }
#page-top-bar {
  background-color: white;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%; }

.navbar-top-fat #navbar-top {
  height: 3rem; }

#container.navbar-top-fat {
  margin-top: 0;
  padding-top: 3rem; }
  #container.navbar-top-fat #page-top-bar {
    padding-top: 3rem;
    background-color: white; }

#page-top-bar + div {
  padding-top: 3rem; }

/*.crosshatch {
  background: repeating-linear-gradient(45deg, #dddddd, #dddddd 4px, transparent 4px, transparent 8px); }
  */
#top-card-deck a.card {
  border-bottom:  rgba(255, 138, 38, 1); }
/*#top-card-deck a.card:hover {
  background:  rgba(255, 138, 38, 1);
  animation-name: gradient-slide;
  animation-duration: 100ms;
  animation-delay: 0ms;
  color: white; }
#top-card-deck a.card:hover > img {
  filter: invert(1);
  -webkit-filter: invert(1); }  */

  #top-card-deck .card{
    text-decoration: none; 
  }

#bottom-card-deck .card {
  background-color: transparent; }

.section-title,
.pageheading {
  color: #a9b3bd;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 300; }

.section-title::after,
.pageheading::after {
  content: " ";
  width: 20%;
  height: 4px;
  display: block;
  background: linear-gradient(to left, #00f260, #0575E6 80%); }

#copyright {
  background-color: #161b38;
  border-top: 1px #191f3f solid;
  color: #aeb3d0; }

/***** navbar-top ***/
@media (min-width: 576px) {
  #navbar-top .navbar-nav > .nav-item {
    border-top: 0px;
    background-color: rgba(255, 138, 38, 1); } }
#navbar-top .navbar-nav > .nav-link,
#navbar-top .navbar-nav > .nav-item > .nav-link {
  line-height: 2rem;
  padding: 0 1rem;
  color: white; }
#navbar-top .navbar-toggler {
  border: 0; }

/***** ./navbar-top ***/
/*** main nav **/
#main-menu {
  display: none;
  background-color: #161b38 !important; }
  #main-menu .nav-item {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

#main-menu .nav-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
}

#main-menu .nav-link:hover {
    background:  rgba(255, 138, 38, 1);
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

  @media (min-width: 768px) {
    #main-menu {
      display: block; } }

.menu-toggle {
  vertical-align: middle;
  text-align: right;
  font-weight: 500 !important; }

.menu-toggle .bars {
  padding: 0.3333333333rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle; }

.menu-toggle .bar1,
.menu-toggle .bar2,
.menu-toggle .bar3 {
  height: 3px;
  width: 22px;
  margin: 4px;
  transition: 0.4s;
  display: block;
  background-color: #fff; }

.menu-toggle.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px); }

.menu-toggle.change .bar2 {
  opacity: 0; }

.menu-toggle.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px); }

/*** main nav **/
/** news-card ***/
/** ./news-card ***/
/*** detail list **/
dl.detail-list dt {
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
  color: #6c757d; }

input.required,
select.required,
textarea.required {
  border-left: 4px #dc3545 solid; }

label.required::after {

  color: #dc3545; }

/*** item card **/
.item-card {
  background-color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  height: 5rem;
  margin-bottom: 0.5rem; }
  .item-card .item-card-image-wrapper {
    flex-grow: 0;
    width: 7rem; }
    .item-card .item-card-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item-card .item-card-body {
    flex-grow: 1;
    padding: 0.25rem .5rem; }
    .item-card .item-card-body .item-header {
      line-height: 1;
      color: #6c757d; }
    .item-card .item-card-body .item-name {
      font-weight: bold; }
    .item-card .item-card-body .item-description .badge {
      font-weight: lighter;
      background-color: #f8f9fa;
      color: #e9ecef; }

.item-link,
.item-link:hover {
  color: #495057;
  text-decoration: none; }

.item-link:hover .item-card {
  box-shadow: 0 0 4px 2px lightblue; }

.breadcrumb {
  background-color: transparent !important; }

.badge.on {
  background-color: #28a745;
  color: #fff; }

.badge.off {
  background-color: #f8f9fa;
  color: #fff; }

/** badges **/
.badge.pending {
  color: #fff;
  background-color: #6c757d; }

.badge.complete {
  color: #fff;
  background-color: #28a745; }

.badge.shipping-scheduled {
  color: #fff;
  background-color: #17a2b8; }

.badge.shipped {
  color: #fff;
  background-color: #ffc107; }

.card {
  border: 0; }
  .card .card-header,
  .card .card-footer {
    border: 0;
    background-color: #dddddd; }

.list-group-item {
  border: 0;
  margin-bottom: 1px; }

.list-group-item.active {
  background-color: #dddddd;
  color: #343a40; }

.btn-panel .btn {
  margin: .25rem; }

/** chips **/
.chip {
  display: flex;
  text-decoration: none;
  color: #343a40;
  margin-bottom: 15px; }
  .chip .chip-img {
    flex-grow: 0; }
  .chip .chip-body {
    flex-grow: 1;
    align-self: center;
    text-align: center; }
    .chip .chip-body h2, .chip .chip-body h1 {
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase; }

/*** carlist-item **/
.carlist-item {
  margin-bottom: 15px;
  width: 100%; }
  .carlist-item .carlist-item-image-holder {
    height: 12rem;
    position: relative;
    background-color: #fff;
    flex-grow: 0; }
    .carlist-item .carlist-item-image-holder .reserved-lbl {
      position: absolute;
      right: 0;
      bottom: 0;
      background: #dc3545;
      color: #fff;
      text-transform: uppercase;
      padding: 4px 12px; }
  .carlist-item .carlist-item-body {
    background-color: #fff;
    padding: 7.5px;
    flex-grow: 1; }
  .carlist-item .carlist-item-subheader {
    margin-bottom: 6px; }
  .carlist-item .carlist-item-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .carlist-item .carlist-item-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
    max-height: 2.4rem;
    overflow: hidden;
    text-transform: uppercase; }
  .carlist-item .carlist-item-label {
    font-weight: 300;
    color: #000000; }
  .carlist-item .carlist-item-line {
    font-size: 0.75rem;
    line-height: 1.2rem; }
  .carlist-item .price-primary-lst {
    font-size: 0.875rem;
    font-weight: 700;
    font-stretch: condensed;
    color: #dc3545;
    margin-right: 0.5rem; }
  @media (min-width: 576px) {
    .carlist-item {
      display: flex;
      flex-direction: row; }
      .carlist-item .carlist-item-image-holder {
        width: 12rem; } }
  @media (min-width: 992px) {
    .carlist-item {
      width: 50%;
      padding: 7.5px;
      float: left; } }
.carlist-item-line{
  color:rgb(0, 0, 0);
}
/*** ribbons **/
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 1000; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #0474cf; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background:  rgba(255, 138, 38, 1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; }

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: 0;
  right: 0; }

.ribbon-top-left::after {
  bottom: 0;
  left: 0; }

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg); }

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px; }

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent; }

.ribbon-top-right::before {
  top: 0;
  left: 0; }

.ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg); }

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px; }

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent; }

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0; }

.ribbon-bottom-left::after {
  top: 0;
  left: 0; }

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg); }

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0; }

.ribbon-bottom-right::after {
  top: 0;
  right: 0; }

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg); }

.navbar-top-fat + div,
.navbar-top-fat + section {
  margin-top: 3rem; }

/*# sourceMappingURL=styles.css.map */



.main-form{
  background-color: #54cada;
  border-radius: 10px;
}

.form1 {
  margin-top: 15px;
  padding-top: 20px;
  border-radius: 10px; 
}


input[type=text],
select {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 20px; /* Fully curved corners */
  margin: 8px 0;
  outline: none;
  padding: 8px 12px;
  box-sizing: border-box;
  transition: .3s;
}

input[type=text]:focus,
select:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
.selectfirst{
  border-radius: 20px; 
}




.main-form{
  background-color: rgba(255, 138, 38, 1);
border-radius: 10px;
}

.form1 {
margin-top: 15px;
padding-top: 20px;
border-radius: 10px; 
}


.formbutton{
  margin-top:8px;
}


.formlables{
  font-weight: bold!important; margin-top:8px!important;
}





    .category-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      background: none;
      padding: 10px 0;
    }

    .category-item {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      background-color: #f1f1f1;
      border-radius: 20px;
      font-size: 13px;
      color: #333;
      transition: background-color 0.2s ease;
    }

    .category-item:hover {
      background-color: #e0e0e0;
    }

    .category-icon {
      font-size: 13px;
      color: #007bff;
      margin-right: 6px;
    }

    .category-count {
      font-size: 11px;
      color: #777;
      margin-left: 4px;
    }

    .active-category {
      font-weight: bold;
    }