/**
** 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;
}

#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;
}

.authcode-section{
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
}

#video-guide{
    font-weight: bold;
}

#auth_code{
    width: 100%;
    height: 40px;
    text-align: center;
}