/* cyrillic-ext */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2)
        format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2)
        format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2)
        format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: "Montserrat", sans-serif;
}

.white-text {
    color: #fff !important;
}

.card-header {
    border-bottom: 1px solid var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.meeting-pagination {
    overflow-x: auto;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
    ) !important;
    border: 1px solid linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.meeting-list .meeting-card {
    border-left: 3px solid #ddd;
}

.meeting-list .active-meeting {
    border-left: 3px var(--primary-color) solid;
}

.meeting-details .card-header {
    word-break: break-word;
}

footer {
    position: relative;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 10px 1px;
    color: var(--primary-color);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.075);
    font-size: 12px;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    display: inline;
}

.footer-links li {
    display: inline-block;
}

.footer-links li a {
    padding: 0 5px;
}

a {
    color: var(--primary-color) !important;
}

a:hover {
    color: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
}

.navbar {
    background-color: #FFFFFF;
    height: 68px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: unset !important;
    border-bottom: 0.4px solid var(--Neutrals-Neutrals500, #898384);
}

.navbar a {
    color: #2B2829 !important;
}

.navbar .dropdown-menu a {
    color: var(--primary-color) !important;
    font-size: 14px;
    color: black !important;
}

#emptyDetails i {
    font-size: 100px;
    color: var(--primary-color);
}

.invite-list {
    overflow: auto;
    max-height: 400px;
}

#showInvites {
    max-height: 700px;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.meeting-card .card-title {
    display: contents;
}

.btn-link {
    padding: 5px;
}

.form-check-label {
    position: relative;
    margin-left: 7px;
}

.form-check .form-check-label:before {
    content: "";
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: -26px;
    top: 2px;
}

.form-check .form-check-label:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -19px;
    width: 5px;
    height: 10px;
    display: none;
}

.form-check input:checked + .form-check-label:before {
    background-color: var(--primary-color);
}

.form-check input:checked + .form-check-label:after {
    display: block;
}

.form-check input {
    display: none;
}

.application-footer .footer-links li a {
    color: var(--primary-color) !important;
}

.application-header.navbar {
    background: transparent;
    box-shadow: none !important;
}

.application-header .nav-link {
    color: var(--primary-color) !important;
}

#emptyDetails {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

#emptyDetails img {
    margin-bottom: 15px;
}

.btn-group-lg > .btn,
.btn-lg {
    font-size: 14px;
}

.meeting-details .form-group label,
.meeting-details .card-header h5 {
    display: block;
}

.meeting-details .card-header h5 {
    width: 100%;
    text-transform: capitalize;
}

