:root {
    --primary-color: #467fd0;
}

.navbar-brand {
    padding-top: 0;
}

.feedback-form label:not(.form-check-label) {
    font-weight: 400;
}

label.error {
    color: #e01024;
    margin: 0;
    font-size: 13px;
}

.btn-primary {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25098039215686274);
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.meeting-icons {
    width: 29px;
    height: 17px;
}

.hide-invite {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.bbb-modal .form-response {
    padding: 15px 0;
}

.bbb-modal .form-response .meeting-join-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bbb-auth-modal .form-response h4,
.bbb-modal .form-response h4 {
    font-size: 20px;
    font-weight: 400;
}

.bbb-auth-modal .auth-block {
    min-height: 250px;
}

.bbb-form .form-control label {
    font-size: 15px;
    margin-bottom: 10px;
}

.bbb-form .form-control {
    background: #ededed;
    border: 0;
}

.form-control {
    font-size: 14px;
}

.bbb-form .btn.btn-primary {
    background-color: #467fd0;
    border-color: #467fd0;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #467fd0;
    border-color: #467fd0;
}

.advanced-option .card-header {
    padding: 0;
    border: 0;
    background-color: none;
}

.bbb-form .btn-advanced-option {
    background-color: #ededed;
}

.bbb-form .advanced-option .form-check-label {
    font-size: 14px;
}

.bbb-form .form-action {
    margin-top: 30px;
}

.bbb-form .input-group-append .input-group-text {
    border: 0;
    padding: 0px 10px;
}

.bbb-modal,
.bbb-auth-modal {
    background: rgba(74, 114, 176, 0.78);
}

.bbb-modal .close,
.bbb-auth-modal .close {
    right: 0;
    z-index: 2;
}

.form-title {
    margin-bottom: 35px;
}

.form-title h2 {
    font-size: 26px;
    font-weight: 400;
}

.bbb-auth-modal .modal-body {
    padding: 50px;
}

.bbb-auth-modal .auth-image {
    text-align: center;
    position: relative;
}

.bbb-auth-modal .auth-image img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
}

.auth-form-title {
    margin-bottom: 30px;
}

.auth-form-title h2 {
    font-size: 26px;
    font-weight: 400;
}

.auth-form-title h2 a {
    color: #212529;
}

.auth-form-title h2 a.active {
    color: #007bff;
}

.bbb-auth-form .form-action {
    margin-top: 15px;
}

.bbb-auth-form .form-control {
    font-size: 14px;
    padding: 6px 10px;
}

.bbb-auth-form .captcha-note {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    line-height: 1.8em;
}

.toggle-password {
    position: absolute;
    top: 10px;
    font-size: 15px;
    cursor: pointer;
}

.register_info {
    position: absolute;
    top: 10px;
    font-size: 15px;
    cursor: pointer;
    right: -20px;
}

.bbb-auth-form .toggle-password {
    right: 10px;
}

.reset-password-form .toggle-password {
    right: 25px;
}

.auth-block .alert-danger ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.col-half-offset {
    margin-left: 1.166666667%
}

#collapseRecurring .card-body {
    padding: 13px;
}

.my-rooms,
.my-recordings {
    margin-top: 10px;
    width: 100%;
}

.roomsGrid .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    orphans: 1;
    widows: 1;
}

.roomsGrid .card {
    border-radius: 15px;
    margin-bottom: 40px !important;
    border-style: solid;
    border-width: 3px;
    min-height: 170px;
    max-height: 170px;
    -webkit-box-shadow: 0 2px 15px #dedede, inset 0 0 15px #e8e8e8;
    -moz-box-shadow: 0 2px 15px #dedede, inset 0 0 15px #e8e8e8;
    -o-box-shadow: 0 2px 15px #dedede, inset 0 0 15px #e8e8e8;
    box-shadow: 0 2px 15px #dedede, inset 0 0 15px #e8e8e8;
}

.roomsGrid .card .card-title {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 5px;
}

.roomsGrid .card .card-title:last-child {
    margin-bottom: 5px;
}

