﻿.p-t-70 {
    padding-top: 70px;
}

.tab-pane {
    padding: 30px 0px;
}

    .tab-pane h4 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .tab-pane h6 {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
    }


.planbox .card {
    background: #fbfbfb;
    border: 1px solid #eee;
    margin: 50px auto;
    padding-bottom: 30px;
    padding: 10px;
}

    .planbox .card:hover {
        box-shadow: 2px 2px 9px #ddd;
    }

.planbox {
    width: 90%;
    margin: 0 auto;
}

    .planbox .plan-name {
        background: transparent;
        border-bottom: .05rem solid #636060;
        border-radius: .1rem;
        color: #636060;
        cursor: pointer;
        display: inline-block;
        font-size: 1rem;
        /*height: 1.8rem;
            line-height: 1rem;*/
        outline: 0;
        padding: .35rem .4rem;
        text-align: center;
        text-decoration: none;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        white-space: nowrap;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        font-weight: bold;
    }


    .planbox .card-header {
        background: transparent;
    }

.planlist .col-md-4:nth-child(2) .card {
    zoom: 1.1;
    margin: 30px auto;
}

.planbox .price {
    font-size: 35px;
    line-height: 30px;
    margin: 30px auto 0px;
}

.planbox .card-title p.smalltag {
    color: #50596c;
    font-weight: bold;
    margin-bottom: 30px;
}

.text-gray {
    color: #acb3c2;
}

.btn-group-block {
    background: #5faaff;
    border: .05rem solid #5faaff;
    border-radius: .1rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    line-height: 1.5rem;
    outline: 0;
    padding: .35rem .4rem;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    width: 150px;
    text-align: center;
    margin: 30px auto 0px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1rem;
}

.features li {
    padding: .4rem 0;
    margin: 0;
    text-align: center;
    color: #636060;
}

    .features li.border-bottom {
        border-bottom: 1px solid #ddd;
    }

.success-page {
    padding: 20px;
}

.circle {
    color: green;
    background: #f9f9f9;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 27px;
    margin: 10px auto 20px;
}

.payment-modal h4 {
    font-size: 1.8rem;
    color: #50596c;
    line-height: 50px;
    margin-bottom: 0px;
}

.payment-modal {
    background: #f1f1fc;
    padding: 10px;
    margin: 10px;
}

.horizontal-flow.status i {
    font-size: 38px;
    display: block;
    margin: auto 8px;
    color: green;
}

.horizontal-flow p {
    color: #50596c;
}

.horizontal-flow.status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-modal-table {
    padding: 20px;
}

    .payment-modal-table table {
        text-align: left;
        width: 100%;
    }

        .payment-modal-table table thead {
            border-bottom: 1px solid #ddd;
        }

    .payment-modal-table th, .payment-modal-table td {
        padding: 10px;
    }

    .payment-modal-table .table-price {
        background-color: #c7c7c7;
        text-align: right;
    }

    .payment-modal-table tr.footertotal {
        background-color: #ececec;
        font-weight: 600;
        text-align: right;
    }

    .payment-modal-table p {
        font-size: 14px;
        font-weight: bold;
    }

.send-btn-icon {
    background: #5faaff;
    border: .05rem solid #5faaff;
    border-radius: .1rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    justify-content: space-around;
    align-items: center;
    outline: 0;
    padding: .35rem .6rem;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.content {
    margin: 30px 60px;
}

.content-box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    display: flex;
    text-align: left;
}

    .content-box i {
        font-size: 25px;
        margin-right: 10px;
    }

.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}

