﻿

.top-nav-con {
    font-size: 1.3rem;
}

    .top-nav-con li {
        width: 100px;
        position: relative;
    }

    .top-nav-con img {
        width: 18px;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 5px;
}

.video-sec {
    width: 80%;
    border-right: 3px solid #000000;
}

.option-sec {
    width: 20%;
}

.main-sec {
    display: flex;
}

.navbar {
    margin-bottom: 0px;
    background: #292929;
    border: none;
}

.side-sec-heading {
    padding: 10px 15px;
    font-size: 20px !important;
    border-bottom: 1px solid #d7d7d7;
    color: #f4f4f4;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover {
    color: #888;
}

.chat-sec {
    padding: 10px 10px 0px 10px;
}

.chat-msg-sec {
    height: calc(100vh - 187px);
    overflow-y: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #d9d9d9;
}

/* width */
.chat-msg-sec::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

/* Track */
.chat-msg-sec::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.chat-msg-sec::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    .chat-msg-sec::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.cust-msg-sec {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 75%;
    margin-bottom: 10px;
    margin-left: 10px;
}

img.cust-img {
    width: 30px !important;
}

.cust-msg {
    background: aliceblue;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.presenter-msg {
    background: #eeeeee;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.presenter-msg-sec {
    display: flex;
    align-items: center;
    width: 75%;
    margin-right: 0px;
    justify-content: end;
    gap: 5px;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.type-int {
    padding: 20px 10px;
    border-radius: 8px;
}

.chat-type-sec {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.main-sec {
    display: flex;
    height: calc(100vh - 58px);
    background-color: #1f1f1f;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.d-inline-block {
    display: inline-block;
}

.btn-send {
    position: absolute;
    right: 15px;
    background: transparent;
}

.live-sec {
    padding-top: 30px;
    color: #b8b8b8 !important;
}

.navbar-default .navbar-nav > .active > a span {
    display: block;
    width: 100%;
    background: #00c1b3;
    height: 3px;
    border-radius: 50px;
}

.navbar-default .navbar-nav > .active > a {
    background: transparent !important;
    color: #d9d9d9;
}



.wed-sec {
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 106px);
}

    /* width */
    .wed-sec::-webkit-scrollbar {
        width: 8px;
        border-radius: 30px;
    }

    /* Track */
    .wed-sec::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 30px;
    }

    /* Handle */
    .wed-sec::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 30px;
    }

        /* Handle on hover */
        .wed-sec::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.form-input {
    margin-bottom: 5px;
}

.wed-title {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-custom {
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
    background: #00c1b3;
    color: white;
}

.wed-con {
    background: #ffffff1c;
    padding: 16px 10px;
    border-radius: 13px;
}

.presenter-con {
    background: #ffffff1c;
    padding: 20px 10px;
    border-radius: 13px;
    text-align: center;
    margin-bottom: 15px;
}

.per-name {
    color: white;
    margin-top: 10px;
    font-size: 23px;
}

@media (max-width:767px) {
    .main-sec {
        flex-direction: column;
    }

    .video-sec, .option-sec {
        width: 100%;
        border: 0px;
    }

    .main-sec {
        height: auto !important;
    }

    .live-sec {
        padding-top: 17px;
        color: #b8b8b8 !important;
    }
}


#payer-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.presentericon {
    border-radius: 37px !important;
}

.option-sec {
    display: none;
}

    .option-sec.active {
        display: block;
    }





/*    ============modal shhow */
.webinar-name {
    font-size: 40px !important;
    margin: 20px 0px !important;
    color: #00bcae !important;
}

.btn-join {
    background: #ff032d !important;
    color: #f8f8f8 !important;
    font-size: 47px !important;
    padding: 3px 59px !important;
    font-weight: 600 !important;
    border-radius: 8px;
}

    .btn-join:hover {
        color: #fff !important;
        border: 1px solid #ff032d !important;
        border-radius: 8px;
    }

.user-img {
    width: 50px !important;
    margin-top: 20px !important;
}

.modal-body {
    background: #030f40 !important;
}

.user-name {
    color: white !important;
    margin-top: 0px !important;
    font-size: 25px !important;
}

.webinar-dialog {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.webinar-modal .modal-body {
    padding: 40px !important;
}

.webinar-top {
    font-size: 60px !important;
    font-weight: 800 !important;
    color: #ffff;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .btn-join {
        padding: 5px 10px !important;
    }
}

