body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #e6edf7;
    color: #555555;
    font-weight: 400;
}
.header {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0px;
}
.header .dropdown button {
    background: transparent;
    border: none;
    color: #555555;
    font-weight: 600;
}
header .dropdown {
    float: right;
}
.join-user-details {
    padding-left: 30px;
    position: relative;
    height: 50vh;
    width: 500px;
}
.dropdown-toggle span {
    background: #4D51C0;
    height: 43px;
    width: 43px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
    margin-left: 10px;
}
.dropdown-toggle::after {
    display: none;
}
.custom-toast {
    position: absolute;
    width: auto;
    background: #F1F1FF;
    padding: 12px 20px;
    border-radius: 5px;
    top: -60px;
    right: auto;
    left: 25px;
    font-size: 15px;
    color: #555555;
}
#user-join-page .scheletone-loader span .nodeType3.pending_el {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}
#user-join-page .scheletone-loader .plan-details.join-user-box {
    margin: 0 0 15px;
}
#user-join-page .scheletone-loader span {
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    margin-right: 15px !important;
}
#user-join-page .scheletone-loader .pending_el {
    color: #D0D1FD !important;
    background: #D0D1FD !important;
}
.session-screen-action-btn {
    display: inline-block;
    bottom: 0;
    position: absolute;
    width: 400px;
}
.join-user-video {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .dropdown button label {
    margin: 10px 0;
    vertical-align: bottom;
}
.user-video-box .user-video-action {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}
.camera-error {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1FF;
    border-radius: 13px;
    font-size: 18px;
    font-weight: 500;
}
.user-video-box {
    position: relative;
    height: 50vh;
    width: 100%;
}
video.join-vid {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.header .dropdown {
    float: right;
    height: auto;
}
.user-video-box .user-video-action ul li {
    display: inline-block;
    margin: 0 6px;
}
.user-video-box .user-video-action ul li a {
    height: 45px;
    width: 45px;
    background: rgb(0 0 0 / 30%);
    display: flex;
    border-radius: 30px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.user-video-box .user-video-action ul li a svg {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 8px;
}
/* .join-user-video .user-video-box img {
    max-width: 100%;
} */
.join-user-video .user-video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.join-user-details h4 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    line-height: 22px;
}
.join-user-details h4 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    line-height: 22px;
}
.join-user-details h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px;
    color: #272848;
}
.join-screen-button {
    width: 100%;
    background: #fff;
    display: flex;
    gap: 30px;
}
.join-screen-button.join-user-session-note {
    background: #F1F1FF;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #DADBFD;
}
.join-screen-button.join-user-session-note p {
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-right: 15px;
    color: #7C7C8D;
}
.header .logo {
    float: left;
}
/*-- wait user screen css start here --*/
.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.sessionid-join {
    margin: 0 0 30px;
    display: flex;
    align-items: end;
}
.present-note svg {
    margin-right: 10px;
}
.present-note {
    margin: 0 0 30px;
    padding-left: 10px;
}
.present-note {
    margin: 0;
    padding: 15px 0;
    /* position: absolute; */
    width: 100%;
    /* bottom: 62px; */
    background: #ffffff;
    z-index: 9999;
}
.user-wait-note {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 30px;
}
.plan-details.join-user-box label {
    background: #6D71F9;
    color: #ffffff;
    width: auto;
    border-radius: 68px;
    font-weight: 600;
    font-size: 10px;
    height: auto;
    text-transform: uppercase;
    padding: 1px 15px;
}
.sessionid-join ul li {
    display: inline-flex;
    background: #F1F1FF;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #DADBFD;
    justify-content: center;
    align-items: center;
}
.join-user-video h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30.48px;
    margin: 0 15px 0 0;
    color: #272848;
}
.join-user-video h4 span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #7C7C8D;
}
.plans .plan {
    cursor: pointer;
    width: 100%;
}
.plan-details.join-user-box {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.schedule-item label.user-waiting-label {
    height: auto;
    background: #fff;
    color: #272848;
    border: 1px solid #6D71F9;
    position: absolute;
    right: 0;
    /* height: 36vh; */
}
.plans .plan.schedule-item .plan-details span {
    color: #272848;
}
.plans .plan.schedule-item-active .plan-details span {
    color: #ffffff;
    background: #6D71F9;
}
.plans .plan.schedule-item .plan-details.join-user-box h4 {
    color: #272848;
}
.plans {
    width: 100%;
    height: 30vh;
    overflow-y: auto;
    padding-right: 15px;
}
.plans::-webkit-scrollbar {
    width: 5px;
}
.plans::-webkit-scrollbar-track {
    box-shadow: none;
    background: #F1F1FF;
}
.plans::-webkit-scrollbar-thumb {
    background-color: #6D71F9;
}
.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    margin-bottom: 20px;
}
.plans .plan .plan-details span {
    background: #F1F1FF;
    height: 47px;
    width: 47px;
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #DADBFD;
}
.plans .plan .plan-details span svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}
.plans .plan .plan-details p {
    color: #7C7C8D;
    font-size: 14px;
    line-height: 18px;
}
.plan-details.join-user-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.plans .plan .plan-content::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ffffff;
    right: 2px;
    top: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #aaaaaa;
    box-shadow: 0px 0px 0px 2px #aaaaaa;
}
.plans .plan .plan-content.js-dis-svg::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ffffff;
    right: 2px;
    top: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #aaaaaa;
    box-shadow: 0px 0px 0px 2px #aaaaaa;
    display: none;
}
.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #6D71F9;
    right: 2px;
    top: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #6D71F9;
    box-shadow: 0px 0px 0px 2px #6D71F9;
}
.plans .plan input[type="radio"]:checked + .plan-content {
    /* background: #eaf1fe; */
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}
#recording_ready_msg {
    background: #fff;
    padding: 10px 20px;
    width: auto;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}