.hide {
    display: none;
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 2px 3px grey;
    display: none;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.show-cookie {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.confirm-cookie {
    float: right;
    width: 100px;
    background-color: #fff;
    color: var(--primary-color);
}

.confirm-cookie:hover {
    color: var(--primary-color);
}

.cookie p {
    margin-top: 0.5em;
    margin: 0;
}

.cookie i {
    font-size: 20px;
}

.cookie a {
    color: #fff !important;
}

/* footer css :: start */

.application-footer {
    position: relative;
    padding: 10px 10px 5px;
    color: var(--primary-color);
    box-shadow: none;
}

.footer-links,
.social-links {
    padding: 0;
    list-style: none;
    display: inline;
}

.footer-links li,
.social-links li {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.social-links li {
    padding: 0 5px;
}

.application-footer p,
.app-footer p {
    /* width: 80%; */
    margin-bottom: 8px;
    font-size: 12px;
}

.application-footer .footer-links,
.app-footer .footer-links {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

.application-footer .footer-links li a,
.application-footer .social-links li a,
.app-footer .footer-links li a,
.app-footer .social-links li a {
    color: var(--font-color);
    transition: all 0.5s ease-in-out;
    padding: 0;
}

.application-footer .footer-links li a:hover,
.application-footer .social-links li a:hover,
.app-footer .footer-links li a:hover,
.app-footer .social-links li a:hover {
    color: var(--primary-color);
}

.application-footer h4,
.app-footer h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.social-data {
    width: fit-content;
    margin-left: auto;
    text-align: center;
}

.footer-links li:first-child {
    padding-left: 0;
}

.footer-links li:first-child a:before {
    display: none;
}

.social-links li:last-child {
    padding-right: 0;
}

.footer-links li a::before {
    content: "";
    position: absolute;
    left: -3px;
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background-color: #ccc;
    top: 7px;
}

main {
    height: 100%;
    min-height: 83vh;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

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

.plan-footer a {
    color: #fff !important;
}

.no-feature {
    text-decoration: line-through;
}

.title-bold {
    font-weight: 700;
}

select {
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* rtl css :: start */

[dir="rtl"] .text-right.filter-options {
    text-align: left !important;
}

[dir="rtl"] .card-text-label {
    float: right;
    padding-left: 5px;
}

[dir="rtl"] #meetingDetail .card-body a {
    float: right;
}

[dir="rtl"] #meetingDetail .card-body a:first-child {
    margin-left: 1.25rem;
}

[dir="rtl"] .ribbon-wrapper.ribbon-lg {
    right: auto;
    left: 0;
}

[dir="rtl"] .ribbon-wrapper.ribbon-lg .ribbon {
    left: -40px;
    top: 20px;
    right: auto;
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}

[dir="rtl"] .chat-header {
    text-align: right;
}

[dir="rtl"] .close-panel {
    right: auto;
    left: 15px;
}

[dir="rtl"] .btn-actions .text-left {
    text-align: right !important;
}

[dir="rtl"] .navbar {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir="rtl"] footer .text-left {
    text-align: right !important;
}

[dir="rtl"] footer .text-right {
    text-align: left !important;
}

[dir="rtl"] .offset-md-1 {
    margin-right: 8.333333%;
}

[dir="rtl"] .card {
    text-align: right;
}

[dir="rtl"] .input-group.float-right {
    float: left !important;
}

[dir="rtl"] .close {
    float: left !important;
    margin-left: 0;
}

[dir="rtl"] .input-group .btn-primary {
    border-radius: 5px 0 0 5px;
}

[dir="rtl"] .text-md-left {
    text-align: right !important;
}

[dir="rtl"] .text-md-right {
    text-align: left !important;
}

[dir="rtl"] .social-data {
    margin-left: 0;
    float: left;
}

[dir="rtl"] footer .text-md-left {
    text-align: right !important;
}

[dir="rtl"] .footer-links li a::before {
    left: auto;
    right: 6px;
}

[dir="rtl"] footer .text-left {
    text-align: right !important;
}

[dir="rtl"] footer .text-right {
    text-align: left !important;
}

/* login section css */

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.auth-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
}

.auth-info {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%; */
    width: 90%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
}

.auth-info.card {
    width: 75%;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #212529;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.auth-info.card .card-header {
    border: 0;
}

.auth-enterdata {
    background: #fcfcfc !important;
    text-align: center;
}
.auth-enterdata .card-body {
    padding: 0 15px;
    flex: none;
    width: 100%;
}
.auth-info .form-control {
    background: transparent;
}

.bg-set {
    background-image: url("/images/background.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.8;
}

.main-authsection {
    border-radius: 5px;
    box-shadow: 2px 3px 5px #ababab;
}

.logo-home {
    width: 190px;
    margin-top: 10px;
    margin-left: 10px;
}

.logo-inner {
    width: 190px;
}

.center-div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alert .close {
    color: #fff;
    opacity: unset;
}

.select2-selection__choice__display,
.select2-selection__choice__remove {
    color: #000 !important;
}

.select2-selection__choice__display {
    padding-left: 5px !important;
}

.user-profile-upload {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}
.user-initial {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#initial {
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}
.user-profile-upload img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.user-profile-upload .user-initial::after {
    content: "+";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #33333363;
    font-size: 40px;
    color: #fff;
    line-height: 2.5;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 0.1s ease-in-out;
    z-index: 2;
}
.edit-profile {
    position: relative;
}
.user-profile-upload input,
.edit-profile input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.user-profile-upload:hover .user-initial::after {
    display: block;
}
.user-avatar {
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: bold;
}
.set-profile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#removeAvatar {
    position: absolute;
    right: 7px;
    top: -5px;
    z-index: 4;
    border-radius: 30px;
    padding: 1px 6px 0px;
}
.table-display {
    display: table;
    width: 100%;
}
.table-display .col-12 {
    display: table-cell !important;
    width: 50%;
    vertical-align: middle;
}
.table-display .auth-text-section {
    border-radius: 5px 0 0 5px;
    background-color: var(--primary-color) !important;
}
.auth-text-section .white-text {
    z-index: 9;
    position: relative;
}
.social-login-links a i,
.social-login-links a i::before {
    color: #fff !important;
}
.fb {
    background-color: #3b5998;
    color: white !important;
}

.twitter {
    background-color: #1d9bf0;
    color: white !important;
}

.google {
    background-color: red;
    color: white !important;
}

.linkedin {
    background-color: #0077b5;
    color: white !important;
}

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.cropper-container {
    width: 100% !important;
}
#navbarSupportedContent .nav-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
}
#previewImage {
    max-width: 100%;
}
.social-login-links .btn {
    width: 35px !important;
    height: 35px !important;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.social-login-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.social-login-links .btn:hover {
    transform: scale(1.1);
}
.cropper-canvas,
.cropper-canvas img {
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
}
.crop-img-section {
    width: 100%;
    height: 100%;
}

#buy-now * {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

#buy-now {
    position: fixed;
    bottom: 50%;
    right: 70px;
    z-index: 10000;
}

#buy-now a {
    color: #ffffff !important;
    z-index: 1001;
    position: absolute;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background: #78a938;
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    padding: 18px;
    text-decoration: none;
    line-height: 1em;
}

