#accountswitcher_header {
    position: relative;
	 float: right;
    cursor: pointer;
}

#accountswitcher_header_popup {
   padding: 0 30px 0 15px;
   position: absolute;
   top:0;
   display: none;
   opacity: 1;
}

#accountswitcher_header_popup ul {
    position: absolute;
    left: 0;
	right: auto;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 80px;
	max-width: 90vw; /* keeps dropdown from going wider than screen */
    margin-top: 46px;
    line-height: 160%;
    background: #060707;
    z-index: -10;
    text-transform: none;
    font-family: var(--sc-font);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.94rem;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
    #accountswitcher_header_popup ul {
        right: 0;
        left: auto;
        max-width: 90vw;
    }
}

#accountswitcher_header_popup .trow1 {
  border-bottom: 0;
}

[id*="profile_switch_"] > img {
    height: 32px;
    width: auto;
}

[id*="profile_link_"] {
    list-style-type: none;
}

[id*="profile_link_"] > a > img {
    height: 32px;
    width: auto;
}

.acclist_outer {
	width: -webkit-fill-available;
	text-align: center;
	float: left;
}

.acclist_att {
    padding-left: 20px;
}

.acclist_att > img {
    height: 44px;
    width: auto;
}

.acclist_mast {
    padding-left: 30px;
}

.acclist_mast > img {
    height: 44px;
    width: auto;
}

.acclist_card_mast {
	width: 100%;
	float: left;
	padding-right: 0;
}

.acclist_card_mast > img {
    height: 44px;
    width: auto;
    display: none;
}

.acclist_card_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 100px;
}

.acclist_card_att {
    flex: 15%;
    text-align: center;
}

.acclist_card_hidden {
    text-align: center;
    padding-top: 30px;
    float: left;
    width: 250px;
    border: none;
}

.acclist_card_att > img {
    height: 100px;
    width: auto;
}

.profile_card_mast {
    padding: 5px;
    background: none;
    border: none;
}

.profile_card_att {
    padding: 5px;
    background: none;
    border: none;
}

.as_head_drop {
    list-style-type: none;
    display: block !important;
    padding-right: 0 !important;
    white-space: nowrap;
}

.as_head_drop > img {
	display: none;
    height: 22px;
    width: auto;
}

.as_head_userbit {
    list-style: none;
}

.as_head_userbit > img {
    height: 22px;
    width: auto;
}

.as_header {
    border-top: 1px solid;
    margin-top: 7px!important;
    padding-top: 7px!important;
    clear: both;
    min-width: 400px;
}

.as_header > img {
    height: 22px;
    width: auto;
}

.as_header > li > img {
    height: 22px;
    width: auto;
}

.as_side_user {
    list-style-type: none;
    white-space: nowrap;
    height: 24px;
}

.as_menu-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
    width: 10px;
    height: 100%;
    border: 5px solid transparent;
    -webkit-transition: opacity .4s ease .4s;
    -moz-transition: opacity .4s ease .4s;
    -ms-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
}

.as_sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.as_sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #ccc;
    display: inline-block;
    transition: 0.3s;
}

.as_sidenav a:hover {
    color: #f1f1f1;
}

.as_sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.as_sidenav ul {
    margin-top: 40px;
}

.as_sidenav ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    font-size: 15px;
    text-align: left;
    padding: 3px 0px;
}

.as_sidenav ul li img {
    height: 22px;
    width: auto;
}

.as_sidenav ul li:before {
    content: "";
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.2);
}

.as-rosterlist > span::after {
  content: ","
}

.as-rosterlist > span:last-child::after {
  content: "";
}

@media screen and (max-height: 450px) {
  .as_sidenav {
padding-top: 15px;
}

.as_sidenav a {
font-size: 15px;
}


}

/******************* STYLING *************************/

.accountlist {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
      }

      .account-row {
        display: flex;
        flex-wrap: wrap;
        background-color: var(--bg-2);
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 1rem;
        gap: 1rem;
      }

      .account-cell {
        flex: 1 1 300px;
        min-width: 200px;
      }

      .accountlist .header {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: var(--accent);
        padding-left: 1rem;
      }

      @media (max-width: 600px) {
        .account-cell {
          flex: 1 1 100%;
        }
      }