:root {
    --color-x: rgba(193, 220, 220, 1);
    --color-1: #005e60;
    --color-2: #ffffff;
    --color-3: rgba(30, 30, 30, 0.75);
    --color-4: rgba(30, 30, 30, 0.5);
    --font: "Nissan Regular",Verdana,Arial,sans-serif;
  }

body.old {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a.old {
  color: #00B7FF;
}

a.n:hover {
  color: #fff;
}

.btn-n {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 16px;
}

.btn-primary-n {
  color: #fff;
  background-color: #c3002f;
  border-color: #2e6da4;
  border: 0;
  border-radius: 6px;
}

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

.btn-danger-n {
  color: #fff;
  background-color: #000;
  border-color: #d43f3a;
  border: 0;
  border-radius: 6px;
}

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

btn.old {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}

button.old{
  background-color: #4CAF50;
}

btn:hover.old{
  border-left: 3px solid blue;
}

div.a.old{
  float: left;
  width: 50%;
}

div.b.old{
  float: right;
  width: 50%;
}

nav.navbar.navbar-default.old {
  background-color: blue;
}

container-fluid.old {
  background-color: blue;
}

input.input-custom {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.navbar-default {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.navbar-default .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  flex-shrink: 0;
  flex: 0 0 auto;
}

.navbar-nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
}

.navbar-nav a i.fa-home {
  font-size: 2rem !important;
  color: #337ab7 !important;
  padding: 5px !important;
}

.navbar-form {
  margin: 0 !important;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  flex-shrink: 0;
}

.navbar-form button {
  margin: 0;
  align-self: center;
  padding: 8px 16px;
  font-size: 14px;
  height: auto;
  flex-shrink: 0;
}



.navbar-right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
  padding-right: 5px;
}

.navbar-right .navbar-form {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  flex-shrink: 0;
}

.footer {
  position: absolute;
  bottom-x: 0;
  left-x: 0;
  width: 100%;
  background-color: #333; /* Set your desired background color */
  color: #fff; /* Set your desired text color */
  text-align: left;
  padding: 5px 0; /* Add padding for spacing */
}

.navbar-default {
  background-color: #fff !important;
  border-color: #e7e7e7;
}

body {
  font-family: var(--font) !important;
  background-color: #f5f5dc;
  margin: 0;
  padding: 0;
  display: inline;
  flex-direction: column;
  align-items: center;
  background: #f5f5dc !important;
}

h1 {
  color: #333;
  margin: 20px 0;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  padding: 30px;
}

.portal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0;
  justify-items: center;
  align-items: start;
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 40px 20px;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 180px;
  text-align: center;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 20px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tile:hover::before {
  opacity: 1;
}

.tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: white;
  border-color: rgba(255, 255, 255, 0.4);
}

.tile.admin {
  background: rgba(51, 122, 183, 0.9);
  color: white;
}

.tile.admin:hover {
  background: rgba(40, 96, 144, 0.95);
  color: white;
}

.tile.user {
  background: rgba(51, 122, 183, 0.9);
  color: white;
}

.tile.user:hover {
  background: rgba(40, 96, 144, 0.95);
  color: white;
}

.tile.general {
  background: rgba(51, 122, 183, 0.9);
  color: white;
}

.tile.general:hover {
  background: rgba(40, 96, 144, 0.95);
  color: white;
}

.tile-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.tile h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.tile p {
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: normal;
  opacity: 0.9;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.iframe-container {
  width: 100%;
  height: 100vh;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

body.portal {
  background: #f5f5dc;
}

table {
  background-color: #fff !important;
}

div.hero {
  background-color: white;
  border-radius: .8rem;
  padding: 10px;
  width: 100%;
}

/* Modern Hero Styles */
.hero {
  background: #8B7355;
  border-radius: 20px;
  padding: 60px 40px;
  margin: 20px 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #333;
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: #333;
}

.hero-actions {
  margin: 40px 0;
}

.hero-actions .btn {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hero-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.feature {
  background: #E5D3B3;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #d2b48c;
  transition: transform 0.3s ease, background 0.3s ease;
}

.feature:hover {
  background: #D2B48C;
  color: #333;
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 8rem;
  margin-bottom: 20px;
  display: block;
}

.feature h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature p {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.6;
}

.hero-image {
  margin-top: 40px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.hero-image img:hover {
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero {
    padding: 40px 20px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature {
    padding: 20px;
  }
  
  .portal {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    margin: 30px auto 0;
  }
}

/* Modern Profile Styles */
.profile-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding: 40px;
  background: #8B7355;
  border-radius: 20px;
  color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.profile-avatar {
  flex-shrink: 0;
}

.avatar-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.avatar-text {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

.profile-info {
  flex: 1;
}

.profile-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.profile-subtitle {
  font-size: 1.3rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.profile-description {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.6;
}

.profile-content {
  display: grid;
  gap: 40px;
}

.profile-section {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.section-icon {
  font-size: 2rem;
}

.section-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.profile-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #e9ecef;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
}

.table-header {
  background: #8B7355;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

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

.table-row:hover {
  background-color: #f1f3f4;
}

.table-cell {
  padding: 15px;
  vertical-align: top;
}

.claim-cell {
  font-weight: 600;
  color: #495057;
  width: 30%;
}

.value-cell {
  color: #6c757d;
  word-break: break-word;
}

.token-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.token-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.token-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.token-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.token-content {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  overflow-x: auto;
  border: 1px solid #e9ecef;
}

.token-code {
  color: #000000;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

.profile-actions {
  margin-top: 40px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.action-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.btn-primary {
  background: #337ab7;
  color: white;
}

.btn-primary:hover {
  background: #286090;
  color: white;
}

.btn-secondary {
  background: #A0522D;
  color: white;
}

.btn-secondary:hover {
  background: #8B4513;
  color: white;
}

.btn-tertiary {
  background: #CD853F;
  color: white;
}

.btn-tertiary:hover {
  background: #B8860B;
  color: white;
}

.btn-icon {
  font-size: 1.2rem;
}

/* Responsive Profile Design */
@media (max-width: 768px) {
  .profile-header {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .profile-title {
    font-size: 2rem;
  }
  
  .profile-subtitle {
    font-size: 1.1rem;
  }
  
  .profile-section {
    padding: 25px;
  }
  
  .token-cards {
    grid-template-columns: 1fr;
  }
  
  .action-buttons {
    flex-direction: column;
  }
  
  .btn-modern {
    width: 100%;
    justify-content: center;
  }
}

.okta-realms-partner-portal-rtde4j {
  display: none !important;
}