body {
    /*background-image: url("../images/meet2.jpg");
    background-size: cover;
    background-position: center;
    backdrop-filter: brightness(13%);
    background-repeat: no-repeat;*/
    background-color: #2f2f2f;
}


@font-face {
    font-family: 'futura-bold';
    src: url('../fonts/FuturaFuturisC-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/Neue-Helvetica.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'futura-light';
    src: url('../fonts/FuturaFuturisLightC.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.container{
    height: 100vh
}

.pre_join_container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 100px 100px 100px 100px;
    gap: 10px;
}

.pre_join_container .video_container{
    position: relative;
    width: 100%;
    height:400px;
    background-color: rgb(255 255 255 / 12%);
    border-radius: 10px;
    overflow: hidden;
}

.pre_join_container .video_container .bottom_bar{
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    gap: 28px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 80px;
}

.pre_join_container .video_container .bottom_bar .bottom_item{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 26%);
    cursor: pointer;
    /* border: 7px solid #00000029; */
}

.pre_join_container .video_container .bottom_bar .bottom_video{
    background-image: url("../images/meet/novid.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% 40%;
}

.pre_join_container .video_container .bottom_bar .bottom_mic{
    background-image: url("../images/meet/no_mic.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% 40%;
}

.pre_join_container .video_container .bottom_item_disable{
    background-color: #bd4d4d !important;
}

.pre_join_container .video_container video{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: bottom;
}

.pre_join_container .video_container .cam_video_status_text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #a9a9a9;
    font-size: 20px;
    width: max-content;
    height: 30px;
}



.pre_join_container .information_container{
    width: 30%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.pre_join_container .information_container .ready_text {
    font-size: 25px;
    color: #d7d7d7;
    font-family: vazir;
    height: 20px;
}

.pre_join_container .information_container .user_count_text {
    font-size: 15px;
    color: #d7d7d7;
    font-family: vazir;
}

.pre_join_container .information_container .input {
    border: none;
    outline: none;
    line-height: 30px;
    padding: 6px 12px;
    background-color: #ffffff0f;
    width: 80%;
    color: white;
    font-family: vazir;
    font-size: 18px;
}

.pre_join_container .information_container .input_error {
    background-color: rgba(208, 59, 59, 0.17);
}


.pre_join_container .information_container .join_to_meet {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-size: 18px;
    color: #fff;
    border-right: 5px;
    width: 80%;
    padding: 10px 25px;
    background-color: #4C67A6;
    cursor: pointer;
    gap: 15px;
}

.pre_join_container .information_container .join_to_meet:hover {
    background-color: #304474;
}

.pre_join_container .information_container .join_to_meet .join_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/join.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pre_join_container .information_container .join_to_meet .text {
    font-size: 15px;
    margin-top: 5px;
}


.top_main_bar{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px ;
}

.top_main_bar .meet_name {
    position: relative;
    font-size: 17px;
    color: #fff;
    font-family: Inter;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.top_main_bar .meet_name .copied{
    position: relative;
    width: 60px;
    line-height: 12px;
    font-size: 11px;
    background-color: #0e0e0e;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

.top_main_bar .main_title {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-items: center;
}

.top_main_bar .main_title .icon{
    width: 50px;
    height: 47px;
    background-image: url(../images/meet/main_cam.png);
    background-position: center;
    background-size: cover;
}

.top_main_bar .main_title .title{
    font-size: 17px;
    color: #fff;
    font-family: Inter;
}





















.display_none {
    display: none;
}

.display_flex {
    display: flex;
}


.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #2f2f2f;
    z-index: 200;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.loading .gif {
    background-image: url("../images/loading.gif");
    width: 150px;
    height: 150px;
    background-size: 100% 100%;

}

.loading_text {
    font-size: 27px;
    color: #85a3db;
}


.components_container{
    display: flex;justify-content: space-between;margin-top: 10px;
}


.select_camera_box{
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_camera_box .cams_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
}

.select_camera_box .cam_icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/cam_icon.png");
}

.select_camera_box .arrow_icon{
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_camera_box .device_name{
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    margin-top: 7px;
    white-space: nowrap;
}

.camera_list{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}
.camera_list .cam_item{
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.camera_list .cam_item:hover{
    background-color: #626262;
    color: #fff;
}



.select_speaker_box{
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_speaker_box .speakers_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
}

.select_speaker_box .speaker_icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/speaker.png");
}

.select_speaker_box .arrow_icon{
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_speaker_box .device_name{
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    margin-top: 7px;
    white-space: nowrap;
}

.speaker_list{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}
.speaker_list .speaker_item{
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.speaker_list .speaker_item:hover{
    background-color: #626262;
    color: #fff;
}



.select_mic_box{
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_mic_box .mic_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
}

.select_mic_box .mic_icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/mic2.png");
}

.select_mic_box .arrow_icon{
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_mic_box .device_name{
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    margin-top: 7px;
    white-space: nowrap;
}

.mic_list{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}
.mic_list .mic_item{
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mic_list .mic_item:hover{
    background-color: #626262;
    color: #fff;
}


@media (max-width: 1220px) {
    .pre_join_container{
        padding: 0 !important;
    }

    .video_container_parent{
        width: 60% !important;
    }

    .information_container{
        width: 40% !important;
    }
}

@media (max-width: 995px) {
    .pre_join_container{
        padding: 0 !important;
    }

    .video_container_parent{
        width: 50% !important;
    }

    .information_container{
        width: 50% !important;
    }

    .container{
        max-width: 90% !important;
        width: 90% !important;
    }
}

@media (max-width: 700px) {
    .pre_join_container{
        padding: 0 !important;
    }

    .video_container_parent{
        width: 100% !important;
        height: 55% !important;
        margin-top: 70px;
    }

    .information_container{
        width: 100% !important;
        height: 40% !important;
        padding:0 !important;
    }

    .container{
        max-width: 95% !important;
        width: 95% !important;
        height: calc(100vh - 70px) !important;
    }


    .pre_join_container{
        flex-direction: column !important;
    }

    .bottom_item{
        width: 50px !important;
        height: 50px !important;
    }

    .pre_join_container .information_container .input {
        width: 100% !important;
        border-radius: 5px !important;
    }

    .pre_join_container .information_container .join_to_meet {
        width: 100% !important;
        border-radius: 5px !important;
        justify-content: center !important;
        gap: 10px;
    }

    .bottom_bar{
        bottom: 5px !important;
    }

    .ready_text{
        font-size: 22px !important;
        height: 12px !important;
    }

    .top_main_bar{
        height: 50px;
        z-index: 2;
    }

    .top_main_bar .main_title .icon{
        width: 40px;
        height: 37px;
    }

    .top_main_bar .main_title .title{
        font-size: 14px;
    }

    .top_main_bar .meet_name {
        font-size: 14px;
    }

    .cam_video_status_text{
        font-size: 15px !important;
    }
    .pre_join_container .video_container video{
        object-position: center !important;
    }


    .components_container{
        gap: 5px !important;
    }

    .select_speaker_box{
        display: none !important;
    }

    .select_camera_box{
        width: 50% !important;
        border-radius: 3px;
    }
    .select_mic_box{
        width: 50% !important;
        border-radius: 3px;
    }
}

@media (min-width: 1600px) {
    .container {
        height: 100vh;
        max-width: 90% !important;
    }
    .video_container_parent{
        height: 600px !important;
    }
    .video_container{
        height: 600px !important;
    }
}