/* _content/SSLJet/Views/Shared/_Layout.cshtml.rz.scp.css */
/*##### NAVBAR STYLES #####*/

/* NAVBAR NAV */

.navbar-top[b-o6z4xrqo40] {
  background-color: #f8f9fa;
  padding: 5px 0;
}

.navbar-top .contact-info[b-o6z4xrqo40] {
  font-size: 0.8rem !important;
  color: #666;
}

.navbar-top .contact-info a[b-o6z4xrqo40] {
  color: #666;
  text-decoration: none;
}

.navbar-top .nav-link[b-o6z4xrqo40] {
  font-size: 0.8rem !important;
}

.navbar-main[b-o6z4xrqo40] {
  padding: 10px 0;
}

.navbar-main .navbar-brand img[b-o6z4xrqo40] {
  max-height: 72px;
}

.navbar-nav .nav-link[b-o6z4xrqo40] {
  color: #333;
  margin-right: 15px;
}

.navbar-nav .nav-link:hover[b-o6z4xrqo40] {
  color: #007bff;
}

.btn-buy-ssl[b-o6z4xrqo40] {
  background-color: var(--accent);
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px;
}

.btn-buy-ssl:hover[b-o6z4xrqo40] {
  background-color: #e55b00;
}

.navbar-cart-icon[b-o6z4xrqo40] {
  font-size: 24px;
  color: #333;
  position: relative;
}

.navbar-cart-icon .badge[b-o6z4xrqo40] {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #ff6200;
  color: #ffffff;
  font-size: 12px;
}