.roomsGrid .card .card-title:hover a {
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.roomsGrid .card .card-title .room_rename_txt {
    border: none;
    padding: 0 10px;
    outline: none;
    width: 100%;
    text-align: center;
}

.roomsGrid .card-body {
    padding: 6px 10px;
    padding-bottom: 0;
}

.roomsGrid .card-body p {
    margin-bottom: 0;
}

.roomsGrid .card-body p.view-password {
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 40px;
    padding-left: 10px;
}

.roomsGrid .card .card-footer {
    padding: 0;
    background: none;
    border: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.roomsGrid .card .card-footer .row {
    margin-right: 0;
    margin-left: 1px;
}

.roomsGrid .card .card-footer .edit_room,
.roomsGrid .card .card-footer .delete_room {
    color: #212529;
}

.roomsGrid .card .card-footer .invite,
.roomsGrid .card .card-footer .edit,
.roomsGrid .card .card-footer .share,
.roomsGrid .card .card-footer .delete {
    padding: 6px 6px;
}

.connectsGrid .card .card-footer .delete {
    padding: 6px 6px;
}

.roomsGrid .card .card-footer .run {
    padding: 6px 6px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: -12px -6px 20px -8px rgba(70, 70, 70, 1);
    -moz-box-shadow: -12px -6px 20px -8px rgba(70, 70, 70, 1);
    box-shadow: -3px -1px 20px -8px rgba(70, 70, 70, 1);
}

.roomsGrid .card .card-footer .start-meeting {
    color: #fff;
}

.view-password i {
    cursor: pointer;
}

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: var(--primary-color);
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.my-meetings {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
}

.my-meetings .head {
    background: url("../images/sun.png") no-repeat 95% center;
    padding: 15px 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    background-size: 25% 75%;
}

.my-meetings .title {
    padding: 15px 15px;
}

.my-meetings ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.my-meetings ul li {
    margin-bottom: 15px;
    line-height: 1.8em;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.my-meetings ul li .list-meta {
    margin-bottom: 6px;
}

.my-meetings ul li .list-meta .date {
    color: #467fd0;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.my-meetings ul li .list-meta .clipboard {
    color: #212529;
    font-size: 13px;
}

.my-meetings ul li .list {
    background: #f1f1f1;
    border-radius: 4px;
}

.my-meetings ul li .list .meeting-type {
    padding: 4px 6px;
    background: #467fd0;
}

.my-meetings ul li .name {
    padding: 4px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 220px;
}

.my-meetings ul li .join {
    padding: 4px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 4px;
    background: #467fd0;
}

.my-meetings ul li .join a {
    color: #fff;
}

.my-meetings ul li:last-child {
    border-bottom: none;
}

.my-meetings ul li p:last-child {
    margin-bottom: 10px;
}

.my-meetings ul li p {
    margin: 0
}

.error_text {
    text-align: center;
    color: #dc3545 !important;
    font-weight: 400;
}

.loading_data {
    padding: 8% 0;
    text-align: center;
}

#meetingFilter {
    border: 1px solid rgba(0, 0, 0, .15);
    background: none;
}

#meetingFilter:focus {
    box-shadow: none;
}

.my-meetings .meeting-body {
    padding: 8px 8px;
    padding-top: 0;
    overflow-y: scroll;
    height: 49vh;
}

#recordingsData table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    white-space: nowrap;
}

#recordingsData table td {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

#recordingsData tr td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: solid 1px #cccccc;
}

#recordingsData tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: solid 1px #cccccc;
}

#recordingsData tr td:first-child,
#recordingsData tr td:last-child {
    width: 10%
}

#recordingsData tr td:nth-child(2) {
    width: 45%
}

#recordingsData tr td:nth-child(3) {
    width: 35%
}

#recordingsData {
    margin-top: 20px;
}

#recordingsData .recordItem {
    border-radius: 6px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 6px 6px 12px -5px rgba(219, 219, 219, 1);
    -moz-box-shadow: 6px 6px 12px -5px rgba(219, 219, 219, 1);
    box-shadow: 6px 6px 12px -5px rgba(219, 219, 219, 1);
}

#recordingsData .recordItem .itemCell:not(:first-child) {
    padding: 12px 15px;
}

#recordingsData .recordItem .itemCell:nth-child(2) div {
    font-weight: 400;
    font-size: 15px;
}

#recordingsData .recordItem .itemCell:first-child {
    -webkit-box-shadow: 6px 10px 20px -8px rgba(70 70 70);
    -moz-box-shadow: 6px 10px 20px -8px rgba(70 70 70);
    box-shadow: 6px 10px 20px -8px rgb(70 70 70);
    border-bottom-right-radius: 25px;
    padding: 12px 20px;
    text-align: center;
}

