@charset "utf-8";
/*Start: Reset CSS*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box
}

html {
    overflow: unset !important;
}
/* custom */
.youtubeSlider .slick-next,.youtubeSlider .slick-prev{
bottom:12%;
}
.youtubeSlider img{
    max-height: 100vh;
}
.ul-with-line>.flex-row{
    position: relative;
}
.tooltip-inner {
    white-space: pre-wrap;
}
.ul-with-line li:last-child::before{
content: none;
}
.ul-with-line>.flex-row::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 88%;
    border-left: 2px dotted #CCC;
}
/* custom css end */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, hr, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}

html {
    height: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

input:disabled {
    cursor: not-allowed;
}

/*END: Reset CSS*/
body {
    font-family: Open Sans !important;
    color: #1A1A1A;
    font-size: 14px;
}

.text-right {
    text-align: right !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}


.w-40 {
    width: 40% !important;
}


.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
    display: flex;
}

.mainSec {
    width: 100%;
    min-height: 800px !important;
    font-family: Open Sans !important;
}

.title h3 {
    font-size: 17px;
    font-family: Open Sans !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 26px;
}


.tab-Title {
    font-size: 24px;
    font-family: Open Sans !important;
    font-weight: 800;
    margin: 0 0 20px;
    padding: 0 0 20px;
    line-height: 26px;
    border-bottom: 1px solid #efefef;
    color: #4d4d4f;
}

.tab-sub-title {
    font-size: 17px;
    font-weight: 700;
    font-family: Open Sans !important;
    margin-bottom: 15px;
}

