﻿.pnl-channel {
    background-color: #fff;
    /*min-height: 160px;*/
}

.pnl-channel-warning {
    padding-top: 0;
}

.verify-channel-list {
    font-size: 15px;
    /*min-width: 330px;*/
    text-align: left;
    border: 2px solid #ffffff;
    margin: 5px 0;
    background-color: #fff !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-radius: inherit;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%), 0 3px 1px 0px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 10%);
}

    .verify-channel-list.active {
        box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%), 0 3px 1px 0px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 10%) !important;
    }

    .verify-channel-list.active,
    .verify-channel-list:active,
    .verify-channel-list:hover,
    .verify-channel-list:focus {
        border: 2px solid #e91e63 !important;
    }

    .verify-channel-list img {
        width: 40px;
        /*padding: 4px 0;*/
    }
        .verify-channel-list img.laser {
            width: 40px;
            padding: 10px 0;
        }

    .verify-channel-list .logo-square {
        height: 40px !important;
        padding: 0;
    }

    .verify-channel-list .logo-skip {
        height: 34px;
        width: 34px;
        padding: 4px;
        margin: 3px 12px 3px 4px;
    }

    .verify-channel-list .icon-skip {
        color: #868686;
        font-size: 2.25rem;
        margin: 5px 12px 3px 3px;
    }

    .verify-channel-list > * {
        float: left;
        margin-right: 10px;
    }

    .verify-channel-list label {
        font-size: 1.34375rem;
        margin: 0 5px;
    }

.verify-title {
    color: #3a3a3a;
    font-size: 1.34375rem;
    margin: 0 5px;
    line-height: 1.1;
}
.verify-ial {
    font-size: 1.125rem;
    margin: 0 5px;
    color: #a0a0a0;
}


input[type=radio] {
    visibility: hidden;
    margin-right: 5px;
}

.channel {
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
}

.verify-bg-white {
    background-color: white !important;
}


.btn-label-list .icon {
    display: block;
    width: 60%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.btn-label-list .text {
    display: block;
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    color: #3a3a3a;
    font-size: 1.34375rem;
    line-height: 1.2;
}

.btn-label-list .text-detail {
    font-size: 1.125rem;
    color: #a0a0a0;
}

.btn-label-list {
    display: table;
    position: relative;
    font-size: 15px;
    /*min-width: 330px;*/
    text-align: left;
    border: 2px solid #ffffff;
    border-color: #ffffff !important;
    margin: 5px 0;
    background-color: #fff !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-radius: inherit;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%), 0 3px 1px 0px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 10%);
}