/* .recording-container-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
    resize: both;
}

.recording-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    resize: both;
} */

.bbb-iframe-wrap {
    resize: both;
}

.bbb-iframe {
    min-height: 77vh;
    max-height: 90vh;
    max-width: 100%;
    width: 100%;
    resize: both;
    overflow: auto;
}

.bigbluebuttonpro-thankyou-msg {
    margin-top: 15px;
}

.bigbluebuttonpro-thankyou-wrap {
    padding: 20px;
    text-align: center;
}

/********* Countdown CSS *********/
ul.bbb-pro-countdown {
    list-style: none !important;
    padding: 0;
    display: block;
    text-align: center;
}

ul.bbb-pro-countdown li {
    display: inline-block !important;
    margin: 5px;
}

ul.bbb-pro-countdown li span {
    font-size: 4em;
    font-weight: 300;
    line-height: 1.1em;
}

ul.bbb-pro-countdown li.seperator {
    font-size: 3em;
    line-height: 70px;
    vertical-align: top;
}

ul.bbb-pro-countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

/********* Countdown CSS ENDS *********/


.bbb-frontend-module .bbb-tooltip {
    position: relative;
    display: inline-block;
}

.bbb-frontend-module .bbb-tooltip .bbb-tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.bbb-frontend-module .bbb-tooltip .bbb-tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.bbb-frontend-module .bbb-tooltip:hover .bbb-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bbb-frontend-module .bbb-module-button {
    color: #fff;
    background-color: #007bff;
    border-radius: 100px;
    padding: 0.3em 1em;
    border: none;
}

.bbb-frontend-module #bbb-room-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.bbb-frontend-module .dashicons,
.bbb-frontend-module .dashicons-before:before {
    display: inline;
}

.bbb-frontend-module .bbb-dashicon {
    margin: 3px;
    cursor: pointer;
    vertical-align: middle;
}

.bbb-frontend-module .navbar .navbar-nav .nav-active a {
    font-weight: bolder;
    color: #ffff;
}

.bbb-frontend-module .navbar .navbar-nav .nav-active a:hover {
    font-weight: bolder;
    color: #ffff;
}

.bbb-frontend-module #bbb-room-table_wrapper input[type="search"] {
    background-image: none;
}

body .bbb-frontend-module {
    font-family: inherit;
}

/* Ensure room join text inputs stay visible/clickable with aggressive theme CSS overrides. */
.bbb-form .bbb-join-room-input,
#joinroom .bbb-join-room-input,
#joinroom input[type="text"],
#joinroom input[type="password"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: min(100%, 320px);
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #cfd8e3;
    background: #fff;
    color: #1f2937;
    box-sizing: border-box;
}