#buy-now a span {
    font-size: 14px;
    font-weight: 500;
    left: 8px;
    position: absolute;
    top: 18px;
    width: 100px;
}

#buy-now .buy-now-button {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    background: #ffffff;
    color: #78a938;
    width: 120px;
    padding: 10px;
    padding-right: 20px;
    text-align: center;
    top: 8px;
    border-radius: 5px;
    right: -20px;
    opacity: 0;
    border: 1px solid #78a938;
    cursor: pointer;
}

#buy-now:hover .buy-now-button {
    opacity: 1;
}

@media only screen and (max-width: 1338px) {
    .title-hide {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .auth-info.card {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .auth-container {
        height: 80vh;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0 20px;
    }
    main {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .show-cookie {
        display: block;
        text-align: center;
    }
    /* .cropper-container img {
        height: 100% !important;
        width: 100% !important;
    } */
    .auth-container {
        height: 90vh;
    }
    .table-display .auth-text-section {
        display: none !important;
    }
    .table-display .auth-enterdata {
        border-radius: 5px 0 0 5px;
    }
    .cookie p {
        text-align: left;
    }
    .confirm-cookie {
        float: none;
        margin: auto;
    }
    .meeting-details video {
        height: 200px;
    }
    .video-detail {
        margin-bottom: 10px;
    }
    .profile-tabs .nav-tabs.flex-column {
        flex-direction: unset !important;
        display: flex;
        gap: 5px;
    }
    .profile-tabs .nav-tabs.flex-column .nav-link.active,
    .profile-tabs .nav-tabs.flex-column .nav-link:hover,
    .profile-tabs .nav-tabs.flex-column .nav-link:focus {
        border: 0;
        background-color: var(--primary-color);
        color: #fff !important;
        border-radius: 0.25rem !important;
    }
    .user-initial {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 40px;
        top: 20%;
    }
    .user-profile-upload .user-initial::after {
        line-height: 2;
    }
    .auth-enterdata .card-body {
        padding: 0;
    }
}

@media only screen and (min-width: 1466px) {
    body,
    .btn {
        font-size: 16px;
    }
    .confirm-cookie {
        font-size: 14px;
    }
    footer {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767.25px) {
    .navbar-collapse {
        background: var(--primary-color);
        z-index: 15;
        padding: 0 10px;
    }
    .application-header .nav-link {
        color: #fff !important;
    }
    footer.application-footer {
        color: var(--primary-color);
    }
    .application-footer {
        position: fixed;
    }
    [dir="rtl"] .text-md-left {
        text-align: center !important;
    }
    [dir="rtl"] .text-md-right {
        text-align: center !important;
    }
    [dir="rtl"] .form-group label {
        text-align: right !important;
    }
    [dir="rtl"] footer .text-md-left {
        text-align: center !important;
    }
    [dir="rtl"] footer .text-md-right {
        text-align: center !important;
    }
    [dir="rtl"] .social-data,
    .social-data {
        float: none;
        margin: auto;
    }
    .table-display {
        display: flex !important;
    }
    .table-display .col-12.auth-enterdata {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    #form-reset {
        min-height: 90vh;
    }
}

@media only screen and (max-width: 576px) {
    #emptyDetails {
        transform: none;
        position: relative;
        top: 40px;
        left: 0;
    }
}

@media (min-width: 320px) {
    .meeting-list {
        height: 24vh;
        overflow-y: auto;
    }
}

@media (min-width: 576px) {
    .meeting-list {
        overflow-y: auto;
        min-height: calc(100vh - 400px);
    }
}

@media (orientation: landscape) and (max-width: 1024px) {
    .user-initial {
        font-size: 20px;
    }
}
/* new css meet sachin start  */
.navbar {
    border-bottom: 1px solid #898384;
    opacity: .4;
}
div#metingLandingWrap .video-controls ul {
    background: unset;
    backdrop-filter: unset;
}
div#participantsCanvas .section-header {
    padding: 16px 20px 8px;
    color: #898384;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: unset;
}
h5.canvas-title {
    color: #231F20;
    font-weight: 600 !important;
    font-family: "Source Sans 3", sans-serif;
}

input#searchInput {
    border: 1px solid var(--Main-Colors-Neutral, #898384) !IMPORTANT;
    background: #F9F9F9 !important;
}

button#closeCanvas {
    font-size: 14px;
}
div#participantsCanvas .canvas-header {
    padding: 20px 0 0 20px !important;
}
button.tab-button.active {}

