/*------------------------------------------------------------------

THEME: Aviato | E-commerce template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/aviato-e-commerce-template/
DEMO: https://demo.themefisher.com/aviato/
GITHUB: https://github.com/themefisher/Aviato-E-Commerce-Template/

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher



/*------------------------------------------------------------------
[Table of contents]

1. Body
	2. Header 
		2.1. Navigation 
		2.2. Menu 
		2.3. Cart 
	3. Banner
		3.1 Revolution Slider
	4. Products
		4.1 Product Item
		4.2 Single Product
	5. Pricing
	6. Clients
	7. Instagram Feed 
	8. User Dashboard
		8.1 User Profile
	9. Blog
		9.1 Post
		9.2 Post Pagination
		9.3 Single Post
		9.4 Post Sidebar
	10. Backgrounds
	11. Comming Soon
	12. Account Page
	13. Shopping
		13.1 Checkout
		13.2 Shopping Cart
		13.3 Product Checkout Details
		13.4 Purchase Confirmation
		13.5 Empty Cart
		13.6 Success Message
	14.404 Page
	15. Contact 
		15.1  Contact Form 
		15.2 Contact Details
		15.3 Social Icons
	16.Footer
	

-------------------------------------------------------------------*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500");
body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Poppins", sans-serif;
  color: #757575;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #000;
  cursor: pointer;
}

.remove-array-item {
  cursor: pointer;
  /* Make the X look clickable */
  margin-left: 5px;
  /* Add some spacing */
  color: red;
  /* Make it red (optional) */
  font-size: 14px;
  /* Make it a bit bigger (optional) */
  font-weight: 500;
  border: none;
  background: transparent;
}

blockquote {
  font-size: 18px;
  border-color: #000;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #000;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  border-radius: 4px;
  box-shadow: none;
  height: 45px;
  outline: none;
  font-weight: 200;
  font-size: 12px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.horizontal-scroll {
  overflow: auto;
  border-radius: 8px;
  margin: 20px auto 20px auto;
  border: 1px solid #E8EDF2;
}

/* General Table Styling */
.table-wrapper {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-header {
  display: table-header-group;
  background-color: #F7F7F7;
}

.table-header-value {
  display: table-cell;
  padding: 10px;
  text-align: justify;
  white-space: nowrap;
  color: #0D141C;
  font-weight: 500;
  border-bottom: 1px solid #E8EDF2;
}

.list-container {
  display: table-row-group;
  background-color: #F7F7F7;
}

.tableRow {
  display: table-row;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.tableRow.active-row {
  background-color: #E8EDF2;
}

.tableCell {
  display: table-cell;
  padding: 12px 15px;
  white-space: nowrap;
  vertical-align: top;
}

.expanded-row {
  max-width: 90%;
  margin: auto;
}

.styled-table.config thead tr th:hover {
  background-color: inherit !important;
  color: inherit !important;
}

/* Make sure it takes full width */
.expanded-cell {
  width: 100%;
}

.button-group {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.input-group {
  display: flex;
  align-items: center;
  /* Vertically align button with input */
}

.input-group-vertical {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-group-vertical input {
  width: 100%;
  margin-bottom: 10px;
}

.input-group-vertical button {
  width: 100%;
}

.remove_item_button:hover {
  background-color: #c0392b;
}

.remove_item_button:focus {
  outline: none;
}

.array-item-container {
  display: flex;
  /* Arrange input and X horizontally */
  align-items: center;
  /* Vertically align */
}

.editing-row {
  background-color: #FE6F61;
  /* Light gray background */
  /* Or any other style you prefer */
}

/* Optional: Add a transition for a smoother effect */
.editing-row {
  transition: background-color 0.3s ease;
}

/* Optional: Style the table rows to be more visually distinct */
.styled-table tr {
  border-bottom: 1px solid #ddd;
  /* Add a border between rows */
}

.styled-table tbody tr:not([style*="background-color"]):not(.expanded-row):hover {
  background-color: #FE6F61;
  /* Highlight on hover only for rows without background color and not expanded */
}

.form-control {
  align-items: center;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 48px;
  outline: 0px !important;
  position: relative;
  transition: 100ms;
  background-color: white;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.remove_item_button {
  margin-top: 10px;
  height: 50px;
}

.event-container {
  display: flex;
  align-items: center;
  /* Align button and dropdown vertically */
  gap: 8px;
  /* Space between dropdown and button */
  width: 100%;
}

.remove_event_button {
  margin-top: 10px;
  height: 50px;
}

.remove_event_button:hover {
  background-color: darkred;
}

.exportbutton {
  background-color: #007bff;
  cursor: pointer;
}

.exportbutton:hover {
  background-color: #0056b3;
}

.svg-icon {
  margin-right: 3px;
}

.exportbuttonContainer {
  display: flex;
  align-items: center;
}

.exportbuttonA {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.btn-main, .btn-solid-border, .btn-transparent, .btn-small {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
}

.btn-main.btn-icon i, .btn-icon.btn-solid-border i, .btn-icon.btn-transparent i, .btn-icon.btn-small i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-main:hover, .btn-solid-border:hover, .btn-transparent:hover, .btn-small:hover {
  background: black;
  color: #fff;
}

@media (max-width: 480px) {
  .btn-main, .btn-solid-border, .btn-transparent, .btn-small {
    font-size: 8px;
    padding: 10px 25px;
    display: inline-block;
  }
}

.btn-bottom {
  bottom: 0px;
}

.btn-simple-border {
  border: 1px solid black;
}

.btn-simple-border a:hover {
  text-decoration: underline;
}

.btn-full-screen {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
  width: 100%;
}

.btn-full-screen.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-full-screen:hover {
  background: black;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #000;
}

.btn-transparent:hover {
  background: transparent;
  color: #000;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 8px 25px;
  font-size: 10px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.mt-10 {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-10 {
  margin-left: 10px;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f9f9f9;
}

.section {
  padding: 20px 0;
}

.title {
  padding: 5px 0 5px;
}

.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#responsive-header {
  font-size: 30px;
}

@media (max-width: 480px) {
  #responsive-header {
    font-size: 20px;
    margin: 5px;
  }
}

.container {
  width: 90%;
}

.dashboard-box-second {
  padding-top: 40px;
  display: table;
  width: 100%;
}

.responsive-row {
  display: flex;
  flex-flow: row;
}

@media (max-width: 480px) {
  .responsive-row {
    flex-flow: column-reverse;
  }
}

.product-category .section {
  padding: 5px;
}

.scorecard {
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  min-height: 150px;
  width: calc(25% - 10px);
  height: 100%;
  background-color: #F7F7F7;
}

.scorecard h3 {
  margin: 0;
  color: #104aad;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .scorecard h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .scorecard h3 {
    font-size: 17px;
  }
}

.scorecard h3 .smallerh3 {
  font-size: 12px;
}

.scorecard h2:hover {
  text-decoration: underline;
}

.additional_conditions {
  float: left;
  width: 33%;
  margin-left: 5px;
  margin-right: 5px;
}

.scorecard-third {
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  width: calc(33.33% - 10px);
  height: 100%;
  background-color: #104aad;
}

.scorecard-third h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .scorecard-third h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .scorecard-third h3 {
    font-size: 17px;
  }
}

.scorecard-third h3 .smallerh3 {
  font-size: 12px;
}

.scorecard-base, .scorecard-red, .scorecard-orange, .scorecard-green, .scorecard-black {
  font-size: 36px;
}

.scorecard-red {
  color: #FE6F61;
}

.scorecard-orange {
  color: #FE6F61;
}

.scorecard-green {
  color: #fff;
}

.scorecard-black {
  color: black;
}

.invisible-table {
  position: relative;
  height: 90%;
  width: 95%;
  left: 5%;
  top: 5%;
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
  text-align: center;
}

.invisible-table td {
  border: none;
  padding: 5px;
}

.invisible-table tr {
  border: none;
}

.sys-config-table {
  height: 90%;
  width: 100%;
  left: 5%;
}

.sys-config-table td {
  border: none;
  padding: 5px;
}

.sys-config-table tr {
  border: none;
}

.config-header {
  font-size: 20px;
  font-weight: 500;
  color: #104aad;
}

.sidebar-menu {
  min-width: 200px;
  min-height: 500px;
  background-color: #f9f9f9;
  border-right: 1px solid #ddd;
}

.sidebar-header {
  align-items: left;
  display: flex;
  height: 40px;
  padding: 20px;
}

.sidebar-header-label {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar-menu-item {
  display: flex;
  flex-direction: column;
  /* Ensure items stack vertically */
}

.menu-list {
  list-style-type: none;
  padding: 0;
}

.menu-list li {
  margin-bottom: 10px;
}

.content-container {
  display: flex;
}

.main-content {
  flex-grow: 1;
  padding: 20px;
}

.menu-item {
  display: block;
  /* Make each <a> element start on a new row */
  width: 100%;
  /* Ensure the <a> spans the full width */
  padding: 10px;
  padding-left: 3rem;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu-item.active {
  background-color: #104aad;
  color: #fff;
}

.menu-item.active:hover {
  background-color: #104aad;
  /* Maintain the active background color */
  color: #fff;
  /* Maintain the active text color */
}

.menu-item:hover {
  background-color: #434343;
  color: #fff;
}

.category-box {
  border-radius: 25px;
  background-size: cover;
  background-color: #E7EFFF;
  margin-bottom: 20px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 400px) {
  .category-box {
    min-height: 120px;
  }
}

@media (max-width: 480px) {
  .category-box {
    min-height: 120px;
  }
}

.category-box.category-box-2 {
  min-height: 420px;
}

@media (max-width: 768px) {
  .category-box.category-box-2 {
    min-height: 300px;
  }
}

.category-box:hover img {
  transform: scale(1.1);
}

.category-box img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.category-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-box .shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.category-box .dashboard-clickthrough-holder {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  z-index: 999;
}

.category-box .dashboard-clickthrough {
  color: #FE6F61;
  font-weight: 500;
}

.category-box .dashboard-clickthrough:hover {
  text-decoration: underline;
}

.category-box .content {
  position: absolute;
  z-index: 999;
  top: 0;
  padding: 25px;
}

@media (max-width: 768px) {
  .category-box .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .category-box .content {
    top: 10%;
    bottom: 90%;
  }
}

.category-box .content h3 {
  margin: 0;
  color: #104aad;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .category-box .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .category-box .content h3 {
    font-size: 17px;
  }
}

.category-box .content p {
  margin: 6px 0 0;
  color: black;
}

@media (max-width: 480px) {
  .category-box .content p {
    font-size: 10px;
  }
}

#react-product_caroussel {
  padding: 10px;
}

@media (max-width: 480px) {
  #react-product_caroussel .product-item {
    max-width: 80px;
  }
}

#react-product_caroussel .slides {
  position: relative;
}

#react-product_caroussel .slides .slick-prev, #react-product_caroussel .slides .slick-next {
  position: absolute;
  top: 50%;
}

#react-product_caroussel .slides .slick-prev {
  color: black;
}

#react-product_caroussel .slides .slick-next {
  color: black;
}

