@import "05-objects/o-text-accent.css";
@import "06-components/c-top-band-card.css";
@import "07-utilities/sidebar.css";

body {
    background-color: #121212;
}

.o-text-accent--sidebar {
    width: 46px;
    height: 15px;
    top: 329px;
    left: 39px;
    margin-right: 10px;
    border-radius: 2px;
}


.o-text-accent--sidebar a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 9px;
    font-weight: 700;
    flex: 1;
    line-height: 19px;
    letter-spacing: 0.17em;
    text-align: center;
    color: #000000;
;
}

.o-text-accent--profile {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.17em;
    text-align: center;

    background-color: #c4c4c4;
    border-radius: 2px;
    align-items: center;
    width: 97px;
    height: 22px;
    display: flex;
    color: black;
    justify-content: center;
    text-transform: uppercase;
}

.greeting-name {
    /*can be merge later */

    color: #fff;
    font-size: 2em;
}

.update-btn {
    text-align: center;
}

.update-btn a {
    background-color: #1aba54;
    color: #fff;
    font-weight: bold;
    padding: 0.2em 1em;
}

.update-btn a:hover {
    color: #fff;
}


.inner-content {

    margin-left: 54px;
}

.logo-wrapper {
    margin-top: 66px;

}

.bar {
    border: 3px solid #1ABA54;
    width: 114px;
}

.headline {
    margin-top: 36px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
}

.headline, .support-text {

    font-family: 'Roboto', sans-serif !important;
    color: #FFFFFF;
}

.support-text {
    font-size: 24px;
    font-weight: 500;
}

.profile-card {
    margin-top: 175px;
    width: 90%;
}

.profile-card-top {
    width: 100%;
    display: flex;
}

.profile-card-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    margin-left: 47px;
    flex: 1;
}

.profile-card-top-text h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.profile-card-top-text h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}


.profile-card-top-buttons {
    display: flex;
    justify-content: right;
}


.profile-card-top-buttons button {
    width: 90px;
    height: 40px;
    border-radius: 4px;

    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    border: none;


}

.profile-card-top-buttons .cancel-button {
    background-color: #A0A0A0;
    color: #161616;

}

.profile-card-top-buttons .save-button {
    background-color: #414141;
    color: #FFFFFF;
    margin-left: 22px;

}

.profile-card-inputs {
    margin-top: 45px;
    margin-left: 93px;
}

.profile-card-inputs label, select {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    max-width: 200px;
}

.profile-card-inputs input, select {
    /*width: 20.5rem;*/
    height: 40px;
    top: 598px;
    left: 602px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: #414141;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 12px

}


.profile-card-inputs .input-wrapper {
    margin-bottom: 22px;
    max-width: 529px;
}

.password-hint, .image-song-hint{
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: left;

}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 35px !important;
}
.right-inner-addon i {
    color: white;
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
}