.canvas-search {
    border-bottom: unset !important;
    padding-bottom: 20px !important;
}
div#participantsCanvas .canvas-header {
    border: unset !important;
}
div#participantsCanvas button.tab-button.active {
    color: #898384;
    font-size: 14px;
}

div#participantsCanvas {
    font-family: "Source Sans 3", sans-serif;
    margin: 10px;
    border-radius: 17px;
    height: 96%;
}

span.tab-count {
    width: 21px !important;
    height: 21px;
    display: inline-block;
    border-radius: 50px;
    line-height: 19px;
}
.joinBtn {
    background: #1D4F95;
    color: white;
    border: 0;
    /* padding: 9px 30px; */
    border-radius: 50px;
    width: 300px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
h6.joinMettingDes {
    font-size: 32px !important;
    font-weight: 600 !important;
    font-family: "Source Sans 3", sans-serif !important;
    color: #2B2829 !important;
    text-align: center !IMPORTANT;
    width: 100%;
    display: flex !important;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 30px !important;
}
.videoControlsCustom ul {
    background: unset !important;
    backdrop-filter: unset !important;
}


.meeting-details {
    padding: 20px 0;
}

.container {
    max-width: 1200px;
}



/* Video Section */
.video-detail {
    padding: 0 15px;
}

.video-Section {
    position: relative;
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#previewVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

#audioOnly {
    display: none;
}

.cameraText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 25px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.video-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.video-controls ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.video-controls li {
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.video-controls li:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.video-controls li.disabled {
    background: rgba(220, 53, 69, 0.7);
}

.video-controls li em {
    color: white;
    font-size: 16px;
}

.text-show {
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

/* Meeting Card */
.col-lg-5 {
    padding: 0 15px;
}

.cardBlok {
    border: none;
    border-radius: 20px;
    background: unset;
    backdrop-filter: unset;
    box-shadow: unset;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cardBlok:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); */
}

.BlockTitle {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 25px;
    position: relative;
    background: #4a59c0;
}

.card-header h5 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
}

.card-body {
    padding: 30px;
    position: relative;
}

/* Ribbon */
.ribbon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.ribbon {
    position: relative;
    right: -35px;
    top: 20px;
    padding: 8px 45px 8px 25px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    transform: rotate(35deg);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    white-space: nowrap;
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.form-group h6 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.form-group h6 i {
    color: #667eea;
    margin-right: 10px;
    width: 18px;
    text-align: center;
}

.meetDesc {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Form Controls */
.form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 21px 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    background: white;
    outline: none;
}

.form-control::placeholder {
    color: #adb5bd;
}

/* Buttons */
.btn {
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    margin: 5px;
    font-size: 0.95rem;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

.btn-info {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
    box-shadow: 0 6px 20px rgba(23, 162, 184, 0.3);
}

.btn-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 162, 184, 0.4);
}

.btn-warning {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.3);
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

/* Error Message */
#error {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    display: none;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

#error p {
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #fbd4d8;
}

