/**
** setup: verification authcode
**/
/* Add some basic styling to the container */
.wrap {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
}

/* Style the heading */
.wp-heading-inline {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Style the authcode input field */
#authcode {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

/* Style the save button */
#btn_authcode {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#btn_authcode:hover {
    background-color: #3e8e41;
}

#wbps-main{
    margin: 22px auto;
    width: 50%;
    background-color: #fff;
    min-height: 300px;
    padding: 8px;
}

#wbps-main header{
    display: flex;
    align-items: center;
}

.head-item{
    flex: 1 0 auto;
}
#wbps-main header h1{
    line-height: 1.8rem;
}
.connection-tasks{
    display: flex;
    flex-direction:column;
}
.task-item{
    font-size: 14px;
    border-top: 1px solid;
    padding: 10px 0;
    display:flex;
    align-items: center;
}
.task-unit{
    flex:1;
}
.task-unit.name{
    flex-grow:5;
}
.task-unit.status{
    text-align: center
}
#wbps-main a{
    text-decoration: none;
}
#wpbs-pro-btn{
    text-align: center;
}