.signInPage {
    background-image: url(../img/background-02.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;


}

.signUpPage {
    background-image: url(../img/background-02.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

    padding-top: 80px;
    padding-bottom: 40px;

}


.billingAddressPage {
    background-image: url(../img/background-01.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 80px !important;
}

.paymentInformationPage {
    background-image: url(../img/background-01.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px !important;
}

.allpopupContainer {
    width: 430px;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.checkoutContainer {
    width: 720px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.inputIcon {
    position: absolute;
    top: 17px;
    right: 0;
    height: 38px;
    width: 38px;
}

.option_RadioCheck {
    position: relative;
    height: 26px;
    margin-bottom: 10px;
}

.option_RadioCheck input[type=checkbox], .option_RadioCheck input[type=radio] {
    display: none;
}

.option_RadioCheck label {
    position: relative;
    height: 25px;
    padding-left: 30px;
    min-width: 25px;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.option_RadioCheck label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    z-index: 1;
}

.option_RadioCheck label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 3px;
    background: transparent;
    top: 8px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.option_RadioCheck label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.option_RadioCheck input[type=checkbox]:checked + label:after, .option_RadioCheck input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.option_RadioCheck input[type=checkbox]:checked + label:before {
    background-color: #278AE5;
    border-color: #278AE5;
}

.btn {
    padding: 7px 15px;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
}

.btn-outline {
    border: 1px solid #278AE5;
    background-color: #fff;
    color: #278AE5;
    font-weight: 600;
}

.btn-user-delete {
    background-color: #fff;
    color: rgb(236, 94, 95);
    border-color: rgb(236, 94, 95);
    font-weight: 600;
    padding: 2px 10px;
    line-height: 18px;
}

.btn-license-delete {
    padding: 2px 10px;
    line-height: 18px;
}

.btn-primary {
    background-color: #278AE5;
    color: #fff;
    border-color: #278AE5;
}

.btn-red, .btn-danger {
    background-color: rgb(236, 94, 95);
    color: #fff;
    border-color: rgb(236, 94, 95);
}


img {
    max-width: 100%;
}

.link {
    color: #278AE5;
    text-decoration: underline;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.grayTxt {
    color: #BABABA;
}

.darkgrayTxt {
    color: #828282;
}

.dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dots .dot {
    width: 5px;
    height: 5px;
    background: #278AE5;
    border-radius: 50%;
    margin-right: 2px;
    margin-left: 2px;
}

.visaIcon {
    right: 10px;
}


.container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

header {
    height: 80px;
}

.thankyouPage {
    min-height: calc(100vh - 80px);
}

.tyInner {
    text-align: center;
}

.tyInner h2 {
    font-size: 25px;
    line-height: 1;
}

.tyInner h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

.three_step_form.slickslider.slick-initialized.slick-slider {
    overflow-x: hidden;
}

.error-danger {
    color: #721c24;
    display: block;
    margin-top: 5px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

header.header-thankyou {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: 80px !important;
}

header .content a.logo {
    display: inline-block;
    width: 230px !important;
}

.pricePay {
    display: block;
    margin-top: 22px;
    padding-bottom: 10px;
    text-align: left;
    color: #278AE5;
    font-size: 15px;
}

.navigation {
    display: none !important;
}

.home .navigation {
    display: inline-block !important;
}

.home #menu-login {
    float: right;
}

.myAccountPage {
    background: #e3eff4;

}

.myAccountPage .step1 {
    margin-top: 15px;
}

.myAccountpopupContainer {
    width: 70%;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 90px;
    border: 1px solid #efefef;
    margin-bottom: 40px;
}


#home {
    /* background: url("../img/dashboard.jpg") no-repeat bottom right #fff; */
    min-height: 650px;
}

.myAccountpopupContainer #home .profile-table {

    border: 1px solid #efefef;
}

.myAccountpopupContainer #home .profile-table th {
    width: 30%;
}

.pmpro_table td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.pmpro_table th {
    text-align: left;
    padding: 10px 0px;
}

.profilePage b {
    width: 25%;
    display: inline-block;
}

.profilePage p span {
    width: 140px;
    display: inline-block;
}

.profileContainer p {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.profileContainer p.btnNone {
    border-bottom: none;
    padding-bottom: 0
}

.myMenu h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    font-family: Open Sans !important;
    margin-bottom: 20px;
}

.myMenu ul {
    margin: 0;
    border: 1px solid #efefef;
    background: #fff;
}

.myMenu li {
    margin-bottom: 1px;
}

.myMenu li a {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

.myMenu li a i {
    width: 25px;
}

.myMenu .active a, .myMenu a:hover {
    background: #278AE5;
    color: #fff;
}

.myMenu li:last-child a {
    border-bottom: none;
}

.profile-pic-row h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 21px;
}

.profile-pic-row h4 label {
    font-weight: 500;
    margin-top: 20px;
}


.profile-pic-row h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 15px;
}

.profile-pic span {
    display: block;
    width: 120px;
    height: 100px;
    background: url(../img/profile-pic.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 15px;

}

.profile-pic a {
    color: #278AE5;
    text-align: center;
    display: block;
    width: 120px;
    margin-bottom: 20px;
}

.profilePage {
    padding: 30px;
}

.myMenu {
    border-right: 1px solid #efefef;
    padding: 15px 30px;
}

.emailTxt {
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    display: inline-block;
    font-family: roboto;
}

.emailNotes {
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: roboto;
    margin: 10px 0 -10px 0;
    font-size: 13px;
    color: #828282
}


.signupImg {
    width: 100%;
    margin-top: 20px;
    height: 250px;
    background: url("../img/signup.png") no-repeat top center;
}

@media (max-width: 1440px) {
    .myAccountpopupContainer {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .myAccountpopupContainer .d-flex {
        display: -ms-flexbox !important;
        display: block !important;
    }

    body.page {
        text-align: left;
    }

    .title h3 {
        margin-bottom: 15px;
    }

    .profilePage b {
        width: 100%;
        margin-bottom: 10px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        min-height: .01%;
        overflow-x: auto;
        padding: 15px;
    }

    .schedule-list .table-responsive {
        padding: 0px;
    }

    .schedule-list .table-responsive table {
        min-width: 900px;
    }

    .pmpro_table {
        min-width: 450px;
    }

    .profilePage {
        padding: 30px 0;
    }
}


.myAccountpopupContainer .btn-right a {
    display: inline-block;
    font-weight: 600;
    font-family: Open Sans !important;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 7px !important;
    width: 100%;
}

.myAccountpopupContainer .btn-right a:last-child {
    margin-right: 0 !important;
}

.schedule-list td {
    vertical-align: middle !important;
}

.schedule-list .dateTimeTd {
    width: 120px;
}

.schedule-list .idLiveTd {
    width: 120px;
}

.schedule-list .topicTd {
    width: 310px;
    word-break: break-all;
}

.liveBtn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: -4px;
    color: #ec5e5f;
    line-height: 22px;
    padding: 0px;
}

.liveBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ec5e5f;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.meetingId {
    width: 85px;
    display: inline-block;
}

.modal-header h6 {
    clear: inherit !important;
}

#confirmSchedule .modal-header h6 {
    color: #278AE5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0 -20px;
    margin-bottom: 15px;
}

#confirmSchedule .modal-body h6 {
    font-size: 16px;
}

#confirm_live_stream .modal-header h6 {
    color: #278AE5;
    margin-bottom: 0px;
}

#confirm_live_stream .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    text-align: left;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body h6 {
    font-size: 16px;
}