.nav-tabs .nav-link:hover {
    color: #5ea9ff;
    background-color: #fff;
    border-color: #fff;
    border-bottom: 2px solid #5ea9ff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #5ea9ff;
    border-color: #fff;
    border: 2px solid #5ea9ff;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-item i {
        margin-right: 10px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 27px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.green-box {
    border: 10px solid #4caf50;
    position: relative;
    background: #f8f9fa;
    border-radius: .1rem;
    color: #667189;
    padding: 4.2rem 1.6rem;
    text-align: center;
    margin: 0px auto 50px;
}

    .green-box i {
        font-size: 36px;
    }

    .green-box .button {
        background: -webkit-gradient(linear,left top,right top,from(#4099ff),to(#73b4ff));
        color: white;
        padding: 10px 17px;
        margin: 10px auto;
        border: 0px;
        border-radius: 4px;
        display: inline-block;
    }

    .green-box::after {
        content: "✓";
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 25px;
        width: 40px;
        color: white;
        background: rgb(76, 175, 80);
    }

.sidebar-button {
    display: flex;
    background: -webkit-gradient(linear,left top,right top,from(#4099ff),to(#73b4ff));
    color: white;
    padding: 10px 17px;
    margin: 10px auto;
    border: 1px solid;
    border-radius: 4px;
    width: 56%;
}

    .sidebar-button:hover {
        color: #4099ff;
        border: 1px solid #4099ff;
        background: #fff;
    }

.sidebar-bottom {
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #ddd;
    background: #fff;
    width: 19%;
    height: 10vh;
    text-align: center;
}

.sidebar-button i {
    padding-right: 10px;
}

.upgrade-plan {
    background: #fff;
    border: 1px solid #ddd;
}

.upgrade-info .card-body {
    box-shadow: 1px 1px 4px #ddd;
}

.upgrade-plan table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.upgrade-plan table th {
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.bg-eee {
    background: #eee;
}

.upgrade-plan .price {
    background: #acb3c2;
    color: #fff;
    font-weight: 600;
}

.paynowbutton {
    display: flex;
    background: -webkit-gradient(linear,left top,right top,from(#4099ff),to(#73b4ff));
    color: white;
    padding: 10px 17px;
    margin: 10px 0px;
    border: 1px solid;
    border-radius: 4px;
    width: auto;
}

textarea.form-control {
    padding: 8px 11px;
}

.active-plan .planbox {
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 4px;
    width: 95%;
}

    .active-plan .planbox .card-title p.smalltag {
        margin-bottom: 0px;
    }

    .active-plan .planbox .plan-name {
        text-align: left;
    }

    .active-plan .planbox .card {
        background: #fff;
        margin: 0 auto;
        border: 0px;
        border-radius: 0;
    }

        .active-plan .planbox .card:hover {
            box-shadow: none;
        }

    .active-plan .planbox .card1 {
        background: #fbfbfb;
        height: 100%;
    }

    .active-plan .planbox .plan-name {
        border-bottom: 0px;
        font-weight: normal;
    }

.active-plan .features li {
    text-align: left;
}

.active-plan .features {
    padding: 0px 10px;
}

.active-plan .btn-group-block {
    margin: 0px 10px 10px;
}

.activebtn {
    border: 1px solid;
    background: green;
    padding: 10px;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px 0px;
}

.inactivebtn {
    border: 1px solid;
    background: Red;
    padding: 10px;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px 0px;
}

.active-plan .btn.plan-name h4 {
    font-size: 18px;
}

input[type=radio] {
    vertical-align: middle;
}

.box input[type=radio] {
    vertical-align: sub;
    width: 18px;
    height: 18px;
}

.dataplanoption {
    border: 1px solid #ddd;
    margin: 0px 12px;
    padding: 15px 7px;
}

    .dataplanoption .card {
        background: #f1f1fc;
        border-radius: 0px;
    }

    .dataplanoption .box {
        background: #fff;
        padding: 10px;
    }

        .dataplanoption .box h5 {
            font-weight: 600;
        }

    .dataplanoption table td {
        padding: 8px;
        border: 1px solid #eee;
    }

.detail-box {
    border: 1px solid #ddd;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

    .detail-box .border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
        margin: 15px 0px;
    }

    .detail-box h3 {
        margin-bottom: 20px;
    }

    .detail-box .btn-primary {
        background: -webkit-gradient(linear,left top,right top,from(#4099ff),to(#73b4ff));
        border-color: #4099ff;
        padding: 12px;
    }


.detail-short {
    background: #eee;
    padding: 15px 25px;
    color: #333;
    width: 80%;
    margin: 0 auto;
}

    .detail-short a {
        color: #4099ff;
    }

/*****22-10-20*********/
.cart_page_form td.data-center {
    text-align: center;
}

.cart_page_form td.amount-right {
    text-align: right;
}

.billing-table {
    padding: 10px 0px;
}

.my_setting_content_details {
    padding: 0px 18px 18px 18px;
}

.thanku h3 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.thanku span {
    font-size: 26px;
    color: yellowgreen;
}

.thanku h3 i {
    font-size: 40px;
    color: yellowgreen;
}

.thanku {
    margin: 0 auto;
    display: table;
    width: 53%;
    box-shadow: 1px 1px 9px #d8d3d3;
    padding: 15px 10px;
}

    .thanku table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .thanku .subscribe-plan {
        background: #eee;
        padding: 13px 15px;
    }

/******** Integration page***********/
.zoom-heading {
    color: #414857;
    line-height: 1.8rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.zoom-form {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: .3rem;
}

    .zoom-form input {
        webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        background-image: none;
        border: .05rem solid #caced7;
        border-radius: .1rem;
        color: #50596c;
        display: block;
        font-size: 14px;
        height: 2.4rem;
        line-height: 1rem;
        max-width: 100%;
        outline: 0;
        padding: .35rem .4rem;
        position: relative;
        transition: all .2s ease;
        width: 100%;
    }

    .zoom-form button#btnSave {
        background: #5755d9;
        border-color: #4b48d6;
        color: #fff;
    }
/********End Integration page***********/

/******** Meeting Index page***********/
.live-btn {
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid green;
}

    .live-btn:hover {
        background: #fff;
        color: green;
        border: 1px solid green;
    }

.coursebox {
    border: 1px solid #ddd;
    background: #f3f3f3;
}

.chatbox {
    border: 1px solid #ddd;
    background: #fff;
    /*padding: 15px;*/
}

    .chatbox .main-chatheading {
        font-size: 20px;
        width: 50%;
        padding:10px;
    }

        .chatbox .main-chatheading span {
            font-size: 12px;
        }

.circle-img {
    background: #bcbdbf;
    border-radius: 100%;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
}

.coursedetail {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    background-color: #fff;
}

    .coursedetail h5 span {
        font-size: 12px;
    }

    .coursedetail h5 {
        padding-left: 10px;
    }

    .coursedetail li {
        cursor: pointer;
    }

    .coursedetail ul {
        height: 500px;
        overflow-y: auto;
        padding-left:0px;
    }

    .coursedetail li:hover {
        background: #dad8d8;
    }
    .coursedetail li:active {
        background: #dad8d8;
    }

.paddingright {
    padding-right: 0px !important;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    height: 40px;
    width: 240px;
}

.topnav button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 40px;
}

.btncircle {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 4px;
}

.learner-detail {
    border: 1px solid #ddd;
    /*margin-top: 20px;*/
}
    .learner-detail ul{
        padding-left:0px;
    }

    .learner-detail h5 span {
        font-size: 12px;
    }

    .learner-detail li {
        padding: 10px;
        cursor: pointer;
    }

        .learner-detail li:hover {
            background: #dad8d8;
        }

    .learner-detail h5 {
        padding-left: 10px;
    }

.chat-detail {
    border: 1px solid #ddd;
    padding: 10px;
}

.learner-detail ul {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
    /* width */
    .learner-detail ul::-webkit-scrollbar, .coursedetail ul::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .learner-detail ul::-webkit-scrollbar-track, .coursedetail ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .learner-detail ul::-webkit-scrollbar-thumb, .coursedetail ul::-webkit-scrollbar-thumb {
        background: #bfbaba;
    }

        /* Handle on hover */
        .learner-detail ul::-webkit-scrollbar-thumb:hover, .coursedetail ul::-webkit-scrollbar-thumb:hover {
            background: #adaaaa;
        }
.coursedetail h5{
    font-size:18px;
}

/********End Meeting Index page***********/
/******* add people css*********/
.peopole-box {
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.paddingleft{
    padding-left:0px !important;
}
.chat-description {
    margin-left: 10px;
}
.chat-description h5 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.chat-img img {
    background: #bcbdbf;
    border-radius: 100%;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
}

.chat-message-box {
    padding: 15px;
}
.chatbox input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 3px;
    width: 88%;
}
.chatbox button {
    padding: 10px 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
}
.peopole-box p {
    font-size: 18px;
    color: #4099ff;
}
.peopole-box svg {
    font-size: 18px;
    color: #4099ff;
}
.chat-description span {
    font-size: 12px;
    align-items: center;
    justify-content: center;
}




.chatbox .dropbtn {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.input-box-section {
    border-top: 1px solid #ddd;
    padding: 15px;
}

.chatbox .dropdown {
    position: relative;
    display: inline-block;
}

.chatbox .dropdown-content {
    display:none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    overflow: auto;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .chatbox .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.chatbox .dropdown a:hover {
    background-color: #ddd;
}

.chatbox .show {
    display: block;
}
.chat-inner-box {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.chatbox .dropbtn:focus{
    outline:none;
}
button#search:focus{
    outline:none;
}
div#dvlearnerlist {
    font-size: 14px;
    font-weight: bold;
}
.mm-menu {
    background: transparent!important;
}
#myDropdown span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor:pointer;
}

/******** Meeting Index page for Chat msg Css***********/
.senderchatbox {
    background: #c0d6e0;
    padding: 10px 5px;
    color: #333;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-left: 10px;
    word-break: break-all;
}

.recevierchatbox {
    background: #dadbde;
    padding: 10px 5px;
    color: #333;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-left: 10px;
    word-break: break-all;
}

.inner {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: column-reverse;
}

.status.Online {
    background: #26c281;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /*top: 24px;
    left: 26px;*/
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.status.Offline {
    background: #6e7375;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /*top: 24px;
    left: 26px;*/
    position: absolute;
    right: 5px;
    bottom: 0px;
}
/******** Meeting Index page for Chat msg Css***********/
.answer {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}
.btn-play {
    background-color: #878889;
    padding: 7px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right:5px;
}
.ul-vidlist{
    padding-left:0px;
}

.ul-vidlist li a {
    display: flex;
    align-items: flex-start;
    padding:  10px;
}
.ul-vidlist li a:hover{
    background:#ddd;
  
}
#video-slider .video-height {
    height: 100vh;
}


