﻿#reg_banner {
    max-width: 160px;
    margin: 0 auto 0 auto;
    right: 10px;
}

.margin5 {
    margin:5px;
}
#reg_title {
    margin: 10px auto 10px auto;
    padding: 6px 22px 5px 22px;
    line-height: 1;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    border-radius: 3em;
    color: #016699;
    background-color: #ffffff;
    border: 5px solid #016699;
    width: fit-content;
    width: -moz-fit-content;
}

#rbl_session {
    color: #5770b7;
    font-weight: bolder;
    font-size: 22px;
    background: #ffffff;
    height: 45px;
    margin: 20px 0;
    border-radius: 10px;
}

.remark {
    background:#ffffff; 
    margin: 0px auto 14px auto;
    width: auto;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 550;
    color: #855D3A;
    border-radius: 10px;
   
}

.segment_title {
    /* background-color: #fff8b8; */
    text-align: center;
    border-radius: 6px;
    /* color: #716d6d; */
    color: #11689b;
    /* font-size: 16px; */
    font-size: 19px;
    font-weight: bolder;
    width: fit-content;
    padding: 8px 8px 5px 8px;
}

.info_panel {
    background-color: #ece975;
    margin: auto auto 12px auto;
    border-radius: 10px;
    padding-bottom: 10px;
}

.ac-input-text {
    margin-right:-20px !important;
}

.input-text {
    margin: 0px 0px 5px 0px;
    color: #11689b;
    font-weight: bold;
    border-radius: 7px;
    font-size: 18px;
}

.input-text input {
    border: 0px solid #efefef !important;
    background-color: #fff9cc;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 0px 10px;
    font-size: 18px;
}


#btn_get_sms {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    border-radius: 1.5em;
    padding: 9px;
    font-size: 16px;
    font-weight: bolder;
    white-space: normal;
    margin-top: -3px;
    color: #11689b;
}


.space_line {
    height: 92px;
}

#div_sms {
    text-align: right;
}

#count_message {
    font-size: 16px;
    font-weight: bolder;
    word-break: break-all;
    width: auto;
    color: #505050;
    text-align: center;
    padding: 20px;
    margin-top: -20px;
}

#btn_submit {
    background-color: #11689b;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    padding: 16px 20px 16px 20px;
    border-radius: 14px;
    width:400px;
    margin:20px auto;
    position: relative;
    }

#end_msg {
    font-size:26px;
    font-weight:bold;
    margin:40px;
    margin-bottom:500px;
    text-align:center;
}
.hid {
    display:none;
}

.name_input input{
    width:calc(100% - 40px);
}

.fa_icon {
    position:absolute;
    font-size:30px;
    margin:2px 0 0 10px;
}

#profile {
    position: fixed;
    top: 20%;
    left: calc(50% - 290px);
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    border: 5px solid #008dcd !important;
    width: 580px;
    height: 470px;
}

#speaker_photo {
    text-align: center;
}

    #speaker_photo img {
        width: 180px;
    }

#sp-name {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #2595a1;
    /*width: 240px;*/
    margin: 10px auto;
    padding: 5px;
    border-radius: 20px;
}

#sp-intro div {
    /*
    height: 30px;
    font-size: 18px;
        */
    font-weight: bolder;
    color: #136d77;
    margin: 5px 0;
}

.sp-into-remark div {
    margin: 10px auto;
}

#close-profile {
    font-size: 36px;
    position: absolute;
    right: 20px;
    top: 0px;
}


#speaker-intro {
    background: #008dcd;
    padding: 10px 8px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 5px 4px 0 0;
    height: 44px;
    word-break: break-all;
}

#shuttle-timetable {
    background: #996301;
    padding: 10px 8px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 5px 0 0 4px;
    height: 44px;
}


.route-video {
    width: 120px !important;
}

@media only screen and (max-width: 650px) {

   .cop-main-container .cop-main {
    bottom: auto;
    }

    #reg_banner {
        padding:30px;
        margin-top:-20px;
    }
    #reg_title {
        margin-top:-20px;
    }
    .remark {
    font-size: 16px;
    }
    #txt_sms_token {
       margin-left: -22px;
       width: calc(100% + 22px);
    }
    #btn_submit {
       width:auto;
       margin:auto;
       margin-bottom: 20px;
    }

      #reg_title {
        font-size: 18px;
    }

    #shuttle-timetable {
        margin: 5px 0 0 0;
    }

    #profile {
        top: 40%;
        left: unset;
        margin: 30% auto;
        width: fit-content;
        position: relative;
    }

    #speaker-intro {
        padding: 10px 8px;
        height: unset;
        max-width: 200px;
    }

    #speaker_photo {
        width: calc(100vw - 90px);
        text-align: center;
    }

    #sp-intro {
        height: 380px;
        overflow-y: overlay;
    }

        #sp-intro div {
            height: unset;
            font-size: 16px;
            margin: 4px;
        }


}

.lab {
  background:#855D3A;
  padding: 4px 5px;
  border-radius: 10px;
  color: #ffffff;
}

.speaker span {
    font-size: 24px !important;
    font-style: italic;
}
.rw10 span {
    color: #FC2747;
}
.rw10 {
    margin:5px 0;
}
.inline {
    display: inline-block;
    margin: 2px 2px 2px 0px;
}
.reg_bal {
    color:#f56600;
}

.disbtn {
    background-color: #cfcfcf !important;
}


#rbl_session input[type=radio] {
    margin: 0px 2px 0px 10px;
    transform: scale(1.5);
}

#rbl_session label {
    font-size: 18px;
}


.route-video {
    background: #01997d;
    padding: 10px 8px;
    border-radius: 10px;
    color: #ffffff;
    width: 110px;
    text-align: center;
    cursor: pointer;
    margin: 5px 4px 0 0;
    height: 44px;
}


#video-remark {
    width: 400px;
    text-align: left;
    background: #ffffff;
    padding: 4px;
    border-radius: 10px;
    border: 4px solid #c54a4a;
}

#video-selection-close {
    text-align: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
}

#pop-video-selection {
    position: fixed;
    top: 20%;
    left: calc(50% - 200px);
    width: 400px;
    padding: 0px 10px 10px 10px;
    background: #ffffff;
    border: 5px solid #ff4a4a;
    border-radius: 20px;
    height: 155px;
}

.vditem {
    background: #ed7373;
    margin: 12px auto;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
    border-radius: 20px;
    width: 300px;
}

.pop-video {
    position: fixed;
    top: 10%;
    left: calc(50% - 200px);
}

.video-close {
    font-size: 26px;
    position: absolute;
    right: -4px;
    top: -20px;
    background: black;
    text-align: center;
    color: #ffffff;
    width: 36px;
    border-radius: 100%;
}