.notes {
    font-style: italic;
    margin-top: 10px;
    line-height: 18px;
}

.myAccountpopupContainer .btn-info {
    background-color: #fff;
    color: #278AE5;
    border-color: rgb(39, 138, 228, 0.2) !important;
}

.myAccountpopupContainer .btn-info i {
    margin-right: 5px;
}

.remove_streaming_schedule {
    background: #278AE5;
    transition: all 0.5s;
    color: #fff;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -15px;
}

.myAccountpopupContainer .text-right a {
    border-color: rgb(39, 138, 228, 0.2) !important;
}

.myAccountpopupContainer .text-right a:hover {
    background: rgb(39, 138, 228, 0.1) !important;
    transition: all 0.5s;
}

.myAccountpopupContainer .btn-right {
    text-align: left;
    margin-bottom: 10px;
}

.addNewCard {
    padding: 0 10px;
    font-size: 16px;
    max-width: 50%;
    margin-bottom: 15px;
}

.addNewCard label {
    display: inline-block;
    margin-left: 10px;
}

.inline-block.buyStream {
    display: inline-block;
}

.inline-block.buyStream.hidden {
    display: none;
}

.inline-block.enableStream {
    display: inline-block;
}

.inline-block.enableStream.hidden {
    display: none;
}

input#termscondition {
    display: inline-block;
    float: left;
    width: auto;
    margin: 3px 10px 0px 0px;
}

label a {
    color: #278ae5;
}

.table {
    width: 100%;
}

.table td, .table th {
    vertical-align: top;
    padding: 10px 0px;
}

.profile-table {
    width: 100%;
}

.profile-table th {
    width: 25%;
}

.profile-table td {
    padding-left: 10px !important;
}

.profile-table td, .profile-table th {
    padding: 10px 15px;
    text-align: left;
    /* width: 25%; */
    vertical-align: top;
}

.redTxt {
    color: #ff0000;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.optTxt {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    font-size: 12px;
    line-height: 15px;
}

.helpIcon span {
    background: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 15px;
    font-size: 11px;
}

.helpIcon b {
    position: absolute;
    width: 320px;
    bottom: 0;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
    left: 13px;
    display: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.helpIcon:hover b {
    display: block;
}

span.helpIcon {
    position: relative;
}

.sweet-alert h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
}

.sweet-alert .lead {
    margin-bottom: 30px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 5px;
}

#addLicense .modal-content {
    max-width: 430px;
}


#cancelSubscription .modal-content {
    max-width: 430px;
}


#cancelSubscription .modal-body p {
    line-height: 21px;
    margin-bottom: 10px;
    text-align: left;
}

#cancelSubscription .close {
    line-height: 24px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: transparent;
    line-height: 24px;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#tbl-invoice, #tbl-meeting {
    width: 100% !important;
    min-width: 630px;
}

