html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background-color: #0a0a0a;
    line-height: 1; 
}
::selection {
    background-color: #00fafa; 
    color: #0a0a0a; 
}
p {
    margin-bottom: 1em;
}
button {
    padding-block: 0;
    padding-inline: 0;
}
.InviteFriends .form-control {
    padding: 12px;
    font-size: 24px !important;
    line-height: 1;
    color: #fafafa;
    background-color: transparent;
    border: #fafafa solid 1px;
    border-radius: 10px;
}
.Overlay .form-control {
    padding: 12px;
    font-size: 24px !important;
    line-height: 1;
    color: #fafafa;
    background-color: transparent;
    border: #fafafa solid 1px;
    border-radius: 10px;
}
.Overlay .Doc .form-control {
    color: #0a0a0a;
    border: #0a0a0a solid 1px;
}
.Overlay .Doc .form-control:focus {
    color: #0a0a0a;
}
.RegiContent .form-control {
    color: #0a0a0a;
    border: #0a0a0a solid 1px;
}
.RegiContent .form-control:focus {
    color: #0a0a0a;
}
.form-control::placeholder {
  color: #444444;
  opacity: 1;
}
.form-control:focus {
    color: #fafafa;
    background-color: transparent;
    border-color: #00fafa;
    box-shadow: 0 0 0 0.25rem #00fafa80;
}
.form-select-lg {
    font-size: 20px;
    font-weight: bold;
}
.form-select {
    border: #0a0a0a solid 1px;
    border-radius: 10px;
}
.form-select:focus {
    border-color: #00fafa;
    box-shadow: 0 0 0 0.25rem #00fafa80;
}
.ErrorMessage {
    margin-top: 8px;
    color: rgb(255, 0, 64);
    font-size: 14px;
    display: none;
}


.Button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background-color: #00fafa;
    border-radius: 100px;
    border: none;
    transition: 0.3s ease;
}
.Button:hover {
    background-color: #eeeeee;
}
.ButtonDisable {
    pointer-events: none;
}
.ButtonSmall {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    font-size: 15px;
}
.ButtonSmall i {
    padding-right: 5px;
}
.ButtonMid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 8px;
    font-size: 22px;
}
.CTA {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}
.CTA i {
    margin-left: 8px;
}
.CTAPrimary {
    color: #0a0a0a;
    background-color: #00fafa;
}
.CTAPrimary:hover {
    color: #fafafa;
    background-color: #0a0a0a;
}
.CTAPrimaryDark {
    color: #0a0a0a;
    background-color: #00fafa;
}
.CTAPrimaryDark:hover {
    color: #0a0a0a;
    background-color: #fafafa;
}
.CTASub {
    color: #0a0a0a;
    background-color: #fafafa;
    border: #0a0a0a solid 1px;
}
.CTASub:hover {
    color: #fafafa;
    background-color: #0a0a0a;
}

.Container {
    width: 100%;
}
.Container .MainContent {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.Header {
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 10;
    width: 100%;
    background: linear-gradient(to bottom, rgba(10,10,10,1) 1%,rgba(10,10,10,0) 100%);
}
.Header .Logo {
    justify-self: flex-start;
    padding: 12px 12px 12px 0px;
}
.Header .Logo img {
    justify-self: flex-start;
    width: 35px;
}
.Header .HeaderRight {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 30px;
}
.Header .Text {
    margin-right: 8px;
}
.HeaderButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-left: 8px;
    font-size: 27px;
    border-radius: 100px;
    border: none;
    transition: 0.3s ease;
}
.HeaderButtonWhite {
    color: #fafafa;
}
.HeaderButtonWhite:hover {
    color: #00FAFA;
}
.HeaderButtonConnexee {
    color: #00FAFA;
}
.HeaderButtonConnexee:hover {
    color: #fafafa;
}
.HeaderAvatarButton {
    padding-block: 0;
    padding-inline: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    background-color: transparent;
}
.HeaderAvatarButton img {
    width: 100%;
}
@media (min-width: 768px) {
    .Container .MainContent {
    width: 620px;
    }
    .Header {
    padding-left: 20px;
    padding-right: 20px;
    width: 618px;
    }
}