#recordingsData .recordItem .itemCell:last-child a:first-child {
    margin-right: 7px;
}

#recordingsData .recordItem .itemCell:last-child a:last-child {
    margin-left: 7px;
}

#recordingsData .recordItem .itemCell:first-child a {
    color: #fff;
}

#recordingsData .recordItem .itemCell:first-child i {
    font-size: 18px;
}

.nav-link {
    color: #3c4043;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
    color: #467fd0;
}

a:hover {
    color: #467fd0;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 8px 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #467fd0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.7rem;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

#main {
    z-index: 3;
}

.dashboard .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.dashboard .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dashboard .dropdown-toggle {
    font-weight: 400;
    font-size: 15px;
}

.dashboard .dropdown-menu .dropdown-item {
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    nav.landing ul {
        text-align: center;
    }

    nav.landing ul li {
        white-space: pre-wrap !important;
        display: inline-block !important;
        float: none !important;
    }

    .nav-menu a {
        padding: 6px 8px !important;
    }

    .nav-menu a.register {
        padding: 4px 8px !important;
    }

    .bbb-auth-modal .auth-image {
        display: none !important;
    }

    .bbb-auth-modal .auth-block {
        padding: 0;
    }

    .personal-actions button {
        width: auto !important;
    }

    .personal-actions button img {
        width: 40px !important;
        height: 40px !important;
    }

    .personal-actions button span {
        padding: 8px 10px !important;
    }

    .room-listing .card {
        width: 220px;
        margin: 0 auto;
    }

    .feedback_rating .bar-rating a {
        width: 23px !important;
        height: 25px !important;
        line-height: 1.8 !important;
    }

    .feedback_rating .rate-label span:first-child {
        flex: 0 0 75.666667%;
        max-width: 75.666667%;
    }

    .feedback-form {
        padding: 0 !important;
    }

    .monthly-plan-view .card {
        width: 100% !important;
    }

    .monthly-plan-view .card:first-child {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 3px;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #635551;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu a.login {
    background-color: #467fd0;
    color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.nav-menu a.register {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #467fd0;
    border-radius: 4px;
    padding: 4px 20px;
    margin-right: 15px;
}

.nav-menu li:first-child:hover a {
    color: #467fd0;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #ff5821;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #ff5821;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #473d3a;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #ff5821;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(43, 37, 35, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 60vh;
    background: url("../images/banner.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 0;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    z-index: 2;
}

#hero h1 {
    margin: 0 0 40px 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8em;
}

#hero .get-started-icon {
    font-size: 24px;
    background: #ff5821;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    padding: 10px 32px 10px 32px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 4;
    border: 1px solid #fff;
}

#hero .btn-get-started:hover {
    background: #467fd0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 1024px),
(max-height: 768px) {
    #hero {
        height: 80vh;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 80vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 100vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff9f7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.meeting-actions .col:not(.disabled) .action-box {
    cursor: pointer;
}

.meeting-actions .col a {
    color: #212529;
}

.meeting-actions .col:first-child .action-box {
    padding: 20px 20px;
}

.meeting-actions .action-box {
    padding: 30px 20px;
    background: #467fd0;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 500ms cubic-bezier(0.22, 0.84, 0.57, 1.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;

}

.meeting-actions.dashboard .action-box {
    margin-bottom: 20px;
}

.meeting-actions .action-box:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0 8px 16px 0;
    z-index: 10;
}

.action-box img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.action-box:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.meeting-actions .disabled h3 {
    opacity: 0.5;
}

.meeting-actions .disabled:hover h3 {
    opacity: 1;
}

.meeting-actions h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.personal-actions button {
    border: 1px solid #e2eeff;
    background: transparent;
    padding: 0;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0px 2px 6px rgb(217 232 253);
    width: 180px;
    text-align: center;
}

.personal-actions button span {
    display: inline-block;
    padding: 10px 15px;
}

.personal-actions button img {
    background: #467fd0;
    padding: 6px 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    float: right;
    width: 45px;
    height: 45px;
}

.personal-actions button:focus {
    outline: 0;
}

.personal-actions .new {
    color: #212529;
}

.personal-actions .new i {
    font-size: 16px;
}

.personal-actions button:nth-child(2),
.personal-actions button:nth-child(3) {
    margin-right: 15px;
    margin-bottom: 20px;
}

.meeting-actions.dashboard {
    margin-bottom: 1px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #ffffff;
    font-size: 14px;
    background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: rgba(70, 127, 208, 1);
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
}

#footer .footer-top .footer-contact span {
    color: #FF8400;
}