#react-product_caroussel .slides .slick-prev::before {
  color: black;
}

#react-product_caroussel .slides .slick-next::before {
  color: black;
}

.page-head {
  background: #f5f5f5;
  border-bottom: none;
}

.page-head h1 {
  font-weight: 200;
  margin: 0 0 6px 0;
}

.page-head .breadcrumb {
  background: transparent;
  padding: 5px 0 5px 0;
}

.page-head .breadcrumb li {
  font-weight: 200;
  font-size: 15px;
}

.page-head .breadcrumb li a {
  color: #000;
}

.chart-medium {
  height: 300px;
}

.overly {
  position: relative;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overly-white {
  position: relative;
}

.overly-white:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-wrapper {
  padding: 20px 0;
}

.social-media-icons ul li {
  display: inline-block;
}

.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}

.social-media-icons ul li .twitter {
  background: #00aced;
}

.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
  background: #dd4b39;
}

.social-media-icons ul li .dribbble {
  background: #ea4c89;
}

.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

@media (max-width: 480px) {
  .call-to-action .subscription-form {
    display: block;
  }
}

.call-to-action .subscription-form input {
  height: 50px;
}

@media (max-width: 480px) {
  .call-to-action .subscription-form input {
    text-align: center;
  }
}

.call-to-action .subscription-form .btn-main, .call-to-action .subscription-form .btn-solid-border, .call-to-action .subscription-form .btn-transparent, .call-to-action .subscription-form .btn-small {
  font-size: 14px;
}

@media (max-width: 480px) {
  .call-to-action .subscription-form .btn-main, .call-to-action .subscription-form .btn-solid-border, .call-to-action .subscription-form .btn-transparent, .call-to-action .subscription-form .btn-small {
    width: 100%;
  }
}

.container {
  container-type: inline-size;
}

.responsive-padding {
  padding: 0;
}

.section-heading {
  color: #0d141c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.015em;
  padding: 1.25rem 1rem 0.75rem 1rem;
  /* pt-5, px-4, pb-3 */
}

.features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* gap-10 = 10 * 0.25rem */
  padding: 2.5rem 1rem;
  container-type: inline-size;
}

.feature-intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-title {
  color: #0d141c;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 720px;
  letter-spacing: normal;
}

.feature-subtitle {
  color: #0d141c;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  max-width: 720px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  display: flex;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  color: #104aad;
  background-color: #f5f7fa;
  border-radius: 8px;
}

