
.conf-head {
    color: #fff;
    background: #999 center/cover no-repeat;
    border-radius: 28px;
    margin-bottom: 30px;
    position: relative;
    padding: 30px 40px;
    text-transform: uppercase;
}

.conf-head.conf-head--blue {
    background: #1d4fa6 url(/images/thlive/pattern-blue.jpg) center/cover no-repeat;
}

.conf-head.conf-head--orange {
    background: #a75314 url(/images/thlive/pattern-orange.png) center/cover no-repeat;
}

.conf-head.conf-head--green {
    background: #156c2d url(/images/thlive/pattern-green.png) center/cover no-repeat;
}

.conf-head.conf-head--grey {
    background-image: url(/images/thlive/pattern-grey.png);
}

.conf-head .bth__ttl-big,
.conf-head .bth__ttl-h1 {
    color: #fff;
}

.conf-head .conf-head__bb:hover {
    border-color: #fff;
    color: #fff;
    background: #ff8e41;
}

.conf-head .conf-head__bb {
    line-height: 43px;
    width: 75px;
    font-size: 23px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #ff8e41;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 10px;
}

.conf-head .conf-head__bottom-right {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.conf-head .conf-head__logo {
    position: absolute;
    right: 40px;
    top: 28px;
    opacity: 0.8;
}

.conf-head .conf-head__cbx {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    background: #fff;
    color: #ff8e41;
    padding: 0 0 0 80px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 70px;
    width: 550px;
    border: 3px solid transparent;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
    border-radius: inherit;
}

.conf-head .conf-head__white.red {
    font-size: 16px;
    justify-content: space-between;
    padding: 0 30px 0 20px;
}

.conf-head .conf-head__white {
    height: 70px;
    background: #fff;
    margin-top: 40px;
    border-radius: inherit;
    padding: 0 10px 0 20px;
    width: 550px;
    display: inline-flex;
    align-items: center;
}

.conf-head .conf-head__cbx.active::before {
    content: '\f14a';
    font-weight: bold;
}

.conf-head .conf-head__cbx::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    font-weight: normal;
    color: inherit;
    font-size: 28px;
    line-height: inherit;
    left: 30px;
}

.conf-head .conf-head__cbx:hover {
    background: rgba(255, 255, 255, 0.9);
}


.conf-head .conf-head__cbx.active {
    background: #00a551;
    color: #fff;
    border-color: #fff;
}

.conf-head .bth__btn {
    vertical-align: middle;
    padding: 10px 20px;
    margin: 0 30px 0 0;
    border: none;
    border-radius: 15px;
}

.conf-head .conf-head__pruffme::before {
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    background: url(/images/thlive/pruffme.svg) center/contain no-repeat;
    left: 0;
    top: 2px;
}

.conf-head .conf-head__pruffme {
    color: #30C952;
    position: relative;
    padding-left: 26px;
}

.conf-head .conf-head__inline {
    display: inline-block;
    vertical-align: middle;
}

.conf-head i.fa-wifi:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: nowIconAnimate 2s infinite;
    animation: nowIconAnimate 2s infinite;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conf-head .conf-head__anim-btn {
    background-color: #008543;
    -webkit-animation: nowbtnAnimate 2s infinite;
    animation: nowbtnAnimate 2s infinite;
}

@-webkit-keyframes nowbtnAnimate {
    0% {
        background-color: #008543;
    }
    50% {
        background-color: #00a551;
    }
    100% {
        background-color: #008543;
    }
}

@keyframes nowbtnAnimate {
    0% {
        background-color: #008543;
    }
    50% {
        background-color: #00a551;
    }
    100% {
        background-color: #008543;
    }
}

.conf-head i.fa-wifi {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    width: 50px;
}

@-webkit-keyframes nowIconAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nowIconAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.speaker .bth__ava-120 img {
    border-radius: inherit;
}

.speaker .bth__ava-120 {
    border-radius: 15px;
    position: absolute;
    left: 25px;
    top: 25px;
    border: 5px solid #fff;
}

.speaker + .speaker {
    margin-top: 20px;
}

.speaker {
    min-height: 170px;
    width: 70%;
    position: relative;
    padding: 25px 25px 25px 175px;
    background: #eee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 28px;
}

