.mb-0 {
  margin-bottom: 0 !important;
}

.member {
  border-color: #000000;
  background-color: #2ecc71;
  color: #ffffff;
  content: "Member";
}

.customer {
  border-color: #000000;
  background-color: #f1c40f;
  color: #ffffff;
  content: "Customer";
}

.media {
  border-color: #000000;
  background-color: #e74c3c;
  color: #ffffff;
  content: "Media";
}

.reseller {
  border-color: #000000;
  background-color: #992d22;
  color: #ffffff;
  content: "Reseller";
}

.support {
  border-color: #000000;
  background-color: #e74c3c;
  color: #ffffff;
  content: "Support";
}

.admin {
  border-color: #000000;
  background-color: #3498db;
  color: #ffffff;
  content: "Admin";
}

.developer {
  border-color: #000000;
  background-color: #bf0000;
  color: #ffffff;
  content: "Developer";
}

.manager {
  border-color: #000000;
  background-color: #ff0000;
  color: #ffffff;
  content: "Customer";
}

.founder {
  border-color: #000000;
  background-color: #050505;
  color: #ffffff;
  content: "Customer";
}

.RankBadge {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #dddddd;
  width: 140px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  border-radius: 4px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.mb-50 {
  margin-bottom: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
h6,
.h6 {
  font-size: 1rem;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  background: var(--dark);
  border-color: var(--primary);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.sidebar .navbar .navbar-nav .nav-link {
  padding: 7px 20px;
  color: var(--light);
  font-weight: 500;
  border-left: 3px solid var(#303030);
  border-radius: 0 30px 30px 0;
  outline: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.no-underline {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #eb1616;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.col-lg-6666 {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 12px;
}

.col-lg-66666 {
  flex: 0 0 28%;
  max-width: 40%;
  margin-left: 9px;
  max-height: 300px;
}

.col-lg-66666666 {
  flex: 0 0 28%;
  /* max-width: 100%; */
  margin-left: 9px;
  /* max-height: 311px; */
}

.col-lg-666666 {
  display: none;
  position: absolute;
  left: -158%;
  top: 10%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
  backdrop-filter: blur(0.8px);
}
.col-lg-1337 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  width: 100%;
  max-height: 166px;
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 58.4%;
  margin-top: 22px;
}

.col-lg-sitesettings {
  flex: 0 0 28%;
  max-width: 40%;
  margin-left: 9px;
  max-height: 455px;
}

.input-group-own {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 70%;
}

.col-lg-91919 {
  flex: 0 0 51%;
  max-width: 51%;
  max-height: 156px;
  margin-top: 20px;
  margin-left: 24%;
}

.status-container {
  margin-top: 20px;
}

.product-status {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.product-status h4 {
  margin: 0 0 5px 0;
}

.product-status p {
  margin: 0 0 10px 0;
}

.product-status small {
  font-size: 0.8em;
  color: #888;
}

.no-tickets {
  text-align: center;
  color: #777;
}

.no-tickets a {
  background-color: #2d7e31;
  text-decoration: none;
  font-weight: bold;
}

.no-tickets a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
}

table thead {
  background: #181818;
  color: white;
}

table th,
table td {
  text-align: left;
  padding: 12px;
  border: 1px solid #000000;
}
th {
  color: #f41001;
}

table tr:nth-child(even) {
  background-color: #181818;
}

table tr:hover {
  background-color: #272222;
}

table a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  color: white;
  background-color: rgba(244, 16, 1, 0.4);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #f41001;
}

.form-group {
  margin-bottom: 20px;
}
.form-group-settings {
  margin-bottom: 10px;
}
label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 14px;
  border-radius: 6px;
  color: #94a0ad;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
  background-color: #222222;
  opacity: 1;
}

input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);

  /* green color 
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.4);
  */
}
.red-button-tickets {
  display: block;
  width: 96%;
  font-size: 16px;
  color: white;
  padding: 6px;
  background-color: rgba(244, 16, 1, 0.4);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.red-button-tickets:hover {
  background-color: #f41001;
}
button[type="red"] {
  display: block;
  width: 100%;
  font-size: 16px;
  color: white;
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(244, 16, 1, 0.4);
  transition: background-color 0.3s;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button[type="red"]:hover {
  background-color: #f41001;
}

.form-heading {
  margin-bottom: 30px;
  text-align: center;
  color: #777;
  font-size: 18px;
  margin-top: 25px;
  padding: 10px;
}

.button-box {
  background: #181818;
  border: 3px solid #1d1d1d;
  position: relative;
  width: 50%;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  bottom: 20%;
}
.button-box-inside-button-box {
  display: flex;
  margin-top: 10%;
  margin-bottom: 4%;
}

.col-lg-666666666 {
  z-index: 9999;
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(0.8px);
  width: 100%;
  height: 100%;
}
\
. {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #555;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  margin-bottom: 15px;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(244, 16, 1, 0.4);
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}

textarea {
  resize: vertical;
}

button[type="submit"] {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  color: white;
  background-color: #2d7e31;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}

button[type="submit"]:hover {
  background-color: #45a049;
}

.button-box-inside-button-box-ticket {
  display: flex;
  justify-content: space-between; /* Spread the buttons apart */
  margin-top: 20px;
}
.button-box-inside-button-box-user button {
  width: 48%; /* Equal width for buttons */
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.product-box {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(89, 81, 81, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-box img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(55%);
}

.product-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(171, 166, 166, 0, 8);
}

.product-box a {
  text-decoration: none;
  color: inherit;
}

.product-description {
  position: absolute;
  left: 10px;
  color: #ffffff;
  padding: 5px;
  height: 200px;
  bottom: -99px;
  width: 100%;
  background: transparent;
  transition: ease-out 0.3s 100ms;
}
.product-box:hover .product-description {
  bottom: -53px;
}
.product-name {
  color: rgba(255, 255, 255, 0.87);
  font-weight: 700;
  font-family: cursive;
  font-size: 1.4rem;
}
.product-text {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  font-family: cursive;
  padding-top: 0px;
  margin-bottom: 1px;
}
.product-download {
  padding-top: 35px;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 41px;
  transition: ease-out 0.3s 100ms;
}
.product-download-button {
  display: block;
  width: 50%;
  font-size: 16px;
  color: white;
  padding: 6px;
  background-color: rgba(244, 16, 1, 0.71);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
.product-download-button:hover {
  background-color: #f41001;
}
.view-tickets-container {
  max-width: 800px;
  margin: 5% auto;
  position: relative;
  left: 4%;
  background: #181818;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ticket-info {
  margin-bottom: 20px;
}

.ticket-info p {
  margin: 8px 0;
}

.messages {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.message-box {
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #222222;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  overflow: hidden;
}

.message-box p {
  margin: 5px 0;
}

.message-box strong {
  color: #f41001;
}

.message-box em {
  font-size: 12px;
  color: #666;
}

textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  margin-top: 10px;
}

textarea:focus {
  outline: none;
  border-color: rgba(244, 16, 1, 0.4);
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}

.back-link {
  display: block;
  text-align: center;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 5px;
  background: rgba(244, 16, 1, 0.4);
  transition: background-color 0.3s;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
  text-decoration: none;
  font-weight: bold;
}

.back-link:hover {
  background-color: #f41001;
}

.card-body-profile {
  min-height: 1px;
  padding: 1.5rem;
  padding-bottom: 0;
}
.table-responsive-profile {
  height: 550px;
  overflow: auto;
  overflow-x: hidden;
}
.tickets-button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
.tickets-button-container-solo {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: center;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.search-button {
  background: rgba(244, 16, 1, 0.4);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background-color: #f41001;
}

.search-button:active {
  background: rgba(244, 16, 1, 0.4);
}
input[type="text-search"] {
  width: 20%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text-search"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}

.pagination-container {
  text-align: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.pagination-info {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.pagination-nav .pagination-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}

.pagination-item {
  display: inline;
}

.pagination-link {
  background: rgba(244, 16, 1, 0.4);
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination-link:hover {
  background-color: #f41001;
  color: #fff;
}

.pagination-link:active {
  background-color: #f41001;
}
.price-color {
  color: #2bd832;
}
input[type="text-product"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="text-product"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}
.product-admin-text {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  margin-top: 10px;
}

.product-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text-settings"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="text-settings"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}
input[type="number"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="number"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}
input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="email"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}
input[type="number-bans"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="number-bans"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);
}

.product-tutorial-description {
  position: absolute;
  left: 10px;
  color: #ffffff;
  padding: 5px;
  height: 200px;
  bottom: -129px;
  width: 100%;
  background: transparent;
  transition: ease-out 0.3s 100ms;
}

.product-box:hover .product-tutorial-description {
  bottom: -83px;
}
.product-tutorial-download {
  padding-top: 35px;
  width: 100%;
  position: absolute;
  top: 18%;
  left: 41px;
  transition: ease-out 0.3s 100ms;
}
.card {
  margin-bottom: 24px;
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
}
input[type="password-users"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #000000;
  background-color: #222222;
  color: #94a0ad;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="password-users"]:focus {
  border-color: #f41001;
  outline: none;
  box-shadow: 0 0 5px rgba(244, 16, 1, 0.4);

  /* green color 
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.4);
  */
}

.license-button-box {
  background: #181818;
  border: 3px solid #1d1d1d;
  position: relative;
  width: 130%;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  top: 10%;
}
.license-button-box-inside-button-box {
  display: flex;
  margin-top: 3%;
  margin-bottom: 0%;
}
.license-text-inside-button-box {
  display: block;
  width: auto;
  padding: 0.45rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #94a0ad;
  background-color: #222222;
  background-clip: padding-box;
  border: 1px solid #222222;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 5px;
}
.go-live-form {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  .navbar-custom h3 {
    margin-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }

  .logo-box {
    text-align: center;
  }

  .logo-box .logo-sm img {
    margin-top: 0;
  }

  .logo-box .logo-lg img {
    margin-top: 0;
    margin-left: 0;
  }

  .col-lg-6666,
  .col-lg-66666,
  .col-lg-66666666,
  .col-lg-1337,
  .col-lg-sitesettings,
  .col-lg-91919 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .input-group-own {
    width: 100%;
  }

  .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .view-tickets-container {
    left: 0;
    padding: 15px;
    max-width: 100%;
  }

  .search-form {
    flex-direction: column;
    align-items: stretch;
  }

  input[type="text-search"] {
    width: 100%;
  }

  .pagination-nav .pagination-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-box {
    width: 90%;
    margin: 0 auto;
  }

  .license-button-box {
    width: 100%;
  }

  .table-responsive {
    overflow-x: auto;
  }

  table th,
  table td {
    padding: 8px;
    font-size: 0.9rem;
  }

  .RankBadge {
    width: 100px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .tickets-button-container {
    grid-template-columns: 1fr;
  }

  .button-box-inside-button-box {
    flex-direction: column;
  }

  .license-button-box-inside-button-box {
    flex-direction: column;
  }

  .product-download-button {
    width: 80%;
    left: 10%;
  }

  .product-download {
    left: 0;
  }

  .col-lg-8,
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .table-responsive {
    max-height: 400px;
    overflow-y: auto;
  }

  .modal-dialog {
    max-width: 95%;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  .navbar-custom h3 {
    font-size: 1.2rem;
  }

  .product-name {
    font-size: 1.1rem;
  }

  .product-text {
    font-size: 12px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .form-heading {
    font-size: 16px;
  }

  .pagination-link {
    padding: 6px 10px;
    font-size: 12px;
  }

  .message-box {
    padding: 10px;
  }

  .license-text-inside-button-box {
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
  }
}