/* Navbar Dropdown styles */
.dropdown-menu[b-o6z4xrqo40] {
  width: auto;
  min-width: 250px;
  padding: 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item[b-o6z4xrqo40] {
  white-space: normal;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #ff6200;
  font-weight: bold;
}

.dropdown-menu .dropdown-item:hover[b-o6z4xrqo40] {
  background-color: #f8f9fa;
  color: #e55b00;
}

.dropdown-menu .dropdown-item i[b-o6z4xrqo40] {
  font-size: 24px;
  margin-right: 10px;
  color: #ff6200;
}

.dropdown-menu .item-details[b-o6z4xrqo40] {
  font-size: 14px;
  color: #666;
  margin-left: 34px;
}

.navbar-nav .dropdown-menu[b-o6z4xrqo40] {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
}

.dropdown-menu.show[b-o6z4xrqo40] {
  display: block;
  width: auto;
  min-width: 300px;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse[b-o6z4xrqo40] {
    display: none !important;
    /* Hide the navbar links */
  }

  .navbar-toggler[b-o6z4xrqo40] {
    display: block !important;
    /* Show hamburger menu */
  }

  .navbar-toggler-icon[b-o6z4xrqo40] {
    margin-left: 10px;
    width: 2rem;
    height: 2rem;
  }
}

/* NAV SIDEBAR*/
.sidebar[b-o6z4xrqo40] {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 1040;
}

.sidebar.show[b-o6z4xrqo40] {
  transform: translateX(0);
}

.navbar-toggler[b-o6z4xrqo40] {
  border: none;
}

.navbar-toggler-icon[b-o6z4xrqo40] {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3E%3Cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-width=\'2\' linecap=\'round\' linejoin=\'round\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

/* Close button styles */
.sidebar .close[b-o6z4xrqo40] {
  font-size: 1.5rem;
  margin: -10px -10px 20px auto;
  display: block;
}

/* Accordion button styles */
.accordion .card-header[b-o6z4xrqo40] {
  background-color: transparent;
  border: none;
  padding: 0;
}

.accordion .btn-link[b-o6z4xrqo40] {
  font-weight: bold;
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: left;
}

.accordion .btn-link.collapsed[b-o6z4xrqo40] {
  color: #2a2a2a;
}

.accordion .btn-link:hover[b-o6z4xrqo40] {
  color: #007bff;
  text-decoration: none;
}

.accordion .card-body[b-o6z4xrqo40] {
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion .card-body ul[b-o6z4xrqo40] {
  padding-left: 0;
  margin-bottom: 10px;
}

.accordion .card-body ul li a[b-o6z4xrqo40] {
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  font-size: 14px;
}

.accordion .card-body ul li a:hover[b-o6z4xrqo40] {
  color: #007bff;
}

.sidebar a.d-block[b-o6z4xrqo40] {
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}

.sidebar a.d-block:hover[b-o6z4xrqo40] {
  color: #007bff;
  text-decoration: none;
  background-color: #f8f9fa;
}


/* Language Dropdown Styling */
.navbar-top .form-inline .form-group select[b-o6z4xrqo40] {
  font-size: 0.8rem;
  color: #666;
  background-color: #f8f9fa;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
}

.navbar-top .form-inline .form-group select:focus[b-o6z4xrqo40] {
  outline: none;
  box-shadow: none;
}

.navbar-top .form-inline .form-group select option[b-o6z4xrqo40] {
  color: #333;
}

.navbar-top .form-inline[b-o6z4xrqo40] {
  margin-left: 15px;
}

.navbar-top .form-inline .form-group[b-o6z4xrqo40] {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #footer-left-container[b-o6z4xrqo40] {
    width: 50% !important;
  }
}

@media (max-width: 424px) {
  .navbar-brand img[b-o6z4xrqo40] {
    max-height: 48px !important;
  }

  section#credit-card input[b-o6z4xrqo40] {
    max-width: 100vw;
  }


}
/* _content/SSLJet/Views/Shared/_Layout_Admin.cshtml.rz.scp.css */
/*##### NAVBAR STYLES #####*/

/* NAVBAR NAV */

.navbar-top[b-2eyi31l1gm] {
  background-color: #f8f9fa;
  padding: 5px 0;
}

.navbar-top .contact-info[b-2eyi31l1gm] {
  font-size: 0.8rem !important;
  color: #666;
}

.navbar-top .contact-info a[b-2eyi31l1gm] {
  color: #666;
  text-decoration: none;
}

.navbar-top .nav-link[b-2eyi31l1gm] {
  font-size: 0.8rem !important;
}

.navbar-main[b-2eyi31l1gm] {
  padding: 10px 0;
}

.navbar-main .navbar-brand img[b-2eyi31l1gm] {
  max-height: 72px;
}

.navbar-nav .nav-link[b-2eyi31l1gm] {
  color: #333;
  margin-right: 15px;
}

.navbar-nav .nav-link:hover[b-2eyi31l1gm] {
  color: #007bff;
}

.btn-buy-ssl[b-2eyi31l1gm] {
  background-color: var(--accent);
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px;
}

.btn-buy-ssl:hover[b-2eyi31l1gm] {
  background-color: #e55b00;
}

.navbar-cart-icon[b-2eyi31l1gm] {
  font-size: 24px;
  color: #333;
  position: relative;
}

.navbar-cart-icon .badge[b-2eyi31l1gm] {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #ff6200;
  color: #ffffff;
  font-size: 12px;
}

/* Navbar Dropdown styles */
.dropdown-menu[b-2eyi31l1gm] {
  width: auto;
  min-width: 250px;
  padding: 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item[b-2eyi31l1gm] {
  white-space: normal;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #ff6200;
  font-weight: bold;
}

.dropdown-menu .dropdown-item:hover[b-2eyi31l1gm] {
  background-color: #f8f9fa;
  color: #e55b00;
}

.dropdown-menu .dropdown-item i[b-2eyi31l1gm] {
  font-size: 24px;
  margin-right: 10px;
  color: #ff6200;
}

.dropdown-menu .item-details[b-2eyi31l1gm] {
  font-size: 14px;
  color: #666;
  margin-left: 34px;
}

.navbar-nav .dropdown-menu[b-2eyi31l1gm] {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
}

.dropdown-menu.show[b-2eyi31l1gm] {
  display: block;
  width: auto;
  min-width: 300px;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse[b-2eyi31l1gm] {
    display: none !important;
    /* Hide the navbar links */
  }

  .navbar-toggler[b-2eyi31l1gm] {
    display: block !important;
    /* Show hamburger menu */
  }

  .navbar-toggler-icon[b-2eyi31l1gm] {
    margin-left: 10px;
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 768px) {}

/* NAV SIDEBAR*/
.sidebar[b-2eyi31l1gm] {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 1040;
}

.sidebar.show[b-2eyi31l1gm] {
  transform: translateX(0);
}

.navbar-toggler[b-2eyi31l1gm] {
  border: none;
}

.navbar-toggler-icon[b-2eyi31l1gm] {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3E%3Cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-width=\'2\' linecap=\'round\' linejoin=\'round\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

/* Close button styles */
.sidebar .close[b-2eyi31l1gm] {
  font-size: 1.5rem;
  margin: -10px -10px 20px auto;
  display: block;
}

/* Accordion button styles */
.accordion .card-header[b-2eyi31l1gm] {
  background-color: transparent;
  border: none;
  padding: 0;
}

.accordion .btn-link[b-2eyi31l1gm] {
  font-weight: bold;
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: left;
}

.accordion .btn-link.collapsed[b-2eyi31l1gm] {
  color: #2a2a2a;
}

.accordion .btn-link:hover[b-2eyi31l1gm] {
  color: #007bff;
  text-decoration: none;
}

.accordion .card-body[b-2eyi31l1gm] {
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion .card-body ul[b-2eyi31l1gm] {
  padding-left: 0;
  margin-bottom: 10px;
}

.accordion .card-body ul li a[b-2eyi31l1gm] {
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  font-size: 14px;
}

.accordion .card-body ul li a:hover[b-2eyi31l1gm] {
  color: #007bff;
}

.sidebar a.d-block[b-2eyi31l1gm] {
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}

.sidebar a.d-block:hover[b-2eyi31l1gm] {
  color: #007bff;
  text-decoration: none;
  background-color: #f8f9fa;
}