.Pops {
    position: fixed;
    top: 55px;
    display: flex;
    flex-direction: column;
    right: 12px;
    padding: 15px;
    min-width: 250px;
    max-width: 320px;
    height: auto;
    z-index: 10;
    background-color: #fafafa;
    border-radius: 35px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.33);
}
.Pops .Pop {
    padding: 5px;
    min-width: 250px;
    max-height: 450px;
    overflow-y: auto;
}
.Pop > * {
    margin-bottom: 15px;
}
.Pop > :last-child {
    margin-bottom: 0 !important;
}
#PopsLogin {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
#PopsLogin.Pop-visible {
    opacity: 1;
    visibility: visible;
}
#PopsLogOut {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
#PopsLogOut.Pop-visible {
    opacity: 1;
    visibility: visible;
}
#PopsNoti {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
#PopsNoti.Pop-visible {
    opacity: 1;
    visibility: visible;
}
.Noti {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}
.Noti:hover .Avatar {
    border: #00fafa solid 5px;
}
.Noti .Avatar {
    flex-shrink: 0;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: transparent solid 5px;
    overflow: hidden;
    transform: scale(1,1);
    transition: 0.3s ease;
}
.Noti:hover .Avatar {
     transform: scale(1.06,1.06);
}
.Noti .Avatar img {
    width: 100%;
}
.Noti .Text {
    display: flex;
    flex-direction: column;
}
.Noti .Text span:nth-last-child {
    margin-top: 5px;
}
@media (min-width: 768px) {
    .Pops {
        right: calc((100% - 620px) / 2 + 20px );
    }
}

.Profile {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 55px 12px 12px 12px;
    aspect-ratio: 9 / 15;
    width: 100%;
    background: linear-gradient(to top, rgba(10,10,10,1) 1%,rgba(10,10,10,0) 50%), url(../img/pic-temp02.jpg);
    background-position: center top;
    background-size: cover;
}
.Profile > div {
    margin-bottom: 8px;
    width: 100%;
}
.Profile > div:last-child {
    margin-top: 0px;
}
.Profile .Buttons {
    display: flex;
    flex-direction: row;

}
.Profile .Buttons Button {
    margin-right: 8px;
}
.Profile .ProfileFriends {
    position: relative;
    height: 40px;
}
.Profile .ProfileFriends .Friend {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
}
.Profile .ProfileFriends .Friend:nth-child(1) {
    left: 0;
    z-index: 3;
}
.Profile .ProfileFriends .Friend:nth-child(2) {
    left: 30px;
    z-index: 2;
}
.Profile .ProfileFriends .Friend:nth-child(3) {
    left: 60px;
    z-index: 1;
}
.Profile .ProfileFriends div img {
    width: 100%;
}
.Profile .IconButton {
    margin-left: 2px;
    margin-right: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #00FAFA;
    transition: color 0.3s ease;
}
.CopyACText {
    opacity: 0;
    color: #00FAFA;
    transition: opacity 0.3s ease;
}
.CopyACText--visible {
    opacity: 1 !important;
}
@media (min-width: 768px) {
    .MainContent {
        border-radius: 0px 0px 30px 30px;
        border: #202020 1px solid;
        overflow: hidden;
    }
    .MainContent .Profile {
        padding: 20px;
        aspect-ratio: 9 / 12;
    }
}