.btn-sm {
    padding: 3px 10px !important;
}

#change-password {
    max-width: 390px;
    margin-left: 26%;
}

.dataTables_length label, .dataTables_filter label {
    line-height: 34px;
}

#tbl-invoice_wrapper {
    margin-top: 15px;
}

.dataTables_length select {
    margin-left: 50px !important;
}

.dataTables_length select, .dataTables_length input,
.dataTables_filter select, .dataTables_filter input {

    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 10px;
}

.dateFilter label {
    width: 80px;
}

.dateFilter .form-control {
    width: auto;
}

.dateFilter label:nth-child(3) {
    justify-content: flex-end;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable th {
    background: #e5eef7;
    border-bottom: none !important;
}

input#user_profile {
    display: none;
}

div#thumbnail {
    max-width: 120px;
    cursor: pointer;
    position: relative;
}

div#thumbnail img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.disabled {
    pointer-events: none;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    max-height: 50px;
    margin: auto;
    text-align: center;
    line-height: 50px;
}

span.password-validation {
    position: relative;
}

.password-validation span {
    /*background: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 15px;
    font-size: 11px;*/
}

.password-validation b {
    position: absolute;
    width: 280px;
    bottom: 0;
    border: 1px solid #eee;
    overflow: hidden;
    left: 13px;
    display: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 300;
    background-color: #FFF;
}

.password-validation ul li {
    color: #721C24;
    display: block;
    margin-top: 5px;
}

.password-validation:hover b {
    display: block;
}

span.password-validation {
    position: relative;
}

.schedule-list .table td, .schedule-list .table th {
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #efefef;
}

.schedule-list .table td.text-right {
    white-space: nowrap;
}

.schedule-list .table th {
    background: #efefef;
}

.schedule-list .table {
    margin-bottom: 30px;
    border: 1px solid #efefef;
}


#tbl-users td, #tbl-users th {
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #efefef;
}

#tbl-users th {
    background: #efefef;
}

#tbl-users {
    margin-bottom: 30px;
    border: 1px solid #efefef;
}

#scheduleMeeting .modal-content {
    max-width: 500px;
}

#confirmSchedule .modal-content {
    max-width: 400px;
    text-align: center
}

#confirm_live_stream .modal-content {
    max-width: 400px;
    text-align: left;
    border-radius: 5px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.myAccountpopupContainer .btn-schedule {
    color: #fff;
    border-color: #FF9800;
    background-color: #FF9800;
}

a.btn-link {
    color: #278ae5;
}

.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

#copyInvitation .modal-content {
    max-width: 500px;
}

.btmbrd {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.modal-title {
    margin-bottom: 0px;
}

.addNewUser-wrap {
    border: 1px solid #efefef;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}

#btn-add-license {
    margin-top: -5px;
    margin-bottom: 10px;
}

.myLicenseTbl {
    font-size: 14px;
    float: right;
}

.myLicenseTbl span {
    display: inline-block;
    padding: 0 8px;
    color: #ccc;
}

.myLicenseTbl td, .myLicenseTbl th {
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #efefef;
}

.addNewUser-wrap .inputIcon {
    position: absolute;
    top: 24px;
    right: 10px;
    height: 38px;
    width: 38px;
}


/* dashboard page */
@media (max-width: 600px) {
    #home a.btn.btn-red.mr-2 {
        margin-bottom: 15px;
    }

    #home {
        background: #fff !important;
    }
}