.initially-hidden {
    display: none;
}
.initial-loader span{
    background: transparent !important;
    color: transparent !important;
}
.initial-loader h4{
    color: transparent !important;
}
/*-- wait user screen css start here --*/
@media screen and (max-width: 767px) {
    /*-- create session css start here --*/
    .join-user-video {
        height: auto;
    }
    .join-user-video {
        height: auto;
        display: inline-block;
    }
    .header .logo svg {
        height: 30px;
        width: auto;
    }
    .header {
        margin: 20px 0 0px;
        display: none;
    }
    .dropdown-toggle span svg {
        width: 13px;
        height: 13px;
    }
    .dropdown-toggle span {
        height: 30px;
        width: 30px;
        padding: 7px 0px;
    }
    .header .dropdown button label {
        margin: 1px;
        font-size: 13px;
        vertical-align: baseline;
    }
    .sessionid-join {
        position: relative;
        width: 100%;
        margin: 20px 0 0;
        display: inline-block;
    }
    .sessionid-join h4 {
        margin-bottom: 0;
    }
    .sessionid-join ul {
        position: absolute;
        top: auto;
        right: 5px;
        bottom: 0;
    }
    .join-user-video h4 span {
        font-size: 16px;
    }
    .join-user-video h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .user-video-box {
        height: auto;
        margin-top: 20px;
    }
    .user-video-box .user-video-action ul li a {
        height: 40px;
        width: 40px;
        padding: 8px 0;
    }
    .custom-toast {
        position: static;
        padding: 10px;
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }
    .user-video-box .user-video-action ul li a svg {
        height: 29px;
        width: 20px;
        left: 9px;
    }
    .join-user-video .user-video-box img {
        height: auto;
        border-radius: 10px;
    }
    video.join-vid {
        border-radius: 10px;
    }
    .join-user-details {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
        overflow: unset;
    }
    .plans .plan .plan-content {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .plans .plan .plan-content .plan-details {
        width: 85%;
        display: flex;
    }
    .join-screen-button {
        width: auto;
        background: #fff;
        padding: 0 0 15px;
    }
    .session-screen-action-btn {
        position: sticky;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
    }
    #user-join-page .btn.btn-primary {
        min-width: auto;
        height: 40px;
        display: inline-flex;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    #user-join-page .join-screen-button .btn.btn-primary {
        width: auto;
        margin-right: 10px;
        padding: 0;
    }
    .present-note {
        padding: 10px 0;
    }
    .plans .plan .plan-details span {
        height: 40px;
        width: 40px;
        font-size: 16px;
        padding: 9px 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
    }
    .plan-details.join-user-box h4 {
        font-size: 14px;
    }
    .join-user-details h5 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .join-user-video {
        height: 100%;
        display: inline-block;
        /* overflow-y: auto;
        overflow-x: hidden; */
    }
    .join-user-details {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
        overflow: auto;
        height: 32vh;
    }
    .user-video-box .user-video-action ul li a {
        height: 40px;
        width: 40px;
        padding: 8px 0;
    }
    .user-video-box .user-video-action ul li a svg {
        height: 29px;
        width: 20px;
        left: 9px;
    }
    .plans .plan .plan-content::before {
        height: 15px;
        width: 15px;
        top: 12px;
    }
    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 12px;
        right: 2px;
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
    /*-- create session end start here --*/
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /*-- create session css start here --*/
    .join-user-video {
        height: auto;
    }
    .join-user-video {
        height: auto;
        display: inline-block;
    }
    .header .logo svg {
        height: 30px;
        width: auto;
    }
    .header {
        margin: 20px 0 0px;
        display: none;
    }
    .dropdown-toggle span svg {
        width: 13px;
        height: 13px;
    }
    .dropdown-toggle span {
        height: 30px;
        width: 30px;
        padding: 7px 0px;
    }
    .header .dropdown button label {
        margin: 1px;
        font-size: 13px;
        vertical-align: baseline;
    }
    .sessionid-join {
        position: relative;
        width: 100%;
        margin: 20px 0 0;
        display: inline-block;
    }
    .sessionid-join h4 {
        margin-bottom: 0;
    }
    .sessionid-join ul {
        position: absolute;
        top: auto;
        right: 5px;
        bottom: 0;
    }
    .join-user-video h4 span {
        font-size: 16px;
    }
    .join-user-video h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .user-video-box {
        height: auto;
        margin-top: 20px;
    }
    .user-video-box .user-video-action ul li a {
        height: 40px;
        width: 40px;
        padding: 8px 0;
    }
    .custom-toast {
        position: static;
        padding: 10px;
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }
    .user-video-box .user-video-action ul li a svg {
        height: 29px;
        width: 20px;
        left: 9px;
    }
    .join-user-video .user-video-box img {
        height: auto;
        border-radius: 10px;
    }
    video.join-vid {
        border-radius: 10px;
    }
    .join-user-details {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
        overflow: unset;
    }
    .plans .plan .plan-content {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .plans .plan .plan-content .plan-details {
        width: 85%;
        display: flex;
    }
    .join-screen-button {
        width: auto;
        background: #fff;
        padding: 0 0 15px;
    }
    .session-screen-action-btn {
        position: sticky;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
    }
    .btn.btn-primary {
        min-width: auto;
        height: 40px;
        display: inline-flex;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    .join-screen-button .btn.btn-primary {
        width: auto;
        margin-right: 10px;
    }
    .present-note {
        padding: 10px 0;
    }
    .plans .plan .plan-details span {
        height: 40px;
        width: 40px;
        font-size: 16px;
        padding: 9px 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
    }
    .plan-details.join-user-box h4 {
        font-size: 14px;
    }
    .join-user-details h5 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .join-user-video {
        height: 100%;
        display: inline-block;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .join-user-details {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .plans {
        margin: 0;
        padding: 0;
        overflow: unset;
        height: auto;
    }
    .user-video-box .user-video-action ul li a {
        height: 40px;
        width: 40px;
        padding: 8px 0;
    }
    .user-video-box .user-video-action ul li a svg {
        height: 29px;
        width: 20px;
        left: 9px;
    }
    .plans .plan .plan-content::before {
        height: 15px;
        width: 15px;
        top: 12px;
    }
    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 12px;
        right: -6px;
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
    /*-- create session end start here --*/
}

/*-- laptop css start here --*/
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .join-user-details h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .plans .plan .plan-details span {
        height: 40px;
        width: 40px;
        color: #555555;
        font-size: 15px;
        padding: 9px 0;
    }
    .plans .plan .plan-content::before {
        top: 11px;
        height: 15px;
        width: 15px;
        border-width: 2px;
    }
    .plan-details.join-user-box h4 {
        font-size: 14px;
    }
    .plans .plan input[type="radio"]:checked + .plan-content:after {
        height: 15px;
        width: 15px;
        top: 11px;
    }
    .user-video-box .user-video-action ul li a {
        height: 45px;
        width: 45px;
    }
    .user-video-box .user-video-action ul li a svg {
        width: 28px;
        height: 28px;
    }
    .plans .plan input[type="radio"]:checked + .plan-content:after {
        border: 3px solid #fff;
    }
    .user-video-box {
        position: relative;
        height: 55vh;
    }
    .join-user-details {
        height: 55vh;
    }
    .plans .plan .plan-content {
        margin-bottom: 15px;
    }
    .plans {
        height: 38vh;
        width: 100%;
    }
    .join-screen-button.join-user-session-note .btn.btn-primary {
        padding: 9px 0;
    }
    .plan-details.join-user-box label {
        font-size: 8px;
        height: auto;
        text-transform: uppercase;
        padding: 1px 7px;
    }
}