.badge {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.badge-warning {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
}

.badge-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
    text-decoration: none;
    color: #212529;
}

/* Responsive Design */
@media (max-width: 992px) {
    .row.h-100 {
        min-height: auto;
    }
    
    .video-detail {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .meeting-details {
        padding: 15px 0;
    }
    
    .card-header {
        padding: 20px;
    }
    
    .card-header h5 {
        font-size: 1.1rem;
    }
    
    .card-body {
        padding: 25px;
    }
    
    .video-Section {
        border-radius: 15px;
    }
    
    .ribbon {
        font-size: 0.75rem;
        right: -30px;
        top: 15px;
        padding: 6px 40px 6px 20px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .card-body {
        padding: 20px;
    }
    
    .btn {
        width: 100%;
        margin: 3px 0;
    }
    
    .text-center .btn {
        width: auto;
        margin: 3px;
    }
    
    .video-controls ul {
        gap: 10px;
        padding: 8px 15px;
    }
    
    .video-controls li {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    
    .cameraText {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cardBlok, .video-Section {
    animation: fadeIn 0.6s ease-out;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Enhanced focus styles for accessibility */
.form-control:focus,
.btn:focus {
    outline: none;
}

.btn:focus-visible {
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.5);
}

/* Loading states */
.btn:active {
    transform: scale(0.98);
}

/* Custom properties for theme consistency */
:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --shadow-light: 0 6px 20px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 15px 40px rgba(0, 0, 0, 0.15);
    --border-radius: 12px;
    --border-radius-large: 20px;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
    font-size: 15px;
}
ul#participantsList {
    padding-left: 0;
}








    @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
    /* Target the specific participantPanel ID */
#participantPanel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

#participantPanel.active {
    right: 0;
    padding: 20px;
}

#participantPanel .participants-header {
    
  
  
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#participantPanel .participants-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #231F20;
        margin-bottom: 12px;
}

#participantPanel .close-participants-panel {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}



#participantPanel .participants-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

#participantPanel .participants-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

#participantPanel .participants-table thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 15px 20px;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

#participantPanel .participants-table tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle;
}



#participantPanel .participant-name {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333;
}

#participantPanel .moderator-icon {
    color: #ffc107;
    margin-left: 8px;
}

#participantPanel .participant-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

#participantPanel .status-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28a745;
}

#participantPanel .status-icon.muted {
    background: #dc3545;
}

#participantPanel .participant-controls {
    display: flex;
    gap: 8px;
}

#participantPanel .participant-controls button {
    background: none;
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #6c757d;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}




#participantPanel .participants-footer {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    display: flex;
    gap: 10px;
}

#participantPanel .participants-footer button {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

#participantPanel .participants-footer .btn-primary {
    background: #007bff;
    color: white;
}




#participantPanel .participants-footer .btn-secondary {
    background: #6c757d;
    color: white;
}



/* Panel Overlay - targeting by ID */
#panelOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#panelOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* Meeting option button active state */
#showParticipantList.active {
    background: #007bff !important;
    color: white !important;
}

/* Responsive design for participant panel */
@media (max-width: 768px) {
    #participantPanel {
        width: 100vw;
        right: -100vw;
    }
    
    #participantPanel.active {
        right: 0;
    }
    
    #participantPanel .participants-header {
        padding: 15px;
    }
    
    #participantPanel .participants-table thead th,
    #participantPanel .participants-table tbody td {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
    
    #participantPanel .participants-footer {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    #participantPanel .participants-table thead th:nth-child(1),
    #participantPanel .participants-table tbody td:nth-child(1) {
        display: none; /* Hide # column on very small screens */
    }
    
    #participantPanel .participant-controls {
        flex-direction: column;
        gap: 4px;
    }
    
    #participantPanel .participant-controls button {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
}
div#participantPanel {
    font-family: "Source Sans 3", sans-serif;
}
#participantPanel .search-container {
  