.webinar-modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    align-items: center !important;
    display: flex !important;
    background: #0bb2a3 !important;
}

    .webinar-modal .modal-lg {
        width: 1200px !important;
        max-width: 100% !important;
    }

    .webinar-modal .modal-body {
        height: 600px !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

.user-img {
    border-radius: 50%;
}

.pre-con {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.isShow {
    display: none;
}

.d-none {
    display: none !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #d9d9d9 !important;
    background-color: transparent;
}

.web-title-main {
    font-size: 20px;
}

.wed-con-main {
    margin-bottom: 20px;
}

.wed-title.wed-title-main {
    font-size: 18px;
}


.text-white {
    color: white;
}

.cust-radio {
    position: relative;
    top: 2px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.form-check-label span {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
}

.info-text {
    font-size: 16px;
    color: #ebebeb;
}

.btn-action {
    background: #00c1b3;
    color: white;
    width: 100%;
    font-size: 18px;
}

    .btn-action:hover {
         color: #00c1b3;
        background: transparent;
        border: 1px solid #00c1b3;
        color: #ffff;
        background: #00c1b3;
        border: 1px solid #00c1b3;
    }

.side-img {
    width: 100%;
}

.spancolor {
    color: #10d710;
}

label.question {
    color: #fff !important;
}

p.chatusername {
    font-weight: 800;
    color: #00c1b3;
    margin-bottom: 0px;
}

.imgchat {
    border-radius: 14px !important;
}

.noti {
    position: absolute;
    background: red;
    color: #ffff;
    border-radius: 23px;
    padding: 9px;
    width: 26px;
    left: 61px;
}

.count-sec {
    position: absolute;
    top: 3px;
    background: #00c1b3;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    right: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    font-weight: 600;
}
.chat-user-name {
    text-align: left;
    font-weight: 600;
    color: #00bbae;
    font-size: 15px;
    margin-bottom: 5px;
}


.waitbg {
    background: url('../../assets/webinarloop2/imgs/SignInbg.jpg') no-repeat scroll center center / cover;
    height: 100vh;
}
.scrolling {
    overflow-y:auto;
}
.padddings {
    padding-top: 3rem !important;
}
    
.timebox1 {
    display: inline-block;
    margin: 0px 0px;
    padding: 4% 8% 4% 3%;
    text-align: center;
    border-radius: 9px;
    color: #cc142e;
background-image: url('/Content/img/timer.png');
font-size: 20px;
    background-repeat: no-repeat;
    width: 5%;
    height: 36%;
}
.hrs {
    margin-top: 0px;
    display: block;
}
.w600 {
    font-weight: 600;
}

.md14 {
    font-size: 14px;
}
.md36 {
    font-size: 36px;
}
.mb50{margin-bottom:50px;}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.wd{
    max-width:630px !important;
}

#clock li {
    background-color: #12151E;
}
.bg-wait {
    background-color: #3B436A !important;
}

.presenterdis {
    display: inline-block;
    width: 30%;
}
.sizesfont{
    font-size:100%!important;
}
.lifontsize{
    font-size:129%!important;
}
.fontsizep {
    font-size: 200% !important;
}
.presenternamefontsize {
    font-size: x-large!important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 150%!important;
}
.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -18px !important;
    width: 100% !important;
    font-size: 133%!important;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    color: #6c757d;
    white-space: nowrap;
    font-size: 100% !important;
}





.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex !important;
    align-items: center !important;
}
.modal-web {
    background: transparent !important;
    border: 0px;
    box-shadow: none;
}
    .modal-web .modal-body {
        background: none !important;
    }

.wel-text {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 20px;
}

.wel-btn {
    background: linear-gradient(180deg, rgba(0, 120, 174, 1) 0%, rgba(0, 201, 187, 1) 100%);
    color: white;
    font-size: 2.5rem;
    border: 0px solid;
    border-radius: 10px;
    max-width: 100%;
    width: 500px;
    padding: 15px 20px;
    margin-top: 20px;
}

.web-modal-sec {
    background: #c2f3f0;
    border-radius: 35px;
    padding: 100px 40px;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

@media (max-width:767px) {
    .wel-btn {
        font-size: 1.5rem;
        max-width: 100%;
        width: 250px;
        padding: 10px 20px;
    }
}

.modal-web-main {
    background: url("../../assets/img/login/bgimg.jpg");
    background-size: cover;
    background-position: top center;
}
.web-modal-text {
    color :#015e67;
}
.cust-logo{
    width:300px;
    max-width:100%;
}
.web-title-1 {
    color: #006e77 !important;
    font-weight: 600;
}
.wel-btn:hover {

    outline: 1px solid #00aea4 !important;
    color: #00aea4 !important;
    box-shadow: none;
    outline: 0px;
    background: transparent;
}
.justify-content-between {
    justify-content: space-between !important;
}

body .toast-item-wrapper .toast-title {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.5rem !important;
}
body .toast-item-wrapper .toast-message {
    font-size: 1.4rem !important;
}
body .toast-item-wrapper .toast-close {
    font-size: 1.8rem !important;
}
body .toast-item-wrapper.success-toast {
    background-color: #00c1b3 !important;
    border: 1px solid #00c1b3 !important;
}