.feature-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.feature-card-title {
  color: #0d141c;
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  width: 100%;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.priority-pill {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.priority-high {
  background-color: #ffebee;
  color: #d32f2f;
}

.priority-medium {
  background-color: #fff3e0;
  color: #f57c00;
}

.priority-low {
  background-color: #E8EDF2;
  color: #0D141C;
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 {
  border-radius: .5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-card-description {
  color: #4a5568;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 1.6;
  margin: 0;
  width: 100%;
}

/* Responsive: 480px and up */
@media (min-width: 480px) {
  .feature-title {
    font-size: 2.25rem;
    /* 4xl in Tailwind */
    font-weight: 900;
    letter-spacing: -0.033em;
  }
}

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.5rem;
  min-height: 480px;
  padding: 0 1rem 2.5rem 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.hero-title {
  color: black;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.033em;
}

.hero-subtitle {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.get-started-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 84px;
  max-width: 480px;
  padding: 0 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: #0c77f2;
  color: #f8fafc;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.015em;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {
  .responsive-padding {
    padding: 1rem;
  }
  .hero-section {
    gap: 2rem;
    padding: 0 2.5rem 2.5rem 2.5rem;
    border-radius: 0.5rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .get-started-btn {
    height: 3rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}

.main-wrapper {
  padding-left: 10rem;
  /* px-40 = 40 * 0.25rem = 10rem */
  padding-right: 10rem;
  padding-top: 1.25rem;
  /* py-5 = 5 * 0.25rem = 1.25rem */
  padding-bottom: 1.25rem;
  display: flex;
  flex: 1;
  justify-content: center;
}

.layout-content-container {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  flex: 1;
}

.dropdown-slide {
  position: static;
}

.dropdown-slide .open > a, .dropdown-slide .open > a:focus, .dropdown-slide .open > a:hover {
  background: transparent;
}

.dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-slide:hover .dropdown-menu {
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px);
}

.dropdown-slide .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

@media (max-width: 480px) {
  .dropdown-slide .dropdown-menu {
    transform: none;
  }
}

.login-container {
  display: flex;
  height: 100vh;
  background-color: #f6f5f7;
  align-items: center;
  justify-content: center;
}

.login-form-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login-form-wrapper {
  display: flex;
  background: white;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.41);
  border-radius: 8px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}

.login-form-left, .login-form-right {
  flex: 1;
}

.login-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Center and zoom the image */
  transform-origin: center;
  /* Ensure the image scales from the center */
  overflow: visible;
}

.login-form-left {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

.bottom-text {
  font-size: 11px;
  text-align: left;
  margin-top: 1rem;
}

.login-form-right {
  background-color: #f6f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Ensure the image is positioned absolutely within this div */
  width: 50%;
  /* Adjust this value as needed */
  box-sizing: border-box;
  /* Include padding in the element's total width and height */
}

.blue-text {
  color: #007bff;
}

.logo-pattern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.padding-bt-4rem {
  padding-bottom: 4rem;
}

.login-form {
  width: 100%;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.form-field-container {
  margin-bottom: 20px;
}

.login-form .btn-main, .login-form .btn-solid-border, .login-form .btn-transparent, .login-form .btn-small {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.login-form .btn-main:hover, .login-form .btn-solid-border:hover, .login-form .btn-transparent:hover, .login-form .btn-small:hover {
  background-color: #0056b3;
}

.terms-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  text-transform: initial;
}

.terms-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: initial;
}

.terms-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  text-transform: initial;
}

.terms-text ul {
  margin-top: 10px;
  margin-left: 20px;
}

.terms-text ul li {
  margin-bottom: 5px;
}

.commonSelect {
  margin-left: 10px;
  padding-right: 6px;
  position: relative;
}

.commonSelect:before {
  content: '\f3d0';
  font-family: "themefisher-font";
  position: absolute;
  right: -4px;
  top: 4px;
  font-size: 10px;
}

.commonSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  height: auto;
  color: #555;
}

.commonSelect select:focus {
  box-shadow: none;
  border: none;
}

.priority-container {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

.priority-item {
  margin-bottom: 15px;
}

.priority-level {
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.priority-level.low {
  background-color: #d4edda;
  color: #155724;
}

.priority-level.medium {
  background-color: #ffeeba;
  color: #856404;
}

.priority-level.high {
  background-color: #f8d7da;
  color: #721c24;
}

.block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Spacing between tables */
}

.sys-config-table {
  /* Default styles for all tables */
  padding: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  grid-template-rows: repeat(4, auto);
  /* 4 rows */
  gap: 20px;
  /* Space between grid items */
  align-items: start;
  /* Align items at the top */
}

/* filepath: /c:/Users/AlexandervanBuuren/DLM Interface/cnd-datalayermonitor-frontend/source/scss/_common.scss */
.user-management-container {
  padding: 20px;
  border-radius: 8px;
}

.user-management-container h2 {
  margin-bottom: 20px;
}

.user-management-container button {
  padding: 10px 20px;
  background-color: #FF6F61;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}

.user-management-container button:hover {
  background-color: #FF6F61;
}

.user-management-container form {
  margin-bottom: 20px;
}

.user-management-container form div {
  margin-bottom: 10px;
}

.user-management-container form label {
  display: block;
  margin-bottom: 5px;
}

.user-management-container form input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.user-list {
  list-style-type: none;
  padding: 0;
}

.user-management-container {
  padding: 20px;
}

.definitions-container {
  padding: 20px;
}

.user-list li {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.grid-item {
  padding: 20px;
}

.item1 {
  grid-column: 1 / 2;
  /* Place in the first column */
  grid-row: 1 / 2;
  /* Place in the first row */
}

.item2 {
  grid-column: 1 / 2;
  /* Place in the second column */
  grid-row: 2 / 2;
  /* Place in the first row */
}

.item3 {
  grid-column: 1 / 2;
  /* Place in the third column */
  grid-row: 3 / 3;
  /* Place in the first row */
}

.item4 {
  grid-column: 1 / 2;
  /* Place in the 4th column */
  grid-row: 4 / 4;
  /* Place in the first row */
}

.sys-config-table td {
  padding: 5px 10px;
}

.sys-config-table td:first-child {
  text-align: left;
}

.sys-config-table td:last-child {
  text-align: right;
}

.setting-input {
  height: 28px;
}

.sys-config-table tr {
  border-top: 1px solid #ddd;
  /* Add top border */
  border-bottom: 1px solid #ddd;
  /* Add bottom border */
  height: 50px;
}

.sys-config-table tr:first-child {
  border-top: none;
  /* Remove top border for the first row if unnecessary */
}

.sys-config-table tr:last-child {
  border-bottom: none;
  /* Remove bottom border for the last row if unnecessary */
}

/* Responsive design */
@media screen and (min-width: 768px) {
  .block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sys-config-table {
    flex: 1 1 calc(50% - 20px);
    /* Each table takes half the available space */
    max-width: 100%;
    /* Ensure it doesn't exceed container width */
  }
}

@media screen and (min-width: 1200px) {
  .block {
    justify-content: space-between;
  }
  .sys-config-table {
    flex: 1 1 calc(33% - 20px);
    /* Each table takes a third of the available space */
  }
}

.tabCommon .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}

.tabCommon .nav-tabs li {
  margin-right: 5px;
}

.tabCommon .nav-tabs li.active a {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
}

.tabCommon .nav-tabs a {
  border-radius: 0;
  background: #f9f9f9;
}

.tabCommon .nav-tabs a:hover {
  border: 1px solid transparent;
  background: #000;
  color: #fff;
}

.tabCommon .tab-content {
  padding: 20px;
  border: 1px solid #dedede;
}

@media (max-width: 480px) {
  .tabCommon .tab-content p {
    font-size: 10px;
  }
}

.rerun-button:hover {
  background-color: #104aad;
  color: #ddd;
}

.copy {
  text-align: center;
}

@media (max-width: 480px) {
  .copy h3 {
    font-size: 7vw;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.copy p {
  font-size: 12px;
}

@media (max-width: 480px) {
  .copy p {
    font-size: 3vw;
    margin: 0;
  }
}

.copy .copy-desktop p {
  display: block;
}

@media (max-width: 480px) {
  .copy .copy-desktop p {
    display: none;
  }
}

.CookieConsent {
  background: #2B373B;
}

.CookieConsent p {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 480px) {
  .CookieConsent p {
    font-size: 8px;
  }
}

.CookieConsent #rcc-confirm-button {
  background-color: #0F640D;
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.CookieConsent #rcc-decline-button {
  font-size: 12px;
}

.commonAccordion .panel, .commonAccordion-2 .panel {
  border-radius: 0;
  box-shadow: none;
}

.commonAccordion .panel .panel-heading, .commonAccordion-2 .panel .panel-heading {
  background: transparent;
  padding: 0;
}

.commonAccordion .panel .panel-title, .commonAccordion-2 .panel .panel-title {
  position: relative;
}

.commonAccordion .panel .panel-title a, .commonAccordion-2 .panel .panel-title a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px;
}

.commonAccordion .panel .panel-title a:before, .commonAccordion-2 .panel .panel-title a:before {
  color: #555;
  content: "\f209";
  position: absolute;
  right: 25px;
  font-family: "themefisher-font";
}

.commonAccordion .panel .panel-title a.collapsed:before, .commonAccordion-2 .panel .panel-title a.collapsed:before {
  content: "\f217";
}

.list-circle {
  padding-left: 20px;
}

.list-circle li {
  list-style-type: circle;
}

.play-icon {
  border: 1px solid #dedede;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px;
}

.play-icon i {
  line-height: 60px;
}

.alert-common {
  border-radius: 0;
  border-width: 2px;
}

.alert-common i {
  margin: 0 5px;
  font-size: 16px;
}

.alert-solid {
  background: transparent;
  color: #000;
}

@media (max-width: 480px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .table-responsive {
    font-size: 7px;
    margin: 0;
  }
  .table-responsive .table thead tr th {
    padding: 2px;
  }
  .table-responsive .table tbody tr td {
    padding: 2px;
  }
  .table-responsive .btn-default {
    font-size: 7px;
  }
}

.subscription-button {
  display: flex;
  float: left;
}

@media (max-width: 480px) {
  .subscription-button .btn-main, .subscription-button .btn-solid-border, .subscription-button .btn-transparent, .subscription-button .btn-small {
    font-size: 12px;
    font-weight: 500;
  }
}

/* CSS animation */
.rjs-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.rjs-modal-content {
  background-color: white;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */
  border-radius: 15px;
}

@media (max-width: 480px) {
  .rjs-modal-content {
    width: 100%;
    font-size: 8px;
  }
}

/* The Close Button */
.rjs-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.rjs-close:hover,
.rjs-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-submenu {
  position: relative;
}

.dropdown .dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
  top: 0;
  margin-top: 0;
  margin-right: 0.125rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown .dropdown-submenu .dropdown-menu li {
  padding: 0;
}

.dropdown .dropdown-submenu .dropdown-menu li a {
  padding: 0.5rem 1rem;
  display: block;
  color: #333;
  white-space: nowrap;
}

.dropdown .dropdown-submenu .dropdown-menu li a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.dropdown .dropdown-submenu .dropdown-arrow {
  float: right;
  margin-left: 0.5rem;
}

.icon {
  font-family: "themefisher-font";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "themefisher-font";
}

/* Alert Detail Styles */
.alert-detail-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.alert-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.alert-detail-title h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.alert-detail .loading-indicator {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #fe6f61;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.alert-detail .loading-complete {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #1a4b9f;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.alert-detail-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.alert-detail-meta {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.alert-detail-type {
  background-color: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.alert-detail-key {
  color: #666;
  font-size: 14px;
}

.alert-detail-date {
  color: #666;
  font-size: 14px;
}

.alert-detail-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.alert-detail-stat-box {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

.alert-detail-stat-box h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #666;
}

.alert-detail-stat-box p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.alert-detail-details {
  margin-bottom: 30px;
}

.alert-detail-details h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}

.alert-detail-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 15px;
}

.alert-detail-detail-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
}

.alert-detail-detail-item label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.alert-detail-detail-item span {
  font-size: 16px;
  color: #333;
}

.alert-detail-measured-values {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
}

.alert-detail-measured-values pre {
  margin: 10px 0 0 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
}

.alert-detail-chart-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.alert-detail-granularity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.alert-detail-granularity-control select {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.alert-detail-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.2s;
  width: 210px;
}

.alert-detail-checkbox-container:hover {
  background-color: #e9ecef;
}

.alert-detail-checkbox-container label {
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 4px;
}

.alert-detail-checkbox-container input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #0d6efd;
}

.alert-detail-table-container {
  overflow-x: auto;
  position: relative;
  margin-bottom: 20px;
}

.alert-detail-table-container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.alert-detail-table-container table th {
  position: rselative;
  padding: 8px;
  text-align: left;
  color: #fff;
  background-color: #104aad;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-detail-table-container table th span {
  margin-right: 8px;
}

.alert-detail-table-container table th .sort-icon {
  display: inline-block;
  vertical-align: middle;
}

.alert-detail-table-container table th .loading-spinner {
  margin-left: 4px;
  vertical-align: middle;
}

.alert-detail-table-container table th .resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
  background-color: #fff;
}