@media (min-width: 768px) and (max-width: 800px) {
    div#profile .w-50 {
        width: 100% !important;
    }

    div#profile .pr-3, div#profile .px-3 {
        padding-right: 0rem !important;
    }

    div#profile .pr-2, div#profile .px-2 {
        padding-right: 0rem !important;
    }

    div#profile .pl-2, div#profile .px-2 {
        padding-left: 0rem !important;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    div#invoices .mb-2.mt-2.d-flex.flex-row.align-items-center.dateFilter {
        display: grid !important;
    }

    div#invoices .ml-4, div#invoices .mx-4 {
        margin-left: 0 !important;
    }

    div#invoices .mr-2, div#invoices .mx-2 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    div#invoices .dateFilter label:nth-child(3) {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .myLicenseTbl {
        float: none;
    }

    .myLicenseTbl span {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .accountlist-wrap {
        overflow: auto;
    }

    .accountlist-wrap table {
        min-width: 800px;
    }

    .tbl-meeting-wrap {
        overflow: auto;
    }

    .tbl-meeting-wrap table {
        min-width: 800px;
    }

    .billingAddressPage .form-group {
        margin-bottom: 1rem;
        position: relative;
        width: 100% !important;
    }

    .billingAddressPage .d-flex {
        display: -ms-gridbox !important;
        display: grid !important;
    }

    .billingAddressPage .pr-3, .billingAddressPage .px-3 {
        padding-right: 0rem !important;
    }

    .billingAddressPage .w-50 {
        width: 100% !important;
    }

    .billingAddressPage .justify-content-between {
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important;
    }

    .billingAddressPage .fw-500 {

        text-align: center;
    }

    .checkoutContainer {
        width: 420px !important;
        padding: 20px;
        background-color: #fff;
        border-radius: 5px;
        position: relative;
    }

    .checkoutContainer .helpIcon b {
        width: 240px;
    }

    .billingAddressPage {
        padding-bottom: 80px !important;
    }

    div#profile #change-password {
        max-width: 390px;
        margin-left: 0% !important;
        margin-top: 15px;
    }

    div#profile .inputIcon {
        top: 24px;
    }

    div#profile .pr-3, div#profile .px-3 {
        padding-right: 0rem !important;
    }

    div#profile .w-50 {
        width: 100% !important;
    }

    div#profile .pr-2, div#profile .px-2 {
        padding-right: 0rem !important;
    }

    div#profile .pl-2, div#profile .px-2 {
        padding-left: 0rem !important;
    }

    div#profile div#edit-profile {
        margin-top: 10px;
    }

    div#invoices .mb-2.mt-2.d-flex.flex-row.align-items-center.dateFilter {
        display: grid !important;
    }

    div#invoices .mr-2, div#invoices .mx-2 {
        margin-right: 0rem !important;
        margin-bottom: 15px !important;
    }

    div#invoices .dateFilter label:nth-child(3) {
        justify-content: flex-start;
    }

    div#invoices .ml-4, div#invoices .mx-4 {
        margin-left: 0rem !important;
    }

    div#invoices .dataTables_length select {
        margin-left: 20px !important;
    }

    div#invoices div#tbl-invoice_filter {
        margin-bottom: 15px;
    }

    div#invoices div#tbl-invoice_wrapper {
        overflow: scroll;
    }

    div#billing .addNewCard {
        padding: 0 10px;
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    div#meetings .mb-2.mt-2.d-flex.flex-row.align-items-center.dateFilter {
        display: grid !important;
    }

    div#meetings .ml-4, div#invoices .mx-4 {
        margin-left: 0 !important;
        margin: 15px 0;
    }

    div#meetings .dateFilter label:nth-child(3) {
        justify-content: flex-start;
    }

    div#meetings .mr-2, div#meetings .mx-2 {
        margin-right: 0rem !important;
        margin-top: 15px;
    }

    div#meetings .dataTables_length select {
        margin-left: 20px !important;
    }

    div#meetings div#tbl-meeting_filter {
        margin-bottom: 10px;
    }

    #btn-add-license {
        margin-top: -5px;
        width: 100%;
        margin-bottom: 15px;
    }

    .addNewUser-wrap .w-30 {
        width: 100% !important;
    }

    .addNewUser-wrap {
        padding: 15px 15px 15px 15px;
    }

    .tab-content.p-4 {
        padding: 15px 0 !important;
    }

    .myAccountpopupContainer {
        margin-top: 40px;
    }

    .streaming_schedule .w-33, .streaming_schedule .w-30, .streaming_schedule .w-50 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .addCardDiv {
        display: flex;
        text-align: left !important;
    }

    .addCardDiv label {
        padding-right: 15px;
    }

}