margin-bottom: 22px;
    border-radius: 6px;
    /* padding-left: 10px; */
    margin-top: 6px;
}

#participantPanel .search-container button {
    background: unset;
    border: unset;
}

#participantPanel .search-container  input[type="text"] {
    width: 100%;
    padding: 11px;
    border: 0;
    border-radius: 7px;
}

#participantPanel .search-container form {
    display: flex;
}


#participantPanel button i.fa.fa-search {
    color: #726C6C;
}

 /* Panel Overlay */
        #panelOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        #panelOverlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Participant Panel */
        #participantPanel {
            position: fixed;
            top: 0;
            right: -450px;
            width: 450px;
            height: 100vh;
            background: #fff;
            box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
            transition: right 0.3s ease-in-out;
            z-index: 1000;
            display: flex;
            flex-direction: column;
        }

        #participantPanel.active {
            right: 0;
        }

        /* Header */


        #participantPanel .sidePanelHeading {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 600;
            color: #333;
        }

        #participantPanel .close-participants-panel {
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #6c757d;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s ease;
        }


        

        /* Search Container */
 

        #participantPanel .search-container form {
            position: relative;
            display: flex;
            align-items: center;
        }

        #participantPanel .search-container input[type="text"] {
       width: 100%;
padding: 11px 15px 11px 45px;
    border: 1px solid #ddd;
    border-radius: 9px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    border: 1px solid var(--Main-Colors-Neutral, #898384);
        }

        #participantPanel .search-container input[type="text"]:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        }

        #participantPanel .search-container button {
            position: absolute;
            left: 15px;
            background: none;
            border: none;
            color: #6c757d;
            cursor: pointer;
            z-index: 1;
        }

        /* Tab Navigation */
        #participantPanel .tab-navigation {
            display: flex;
               background: unset;
            border-bottom: 1px solid #dee2e6;
            margin: 0;
            padding: 0;
        }

        #participantPanel .tab-btn {
            flex: 1;
            background: none;
            border: none;
               padding: 11px 20px;
            cursor: pointer;
            font-weight: 500;
            color: #6c757d;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            font-size: 14px;
        }

 

        #participantPanel .tab-btn.active {
         color: #1D4F95;
    border-bottom-color: #1D4F95;
       background: unset;

        }

        #participantPanel .tab-btn i {
            margin-right: 8px;
        }

        /* Tab Content */
        #participantPanel .participants-body {
            flex: 1;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
        }

        #participantPanel .tab-content {
            display: none;
            flex: 1;
            padding: 0;
        }

        #participantPanel .tab-content.active {
            display: flex;
            flex-direction: column;
        }

        /* Candidate List */
        #participantPanel .candidate-list {
            flex: 1;
            overflow-y: auto;
        }

        #participantPanel .candidate-item {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #f1f3f4;
            transition: background-color 0.2s ease;
        }

     

        #participantPanel .candidate-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #007bff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            margin-right: 15px;
            font-size: 14px;
        }

        #participantPanel .candidate-info {
            flex: 1;
        }

        #participantPanel .candidate-name {
            font-weight: 600;
            color: #333;
            margin-bottom: 2px;
        }

        #participantPanel .candidate-status {
            font-size: 12px;
            color: #6c757d;
        }

        #participantPanel .candidate-actions {
            display: flex;
            gap: 8px;
        }

        #participantPanel .candidate-actions button {
            background: none;
            border: 1px solid #dee2e6;
            padding: 6px 10px;
            border-radius: 4px;
            cursor: pointer;
            color: #6c757d;
            font-size: 12px;
            transition: all 0.2s ease;
        }

    
        
        #participantPanel .candidate-actions .btn-primary {
            background: #007bff;
            color: white;
            border-color: #007bff;
        }

        

        /* Empty State */
        #participantPanel .empty-state {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            color: #6c757d;
            text-align: center;
        }

        #participantPanel .empty-state i {
            font-size: 48px;
            margin-bottom: 15px;
            opacity: 0.5;
        }

        #participantPanel .empty-state h6 {
            margin-bottom: 8px;
            color: #495057;
        }

        #participantPanel .empty-state p {
            font-size: 14px;
            margin: 0;
        }
        div#participantPanel {
    height: 96%;
    margin-top: 24px;
    border-radius: 15px;
}