#footer .footer-top .footer-product {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links:last-child {
    margin-bottom: 0;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    margin-bottom: 30px;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.user-option-tabs span {
    opacity: 0.5;
}

.user-option-tabs.active span {
    font-weight: 500;
    opacity: 1;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/* contact page */
.page-title .subtitle {
    font-size: 28px;
}

#contactForm {
    padding: 25px 40px;
    box-shadow: 0 4px 11px -5px rgba(0, 0, 0, .4);
    margin-left: 25px;
}

#contactForm input {
    font-size: 14px;
}

/* check email register */
.check-email {
    position: absolute;
    right: -39px;
    top: 3px;
    width: 31px;
    height: 31px;
}

/* rating styles */
.feedback_rating .bar-rating {
    height: 45px;
}

.feedback_rating .bar-rating a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #e3e3e3;
    border-radius: 6px;
    margin: 2px;
    text-decoration: none;
    font-weight: 400;
    line-height: 2.2;
    text-align: center;
    color: #b6b6b6;
}

.feedback_rating .bar-rating a.active,
.feedback_rating .bar-rating a.selected {
    background-color: var(--primary-color);
    color: white;
    border: 0;
}

#cke_1_bottom {
    display: none;
}

.records-listing .show_limit {
    position: relative;
    margin-left: 5px;
    font-size: 12px;
}

.play-icon {
    cursor: pointer;
}

/* checkout */
.table.summary thead th {
    font-size: 16px;
    font-weight: 500;
}

.table.summary tbody td {
    font-size: 16px;
    font-weight: 400;
}

.table.price tbody td {
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
}

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

/* my connect list */
.connect-listing .card {
    padding: 0;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 2px 8px #e8e8e8, 0 0 8px #e8e8e8;
    border-radius: 12px;
    border-left: 10px solid transparent;
}

.connect-listing .card .card-body {
    padding: 0;
    padding-top: 4px;
    padding-bottom: 3px;
}

.connect-listing .card .card-body>span {
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.connect-listing .card .card-footer {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
}

.connect-listing .card .card-footer a {
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 6px 14px;
    color: #fff;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 10px;
}

.recording-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
}

