.entity.single.platform .header {
    background-color: #EFEFEF;    
    justify-content: space-between;
}

h2.entity-toggle {
    cursor: pointer;
}

.platform-account-right {
    display: flex;
    align-items: center;
}

.platform .entity_body {
    padding: 10px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background-color: #f9f9f9;
}

.entity_body > .account_details:last-child {
    border-bottom: none;
}

.entity.single.archived-1 {
    opacity: 0.35;
}

span.toggle-password {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 24px;
    right: 16px;
    background-image: url(/modules/pm/assets/img/peye.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

span.toggle-password.peye {
    background-image: url(/modules/pm/assets/img/peye-show.png);
}

.platform .entity_body > div.account_details {
    width: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    gap: 10px;
    background-color: #FFFFFF;
}

.entity_body > .requiredMsg {
    margin: 0 1rem;
}

.account_details a {
    color: var(--accent-hue);
}

.account_details.archived-1 {
    opacity: 0.35;
}

.account_notes {
    grid-row: span 2;
    /* background-color: #ddd; */
}

.entity_body > div.account_details > div {
    padding: 5px;
}

.entity-controls {
    display: flex;
    align-items: center;
}

.as_url {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-edit img {
    width: 20px;
}

.account-edit > a {display: flex;}

.as_username {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.as_pass {
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

.as_pass span.toggle-password {
    bottom: 14px;
    right: 5px;
}

.as_pass input.user_pass {
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: inherit;
}

.account_details .team_pics img {
    margin-left: 0;
    margin-right: 10px;
}

.dinput_container.account_protocol {
    width: 15%;
}

.dinput_container.account_link {
    width: 83%;
    margin-left: 2%;
}

.account_link label {
    height: 20px;
}