/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/
input#team_name {
    display: block;
        margin: 0px 0px 25px;
}

#shared_select, #teammates_select {
    height: 95px;
}

.single-team-row p {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
}
.single-team-row {
     background: #8d55be;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.single-team-row a {
    margin: 2px 0px 0px!important;
    display: inline-block!important;
    width: unset!important;
    background: transparent!important;
    height: unset!important;
    float: right;
    line-height: 0!important;
}
#teams-list {
    height: 160px;
    overflow-y: auto;
}
.single-shared-inbox a, .single-invitation-box a {
    margin: 0px!important;
    width: unset!important;
    height: unset!important;
    display: inline-block;
    line-height: 0!important;
    background-color: transparent!important;
    color: #fff!important;
    position: absolute;
    right: 20px;
    top: 23px;
}

.single-shared-inbox p, .single-invitation-box p {
    margin: 0px;
}
.single-shared-inbox, .single-invitation-box {
       background: #8d55be;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
}
#shared-list, #invitations-list {
    max-height: 150px;
    overflow-y: auto;
}
.pass_first_display {
     position: relative;
}
.pass_first_eye {
    margin: 0px!important;
    width: inherit!important;
    display: inline-block!important;
    height: inherit!important;
    line-height: 0!important;
    position: absolute;
    right: 12px;
    top: 22px;
    color: #420072!important;
    background: transparent!important;
    z-index: 10;
    font-size: 15px!important;
}
.apty_bx #my_image_upload {
    margin-top: 0px;
}
.apty_bx {
    margin-top: 10px;
}
.apty_bx label {
    color: #fff!important;
    font-weight: 100;
        margin-bottom: 0px;
}