.MainContent .Platforms {
    margin: 12px;
    padding: 12px;
    width: calc(100% - 24px);
    background-color: #00fafa;
    border-radius: 25px;
}
.MainContent .Platforms .Platform {
    float: left;
    padding: 2px;
    width: 12.5%;
}
.MainContent .Platforms .Platform .PlatformButton {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    font-size: 27px;
    color: #0a0a0a;
    background-color: #00FAFA;
    transition: 0.3s ease;
}
.MainContent .Platforms .Platform .PlatformButton:hover {
    background-color: #fafafa;
}
@media (min-width: 768px) {
    .MainContent .Platforms {
    margin: 20px;
    width: calc(100% - 40px);
    border-radius: 40px;
    }
    .MainContent .Platforms .Platform {
    width: 10%;
    }
    .MainContent .Platforms .Platform .PlatformButton {
    font-size: 30px;
    }
}

.MyFriends {
    margin: 12px;
    width: calc(100% - 24px);
}
.Friends {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 36px) / 4));
    gap: 12px;
}
.Friends .Friend {
    width: 100%;
    text-decoration: none;
}
.Friends .Friend .Avatar {
    position: relative;
    width: 100%;
    transform: scale(1,1);
    transition: 0.3s ease;
}
.Friends .Friend:hover .Avatar {
     transform: scale(1.06,1.06);
}
.Friends .Friend .Avatar .Check {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    font-size: 17px;
    border-radius: 100%;
    background-color: #00fafa;
    border: #0a0a0a solid 2px ;
    overflow: hidden;
}
.Friends .Friend .Avatar .Count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    color: #0a0a0a;
    font-size: 14px;
    border-radius: 100%;
    background-color: #00fafa;
    border: #0a0a0a solid 2px ;
    overflow: hidden;
}
.Friends .Friend .Avatar .Pic {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: transparent solid 5px;
    transition: 0.3s ease;
    overflow: hidden;
}
.Friends .Friend:hover .Avatar .Pic {
    width: 100%;
    border: #00fafa solid 5px;
}
.Friends .Friend .Avatar .Pic img {
    width: 100%;
}
.Friends .Friend .Name {
    margin-top: 8px;
    width: 100%;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}
.Friends .Friend .Status {
    margin-top: 8px;
    padding: 2px 8px;
    width: 100%;
    text-align: center;
    background-color: #00fafa;
    border-radius: 25px;
}
.Friends .Friend .Synchronization {
    margin-top: 8px;
    padding: 2px 8px;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    border-radius: 25px;
}
.Friend--hidden {
    display: none;
}
.FriendsMoreBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    border-radius: 100px;
    border: none;
    background: transparent;
}
.FriendsMoreBtn--hidden {
    display: none !important;
}
@media (min-width: 768px) {
    .MyFriends {
    margin: 20px;
    width: calc(100% - 40px);
    }
    .Friends {
        grid-template-columns: repeat(5, calc((100% - 60px) / 5));
        gap: 15px;
    }
    .FriendsMoreBtn {
        margin-top: 20px;
        padding: 20px;
    }
}

.RecommendFriends {
    margin: 12px;
}
.RecommendFriends .Friends {
    margin-top: 24px;
}
.RecommendFriends .Friends .Friend--hidden {
    display: none;
}
@media (min-width: 768px) {
    .RecommendFriends {
    margin: 20px;
    }
    .RecommendFriends .Friends {
        margin-top: 20px;
    }
}

