.hmeet_meeting_icon_wrap
{
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #fff;

    
}
.hmeet_leftLogSection
{
    background-color: #425a4b;

}
.hmeet_rightLogSection
{
   background: linear-gradient(to right, #3c262e, #47324c);
}
.hmeet_nav_primary
{
    padding:10px;

    padding-top:8px;
    padding-bottom: 8px;
    background-color: #000;
    min-height: 10px;
    color:#fff;
    box-sizing: border-box;
    transform: rotate(0deg);
    z-index: 99999;
    display: flex;
    align-items: center;
}
.hmeet_nav_title
{
   font-size: 16px;
   letter-spacing: 1.2px;
   font-weight: bold;
}
.hmeet_hmenuItem
{
    padding-top:6px;
    padding-bottom:6px;
    padding:5px;
    font-size: 16px;
    margin-bottom:8px;
    margin-top:8px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;



}
.hmeet_hmenuItem:hover
{
    background-color: rgb(92, 65, 65);
 
}
.hmeet_hmenuItem.active
{
    background-color: rgb(92, 65, 65);
  
}
.hmeet_hmenuItem .hmeet_sidemenutext
{
    margin-left:20px;
}

.hmeet_nav_secondary
{
    padding-top:5px;
    padding-bottom: 5px;
    background-color: #fff;
    min-height: 10px;
    color:#000;
}
.hmeet_join_popup
{
    min-height: 400px;
    width: 400px;
    position: absolute;
    top:20%;
    left:20%;
    background-color: #000;
}
.hmeet_join_meeting_button
{
    top:2.5px;
    position: absolute;
    right: 5px;
    /* transform: translate(-100%, 0); */

    background-color:#c53a3a;
    color:#fff;
    border-radius: 0.7em;
    display: inline-block; padding:5px;padding-left:15px; padding-right: 15px;
    letter-spacing: 1.5px;

}

.hmeet_textfield
{
    background-color: transparent !important;
    outline:0px !important;
    border:0px !important;
    border-radius: 1em;
    width: 100%;
}
.hmeet_textfield:hover
{
    background-color: transparent !important;

    outline: 0px !important;
    border:0px !important;

}
.hmeet_textfield::focus
{
    background-color: transparent !important;

    outline: 0px !important;
    border:0px !important;

}

.hmeet_profile_round
{
  width:30px;
  height:30px;
  background-color: rgb(75, 68, 68);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: rotate(0deg);
  position: absolute;
  right:5px;
  top:2px;
  z-index: 99999;
  color:#fff;

}
.hmeet_profile_round span
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);


}
.hmeet_profile_wrapRound
{
    width:50px;
  height:50px;
  top:0px;
  left:50%;
  background-color: rgb(75, 68, 68);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: rotate(0deg);
  position: absolute;
  
  z-index: 99999;
  color:#fff;
  transform: translate(-50%,-50%);

}
.hmeet_profile_wrapRound span
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);

}


.hmeet_profile_wrapper
{
    position: fixed;
    width:280px;
    min-height:150px;

    right:0px;
    top:101%;

    background-color: #000;
    border:1px solid rgba(255,255,255,0.6);
    border-radius: 0.5em;



}
.hmeet_profile_submenuWrap
{
    text-align:left; width:100%; padding:10px; box-sizing:border-box

}

.hmeet_profile_submenuItem
{
padding:8px;
 padding-top:6px;
 padding-bottom:6px;
 border-radius: 6px;
 background-color: #000;
 margin-top:2px;
 margin-bottom: 2px;
 cursor: pointer;

}
.hmeet_profile_submenuItem:hover
{
    background-color: rgb(92, 65, 65);
}

.hmeet_divider_light
{

    width:100%;
    height:1px;

    background-color: rgba(255,255,255,0.8);


}

.hmeet_room_default
{
 background-color: #000;
 height: 100vh;
 color:#fff;
 padding-top: 30px;
}

.hmeet_room_title
{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.hmeetroom_controls_container
{
    width:auto;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;

    left:50%;
    transform: translate(-50%, 0);
    bottom:60px;



}

.hmeetroom_controls_wrap
{
    width:60px;
    height: 60px;
    border:0.8px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    margin-left: 25px;
    transform: rotate(0deg);
    /* overflow: hidden; */
    cursor: pointer;

}
.hmeetroom_controls_wrap span
{
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.audio_notfound .notfound_popup
{
    padding:5px;
    background:#000;
    border:1px solid rgba(255,255,255,0.8);
    top:0%;
    position: absolute;
    transform: translate(0%, -150%);
    display: none;
}
.video_notfound .notfound_popup
{
    padding:5px;
    display: none;
    width:200px;
    text-align: center;
    border-radius: 0.2em;

    background:rgb(85, 39, 39);
    border:1px solid rgba(255,255,255,0.8);
    top:0%;
    position: fixed;
    transform: translate(0%, -130%);

}
.video_notfound:hover .notfound_popup
{
    display: block;

}

.hmeetroom_video_wrapper
{
    width: 650px;

    height:400px;
    margin-top: 20px;

    border-radius: 5px;

    background-color: rgb(49, 51, 43);

    margin-left: auto;
    margin-right: auto;

}

