/* CUSTOM DET STYLES */
//* My Wisconsin ID Styles *//

/*Cards*/
.card-hover {
  position: relative;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.card-hover:hover,
.card-hover:focus-within {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.6);
}

/*RightNav*/
.side-nav {
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding: 1rem;
}

.side-nav-title {
  font-size: 1rem;
  font-weight: 700;
  color: #113a64 !important;
}

.side-nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.side-nav-list a {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #034aa6;
}

.side-nav-list a:hover,
.side-nav-list a:focus-visible {
  background-color: #cfe2ff;
}

.sticky-md-top {
  top: 1rem;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}

a.side-nav-back {
  font-size: .95rem;
  display: inline-block;

}

/*FAQ Page Headings*/
main h2.faq-heading {
  padding-top: .75rem !important;
  padding-bottom: .5rem !important;
}
h2.faq-heading {
  padding-top: .75rem !important;
  padding-bottom: .5rem !important;
}

/*State Services */
.card-services:hover,
.card-services:focus-within {
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.7);
  outline: none;
}

.card-services {
  transition: background-color 0.15s, border-color 0.15s;
  box-sizing: border-box;
  margin-bottom: 24px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 16px;
}

.card-services-grid {
  display: grid;
  gap: 24px;
}

.card-title-services {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-title-services img {
  height: 50px;
  max-width: 120px;
}

.card-text-services {
  padding-left: 1.2rem;
  margin-top: 1.5rem;
}

.card-text-services li {
  margin-bottom: .5rem;
}

.list-group-label {
  display: block;
  margin-bottom: 0.25rem;
}

.alert.alert-services {
  --bs-alert-bg: #155aa2;
  --bs-alert-border-color: #00162d;
  color: #ffffff;
  font-size: .85rem;
}

/* Custom Steps List: Create, Manage, Unlock, Password, YUBI */

.MyWisconsinID-list {
  list-style: none;
  padding-right: 2rem;
  padding-left: 0.5rem;
}

.list-item-container {
  display: flex;
  align-items: flex-start;
}

.list-item {
	padding-bottom: 2rem;
}

/* List-Item Circle Styles */
.circle-number {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* List-Item Circle Hover */
.list-item-container:hover .circle-number,
.list-item-container:focus-within .circle-number,
.list-item-container:active .circle-number
 {
  background-color: #00162d;
  color: #fff;
}

/*Image Styles */
.img-shadow {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.item-text img {
  margin-top: 1rem;
}

/*Account Management*/
.ms-rtestate-field h2.manage-heading {
  margin-bottom: 1.5rem;
}

.manage-hero-img {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

.manage-hero-img p {
  margin-bottom: 0;
}

.manage-hero-img img {
  display: block;
  margin-bottom: 0 !important;
  border-radius: 0.5rem 0.5rem 0 0;
}

.bg-light {
  border-radius: 0 0 0.5rem 0.5rem;
}

.manage-divider {
  border: none;                 
  height: .25rem;                  
  background-color: #010c17;    
  margin: 2rem 0;
}








  



