.ui.padded.grid{height:100%;}
.six.wide.column{min-width:60%;}
.ui.attached.segment {
    border: 0px !important;
    border-radius: 6px !important;
    padding: 30px;
    top: 50% !important;
    transform: translateY(-55%);
}
.ui.form {display: flex;}
.system-check-console{width: 50%;}
.system-check-console label{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #525252 !important;
}
.system-check-console .field{width: 100%;}
.video-checker{
    border-radius: 4px;
    overflow: hidden;
    min-width: 400px;
    min-height: 300px;
}
.sys-check-col .field{
    font-size: 13px;
    font-weight:500;
    color:#333;
}
.system-status-wrapper{
    width: 50%;
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
}
.system-status-wrapper .join-btn{float:right; width: auto !important;}
.system-status-wrapper .ui.tiny.header{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.71;
    color: #000;
        margin-bottom: 0px;
}
.sys-check-col .ui.dropdown{font-size:12px;}
.connectionsuccess
{
    background-color:#5ebd5e !important;
    color:#fff;
}
.system-status-wrapper .field:first-child .ui.segment i{font-size:19px;margin-top: -2px;}
.sys-check-col
{
    margin: 15px 0px 15px 0px;
}
.sys-check-col .field{width: 100%;}

progress::-moz-progress-bar { background: #5ebd5e; }
progress::-webkit-progress-value { background: #5ebd5e !important; }

.bulleted { font-family: sans-serif !important; color: #727272 !important;margin-top: 0 !important;}

.system-status-wrapper .item{
        font-size: 13px;
    color: #646464;
}
.system-status-wrapper .divider{margin:35px 0px;}
.system-status-wrapper .item:before{
    content: '' !important;
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: 7px !important;
    margin-left: -13px !important;
}
.end-meeting-section {
    align-items: baseline;
    display: flex;
    height: calc(100% - 60px);
    justify-content: center;
    overflow: hidden;
    width: 100%;
    background-color: #FFF;
    padding-top: 150px;
}
.precall_test_section .precall_test_content, .end-meeting-section .end-meeting-content {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.precall_test_section .precall_test_content .videoSection {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.30), 0 1px 3px 1px rgba(60,64,67,.15);
    flex: 0 1 740px;
    margin: 16px 8px 16px 16px;
    min-width: 448px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 740px;
    height: 416px;
    background-color: #202124;
}
.precall_test_section .precall_test_content .videoSection > video {
    height: calc(100% + 2px);
    pointer-events: none;
    width: calc(100% + 2px);
    object-fit: contain;
}
.precall_test_section .precall_test_content .active_participants_details > div > span {
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #eee;
}
.precall_test_section .precall_test_content .content-section, .end-meeting-section .end-meeting-content .content-section {
    flex: 0 0 448px;
    height: unset;
    justify-content: center;
    margin: 16px 16px 16px 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom_background_video {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    height: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.audio_level_section {
    position: absolute;
    width: 20px;
    height: 50px;
    left: 15px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    z-index: 11;
}
.audio_level_section .audio_levels {
    height: 5px;
    width: 5px;
    background-color: #64ffda;
    border-radius: 5px;
}
.settings_icon {
    position: absolute;
    width: 30px;
    height: 50px;
    right: 10px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 11;    
}
.settings_icon > img {
    cursor: pointer;
    width: 25px;
}
.active_participants_popover {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #ccc;
    top: 230px;
    left: 35px;
    min-width: 300px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 1px 1px 10px #000;
    border-radius: 5px;
    font-weight: 100;
    z-index: 500;
}
.active_participants_popover > ul {
    width: 100%;
    margin-bottom: unset;
}
.active_participants_popover > ul > li {
    padding: 10px 10px;
    border-bottom: 1px solid #dbdbdb;
}
.active_participants_popover > ul > li > img {
    width: 35px;
    margin-right: 10px;
}
.active_participants_popover::-webkit-scrollbar {
    width: 5px;
}
.active_participants_popover::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
}
.active_participants_popover::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
    cursor: pointer;
}
.precall_test_section .precall_test_content .active_participants_details:hover .active_participants_popover {
    display: flex !important;
}
.end-meeting-section .end-meeting-content .button_section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 30px;
}
.end-meeting-section .end-meeting-content .meeting_title {
    margin-bottom: 30px;
}
#camera-loading-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F00;
    font-size: 15px;
    padding: 20px 0;
}
/* Jesna Precall Test */
.topnav_blk .mediknitlogoprecallTest {
  justify-content: center !important;
}

.topnav_blk .mediknitlogoprecallTest .vdo_navbrand {
  margin-top: 30px !important;
}
.precall-test-blk {
  background-color: #fff !important;
}

.are_in {
  color: #b9b0b0;
}

.precall_test_section {
  width: 55% !important;
  border: 1px solid #e6e6e6;
  padding: 25px !important;
  height: unset !important;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 22px;
  box-shadow: 0px 0px 2px 0px #0003;
}

.precall_test_section .precall_test_content {
  width: 100% !important;
  display: flex !important;
  align-items: unset !important;
  justify-content: unset !important;
}

.precall_test_section .precall_test_content .videoSection {
  min-width: 300px !important;
  height: 300px !important;
  margin: 0px 0px 20px 0px !important;
  width: 100% !important;
}

.videoSelectSection {
  width: 50%;
}
.precall_test_section .precall_test_content .content-section {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    display: flex;
    padding: 0 2rem !important;
}
.join_meeting_btn {
  margin: 15px 0;
}
.precall_test_section .precall_test_content .content-section .meeting_title {
  font-size: 20px;
}

.content-section .meeting_time {
  margin: 12px 0;
  color: #b9b0b0;
}
.precall_test_section .precall_test_content .active_participants_details {
    padding: 15px 0 15px 0;
    display: flex;
    align-items: center;
}
.precall_test_section .precall_test_content .active_participants_details .active-participant-info {
    display: flex;
}
.precall_test_section .precall_test_content .active_participants_details .active-participant-info .active-participant-count {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid blue;
}

.precalltest-powered_by > img {
  height: unset !important;
  width: 100% !important;
}
.precalltest-powered_by {
  width: 80px !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 20px auto !important;
}
.cam_options {
  display: flex;
  justify-content: space-between;
}
.cameraOnOff {
  color: #d93fad;
}
.speakerTest {
  color: #00d2a5;
}
.meeting-participants-precalltest-icon {
  width: 15px;
}
.meeting-participants-precalltest-span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.precalltest-dropdown__control {
    height: 40px;
    border: 0px !important;
    border-bottom: 1px solid hsl(0,0%,80%) !important;
    border-radius: 0px !important;
}
.precalltest-dropdown__control--is-focused {
    border-bottom: 1px solid #2684FF !important;
    box-shadow: unset !important;
}
.precalltest-dropdown__value-container {
    padding: 2px 0px !important;
}
.precalltest-dropdown__indicator {
    padding: 0 0 !important;
}
.precalltest-controls-section {
    position: absolute;
    bottom: 2%;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.precalltest-controls {
    width: 50px;
    height: 50px;
    background-color: #00d2a5;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .precall_test_section {
        width: 65% !important
    }
    .precall_test_section .precall_test_content .videoSection {
        height: 250px !important;
    }
}
@media (max-width: 1366px) {
    .precall_test_section {
        width: 90%!important;
    }
    .precall_test_section .precall_test_content .content-section {
        flex: unset;
    }
    .precalltest-powered_by {
        height: 40px;
    }
    .precall_test_section .precall_test_content .videoSection {
        height: 350px !important;
    }
}
@media (max-width: 1080x) {
    .precall_test_section .precall_test_content .videoSection {
        height: 250px !important;
    }
}
@media (max-width: 767px) {
    .precalltest-controls {
        width: 40px;
        height: 40px;
    }
    .active_participants_popover {
        top: 90%;
        left: 0%;
        z-index: 99999;
    }
    .meeting-participants-precalltest-span {
        width: auto;
        border: 0px;
    }

    .precall-test {
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .precall-test-header {
        align-items: center;
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #FFF;
        box-shadow: 0 3px 10px #cacaca;
    }
    .precall-test-body {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px 120px;
        margin-bottom: 20px;
        transition: all 500ms ease-in-out;
    }
    .precall-test-body .content-section {
        width: 100%;
        margin-bottom: 2rem;
        position: relative;
    }
    .precall-test-body .content-section .meeting_title {
        font-size: 1.2rem;
    }
    .precall-test-body .content-section .meeting_time {
        font-size: 1rem;
        margin: 12px 0 5px 0;
    }
    .precall-test-body .content-section .active_participants_details {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }
    .precall-test-body .content-section .active_participants_details .active-participant-info {
        display: flex;
    }
    .precall-test-body .content-section .active_participants_details .active-participant-info .active-participant-count {
        display: flex;
        cursor: pointer;
        border-bottom: 1px solid #00f;
    }
    .precall-test-body .content-section .active_participants_details:hover .active_participants_popover {
        display: flex !important;
    }
    .precall-test-body .videoSelectSection {
        width: 100%;
    }
    .precall-test-body .videoSelectSection .videoSection {
        border-radius: 8px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
        flex: 0 1 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 240px;
        background-color: #202124;
        transition: all 500ms ease-in-out;
    }
    .precall-test-footer {
        align-items: center;
        height: 70px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #FFF;
        box-shadow: 0px 0px 15px #cacaca;
        transition: all 500ms ease-in-out;
    }
    .precall-test-footer .join_meeting_btn {
        margin: 0px;
    }
    .precalltest-powered_by {
        height: 30px;
    }
}
@media (max-width: 480px) {
    .precall-test-body {
        padding: 20px 30px;
        margin-bottom: 100px;
    }
    .precall-test-body .videoSelectSection .videoSection {
        height: 180px;
    }
    .precall-test-footer {
        position: fixed;
        bottom: 0;
    }    
}