.alert-detail-table-container table th .resize-handle:hover {
  background-color: #fff;
}

.alert-detail-table-container table td {
  padding: 8px;
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-detail-dimension-toggle {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.alert-detail-url-list, .alert-detail-browser-list, .alert-detail-device-list, .alert-detail-section-list {
  max-height: 300px;
  overflow-y: auto;
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  /* Webkit scrollbar styling */
}

.alert-detail-url-list::-webkit-scrollbar, .alert-detail-browser-list::-webkit-scrollbar, .alert-detail-device-list::-webkit-scrollbar, .alert-detail-section-list::-webkit-scrollbar {
  width: 8px;
}

.alert-detail-url-list::-webkit-scrollbar-track, .alert-detail-browser-list::-webkit-scrollbar-track, .alert-detail-device-list::-webkit-scrollbar-track, .alert-detail-section-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.alert-detail-url-list::-webkit-scrollbar-thumb, .alert-detail-browser-list::-webkit-scrollbar-thumb, .alert-detail-device-list::-webkit-scrollbar-thumb, .alert-detail-section-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.alert-detail-url-list::-webkit-scrollbar-thumb:hover, .alert-detail-browser-list::-webkit-scrollbar-thumb:hover, .alert-detail-device-list::-webkit-scrollbar-thumb:hover, .alert-detail-section-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.alert-detail-url-list .list-item, .alert-detail-browser-list .list-item, .alert-detail-device-list .list-item, .alert-detail-section-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  min-height: 40px;
}

.alert-detail-url-list .list-item:last-child, .alert-detail-browser-list .list-item:last-child, .alert-detail-device-list .list-item:last-child, .alert-detail-section-list .list-item:last-child {
  border-bottom: none;
}

.alert-detail-url-list .list-item > div, .alert-detail-browser-list .list-item > div, .alert-detail-device-list .list-item > div, .alert-detail-section-list .list-item > div {
  flex: 1;
  margin-right: 15px;
  overflow: hidden;
}

.alert-detail-url-list .list-item > div a, .alert-detail-browser-list .list-item > div a, .alert-detail-device-list .list-item > div a, .alert-detail-section-list .list-item > div a {
  color: #007bff;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-detail-url-list .list-item > div a:hover, .alert-detail-browser-list .list-item > div a:hover, .alert-detail-device-list .list-item > div a:hover, .alert-detail-section-list .list-item > div a:hover {
  text-decoration: underline;
}

.alert-detail-url-list .list-item .failure-count, .alert-detail-browser-list .list-item .failure-count, .alert-detail-device-list .list-item .failure-count, .alert-detail-section-list .list-item .failure-count {
  background-color: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.alert-detail-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.alert-detail-filters .filter-container {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}

.alert-detail-filters .filter-container label {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.alert-detail-filters .filter-container input, .alert-detail-filters .filter-container select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.alert-detail-filters .filter-container input:focus, .alert-detail-filters .filter-container select:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.alert-detail-th {
  font-weight: normal;
  position: relative;
}

.alert-detail-resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
  background-color: #ddd;
  opacity: 0;
  transition: opacity 0.2s;
}

.alert-detail-resize-handle:hover {
  opacity: 1;
  background-color: #999;
}

.alert-detail-th:hover .alert-detail-resize-handle {
  opacity: 1;
}

.styled-table.config {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table.config thead tr {
  background-color: #104aad;
  color: #ffffff;
  text-align: left;
}

.styled-table.config th,
.styled-table.config td {
  padding: 12px 15px;
}

.styled-table.config tbody tr {
  border-bottom: 1px solid #dddddd;
  transition: background-color 0.3s ease;
}

.styled-table.config tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table.config tbody tr:last-of-type {
  border-bottom: 2px solid #104aad;
}

.styled-table.config tbody tr:hover {
  background-color: #f5f5f5;
}

.styled-table.config tbody tr.active {
  background-color: #e6f3ff;
  border-left: 4px solid #104aad;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.code-block {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 20px;
  margin: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.code-block pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.code-block pre code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.single-page-header {
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.top-header .container {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 480px) {
  .top-header .container {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.top-header .dropdown-menu {
  left: auto;
  right: 0;
  max-width: 300px;
}

@media (max-width: 480px) {
  .top-header .dropdown-menu {
    right: 0;
    left: 0;
    max-width: 100%;
  }
}

.top-header .contact-number {
  font-size: 12px;
  color: #333;
}

@media (max-width: 480px) {
  .top-header .contact-number {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-header .contact-number {
    text-align: center;
    padding: 10px 0;
  }
}

.top-header .contact-number i {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}

.top-header .top-menu {
  padding-top: 15px;
  text-align: right;
}

@media (max-width: 480px) {
  .top-header .top-menu {
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .top-header .top-menu {
    text-align: right;
    padding: 5px 0;
    margin-top: 5px;
  }
}

.top-header .top-menu > li > a {
  color: #333;
  font-size: 15px;
  padding: 0 8px;
}

@media (max-width: 480px) {
  .top-header .top-menu > li > a {
    font-size: 13px;
    padding: 0 5px;
  }
}

.top-header .top-menu > li > a:hover, .top-header .top-menu > li > a:focus {
  background: transparent;
}

.top-header .top-menu > li > a i {
  font-size: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.top-header .logo {
  text-align: center;
}

@media (max-width: 480px) {
  .top-header .logo {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .top-header .logo {
    padding: 5px 0;
  }
}

.top-header .logo a {
  display: inline-block;
}

#main-logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  #main-logo {
    font-size: 24px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  #logo-subtext {
    font-size: 12px;
    margin: 0;
  }
}

.cart-dropdown .media {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.cart-dropdown .media .pull-left {
  padding-right: 15px;
}

.cart-dropdown img {
  width: 60px;
}

.cart-dropdown h4 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.cart-dropdown .cart-price {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 200;
}

.cart-dropdown .remove {
  padding: 1px 6px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f8f9;
  color: #7f7f7f;
  font-size: 12px;
}

.cart-buttons {
  margin-top: 20px;
}

.cart-buttons li {
  display: inline-block;
  width: 49%;
}

.cart-buttons li a {
  display: block;
}

.cart-summary {
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.cart-summary .total-price {
  float: right;
}

.logo-brand {
  color: #104aad;
  font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
  font-weight: bold;
}

.account-icon {
  display: inline-block;
  padding: 8px;
}

.account-icon:hover, .account-icon:focus {
  text-decoration: none;
}

.account-icon-img {
  width: 15px;
  height: 15px;
}

.dropdown-item {
  padding: 8px 16px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}

.dropdown-item.user-greeting {
  white-space: nowrap;
}

.dropdown-item.settings-link, .dropdown-item.logout-link {
  padding: 8px 16px;
}

.dropdown-item.settings-link:hover, .dropdown-item.logout-link:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.user-name {
  color: #104aad;
  font-weight: bold;
}

.dropdown-divider {
  border-top: 1px solid #e5e5e5;
}

.nav-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
}

.navigation {
  margin-bottom: 0;
  padding: 0;
}

.navigation .menu-title {
  display: none;
  font-size: 16px;
}

@media (max-width: 480px) {
  .navigation .menu-title {
    display: inline-block;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .navigation .menu-title {
    display: inline-block;
    padding-left: 10px;
  }
}

.navigation .navbar-nav > li {
  position: static;
}

.navigation .navbar-nav > li.active a {
  color: #000;
}

.navigation .navbar-nav > li > a {
  color: #333;
  font-size: 14px;
  padding: 20px 15px;
  text-transform: uppercase;
  transition: .2s ease-in-out 0s;
  border: 1px solid transparent;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #000;
}

.navigation .container {
  position: relative;
}

.navigation .nav .open > a {
  border: 1px solid transparent;
  background-color: transparent;
}

.navigation .navbar-nav {
  float: none;
  display: inline-block;
}

.navigation .dropdown-slide .dropdown-menu {
  right: auto;
  left: auto;
  border: none;
}

.navigation .dropdown-slide .dropdown-menu li a {
  color: #222;
  font-size: 12px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: .3s all;
}

.navigation .dropdown-slide .dropdown-menu li a:hover {
  background-color: #000;
  color: #fff;
}

.slider-item {
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .5;
  z-index: -1;
  top: 0;
  left: 0;
}

.slider-item .container {
  position: relative;
  display: table;
  max-width: 1170px;
  height: 100%;
}

.slider-item .slide-inner {
  transform: translate(0, -30%);
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}

.slider-item h1 {
  color: #fff;
  font-weight: bold;
  font-size: 60px;
}

.slider-item p {
  color: #fff;
}

@media (max-width: 480px) {
  .slider-item p {
    font-size: 10px;
  }
}

.slider-item .btn-main, .slider-item .btn-solid-border, .slider-item .btn-transparent, .slider-item .btn-small {
  margin-top: 25px;
}

.slider-item.white-bg .slide-inner h1 {
  color: #000;
}

.slider-item.white-bg .slide-inner p {
  color: #000;
}

.home-slider:hover .owl-nav {
  opacity: 1;
}

.home-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.home-slider .owl-nav .owl-next, .home-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fff;
  text-align: center;
}

.home-slider .owl-nav .owl-next {
  right: 0px;
  position: absolute;
}

.home-slider .owl-nav i {
  line-height: 60px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.54);
}

.hero-slider .slider-item .container {
  height: 300px;
}

@media (max-width: 480px) {
  .hero-slider .slider-item .container {
    height: 150px;
  }
}

.hero-slider .slider-item .container .row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .slider-item:focus {
  outline: 0;
}

.hero-slider .btn {
  font-size: 15px;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
  font-family: "Roboto Condensed";
  border-color: white;
  border-style: solid;
  border-width: 2px;
  outline: none;
  box-shadow: #999999 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
}

.hero-slider .btn:hover {
  color: black;
  background-color: #fff;
}

@media (max-width: 480px) {
  .hero-slider .btn {
    font-size: 10px;
    margin: 5px;
  }
}

.hero-slider h2 {
  white-space: normal;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  color: white;
  letter-spacing: -2px;
  font-family: "Playfair Display";
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .hero-slider h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.heroSliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  font-size: 16px;
  transition: 0.3s;
  z-index: 999;
}

.heroSliderArrow:focus, .heroSliderArrow:hover {
  background-color: #000;
  color: #fff;
  outline: 0;
}

.heroSliderArrow.prevArrow {
  left: 20px;
}

.heroSliderArrow.nextArrow {
  right: 20px;
}

@media (max-width: 768px) {
  .heroSliderArrow {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .list-row {
    display: flex;
    justify-content: center;
  }
}

.list-item-container {
  display: inline-block;
  align-items: center;
  width: 100%;
}

@media (max-width: 480px) {
  .list-item-container {
    max-width: 320px;
  }
}

.list-item-container .col-md-4 {
  display: inline-block;
}

@media (max-width: 480px) {
  .list-item-container .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.load-more-products {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item {
  height: 450px;
  width: 250px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product-item {
    height: 300px;
    width: 200px;
  }
}

@media (max-width: 480px) {
  .product-item {
    height: 200px;
    max-width: 150px;
  }
}

.product-item .product-thumb {
  position: relative;
}

.product-item .product-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-item .product-thumb .bage {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 300;
  display: inline-block;
}

.product-item .product-thumb:before {
  transition: .3s all;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.product-item .product-thumb .preview-meta {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(10px);
}

.product-item .product-thumb .preview-meta li {
  display: inline-block;
}

.product-item .product-thumb .preview-meta li a, .product-item .product-thumb .preview-meta li span {
  background: #fff;
  padding: 10px 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  transition: .2s all;
  width: 50px;
}

.product-item .product-thumb .preview-meta li a:hover, .product-item .product-thumb .preview-meta li span:hover {
  background: #000;
  color: #fff;
}

.product-item:hover .product-thumb:before {
  opacity: 1;
}

.product-item:hover .preview-meta {
  opacity: 1;
  transform: translateY(-20px);
}

.product-item .product-content {
  text-align: center;
}

.product-item .product-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 6px;
}

@media (max-width: 480px) {
  .product-item .product-content h4 {
    font-size: 12px;
  }
}

.product-item .product-content h4 a {
  color: #000;
}

.product-item .product-content p {
  font-size: 15px;
  margin-bottom: 2px;
}

@media (max-width: 480px) {
  .product-item .product-content p {
    font-size: 9px;
  }
}

.product-downpayment {
  font-size: 12px;
  margin: 20px 0 0 0;
}

@media (max-width: 480px) {
  .product-downpayment {
    margin: 10px 0 0 0;
  }
}

.product-modal {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 !important;
}

.product-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.product-modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.product-modal .close {
  width: 50px;
  float: none;
  position: absolute;
  right: 20px;
  z-index: 9;
  top: 20px;
  font-size: 30px;
  outline: none;
}

.product-modal .modal-dialog {
  width: 900px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .product-modal .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-modal .modal-dialog {
    width: 100%;
  }
}

.product-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.product-modal .modal-content .modal-body {
  padding: 30px;
}

.product-modal .modal-content .modal-body .modal-image img {
  width: 100%;
  height: auto;
}

.product-modal .modal-content .modal-body .product-short-details h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.product-modal .modal-content .modal-body .product-short-details h2 a {
  color: #000;
}

@media (max-width: 480px) {
  .product-modal .modal-content .modal-body .product-short-details h2 {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .product-modal .modal-content .modal-body .product-short-details h2 {
    margin-top: 15px;
  }
}

.product-modal .modal-content .modal-body .product-short-details .product-price {
  font-size: 30px;
  margin: 20px 0;
}

@media (max-width: 480px) {
  .product-modal .modal-content .modal-body .product-short-details .product-price {
    margin: 10px 0;
  }
}

.product-modal .modal-content .modal-body .product-short-details .product-downpayment {
  font-size: 10px;
  margin: 20px 0;
}

@media (max-width: 480px) {
  .product-modal .modal-content .modal-body .product-short-details .product-downpayment {
    margin: 10px 0;
    font-size: 8px;
  }
}

.product-modal .modal-content .modal-body .product-short-details .btn-main, .product-modal .modal-content .modal-body .product-short-details .btn-solid-border, .product-modal .modal-content .modal-body .product-short-details .btn-transparent, .product-modal .modal-content .modal-body .product-short-details .btn-small {
  margin-top: 20px;
}

.product-modal .modal-content .modal-body .product-short-details .btn-transparent {
  color: #444;
  border-bottom: 1px solid #dedede;
}

.product-shorting {
  margin-bottom: 30px;
}

.product-shorting span {
  margin-right: 15px;
}

.product-category ul {
  padding-left: 15px;
}

.product-category ul li {
  margin-bottom: 4px;
}

.product-category ul li a {
  color: #666;
}

.product-category ul li a:hover {
  color: #000;
}

.filter-sort-container-hidden-mobile {
  display: block;
}

@media (max-width: 480px) {
  .filter-sort-container-hidden-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .filter-sort-container-hidden-mobile {
    display: none;
  }
}

.filter-sort-container-visible-mobile {
  display: block;
}

@media (max-width: 480px) {
  .filter-sort-container-visible-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .filter-sort-container-visible-mobile {
    display: block;
  }
}

.facet-visibility-toggle {
  display: none;
}

@media (max-width: 480px) {
  .facet-visibility-toggle {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .facet-visibility-toggle {
    display: block;
    margin-bottom: 10px;
  }
}

/* The container */
.input_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: normal !important;
}

/* Hide the browser's default checkbox */
.input_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.input_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input_container input:checked ~ .checkmark {
  background-color: #636464;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.single-product {
  padding: 10px 0 10px;
}

.single-product .breadcrumb {
  background: transparent;
}

.single-product .breadcrumb li {
  color: #000;
  font-weight: 200;
}

.single-product .breadcrumb li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li {
  display: inline-block;
  margin: 0 8px;
}

.single-product .product-pagination li + li:before {
  padding: 0 8px 0 0;
  color: #ccc;
  content: "/\00a0";
}

.single-product .product-pagination li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li a i {
  vertical-align: middle;
}

.single-product-slider .carousel .carousel-inner .carousel-caption {
  text-shadow: none;
  text-align: left;
  top: 20%;
  bottom: auto;
}

.single-product-slider .carousel .carousel-inner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 100;
  color: #000;
}

.single-product-slider .carousel .carousel-inner .carousel-caption p {
  width: 50%;
  font-weight: 200;
}

.single-product-slider .carousel .carousel-inner .carousel-caption .btn-main, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-solid-border, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-transparent, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-small {
  margin-top: 20px;
}

.single-product-slider .carousel .carousel-inner .item {
  height: 500px;
}

@media (max-width: 480px) {
  .single-product-slider .carousel .carousel-inner .item {
    height: 250px;
  }
}

.single-product-slider .carousel .carousel-control {
  bottom: auto;
  background: #fff;
  width: 6%;
  padding: 10px 0;
}

.single-product-slider .carousel .carousel-control i {
  font-size: 40px;
  text-shadow: none;
  color: #555;
}

.single-product-slider .carousel .carousel-indicators li img {
  height: auto;
  width: 60px;
}

.single-product-slider .carousel .carousel-control.right, .single-product-slider .carousel .carousel-control.left {
  background-image: none;
  top: 40%;
}

.single-product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.single-product-slider .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

.single-product-slider .carousel-indicators li.active img {
  opacity: 1;
}

.single-product-slider .carousel-indicators li:hover img {
  opacity: 0.75;
}

.single-product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.single-product-details .color-swatches {
  display: flex;
  align-items: center;
}

.single-product-details .color-swatches span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.single-product-details .color-swatches a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.single-product-details .color-swatches li {
  display: inline-block;
}

.single-product-details .color-swatches .swatch-violet {
  background-color: #8da1cd;
}

.single-product-details .color-swatches .swatch-black {
  background-color: #000;
}

.single-product-details .color-swatches .swatch-cream {
  background-color: #e6e2d6;
}

.single-product-details .product-size {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.single-product-details .product-size span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-size .form-control {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}

.single-product-details .product-category {
  margin-top: 20px;
}

.single-product-details .product-category > span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-category ul {
  width: 140px;
  display: inline-block;
}

.single-product-details .product-category ul li {
  display: inline-block;
  margin: 5px;
}

.single-product-details .product-quantity {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.single-product-details .product-quantity > span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-quantity .product-quantity-slider {
  width: 140px;
  display: inline-block;
}

@media (max-width: 480px) {
  .single-product-details .product-quantity .product-quantity-slider {
    width: 100px;
  }
}

.single-product-details .product-quantity .product-quantity-slider input {
  height: 34px;
  width: 100%;
}

.single-product-details .product-quantity .product-quantity-slider .input-group-btn:first-child > .btn, .single-product-details .product-quantity .product-quantity-slider .p-quantity .input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}

.single-product-details .product-quantity .product-quantity-slider button {
  border-radius: 0;
}

.single-product-details .product-order-percentage {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.single-product-details .product-order-percentage > span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

@media (max-width: 480px) {
  #product-title {
    font-size: 20px;
  }
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-solid-border, .pricing-table .pricing-item a.btn-transparent, .pricing-table .pricing-item a.btn-small {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #000;
  font-size: 50px;
  padding: 10px 0;
}

.instagram-feed {
  text-align: center;
}

.instagram-feed a {
  margin: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.instagram-feed a:hover img {
  filter: grayscale(10);
}

.instagram-feed a img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-menu .active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.dashboard-menu .account-logout {
  background: #fff;
  border: none;
}

.dashboard-menu li {
  padding: 0;
  margin: 0 3px;
}

.dashboard-menu li a {
  padding: 10px 20px;
  border: 1px solid #dedede;
  display: inline-block;
}

@media (max-width: 768px) {
  .dashboard-menu li a {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .dashboard-menu li a {
    padding: 10px 5px;
  }
}

@media (max-width: 400px) {
  .dashboard-menu li a {
    padding: 10px 8px;
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.dashboard-wrapper {
  border: 1px solid #dedede;
  margin-top: 30px;
  padding: 20px;
}

@media (max-width: 480px) {
  .dashboard-wrapper {
    padding: 5px;
  }
}

.dashboard-wrapper h2 {
  font-size: 18px;
}

.dashboard-wrapper h4 {
  font-size: 16px;
}

@media (max-width: 480px) {
  .dashboard-wrapper .media {
    align-items: center;
    margin: 5px;
  }
}

.dashboard-wrapper .user-img {
  width: 120px;
  border-radius: 100px;
}

.dashboard-sidemenu {
  padding: 0px;
}

.dashboard-user-profile {
  width: 100%;
}

.dashboard-user-profile .user-img {
  width: 180px;
}

@media (max-width: 480px) {
  .dashboard-user-profile .user-img {
    width: 150px;
    margin: 10px;
  }
}

@media (max-width: 480px) {
  .dashboard-user-profile a {
    overflow-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
  }
}

@media (max-width: 480px) {
  .dashboard-user-profile .pull-left {
    align-items: center;
  }
}

.dashboard-user-profile .ideal-img {
  width: 75px;
}

.dashboard-user-profile .user-profile-list {
  margin-top: 30px;
  padding-left: 30px;
}

@media (max-width: 480px) {
  .dashboard-user-profile .user-profile-list {
    padding-left: 5px;
  }
}

.dashboard-user-profile .user-profile-list li {
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .dashboard-user-profile .user-profile-list li {
    font-size: 10px;
  }
}

.dashboard-user-profile .user-profile-list span {
  font-weight: bold;
  margin-right: 5px;
  width: 100px;
  display: inline-block;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  background: #F6F6F6;
}

.post {
  background: #fff;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
}

.post .post-media.post-media-audio iframe {
  width: 100%;
}

.post .post-title {
  font-size: 20px;
  margin-top: 10px;
  margin: 25px 0 0;
  padding: 0 20px 5px;
  font-weight: 300;
}

.post .post-title a {
  color: #000;
}

.post .post-title a:hover {
  color: #000;
}

.post .post-meta {
  font-size: 13px;
  margin-top: 5px;
  padding: 0 20px 5px;
}

.post .post-meta ul li {
  display: inline-block;
  color: #5f5b5b;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
}

.post .post-meta ul li a {
  color: #5f5b5b;
}

.post .post-meta ul li a:hover {
  color: #000;
}

.post .post-meta .post-author {
  color: #000;
}

.post .post-content {
  padding: 5px 20px;
}

.post .post-content p {
  color: #444;
  font-size: 14px;
  margin: 10px 0;
}

.post .post-content .btn-main, .post .post-content .btn-solid-border, .post .post-content .btn-transparent, .post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 10px;
}

.post-pagination {
  margin-top: 70px;
}

.post-pagination > li {
  margin: 0 2px;
  display: inline-block;
  font-size: 12px;
}

.post-pagination > li > a {
  color: #000;
}

.post-pagination > li > a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.post-pagination > li.active > a {
  background: #000;
  border: 1px solid #000;
}

.post-pagination > li:first-child > a, .post-pagination > li:last-child > a {
  border-radius: 0;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 15px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 3px;
}

.post-comments .comment-author a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.post-comments p {
  margin-bottom: 30px;
  font-size: 14px;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 200;
}

.post-comments .comment-button {
  color: #7e7e7e;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #000;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.post-excerpt p {
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 0 30px;
  line-height: 30px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #000;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #000;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #000;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-solid-border, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.widget .widget-title {
  margin: 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.widget.widget-subscription .form-group {
  margin-bottom: 8px;
}

.widget.widget-subscription .form-group input {
  font-size: 12px;
  font-weight: 200;
  height: 45px;
}

.widget.widget-subscription .btn-main, .widget.widget-subscription .btn-solid-border, .widget.widget-subscription .btn-transparent, .widget.widget-subscription .btn-small {
  width: 100%;
}

.widget.widget-latest-post .media .media-object {
  width: 150px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  font-weight: 200;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
  content: "\f3d1";
  font-family: "themefisher-font";
}

.widget.widget-category ul li a:hover {
  color: #000;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 12px;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.background {
  background-size: cover;
}

.bg-100 {
  height: 100vh;
}

.bg-1 {
  background-image: url(../images/backgrounds/bg-1.jpg);
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/page-header-1.jpg");
  background-size: cover;
}

.bg-2:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-coming-soon {
  background: url("../images/backgrounds/coming-soon-bg.jpg");
  background-size: cover;
  height: 100vh;
}

.bg-brand-identity {
  background-image: url("../images/backgrounds/brand-identity-bg.jpg");
  background-repeat: no-repeat;
}

.banner {
  padding: 10px;
  text-align: center;
  background: #0F640D;
  border-radius: 5px;
  width: 100%;
}

.banner h1 {
  margin: 0 0 0 0;
  color: #fff;
  font-weight: 50px;
  font-size: 15px;
}

@media (max-width: 480px) {
  .banner h1 {
    font-size: 10px;
  }
}

.banner h1:hover {
  color: grey;
}

.coming-soon {
  color: #fff;
  padding: 150px 0;
}

.coming-soon .block h1 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.coming-soon .block p {
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  display: inline-block;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: normal;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px;
  }
}

.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
}

.coming-soon .block .count-down ul li:last-child:before {
  content: '';
}

.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}

.account .block {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 30px;
  margin: 100px 0;
}

.account .block .logo {
  display: inline-block;
}

.account .block a {
  color: #000;
}

.account .block h2 {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.account .block form {
  margin-top: 40px;
}

@media (max-width: 400px) {
  .account .block form .btn-main, .account .block form .btn-solid-border, .account .block form .btn-transparent, .account .block form .btn-small {
    padding: 14px 19px;
  }
}

.account .block form p {
  margin-bottom: 20px;
}

.account .block form input[type="email"], .account .block form input[type="password"], .account .block form input[type="text"] {
  border-radius: 0;
  box-shadow: none;
}

.shopping .widget-title {
  font-weight: 400;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.checkout .block {
  padding: 15px;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  position: relative;
  display: flex;
  margin-bottom: 8px;
}

.checkout-form .form-group label {
  display: inline-block;
  top: 20px;
  left: 15px;
  right: auto;
  margin-right: 10px;
  bottom: auto;
  color: #888;
  font-size: 10px;
  font-weight: 400;
  padding: 6px 10px 5px 10px;
  text-align: right;
  text-transform: uppercase;
  opacity: 1 !important;
  width: 120px;
}

@media (max-width: 480px) {
  .checkout-form .form-group label {
    font-size: 8px;
    width: 120px;
  }
}

.checkout-form .form-group input {
  border-radius: 0;
  display: inline-block;
  padding: 6px 10px 5px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px;
}

@media (max-width: 480px) {
  .checkout-form .form-group input {
    padding: 6px 10px 5px 75px;
  }
}

.checkout-form .form-group select {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 12px;
}

.checkout-form .checkout-country-code .form-group {
  float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart .product-list .table .cart-amount th {
  background: #f9f9f9;
  padding: 10px;
  text-transform: uppercase;
}

.shopping.cart .product-list .table > tbody > tr > td {
  vertical-align: middle;
}

.shopping.cart .product-list .product-info a {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
}

.shopping.cart .product-list .product-remove {
  color: #c7254e;
}

.shopping.cart .account-details {
  margin-top: 30px;
}

.shopping.cart .account-details legend {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.shopping.cart .account-details .btn-pay {
  margin: 20px 0;
}

.product-checkout-details {
  position: sticky;
  top: 0;
}

.product-checkout-details .product-card > a {
  padding-right: 20px;
}

.product-checkout-details .product-card .price {
  margin-top: 15px;
}

.product-checkout-details .product-card .media-object {
  width: 80px;
}

.product-checkout-details .product-card h4 {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.product-checkout-details .product-card .remove {
  font-size: 12px;
  cursor: pointer;
}

.product-checkout-details .discount-code {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 20px 0 10px;
  padding: 10px 0;
}

.product-checkout-details .discount-code p {
  margin: 0;
}

.product-checkout-details .discount-code p a {
  font-weight: 400;
  color: #555;
}

.product-checkout-details .summary-prices {
  border-style: solid;
  border-color: #dedede;
  border-width: 0px 0 1px 0;
  padding-bottom: 10px;
}

.product-checkout-details .summary-prices li {
  padding: 5px 0;
}

.product-checkout-details .summary-prices li span + span {
  float: right;
}

.product-checkout-details .summary-total {
  margin-top: 5px;
}

.product-checkout-details .summary-total > span {
  font-weight: 500;
  font-size: 18px;
}

.product-checkout-details .summary-total span + span {
  float: right;
}

.product-checkout-details .verified-icon {
  margin-top: 25px;
}

.product-checkout-details .verified-icon img {
  width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
  padding: 20px;
  border: 1px solid #dedede;
}

.purchase-confirmation .purchase-confirmation-details .table {
  margin: 0;
  color: #444;
}

@media (max-width: 480px) {
  .purchase-confirmation .purchase-confirmation-details .table {
    font-size: 8px;
  }
}

.purchase-confirmation .purchase-confirmation-details .table b, .purchase-confirmation .purchase-confirmation-details .table strong {
  font-weight: 400;
}

.empty-cart .block i {
  font-size: 50px;
}

.success-msg .block i {
  font-size: 40px;
  background: #1bbb1b;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  line-height: 60px;
}

.page-404 {
  padding: 100px 0;
  text-align: center;
}

.page-404 h1 {
  font-size: 300px;
  font-weight: bold;
  line-height: 300px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}

@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}

.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}

.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}

.page-404 .btn-main, .page-404 .btn-solid-border, .page-404 .btn-transparent, .page-404 .btn-small {
  margin-top: 40px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #000;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #000;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details #map {
  width: 100%;
  height: 300px;
}

.contact-details .contact-short-info {
  margin-top: 20px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
  color: #555;
  font-weight: 300;
}

.contact-details .contact-short-info li i {
  margin-right: 10px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 400px) {
  .social-icon ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

.footer {
  background: #F7F7F7;
  padding: 50px 0;
}

.footer .footer-menu {
  margin-top: 30px;
}

.footer .footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.footer .footer-menu li a {
  color: #333;
  font-size: 12px;
}

.footer .copyright-text {
  margin-top: 20px;
  font-size: 12px;
}

.copyright-text a {
  color: #000;
}

.social-media li {
  display: inline-block;
  margin: 0 5px;
}

.social-media li a {
  padding: 8px 10px;
}

.social-media li a i {
  font-size: 20px;
  color: #555;
}

.styled-table {
  border-radius: 15px 15px 0 0;
  border-collapse: separate;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 0.9em;
  font-family: sans-serif;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.two-column-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.rect {
  width: 90%;
  height: 600px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

.skeleton-content {
  background-color: #eee;
  position: relative;
  width: 100%;
}

.skeleton-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  box-shadow: 0 0 80px 20px #fff;
  animation: skeletonSlide 0.6s infinite ease-in-out;
}

@keyframes skeletonSlide {
  from {
    left: -100px;
  }
  to {
    left: calc(100% + 100px);
  }
}

.two-column-form .form-group {
  display: flex;
  flex-direction: column;
}

.two-column-form .form-group label {
  margin-bottom: 0.5rem;
}

.two-column-form .form-group input {
  margin-bottom: 1rem;
}

.two-column-form .btn {
  grid-column: span 2;
  justify-self: center;
}

.styled-table.config th, td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  /* Adjust as needed */
}

.styled-table user {
  width: 100%;
}

.styled-table thead tr {
  background-color: #104aad;
  color: #ffffff;
  text-align: left;
  min-width: 100%;
}

.styled-user-table thead tr {
  background-color: #104aad;
  color: #ffffff;
  text-align: left;
  min-width: 100%;
}

.table-container {
  margin: 0 auto;
  /* Center the table on the page */
  overflow-x: auto;
  /* Allow horizontal scrolling for smaller screens */
}

@media (min-width: 2000px) {
  .table-container {
    width: 1970px;
  }
}

@media (min-width: 1500px) {
  .table-container {
    width: 90%;
  }
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #104aad;
}

.bold-text {
  text-decoration: underline;
}

.styled-table tbody tr.active-row {
  background-color: #FF6F61;
}

.uniqueValuesContainer {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 4px;
  margin-top: 5px;
}

.uniqueValueItem {
  display: block;
  background: #f5f5f5;
  padding: 8px 12px;
  margin: 4px 0;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  border: 1px solid #ddd;
  transition: background-color 0.2s ease;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.uniqueValueItem:hover {
  background-color: #e0e0e0;
}

.uniqueValuesHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.uniqueValuesCount {
  font-size: 12px;
  color: #666;
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 12px;
}

.uniqueValuesDropdown {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.uniqueValuesSection {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.uniqueValuesList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-container {
  display: flex;
  flex-direction: column;
}

.filter-container label {
  font-weight: bold;
}

.filter-container input,
.filter-container select {
  height: 34px;
  width: 100%;
  min-width: 240px;
  margin-top: auto;
}

.filter-container button {
  height: 34px;
  width: 100%;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.filter-container button:hover {
  background-color: #000;
  /* Change background color to black on hover */
  color: #fff;
  /* Change text color to white on hover */
}

.all-filters-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  border: 1px solid #E8EDF2;
  gap: 20px;
  /* Space between filter containers */
  padding: 20px;
  margin: 1rem;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.option-item {
  font-weight: 500;
  padding: 2px;
  border-radius: 4px;
}

.option-item:hover {
  background-color: #e8edf2;
  cursor: pointer;
}

.activedateselector {
  background-color: #F7F7F7 !important;
}

.datepicker-container {
  display: flex;
  border: 1px solid #E8EDF2;
  border-radius: 8px;
  display: inline-flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

.datepicker-item {
  padding: 10px;
  border-right: 1px solid #E8EDF2;
}

.nobox {
  border: 1px solid transparent;
}

.intable-select {
  border: 1px solid transparent;
  background-color: transparent;
}

.filter-container-alerts {
  grid-column: 1 / -1;
  /* Span all columns */
  width: 100%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 600px;
  /* Set a minimum height */
  min-height: 80%;
  /* Set a minimum height */
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  outline: none;
  padding: 20px;
}

.tableCell .config-link {
  color: #000000 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.tableCell .normal-text {
  color: #000000 !important;
  cursor: not-allowed;
  position: relative;
}

.tableCell .normal-text:hover::after {
  content: "No configuration available";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}

.tableCell .checking-text {
  color: #666;
  cursor: pointer;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 80px;
  left: 45%;
  margin-top: 20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* The icon */
.help-tip {
  margin: auto;
  text-align: center;
  font-size: 15px;
  cursor: default;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {
  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 16px;
  height: auto;
  position: fixed;
  /* Changed from absolute to fixed */
  left: var(--mouse-x, 50%);
  /* Use CSS variable for x position */
  top: var(--mouse-y, 50%);
  /* Use CSS variable for y position */
  transform: translate(-50%, 10px);
  /* Center horizontally relative to cursor */
  border-radius: 3px;
  /* 	border: 1px solid #E0E0E0; */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  color: #37393D;
  font-size: 12px;
  line-height: 18px;
  z-index: 9999;
}

.help-tip p a {
  color: #067df7;
  text-decoration: none;
}

.help-tip p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */
.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Prevents the tooltip from being hidden */
.help-tip p:after {
  width: 10px;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.issue-content {
  padding-left: 20px;
}

.issue-title {
  padding-left: 10px;
}

.issue-sub {
  font-weight: 700;
}

.issue-detailsvalue {
  font-weight: 10;
  padding-left: 20px;
}

.event-namemain {
  font-weight: bold;
  padding-left: 10px;
}

.event-namesub {
  font-weight: bold;
  padding-left: 20px;
}

button {
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
}

button.active {
  background-color: #007bff;
  color: white;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slide-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slide-toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}

input:checked + .slide-toggle {
  background-color: #000;
}

input:focus + .slide-toggle {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slide-toggle:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slide-toggle.round {
  border-radius: 20px;
}

.slide-toggle.round:before {
  border-radius: 50%;
}

/*# sourceMappingURL=style.css.map */
