.colors {
    background-color: #212542;
    background-color: #303853;
    background-color: #EDEFFC;
}

.team_backer {
    background-color: transparent;
    width: 100%;
    height: calc(100% - 40px);
    display: none;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.team_backer_header {
    background-color: transparent;
    width: 80%;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.team_backer_name {
    color: #EDEFFC;
    font-weight: 800;
    font-size: xx-large;
    user-select: none;
    cursor: pointer;
}

.team_add_member_team_buttons_backer {
    background-color: transparent;
    width: fit-content;
    height: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.create_team_button,
.add_member_button,
.status_team_button {
    background-color: #303853;
    height: 30px;
    width: fit-content;
    border: none;
    outline: none;
    color: #EDEFFC;
    border-radius: 10px;
    padding-right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    user-select: none;
    cursor: pointer;
}

.create_team_button:hover,
.add_member_button:hover,
.status_team_button:hover {
    background-color: #434d70;
}

.status_team_button_ret {
    background-color: #303853;
    height: 30px;
    border: none;
    outline: none;
    color: #EDEFFC;
    border-radius: 10px;
    padding-right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    user-select: none;
    cursor: pointer;
}

.status_team_button_ret:hover {
    background-color: #434d70;
}

.add_member_create_team_logo {
    background-image: url(../icons/plus.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.add_member_remove_team_logo {
    background-image: url(../icons/remove.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.status_member_remove_team_logo {
    background-image: url(../icons/graph.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.team_members_listing_body {
    background-color: #303853;
    width: 80%;
    height: calc(100% - 70px);
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.margin_element_482 {
    background-color: transparent;
    width: 100%;
    min-height: 20px;
}

.created_team_backer {
    background-color: transparent;
    width: 100%;
    height: fit-content;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.created_team_backer_position_name {
    background-color: #212542;
    width: 100%;
    min-height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    user-select: none;
    color: #EDEFFC;
}

.created_team_backer_list {
    background-color: transparent;
    width: fit-content;
    min-height: 20px !important;
    margin-top: 10px;
    color: #EDEFFC;
    display: flex;
    gap: 5px;
}

.created_team_backer_list_name {
    user-select: none;
    cursor: pointer;
}

.created_team_backer_list_name:hover {
    text-decoration: underline;
}

.team_members_listing_body_add_member {
    background-color: #303853;
    width: 80%;
    height: calc(100% - 70px);
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.add_team_member_header,
.create_new_team_header {
    color: #fff;
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
    font-family: sans-serif;
}

.add_team_member_buttons_backer,
.create_new_team_buttons_backer {
    background-color: transparent;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
    gap: 20px;
}

.add_team_member_creditials_backer {
    background-color: transparent;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
}

.add_team_member_name_input,
.add_team_member_surname_input,
.add_team_member_email_input,
.adding_person_role {
    width: 350px;
    padding: 12px 15px;
    border: 1px solid #5a647e;
    border-radius: 8px;
    background-color: #262c40;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-family: sans-serif;
}

.add_team_member_creditials_backer input::placeholder {
    color: #8c98ad;
}

.add_team_member_creditials_backer input:focus,
.add_team_member_creditials_backer select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.add_team_member_creditials_backer select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    cursor: pointer;
}

.add_team_member_creditials_backer option {
    background-color: #303853;
    color: #fff;
    font-family: sans-serif;
}

.add_team_member_email_input {
    width: 350px;
}

.adding_person_role {
    width: 380px;
}

.adding_person_role:hover {
    border-color: #8c98ad;
}

.adding_person_role:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.adding_person_role option {
    background-color: #8c98ad;
    color: #1a1f30;
    padding: 15px;
}

.create_new_team_confirm {
    display: none;
}

.auto_fill_message {
    width: 350px;
    color: #ffc107;
    background-color: #3b3a2e;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ffc107;
    margin-top: -10px;
    text-align: center;
    user-select: none;
}

.add_team_member_cancel,
.add_team_member_confirm,
.create_new_team_cancel,
.create_new_team_confirm,
.create_new_team_check {
    background-color: #7d7d7d;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.add_team_member_cancel,
.create_new_team_cancel {
    color: #EDEFFC;
    background-color: rgb(226, 56, 56);
}

.add_team_member_cancel:hover,
.create_new_team_cancel:hover {
    background-color: rgb(165, 41, 41);
}

.add_team_member_confirm,
.create_new_team_confirm {
    color: #EDEFFC;
    background-color: rgb(54, 160, 54);
}

.add_team_member_confirm:hover,
.create_new_team_confirm:hover {
    background-color: rgb(38, 114, 38);
}

.create_new_team_check {
    color: #EDEFFC;
    background-color: orange;
}

.create_new_team_check:hover {
    background-color: rgb(160, 105, 3);
}

.team_members_listing_body_create_team {
    background-color: #303853;
    width: 80%;
    height: calc(100% - 70px);
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.create_new_team_name_input {
    width: 390px;
    padding: 12px 15px;
    border: 1px solid #5a647e;
    border-radius: 8px;
    background-color: #262c40;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
}

.check_to_remove_backer {
    background-color: transparent;
    width: 80%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 10px;
    gap: 10px;
}

.create_new_team_name_input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.user_to_remove_name,
.user_to_remove_surname,
.user_to_remove_status {
    background-color: #262c40;
    border: 1px solid #5a647e;
    border-radius: 8px;
    color: #fff;
    width: 133px;
    padding: 8px 0;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.team_members_listing_body_status_team {
    background-color: #303853;
    width: 80%;
    height: calc(100% - 60px);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: none;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

.user_status_frame {
    background-color: #434d70;
    width: 90%;
    font-family: sans-serif;
    padding: 10px 0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}



















.team_members_listing_body::-webkit-scrollbar {
    width: 10px;
}

.team_members_listing_body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.team_members_listing_body::-webkit-scrollbar-thumb {
    background: #1a1f30;
    border-radius: 10px;
    border: none;
}

.team_members_listing_body::-webkit-scrollbar-thumb:hover {
    background: #5b6688;
}

.team_members_listing_body::-webkit-scrollbar-corner {
    background: #e0e0e0fd;
}

.team_members_listing_body_status_team::-webkit-scrollbar {
    width: 10px;
}

.team_members_listing_body_status_team::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.team_members_listing_body_status_team::-webkit-scrollbar-thumb {
    background: #1a1f30;
    border-radius: 10px;
    border: none;
}

.team_members_listing_body_status_team::-webkit-scrollbar-thumb:hover {
    background: #5b6688;
}

.team_members_listing_body_status_team::-webkit-scrollbar-corner {
    background: #e0e0e0fd;
}