:root{
    --webinar_color: #e6b600;
    --content_color:#070f26;
    --white:#fff;
}
p{margin:0px;}
a:hover{color:var(--webinar_color);}
.company-logo{
    width:100%;
    display: flex;
    justify-content: space-between;
    /* margin:30px 0; */
}
.text-right.error{
    color:var(--white);
}
.justify-content-center{
    justify-content: center;
}
.text-right.error a{
    color:var(--white);
}
.logo {
    max-width:50%;
}
.logo.ui{
    height: 80px;
    align-items: center;
    align-self: center;
}
.checkBoxAgree{
    display: flex;
    align-items: start;
    gap:10px;
    width:90%;
    margin:auto;
    color:var(--content_color);
}
.checkBoxAgree a:hover{color:var(--webinar_color);}
.checkBoxAgree a{
    color:var(--content_color);
}
.checkBoxAgree label{
    text-align: start !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: "Be Vietnam Pro";
}
.agenda p{
    padding-left:50px;
    font-style:italic;
}
body{
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    font-family: "Be Vietnam Pro" !important;
}
.pad-left-50{
    padding-left:50px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.125rem 3rem;
    /* background-image: url('https://jakomeet.com/demo/img/register_banner.png'); */
    background-color:var(--content_color);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:24px;
    border-radius: 12px;
    color:var(--white);
}
.header.register{
    justify-content: center;
}
.header.index{
    justify-content: center;
}
.base-content-h2-title{
    color: #000066;
    text-align: start;
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
}
.base-content-h3-title{
    color: #000066;
    text-align: start;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}
.color-yellow{
    color:#e6b600;
}
.base-content-p-desc{
    color: #000066;
    font-size: 18px;
    font-weight: 300;
    line-height: 166.667%;
    margin-bottom: 28px;
}


.people-grid{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:14px 0;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-space{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.people-info{
    background-color:#FBF8F8;
    padding-bottom:1px;
    border-radius: 12px;
}
.session-title {
    display: flex;
    align-items: center;
    background-color:var(--content_color);
    border-radius: 12px;
}
.session-title p{
    display: flex;
    justify-content: center;
    width: 33%;
    background-color: var(--webinar_color);
    color:var(--white);
    padding: 23px;
    font-size: 18px;
    border-top-right-radius: 100px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.session-title h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    width:67%;
    text-align: center;
}
.moderator{
    display: flex;
    flex-flow:column;
    align-items: center;
    width:25%;
    text-align: center;
}
.speakers{
    display: flex;
    flex-flow:column;
    align-items: center;
    flex:1;
    text-align: center;
}
.speakers .name{
    font-size: 16px;
    font-weight: 600;
    line-height: 20.24px;
    opacity:1;
    color:#000066;
}
.moderator .name{
    font-size: 16px;
    font-weight: 600;
    line-height: 20.24px;
    opacity:1;
}
.moderator p, .speakers p{
    color: var(--content_color);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.5;
}
.moderator .title , .speakers .title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:14px;
    border-radius: 82px;
    border: 1px solid var(--webinar_color);
    padding:8px;
    text-align: center;
    opacity:1;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.77px;
 
}
.moderator .title::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M10.828 7.828a4 4 0 1 0-5.656-5.656 4 4 0 0 0 5.656 5.656M3.05 14.05A7 7 0 0 1 15 19H1a7 7 0 0 1 2.05-4.95' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.speakers .title::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 16 21' fill='none'%3E%3Cpath d='M15 10a7 7 0 0 1-7 7m0 0a7 7 0 0 1-7-7m7 7v4m0 0H4m4 0h4m-4-8a3 3 0 0 1-3-3V4a3 3 0 1 1 6 0v6a3 3 0 0 1-3 3' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.moderator img, .speakers img{
    width:100px;
    margin-bottom: 15px;
    border-radius:50%;
}


.m-auto{
    margin:auto;
}
.mt-40{
    margin-top:40px;
}
.mb-16{
    margin-bottom:16px !important;
}
h3{
    margin-top:10px;
}
.h-100v{
    min-height: 100vh;
}
.h-100{
    height: 100%;
}
.col-xs-12,.col-md-12,.col-sm-12{
    padding:0;
}
.container{
    width:100% !important;
    padding:0;
    /* height:100%; */
}
.height-100{
    height:100%;
}
.gap-10{
    gap:10%;
}
.gap-16{
    gap: 16px;
}
.margin-bottom-24{
    margin-bottom: 24px;
}
.margin-bottom-36{
    margin-bottom: 36px;
}
.d-flex{
    display:flex;
}
.flex-column{
    flex-flow:column;
}
.justify-content-around{
    justify-content: space-around;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.col-sm-6{
    width:50%;
}
.font-size-14{
    font-size:14px;
}

.center-column{
    display: flex;
    flex-flow:column;
    justify-content: center;
    align-items: center;
}
.between-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mt-14{
    margin-top:14px;
}
.row-padding-10{
  padding:0 10px; 
}

footer{
    margin-top:116px;
    display: flex; 
    align-items:center;
    background-color: #333;
    justify-content: space-between;
}
.mw-footer{
    padding:36px 0;
    max-width: 1344px;
    width: 100%;
    margin: auto;
}
.mw-footer div:first-of-type{
    display: flex;
    align-items: center;
    gap:36px;
}
.mw-footer .email{
    color:var(--white);
    display: flex;
    flex-flow: column;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
}
.page-size{
    max-width:1344px;
    margin:auto;
    padding:0 10px;
}
.socials a{
    text-align: center;
    display: block;
    border-radius: 15px;
    z-index: 1;
    text-decoration: none;
}
.footer-powered{
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
    opacity: 0.5;
}
.footer-powered a{color:var(--white);}

@media screen and (max-width: 500px) {
    .people-grid div{
        width:100%;
    }

}

@media screen and (max-width: 734px) {
  .row{
        height:unset;
  }

}

@media screen and (max-width: 991px) {
    .index{
        height:100%;
        padding:0 30px;
    }
}
 
@media screen and (max-width: 769px) {
    .moderator{
        width:100%;
    }
    .pad-left-50{
        padding-left:20px;
    }
    .agenda p{
        padding-left:20px;
    }
    .speakers .name{
        font-size:14px;
    }
    .base-content-h2-title{
        font-size:22px;
        font-weight: bold;
    }
    .session-title h3{
        font-size:20px;
    }
    .base-content-p-desc{
        font-size:16px;
    }
    .logo{max-width:43%;}
    .logo.ui
    {    height: 40px;
        align-items: center;
        align-self: center;}
    .people-grid{
        flex-wrap:wrap;
        gap:30px;
        justify-content: center;
        padding:0 20px;
    }
    .session-title p{
        width:45%;
        padding:17px;
        font-size:16px;
    }
    .header.register{
    justify-content: center;
    }
    .mb-40{
        margin-bottom:40px;
    }
    .col-sm-6{
        width:100%;
    }
    .mobile-flex-column{
        flex-flow:column-reverse;
    }
    .index{
        height:100%;
        padding:0 10px;
    }
    .chat-container{
        height:250px;
    }
    .between-row{
        flex-flow:column;
        gap:30px;
    }
    /* h1{
        font-size:30px !important;
    } */
    .header h1{
        font-size:24px;
        width:80%;
        text-align: center;
    }
    .inside-header{
        flex-flow:column;
        padding:2rem 1rem;
    }
    .header{
        padding:0;
    }
}