.InviteFriends {
    margin: 12px;
    padding: 12px;
    width: calc(100% - 24px);
    border: #fafafa solid 1px;
    border-radius: 35px;
}
.InviteFriends .PostOffices {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.InviteFriends .PostOffices .Plaque {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
}
.InviteFriends .PostOffices .Plaque > div {
    width: 50%;
}
.InviteFriends .PostOffices .Eye {
    display: flex;
    justify-content: end;
    align-items: center;
}
.InviteFriends .PostOffices .Eye button {
    display: flex;
    align-items: center;
    color: #fafafa;
    border: 0;
    background-color: transparent;
}
.InviteFriends .PostOffices .Eye button i {
    margin-left: 8px;
    transition: 0.3s ease;
}
.InviteFriends .PostOffices .Eye button:hover i {
    color: #00fafa;
}
.PostOffices .Officers {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}
.PostOffices .Officers > * {
    margin-right: 8px;
}
.PostOffices .Officers button:nth-child(1) i {
    margin-left: 8px;
    margin-right: 5px;
}
.PostOffices .Officers button span {
    margin-right: 5px;
}
@media (min-width: 768px) {
    .InviteFriends {
    margin: 20px;
    padding: 20px;
    width: calc(100% - 40px);
    }
}

.Container .RegiContent {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.swiper {
    margin-top: 120px;
    width: 100%;
}
.swiper-slide {
    width: 320px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 50px;
    bottom: inherit;
}
.swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    padding: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fafafa;
    opacity: 1;
    background: rgba(1, 1, 1, 0.1);
}
.swiper-pagination-bullet-active {
    color: #0a0a0a;
    background: #00fafa;
}
.Doc {
    padding: 30px;
    width: calc(100% - 24px);
    background-color: #fafafa;
    border-radius: 25px;
}
.Doc > * {
    margin-bottom: 20px;
}
.Doc > *:last-child {
    margin-bottom: 0;
}
.Doc .Text {
    display: flex;
    flex-direction: column;
}
.Doc .SearchFriends {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #eeeeee;
    border-radius: 15px;
}
.Doc .SearchFriends .Friends {
    margin-bottom: 15px;
}
.Doc .SearchFriends .Friends .Friend {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 0;
}
.SliceLine {
    width: 100%;
    height: 1px;
    background-color: #0a0a0a;
    margin: 30px 0;
}
.SkipStep {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .Doc {
    width: 480px;
    }
}

.FriendshipWall {
    position: fixed;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 15px 0px 0px 0px;
    width: 100%;
    height: calc(100vh - 75px);
    background-image: url(../img/bg-friendship.jpg);
    background-position: center top;
    background-size: cover;
    overflow-y: auto;
}
.FriendshipWall > * {
    padding-left: 20px;
    padding-right: 20px;
}
.FriendshipWall .Title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.FriendshipWall .Title .Avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.FriendshipWall .Title .Avatar img {
    width: 100%;
}
.FriendshipWall .Title .Text {
    margin: 0 15px;
}
.FriendshipWall .Tip {
    margin-top: 8px;
    width: 100%;
}
.FriendshipWall .Topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
.FriendshipWall .Topic .Subject {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
}
.FriendshipWall .Topic .Icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #0a0a0a;
    font-size: 35px;
    transition: 0.3s ease;
}
.FriendshipWall .Topic .Icon:hover {
    color: #444444;
}
.FriendshipWall .Topic .Text {
    margin: 0 15px;
    padding: 8px 20px;
    background-color: #0a0a0a;
    border-radius: 30px;
}
.FriendshipWall .Rows {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
}
.FriendshipWall .Rows .CTA {
    padding: 4px 12px;
    width: calc(50% - 4px);
    font-size: 26px;
}
.FriendshipWall .Chats {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
}
.FriendshipWall .Chats .Messages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.FriendshipWall .Chats .Message {
    max-width: 75%;
    border-radius: 20px;
    padding: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 24px;
}
.FriendshipWall .Chats .Message img {
    width: 100%;
}
.FriendshipWall .Chats .Yours {
    align-items: flex-start;
}