@media (max-width: 801px) {
    div#billing .w-50 {
        width: 100% !important;
    }

    div#billing .pr-3, div#billing .px-3 {
        padding-right: 0rem !important;
    }

    div#billing .w-20 {
        width: 100% !important;
    }

    div#billing .w-30 {
        width: 100% !important;
    }

    div#billing .w-40 {
        width: 100% !important;
    }

    .myAccountpopupContainer .btn-right a {
        width: 100%;
    }
}


@media (min-width: 801px) and (max-width: 904px) {
    .popCont_body .w-20 {
        width: 40% !important;
    }

    .popCont_body .d-flex.flex-column .w-50 {
        width: 100% !important;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    div#meetings .mb-2.mt-2.d-flex.flex-row.align-items-center.dateFilter {
        display: grid !important;
    }

    div#meetings .ml-4, div#invoices .mx-4 {
        margin-left: 0 !important;
        margin: 15px 0;
    }

    div#meetings .dateFilter label:nth-child(3) {
        justify-content: flex-start;
    }

    div#meetings .mr-2, div#meetings .mx-2 {
        margin-right: 0rem !important;
        margin-bottom: 15px;
    }
}


/*---- dashboard page end ------*/

button[type=button]:disabled {
    background: #dddddd;
    border-color: #dddddd;
}

#users h6 {
    clear: both;
}

.tml-rememberme-wrap a {
    margin-bottom: 10px;
}

.tml-submit-wrap {
    clear: both;
}

.streaming-schedule-box, .streaming-schedule-box1 {
    background-color: #fefefe;
    margin: 15px 0;
    padding: 20px;
    border: 1px solid #ced4da;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.mdTitle {
    font-size: 15px;
    font-weight: 600;
}

.myAccountpopupContainer .text-right #btn-add-schedule:hover {
    background: rgb(39, 138, 228, 1) !important;

}

.btn-streaming {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}

label.inline {
    display: inline-block;
}

.live_stream .mr-45 {
    margin-left: 45px !important;
}

.live_stream .live_stream_date {
    margin-bottom: 10px;
    max-width: 180px;
}

.live_stream label {
    display: inline-block;
}

.live_stream label.hidden {
    display: none;
}

.live_stream span.step {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.live_stream .step1 {
    background: #f7ac26;
}

.live_stream .step2 {
    background: #df686e;
}

.live_stream .step3 {
    background: #00bcd4;
}

.live_stream .dataInput {
    position: relative;
    overflow: hidden;
    display: block;
    width: 180px;
}

.live_stream .dataInput i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #278AE5;
    pointer-events: none;
}

.w180 {
    min-width: 180px
}

.dataInput .error-danger {
    margin-bottom: 10px;
}

.broadcastsList {
    margin-bottom: 30px;
}

.broadcastsList b {
    margin-right: 10px;
}

a#download-invoice img {
    margin: 0 auto;
}

.btn-red-outline {
    color: rgb(236, 94, 95);
    border: 1px solid rgb(236, 94, 95, 0.2) !important;
    background: #fff !important;
}

.broadcast-meetings {
    border: 1px solid #efefef;
    padding: 15px 15px 0;
    margin-bottom: 30px;
}

a[data-toggle="tooltip"] {
    background: #278ae5;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    margin-left: 6px;
    margin-top: -2px;
    display: inline-block;
}

.ui-widget-shadow {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

@media (max-width: 801px) {
    .streaming-schedule-box .w-50, .streaming-schedule-box .w-20, .streaming-schedule-box .w-70 {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .live_stream .step2 {
        float: left;
    }

    .live_stream #btn-add-live_stream {
        clear: both;
        display: block;
        max-width: 120px;
        margin-top: 10px;
    }
}

.custo-tooltip {
    width: 100% !important;
}