.update-recording-desc {
    border: none;
    padding: 0 0px;
    outline: none;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.event {
    border: 1px solid rgba(0, 0, 0, .15);
    background: none;
}

.dashboard-search {
    margin-right: 164px;
    margin-left: 162px;
    margin-top: 4px;
}

.full-tabs>ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.full-tabs>ul.nav.nav-tabs>li {
    float: none;
    display: table-cell;
}

.full-tabs>ul.nav.nav-tabs>li>a {
    text-align: center;
}

.full-tabs>ul.nav.nav-tabs>li>a.active {
    background-color: #467fd0;
    color: white;
}

.responsive-iframe {
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.list-events {
    overflow-y: auto;
    height: 45vh !important;
}

.mysubscription-menu {
    color: #FFF;
    background: #467fd0;
}

.subscription-sub-menu {
    margin-left: 1.5rem;
}

.menu-home-link {
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
}

.myconnect-tab-popover .popover-body,
.myzoint-tab-popover .popover-body,
.myrecording-tab-popover .popover-body {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 2px 8px #b0a9a9;
    width: 225px;
    height: 115px;
}

.myzoint-tab-popover .popover-body {
    padding: 16% .75rem;
}

.myrecording-tab-popover .popover-body {
    padding: 17% .75rem;
}

.myconnect-tab-popover .popover-body {
    padding: 12% .75rem;
}

.subscription-icon-popover .popover-body {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 2px 8px #b0a9a9;
    width: 350px;
    height: fit-content;
}

.myzoint-tab-popover .popover-body h6,
.start-free-popover .popover-body h6,
.myrecording-tab-popover .popover-body h6,
.myconnect-tab-popover .popover-body h6,
.subscription-icon-popover .popover-body h6,
.register-btn-popover .popover-body h6 {
    font-size: 14px;
    text-align: justify;
}

.start-free-popover .popover-body h5,
.register-btn-popover .popover-body h5 {
    font-size: 15px;
}

.start-free-popover .popover-body h5:first-child,
.register-btn-popover .popover-body h5:first-child {
    color: #467fd0;
}

.start-free-popover .popover-body {
    padding: 2% 5%;
    border-radius: 12px;
    border: 0;
    background-color: #FFF;
}

.register-btn-popover .popover-body {
    padding: 2% 5%;
    border-radius: 12px;
    border: 0;
    background-color: #FFF;
}

.register-btn-popover {
    top: 15px !important;
    left: -10px !important;
}

.register-btn-popover.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.register-btn-popover.bs-popover-bottom>.arrow::after {
    top: -30px;
    border-width: 20px;
    border-bottom-color: #fff;
}

.register-btn-popover.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.register-btn-popover.bs-popover-bottom>.arrow::before {
    border-width: 20px;
    top: -30px;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.meeting-share .share-icon {
    height: 40px;
}

.meeting-share .whatsapp-icon {
    height: 45px;
}

.meeting-share .mail-icon {
    height: 53px;
}

.recordItem .itemCell [data-clipboard] img {
    height: 20px;
}

.my-recording-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.list-zoint-members {
    height: 30vh;
    overflow-y: auto;
    margin-top: -26px;

}

.subscription-dollar-icon i {
    margin: 10px;
    font-size: 20px;
    color: #467fd0;
    cursor: pointer;
}

.subscription-dollar-icon img {
    margin: 10px;
    height: 25px;
}

.myconnect-popover-btn,
.myzoint-popover-btn {
    border: none;
}

.help-icon img {
    margin: 10px;
    height: 24px;
}

.modeless {
    top: 82px;
    height: fit-content;
    background: none;
}

.modeless .modal-min.modal-dialog {
    width: 400px !important;
}

.modeless .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modeless .modal-header {
    border: none;
}


.modeless .search {
    padding: 0 7%;
}

.modeless .search .fa-search {
    display: flex;
    align-items: center;
    padding-left: 13px;
    top: 25px;
    position: absolute;
}

.modeless .search input {
    text-indent: 30px;
    border: .0625rem solid transparent;
    border-radius: .5rem;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    color: #202124;
}

.modeless .load-help {
    padding: 10% 5%;
    max-height: calc(100vh - 270px);
    overflow-y: auto;
}

.modeless .load-help h5 {
    font-size: 15px;
    cursor: pointer;
}

.modeless .modal-sm .load-help .help-welcome-img {
    width: 250px;
}

#helpModal .help-back {
    color: #000;
}

#helpModal .help-maximize,
#helpModal .help-minimize {
    color: #000;
}


.social-btn-google {
    border: 1px solid #ced4da;
}

.social-btn-google img {
    height: 14px;
    margin: 4px;
    float: left;
}

.share-icon-popover .popover-header {
    display: none;
}

#noEvents {
    padding: 137px;
}

.showSignin {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.subscription-dollar-icon.notification-view {
    top: -5px;
    position: relative;
}

.highlight-event {
    color: #467fd0;
}

.help-heading .help-sub-menu {
    font-size: 14px;
}

.download-calendar {
    margin-top: 39px;
    margin-bottom: 38px;
}

body {
    font-weight: 400 !important;
}

#allContacts .row div {
    word-break: break-all;
}

.meeting-feedback-not-now {
    float: right;
    position: relative;
    top: -45px;
}

#bbbWebinarModal .webinarCheckDiv label {
    top: 35px;
    left: -30%;
    position: relative;
}

#bbbWebinarModal .customRemainderOption {
    margin-top: -10px;
}

#bbbWebinarModal .webinar-attendee-pwd {
    left: -25px;
    top: -5px
}

#bbbWebinarModal .webinar-host-pwd {
    margin-top: -20px;
    left: -25px;
}

#bbbWebinarModal .advanced-option {
    min-height: 180px;
}

#bbbScheduleModal .scheduleCheckDiv label {
    top: 35px;
    left: -30%;
    position: relative;
}

#bbbScheduleModal .customRemainderOption {
    margin-top: -10px;
}

#bbbScheduleModal .schedule-attendee-pwd {
    left: -25px;
    top: -5px
}

#bbbScheduleModal .schedule-host-pwd {
    margin-top: -20px;
    left: -25px;
}

#bbbScheduleModal .advanced-option {
    min-height: 180px;
}