.FriendshipWall .Chats .Yours .Message {
    margin-right: 25%;
    background-color: #eee;
    position: relative;
    font-weight: bold;
}
.FriendshipWall .Chats .Yours .Message.Last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -5px;
    left: 0;
    height: 20px;
    width: 15px;
    background: #eee;
    border-bottom-right-radius: 30px;
}
.FriendshipWall .Chats .Mine {
    align-items: flex-end;
}
.FriendshipWall .Chats .Mine .Message {
    color: #0a0a0a;
    margin-left: 25%;
    background: linear-gradient(to bottom, #00c5c5 0%, #00fafa 100%);
    background-attachment: fixed;
    position: relative;
}
.FriendshipWall .Chats .Mine .Message.Last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -5px;
    right: 0;
    height: 20px;
    width: 15px;
    background: linear-gradient(to bottom, #00c5c5 0%, #00fafa 100%);
    background-attachment: fixed;
    border-bottom-left-radius: 30px;
}
.FriendshipInput {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
}
.FriendshipInput .Icon {
    width: 30px;
    width: 30px;
    margin-right: 12px;
    color: #fafafa;
    font-size: 32px;
    transition: 0.3s ease;
    border: 0;
    background-color: transparent;
}
.FriendshipInput .Icon:hover{
    color: #00fafa;
}
.FriendshipInput .form-control {
    padding: 8px 12px;
    font-size: 24px !important;
    line-height: 1;
    color: #fafafa;
    background-color: transparent;
    border: #fafafa solid 1px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .FriendshipWall {
        padding: 20px 0px 0px 0px;
        width: 618px;
        border-radius: 0 0 30px 30px;
    }
    .FriendshipInput {
    width: 620px;
    padding: 15px 0;
}
}

.Overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 100;
    overflow-y: auto;
    backdrop-filter: blur(5px);
}
.OverlayCrossButton {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    font-size: 26px;
    color: #fafafa;
    border: none;
    background-color: transparent;
    transition: 0.3s ease;
}
.OverlayCrossButton:hover {
    color: #00fafa;
}
.Overlay .OverlayContent {
    display: flex;
    flex-direction: column;
    margin: 50px auto 30px auto;
    width: calc(100% - 40px);
}
.Overlay .OverlayContent > * {
    margin-bottom: 20px;
}
.Overlay .OverlayContent .Columns {
    display: flex;
    flex-direction: column;
}
.Overlay .OverlayContent .Row {
    margin-bottom: 8px;
}
.Overlay .OverlayContent .Row span {
    margin-right: 5px;
}
.Overlay .OverlayContent .IconButton {
    margin-right: 5px;
    font-size: 26px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #00FAFA;
    transition: color 0.3s ease;
}
.Overlay .OverlayContent .IconButton:hover {
    color: #fafafa;
}
.Overlay .OverlayContent .QR {
    width: 150px;
    height: 150px;
}
.Overlay .OverlayContent .QR img {
    width: 100%;
}
.Overlay .OverlayContent .Box {
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    border-radius: 25px;
    border: #fafafa solid 1px;
}
.Overlay .EditAvatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: none;
    background-color: transparent;
}
.Overlay .EditAvatar .Pic {
    aspect-ratio: 1 / 1;
    border: none;
    background-color: transparent;
    border-radius: 100%;
    overflow: hidden;
}
.Overlay .EditAvatar img {
    width: 100%;
}
.Overlay .EditAvatar .Cross {
    top: 5px;
    right: 5px;
}
.Overlay .EditAvatar .Cross, .Overlay .Platforms .Cross {
    position: absolute;
    width: 30px;
    height: 29px;
    color: #00fafa;
    font-size: 25px;
    border: #0a0a0a solid 2px;
    border-radius: 100%;
    background-color: #0a0a0a;
    transition: 0.3s ease;
}
.Overlay .Platforms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.Overlay .Platforms .Platform {
    position: relative;
    padding: 8px 8px 8px 8px;
    width: 60px;
    height: 60px;
}
.Overlay .Platforms .Cross  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.Overlay .Platforms .Icon  {
    position: relative;
    top: 0;
    right: 0;
    font-size: 36px;
    color: #fafafa;
}
.Overlay .Avatar .Cross:hover, .Overlay .Platforms .Cross:hover {
    color: #fafafa;
}
.Overlay .Inputs {
    display: flex;
    flex-direction: column;
}
.Overlay .Inputs > div:first-child {
    margin-bottom: 5px;
}
.Overlay .Doc {
    align-self: center;
    margin-top: 30px;
}
.Overlay .ComboBoxBox {
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
    height: auto;
    overflow-x: auto;
}
.Overlay .ComboBoxBox .ComboBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 250px;
    text-decoration: none;
    background: url(../img/logo-connexee-black.svg), #00fafa;
    background-position: 12px 12px, center center;
    background-size: 30px 30px, cover;
    background-repeat: no-repeat;
    border-radius: 25px;
}
.Overlay .ComboBoxBox .ComboBox .Avatar {
    margin-bottom: 8px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.Overlay .ComboBoxBox .ComboBox .Avatar img {
    width: 100%;
}
.Overlay .ComboBoxBox .ComboBox .Text {
}
.Overlay .ComboBoxBox .ComboBox .Icons {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.Overlay .ComboBoxBox .ComboBox .Icons .Icon {
    margin: 0 4px;
}
.Rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
}
.Rows .CTA {
    padding: 12px 20px;
    width: calc(50% - 4px);
    font-size: 30px;
}
.Rows .CTA i {
    margin-left: 0;
}
.RowHalf {
    width: calc(50% - 4px);
}
#OverlayInvite {
    z-index: 101;
}
@media (min-width: 768px) {
    .OverlayCrossButton {
        top: 15px;
        right: calc((100% - 620px) / 2 + 15px);
    }
    .Overlay .OverlayContent {
        width: 590px;
    }
}

.Footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 60px 12px;
    width: 100%;
}
.Footer div:nth-child(2) {
    margin: 15px 0px;
}
.Footer div:nth-child(2) i {
    padding: 15px 10px;
}
@media (min-width: 768px) {
    .Footer {
        padding: 60px 20px;
        width: 620px;
    }
    .Footer div:nth-child(2) {
    margin: 20px 0px;
}
}

.CTA--disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    border: none;
    opacity: 0.8;
}

/* Swiper guard: avoid Livewire/CSS reset causing vertical stacked slides */
.mySwiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.mySwiper .swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
}

/* ======================================================
   Registration Swiper Pagination Lock
   Use ONE class only: .is-locked
   ====================================================== */

/* Swiper pagination lock UI */
.swiper-pagination-bullet.is-locked{
  opacity:.35;
  pointer-events:none;
  cursor:not-allowed;
}

/* Optional: make unlocked bullets feel clickable */
.swiper-pagination-bullet:not(.is-locked) {
  cursor: pointer;
}

/* Registration wizard: prevent Swiper from clipping taller content */
.RegiContent .mySwiper {
  overflow: visible;
}

/* Step3 Connected badge: green circle check on the right */
.CTA {
  position: relative; /* 讓 badge 可絕對定位在右側 */
}

.CTA .ConnexeeConnected {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #22c55e;      /* 綠底 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(255,255,255,.7); /* 讓它在按鈕上更清楚 */
}

.CTA .ConnexeeConnected i {
  color: #fff;              /* 白勾 */
  font-size: 14px;
  line-height: 1;
  margin-left: 0;
}

/* 避免文字被右側 badge 擠到 */
.CTA.CTAPrimary,
.CTA.CTASub {
  padding-right: 46px;
}

.Friends {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.GridFull {
  grid-column: 1 / -1;
}

.FriendsState {
  text-align: center;
  padding: 24px 12px;
}

.Friend {
  position: relative;
  width: 100%;
}

.MemberFriend,
.FriendInvited {
  position: relative;
}

.MemberFriend:hover {
  transform: translateY(-1px);
}

.FriendInvited {
  opacity: .75;
  cursor: default;
}

.FriendSelected {
  border: 2px solid #000;
}

.MemberBadge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #16a34a;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
}

button:disabled,
.CTA:disabled,
.Button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 991.98px) {
  .Friends {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .Friends {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .Friends {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}