.lsfw-popup .speaker {
    width: 100%;
    padding: 20px 20px 20px 140px;
    min-height: 140px;
}

.lsfw-popup .speaker .bth__ava-120 {
    width: 100px;
    left: 20px;
    top: 20px;
    height: 100px;
}

.conf-gift, .page .lsfw-wide-list.w70p .lsfw-wide-list__li {
    border-radius: 15px;
}

.conf-gifts .conf-gift:not(:last-child) {
    margin-bottom: 15px;
}

.conf-gift {
    background-color: #e5f6ec;
    display: block;
    width: 70%;
    position: relative;
    padding: 10px 15px 10px 75px;
}

.conf-gift .bth__txt {
    margin-top: 5px;
}

.conf-gift .fz13 {
    text-transform: uppercase;
}

.conf-gift::before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    background: #00a551;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 10px;
    font-size: 19px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 13px;
}

@media screen and (max-width: 1199px) {
    .conf-gift, .page .lsfw-wide-list.w70p, .speaker {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .conf-head .conf-head__logo img {
        width: 130px;
    }

    .conf-head .bth__ttl-h1 {
        font-size: 20px;
    }

    .conf-head {
        padding: 30px;
    }

    .conf-head .conf-head__bottom-right {
        right: 30px;
    }

    .conf-head .conf-head__cbx {
        font-size: 18px;
        width: 490px;
    }

    .conf-head .bth__btn {
        width: 210px;
        min-width: auto;
    }

    .conf-head .bth__btn.bth__btn--300 {
        width: 270px;
    }

    .conf-head .conf-head__white {
        width: 490px;
    }

    .conf-head .conf-head__bb {
        line-height: 35px;
        width: 60px;
        font-size: 18px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .conf-gift {
        padding-left: 15px;
    }

    .conf-gift .fz13::before {
        content: "\f06b";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        font-size: 13px;
        left: 15px;
        top: 0;
    }

    .conf-gift .fz13 {
        padding: 0 20px 0 40px;
        line-height: 25px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-size: 10px !important;
        border-radius: 8px;
        position: relative;
        background: #00a551;
    }

    .conf-gift::before {
        display: none;
    }

    .conf-head .conf-head__white,
    .conf-head .conf-head__cbx {
        width: 100%;
        margin-top: 30px;
    }

    .conf-head .bth__ttl-h1 {
        font-size: 18px;
    }

    .speaker .bth__btn {
        width: 170px !important;
    }

    .speaker .mt10 {
        width: 100%;
    }

    .speaker .bth__ttl-h2 {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: calc(100% - 70px);
    }

    .speaker .bth__ava-120 {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        position: static;
    }

    .conf-head, .speaker {
        min-height: auto;
        border-radius: 15px;
    }

    .speaker {
        padding: 15px;
        display: block;
    }

    .conf-head .conf-head__white {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        gap: 20px 0;
    }

    .conf-head {
        padding: 20px;
    }

    .conf-head .conf-head__logo img {
        width: 90px;
    }

    .conf-head .mr50 {
        margin-right: 30px !important;
    }

    .conf-head .fz20 {
        font-size: 14px !important;
    }

    .conf-head .conf-head__logo {
        right: 20px;
        top: 15px;
    }

    .conf-head .conf-head__bb {
        line-height: 30px;
        width: 50px;
        font-size: 14px;
        margin: 0 15px 0 0;
    }

    .conf-head .conf-head__white.red .fas {
        display: none;
    }

    .conf-head .conf-head__white.red {
        font-size: 14px !important;
        line-height: 24px;
        padding: 10px 20px !important;
    }

    .conf-head .bth__btn {
        width: 100%;
    }

    .conf-head .conf-head__cbx span {
        display: block;
    }

    .conf-head .conf-head__cbx::before {
        top: 22px;
        font-size: 25px;
        left: 18px;
    }

    .conf-head .mb20 {
        margin-bottom: 15px !important;
    }

    .conf-head .conf-head__cbx {
        font-size: 17px;
        line-height: normal;
        padding: 10px 10px 10px 60px;
    }

    .conf-head .conf-head__bottom-right {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}