#root > div {
    padding: 20px;
}
#root > div > div:nth-child(1) {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin-bottom: 2rem;
    margin-top: 5.5rem;
}
#root > div > div:nth-child(1) > div {
    width: 180px;
    height: 200px;
    border-radius: 14px;
    background-color: #121b23;
    border-bottom: none;
}
#root > div > div:nth-child(1) > div:nth-child(1) {
    border: 2px solid rgba(241, 202, 58, 0.649);
    border-bottom: none;
    margin-top: -30px;
    order: 1;
}
#root > div > div:nth-child(1) > div:nth-child(2) {
    border: 2px solid rgba(255, 254, 251, 0.649);
    border-bottom: none;
    order: 0;
}
#root > div > div:nth-child(1) > div:nth-child(3) {
    border: 2px solid rgba(162, 108, 62, 0.649);
    border-bottom: none;
    order: 2;
}
#root > div > div:nth-child(1) > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
    gap: 8px;
}
#root > div > div:nth-child(1) > div > div > .avatar {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
}
#root > div > div:nth-child(1) > div > div > .avatar > div > img {
    width: 76px;
    height: 76px;
}
#root > div > div:nth-child(1) > div > div > .avatar > div:first-child > img {
    border-radius: 9999px;
    border: 1.5px solid #19232d;
}
#root > div > div:nth-child(1) > div > div > .avatar > div:first-child {
    z-index: 1;
}
#root > div > div:nth-child(1) > div > div > .avatar > div:last-child {
    position: absolute;
    top: -40px;
}
#root > div > div:nth-child(1) > div > div > img {
    width: 48px;
    height: 48px;
    background-color: rgb(121 225 73 / 50%);
    border-radius: 8px;
    padding: 5px;
}
#root >div > div:nth-child(1) > div > div > span {
    color: #b2c2c8;
}
#root >div > div:nth-child(1) > div > div > div {
    display: flex;
    align-items: center;
}
#root >div > div:nth-child(1) > div > div > div:last-child > div:first-child {
    background-color: #04d577;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    align-items: center;
    padding: 4px;
}
#root> div > div:nth-child(1) > div > div > div:last-child > div:last-child {
    background-color: #127548;
    border-radius: 0px 6px 6px 0px;
    display: flex;
    align-items: center;
    padding: 4px;
}
#root >div > div:nth-child(1) > div > div > div:last-child > div > span {
    color: #fff;
}
#root> div > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}
#root> div > div:nth-child(2) > div {
    background-color: #121b23;
    padding: 5px 10px;
    border-radius: 8px;
    text-align: end;
}
#root>div > div:nth-child(2) > div > p:first-child{
    color: #b2c2c8; 
    font-weight: bold;
}
#root> div > div:nth-child(2) > div > p:last-child{
    color: rgb(4 213 119);
    font-weight: bold;
}
#root> div > div:nth-child(3) > div:first-child {
    background-color: #304256;
    max-width: 1200px;
    margin: 20px auto 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}
#root> div > div:nth-child(3) > div:first-child > p > span {
    color: #04d577;
    font-weight: bold;
}
#root> div > div:nth-child(3) > div:first-child > div {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #1d272e;
    padding: 5px;
    border-radius: 8px;
}
#root> div > div:nth-child(3) > div:last-child {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 20px auto 0px;
    gap: 5px;
}
#root> div > div:nth-child(3) > div:last-child > div {
    background-color: #304256;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#root> div > div:nth-child(3) > div:last-child > div > :first-child > div > img  {
    height: 30px;
    width: 30px;
    border-radius: 9999px;
}
#root> div > div:nth-child(3) > div:last-child > div > div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}
#root> div > div:nth-child(3) > div:last-child > div > div:first-child > div{
    display: flex;
    align-items: center;
    gap: 5px;
}
#root> div > div:nth-child(3) > div:last-child > div > div:first-child > div:first-child {
 background-color: rgb(121 225 73 / 50%);
 padding: 5px;
 border-radius: 8px
}

#root> div > div:nth-child(3) > div:last-child > div > div:last-child {
    display: flex;
    align-items: center;
    background-color: #1d272e;
    padding: 5px;
    gap: 5px;
    border-radius: 8px;
}
#root> div > div:nth-child(3) > div:last-child > div > div:last-child > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media screen and (max-width: 600px) {
    #root > div > div:nth-child(1) {
        gap: 10px;
    }
}
@media screen and (max-width: 500px) {
    #root >div > div:nth-child(1) > div > div > div {
        flex-direction: column;
        gap: 5px;
    }
    #root >div > div:nth-child(1) > div > div > div:last-child > div:first-child {
        border-radius: 6px;
    }
    #root >div > div:nth-child(1) > div > div > div:last-child > div:last-child {
        border-radius: 6px;
    }
    #root > div > div:nth-child(1) > div {
        height: 220px;
    }
}