/*------------------------------------------------
# session-page
-------------------------------------------------*/
.session-page {
    color: #ffffff;
    padding-top: 50px;
    background-color: hsla(4, 45%, 27%, 1);
    background-image:
        radial-gradient(at 39% 24%, hsla(312, 67%, 38%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 0%, hsla(35, 100%, 62%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 98%, hsla(218, 100%, 64%, 1) 0px, transparent 50%);
}

.session-top {
    border-bottom: 1px solid #ffffff;
}

.session-share {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 6px;
}

.session-share a {
    transition: ease-in-out 0.3s;
    color: #ffcc00;
    margin-left: 10px;
}

.session-share a:hover {
    color: #ffeb99;
}

.session-title {
    font-weight: 600;
    margin: 1.2rem 0 2rem;
}

.session-txt {
    margin-bottom: 2.5rem;
}

.session-card {
    color: #212121;
    border: 2px solid #7b2cbf;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    gap: 15px;
}

.session-card .pic {
    overflow: hidden;
    border-radius: 20px;
    flex: 0 0 180px;
}

.session-card .info {
    padding-left: 30px;
    flex: 1;
}

.session-card .info .title {
    font-size: 20px;
    color: #7b2cbf;
    border-bottom: 1px solid #7b2cbf;
    margin-bottom: 10px;
}

.speaker-title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #989595;
    margin-bottom: 20px;
}

.right-box {
    color: #212121;
    padding: 1.2rem 2rem;
    border-radius: 10px;
    background-color: #EBE9E6;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.session-info {
    line-height: 32px;
}

.session-info span {
    color: #6200b3;
    font-weight: 600;
}

.right-box .btn {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    transition: ease-in-out 0.2s;
}

.right-box .btn:hover {
    opacity: 0.8;
}

.btn-ppt {
    background-color: #ff9505;
}

.btn-cowrite {
    background-color: #0fa3b1;
}

.btn-none {
    background-color: #9bb0a5;
}