:root {
    --subtitle-color: white;
    --subtitle-back: rgba(17, 17, 17, 70%);
    --subtitle-size: 20px;
    --subtitle-direction: rtl;
}

body {
    font-family: Inter, serif;
}


@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/Vazirmatn-Light.woff2") format("woff2");
}

.main_meet_card {
    width: 100%;
    height: 100vh;
    background-color: #262626;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.main_col {
    padding: 0;
}

.top_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 57px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    /*border-bottom: 1px solid rgba(224, 231, 248, 0.24);*/
}


.top_part_meet {
    width: max-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.top_part .main_cam {
    width: 37px;
    height: 38px;
    background-image: url("../images/meet/main_cam.png");
    background-size: 100% 100%;
}

.top_part .separator {
    width: 1px;
    height: 30px;
    background-color: rgba(149, 178, 240, 0.24);

}

.top_part .meet_title {
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.top_part .meet_timer {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 15px;
    line-height: 27px;
    font-size: 12px;
    min-width: 80px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    font-family: Inter, serif;
}

.my_name {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    padding-right: 40px;
}

.my_name::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translate(12px, -5px);
    background-image: url("../images/meet/user.png");
    background-size: 100% 100%;
    background-position: center;
}

.my_name_admin_after::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translate(12px, -5px);
    background-image: url("../images/meet/admin_user.png") !important;
    background-size: 100% 100%;
    background-position: center;
}


.top_part_2 {
    height: 50px;
    background-color: #ffffff12;
    margin: 0px 12px -1px 12px;
    position: relative;
    border-radius: 9px 9px 0px 0px;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    display: none;
}

.top_part_2 .meet_timer2 {
    font-size: 12px;
    letter-spacing: 2px;
    color: white;
    line-height: 40px;
    width: max-content;
}

.top_part_2 .address_box {
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.top_part_2 .address_box .address {
    font-size: 13px;
    color: white;
    font-family: Inter;
}

.top_part_2 .address_box .copy {
    width: 30px;
    height: 30px;
    background-color: #00000030;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("../images/copy.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.top_part_2 .address_box .check {
    background-image: url("../images/meet/icons8-check-50.png");
}


.top_part_2 .address_box .copy:hover {
    background-color: rgba(0, 0, 0, 0.33);
}


.bottom_part {
    display: flex;
    height: 100%;
    padding: 0 15px 15px 15px;
    width: 100%;
    overflow: hidden !important;
    margin: 0 !important;
}

.bottom_part .video_part {
    height: 100%;
    padding-right: 5px;
    padding-left: 0;
}

.bottom_part .chat_parti_part {
    display: flex;
    flex-direction: column;
    gap: 9px;
    height: 100%;
    background-color: rgb(255 255 255 / 5%);
    border-radius: 15px;
    padding: 15px;
}

.bottom_part .chat_parti_part .tab_box {
    height: 44px;
    background-color: #262626;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
}

.bottom_part .chat_parti_part .tab_box .tab {
    color: white;
    font-size: 11px;
    border-radius: 8px;
    width: 50%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
}

.bottom_part .chat_parti_part .tab_box .active {
    background-color: #4C67A6;
}


.participants_list {
    position: relative;
    width: 100%;
    height: calc(100% - 20px);
    flex-direction: column;
    gap: 5px;
    overflow: auto;
    padding-top: 10px;
}

.participants_list .item {
    position: relative;
    width: 100%;
    min-height: 33px;
    padding: 7px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: start;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 15px;
    transition: 0.2s;
    overflow: hidden;
}

.participants_list .item .context_menu {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    padding: 17px;
    background-color: #2a2a2a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #fff;
    font-family: 'vazir', serif;
    transition: 0.3s;
}

.participants_list .item .context_menu .yes_btn {
    border: none;
    border-radius: 5px;
    padding: 5px;
    outline: none;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    background-color: #d34949;
    color: #ffffff;
    min-width: 40px;
}

.participants_list .item:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.07);
}

.participants_list .participant_name {
    font-size: 13px;
    color: white;
    display: flex;
    gap: 8px;
    line-height: 20px;
    align-items: center;
}

.participants_list .participant_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/user.png");
    background-size: 100% 100%;
    background-position: center;
}

.participants_list .participant_admin_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/admin_user.png");
    background-size: 100% 100%;
    background-position: center;
}

.participants_list .item .eye {
    width: 21px;
    height: 21px;
    background-image: url("../images/meet/eye.png");
    background-size: 100% 100%;
}

.participants_list .item .hand {
    width: 23px;
    height: 21px;
    background-image: url("../images/meet/hand.png");
    background-size: 100% 100%;
}

.participants_list .item .battery {
    width: 23px;
    height: 23px;
    background-image: url("../images/meet/battery.png");
    background-size: 100% 100%;
}

.participants_list .item .speak {
    width: 23px;
    height: 21px;
    background-image: url("../images/meet/wave.gif");
    background-size: 100% 100%;
}

.chat_list {
    position: relative;
    width: 100%;
    height: calc(100% - 110px);
    flex-direction: column;
    gap: 5px;
    overflow: auto;
    padding-top: 10px;
}

.write_message {
    background-color: #262626;
    height: 61px;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    font-family: vazir;
}


.write_message textarea {
    background-color: transparent;
    font-size: 13px;
    border: none;
    outline: none;
    width: calc(100% - 44px);
    resize: none;
    color: white;
    max-height: 100%;
}

.write_message .send_btn {
    background-color: #4C67A6;
    font-size: 13px;
    border: none;
    outline: none;
    width: 42px;
    resize: none;
    color: white;
    max-height: 90%;
    border-radius: 8px;
    background-image: url("../images/meet/send.png");
    background-position: center;
    background-size: 37% 54%;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.write_message .send_btn:active {
    background-color: #344d86;
}

.chat_list .message {
    width: 80%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    gap: 15px;
}

.chat_list .message .name_time {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.chat_list .message .name_time .name {
    font-size: 10px;
}

.chat_list .message .name_time .time {
    font-size: 9px;
    color: rgba(180, 180, 180, 0.82);
}

.chat_list .message .msg {
    font-size: 11px;
    line-height: 20px;
    color: white;
    word-wrap: break-word;
    font-family: vazir;
}


.chat_list .left {
    float: left !important;
    background-color: #262626;
    border-bottom-left-radius: 0;
    color: rgba(70, 198, 231, 0.82);
}

.chat_list .right {
    float: right !important;
    background-color: rgb(255 255 255 / 9%);
    border-bottom-right-radius: 0;
    color: rgba(70, 198, 231, 0.82);
}

.meet_screen_minivid_container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    height: calc(100% - 53px);
    /* flex-wrap: wrap; */
    flex-direction: column;
}


.grid-columns-0 {
    grid-template-columns: repeat(1, 1fr)
}

.grid-columns-1 {
    grid-template-columns: repeat(1, 1fr)
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-5 {
    grid-template-columns: repeat(3, 1fr);
}


.grid-columns-3 .user {
    min-height: 250px;
}

.grid-columns-4 .user {
    min-height: 250px;
}

.grid-columns-5 .user {
    min-height: 250px;
}

.mini_video_list {
    width: 100%;
    height: 40%;
    padding: 0;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    scroll-behavior: smooth;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    margin-top: 5px;
    gap: 5px;
}

.width_100 {
    width: 100% !important;
}

.width_48 {
    width: 48%;
}

.width_21 {
    width: 21%;
    min-width: 21%;
}

.height_100 {
    height: 100% !important;
}

.height_40 {
    height: 30% !important;
}


.height_60 {
    height: 70% !important;
}

.height_80 {
    height: 80% !important;
}

.mini_video_list .circle_name {
    width: 60px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 66px;
}

.mini_video_list::-webkit-scrollbar {
    display: none !important;
}

.dragging {
    cursor: grabbing;
}

.mini_video_list2 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: all 0.5s ease;
}

.mini_video_list2 canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.my_video video {
    /*visibility: hidden;*/
}


.mini_video_list2 .item {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 11%);
    cursor: default !important;
    overflow: hidden;
}

.mini_video_list2 .item .muted {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-color: #abababfa;
    background-image: url(../images/meet/mute.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    /* box-shadow: -1px 1px 5px #3c3c3c; */
    border-radius: 50%;
}

.mini_video_list2 video {
    position: relative;
    width: 100%;
    height: 100%;
}


.display_grid {
    display: grid;
}

.mini_video_list .item {
    position: relative;
    height: 100%;
    border-radius: 10px;
    margin-right: 0px !important;
    background-color: rgb(255 255 255 / 11%);
    cursor: pointer;
    overflow: hidden;
}

.mini_video_list .big_item {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.display_inline_block {
    display: inline-block;
}


.mini_video_list .item .muted {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-color: #abababfa;
    background-image: url(../images/meet/mute.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    /* box-shadow: -1px 1px 5px #3c3c3c; */
    border-radius: 50%;
}

.mini_video_list .item video {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 99%;
    left: 0;
    top: 0;
    /*    transform: scaleX(-1);*/
}

.mini_video_list .item .no_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 10px 3px 10px 3px;
    background-color: #3b9cd0;
    background-image: url("../images/meet/novid.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: block;
}

.mini_video_list .item .sub_name {
    width: 100%;
    line-height: 31px;
    background-color: #0000007d;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: white;
    text-align: center;
    display: none !important;
}


.mini_video_list2 .double_mini_video {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin-right: 10px;
    background-color: rgb(49 49 49);
    cursor: pointer;
    overflow: hidden;
    bottom: 30px;
    right: 20px;
    text-align: center;
    transform: scale(0);
    transition: 0.3s;
}


.mini_video_list2 .double_mini_video .circle_name {
    width: 55px;
    height: 55px;
    line-height: 62px;
    font-size: 16px;
    background-color: #6290c9;
}


.mini_video_list2 .double_mini_video .muted {
    width: 25px;
    height: 25px;
}

.mini_video_list2 .double_mini_video .wave {
    width: 25px !important;
    height: 25px !important;
}

.main_screen_container {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /*perspective: 500px;*/
    overflow: hidden;
    position: relative;
    background-color: #ffffff0f;
    transition: 0.3s;
}


.mirror {
    transform: scaleX(-1) !important;
}

.main_screen_container .screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /*transform-style: preserve-3d;
    transform: rotateX(60deg);*/
}

.main_screen_container .video {
    position: absolute;
    left: 0;
    top: 0;
    cursor: grab;
    transform-origin: center center; /* Set origin for zooming and panning */
    transition: transform 0.1s ease; /* Smooth zooming and dragging */
    touch-action: none; /* Disable default touch actions */
}

.tool_bar {
    width: 100%;
    height: 50px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
}

.tool_bar .address_box {
    background-color: rgb(255 255 255 / 5%);
    height: 45px;
    width: 100%;
    border-radius: 11px;
    padding: 15px;
    display: flex;
    max-width: 150px;
    align-items: center;
    justify-content: space-between;
}

.tool_bar .address_box .address {
    font-size: 13px;
    color: white;
    font-family: Inter;
}

.tool_bar .address_box .copy {
    width: 30px;
    height: 30px;
    background-color: #00000030;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("../images/copy.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .address_box .check {
    background-image: url("../images/meet/icons8-check-50.png");
}


.tool_bar .address_box .copy:hover {
    background-color: rgba(0, 0, 0, 0.33);
}


.tool_bar .tools_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 15px 0px 15px 0px;
    width: max-content;
    min-width: 150px;
    line-grid-progression: 15px;
    gap: 8px;
}


.tool_bar .tools_box .item {
    width: 45px;
    height: 45px;
    background-color: rgb(255 255 255 / 5%);
    border-radius: 14px;
    transition: 0.2s;
}

.tool_bar .tools_box .item:hover {
    cursor: pointer;
}

.tool_bar .tools_box .on_vid {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/novid.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% 40%;
}


.tool_bar .tools_box .no_vid {
    background-color: rgb(255 0 0 / 49%);
    background-image: url("../images/meet/novid.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% 40%;
}

.tool_bar .tools_box .on_cinema {
    background-color: rgb(255 0 0 / 49%);
    background-image: url("../images/meet/cinema.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55% 55%;
}

.tool_bar .tools_box .off_cinema {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/cinema.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55% 55%;
}

.tool_bar .tools_box .record_btn {
    background-color: rgb(255 255 255 / 5%);
    background-image: url(../images/meet/record.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 63% 67%;
}


.tool_bar .tools_box .record_btn_active {
    background-color: rgb(255 0 0 / 49%) !important;
}

.tool_bar .tools_box .on_mic {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/no_mic.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .tools_box .no_mic {
    background-color: rgb(255 0 0 / 49%);
    background-image: url("../images/meet/no_mic.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .tools_box .on_notif {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/notif_off.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .tools_box .off_notif {
    background-color: rgb(255 0 0 / 49%);
    background-image: url("../images/meet/notif_off.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .tools_box .not_share {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/share.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.tool_bar .tools_box .is_share {
    background-color: rgb(0 255 73 / 31%);
    background-image: url("../images/meet/share.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}


.tool_bar .tools_box .raised_hand {
    background-color: #4c67a6ed;
    background-image: url("../images/meet/hand.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.tool_bar .tools_box .down_hand {
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/hand.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}


.tool_bar .tools_box .emoji {
    position: relative;
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/meet/emoji.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.tool_bar .tools_box .active_emoji {
    background-color: #474747;
    border-radius: 0px 0px 14px 14px;
}


.tool_bar .tools_box .leave {
    position: relative;
    background-color: rgba(185, 30, 30, 0.69);
    background-image: url("../images/meet/leave.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.tool_bar .tools_box .setting_icon {
    position: relative;
    background-color: rgb(255 255 255 / 5%);
    background-image: url("../images/setting.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}


.emoji_box {
    position: absolute;
    width: 210px;
    /* height: 290px; */
    bottom: 45px;
    right: 0px;
    background-color: #474747;
    border-radius: 10px 10px 0px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    align-content: space-between;
    padding: 10px;
    border: 5px solid #4f4f4f;
    z-index: 1;
}

.emoji_box .emoji_item {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.emoji_box .emoji_item:hover {
    background-color: #535353;
    cursor: pointer;
}

#emojiContainer {
    width: 50px;
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    bottom: 150px;
    right: 0px;
    min-height: 0px !important;
}

.emoji_show {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    font-size: 50px;
    opacity: 1;
    width: 100px;
    /* height: 50px; */
    /* background-color: #ebeff1; */
    animation: floatUpZigZag 0.8s linear, floatUpZigZag2 2s linear;
}

.emoji_show .emoji_icon {
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 45px;
    opacity: 1;
    min-height: 0px !important;
    text-align: center;
    /* height: 119px; */
    /* margin-bottom: 21px; */
}

.emoji_show .emoji_text {
    font-size: 11px;
    padding: 3px;
    background-color: rgb(33 33 33);
    color: white;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 0px !important;
    border-radius: 17px;
    border: 5px solid rgb(255 246 246 / 5%);
}

@keyframes floatUpZigZag2 {
    90% {
        transform: translate(0, -50px);
        opacity: 1;
    }
    95% {
        transform: translate(0, -100px);
        opacity: 0.2;
    }
    95% {
        transform: translate(0, -300px);
        opacity: 0.2;
    }
    100% {
        transform: translate(0, -400px);
        opacity: 0;
    }
}

@keyframes floatUpZigZag {
    /* 0% {
         transform: translate(0, 0);
     }
     25% {
         transform: translate(-30px, -50px);
     }
     50% {
         transform: translate(30px, -100px);
     }
     75% {
         transform: translate(-30px, -150px);
     }
     100% {
         transform: translate(0px, -300px);
     }*/
    0% {
        transform: translate(0, 0);
    }
    5% {
        transform: translate(-20%, 0px);
    }
    10% {
        transform: translate(20%, 0px);
    }
    15% {
        transform: translate(-20%, 0px);
    }
    20% {
        transform: translate(20%, 0px);
    }
    25% {
        transform: translate(-20%, 0px);
    }
    30% {
        transform: translate(20%, 0px);
    }
    35% {
        transform: translate(-20%, 0px);
    }
    40% {
        transform: translate(20%, 0px);
    }
    45% {
        transform: translate(-20%, 0px);
    }
    50% {
        transform: translate(20%, 0px);
    }
    55% {
        transform: translate(-20%, 0px);
    }
    60% {
        transform: translate(20%, 0px);
    }
    65% {
        transform: translate(-20%, 0px);
    }
    70% {
        transform: translate(20%, 0px);
    }
    75% {
        transform: translate(-20%, 0px);
    }
    80% {
        transform: translate(20%, 0px);
    }
    85% {
        transform: translate(-20%, 0px);
    }

}

@keyframes fadeOut {
    0% {
        transform: translate(-50%, -300px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -400px);
        opacity: 0;
    }
}


.requests_box {
    position: fixed;
    bottom: 15px;
    left: 16px;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 5;
}

.requests_box .req {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgb(0 0 0);
    color: white;
    align-items: center;
    justify-content: space-between;
}

.requests_box .req .text {
    font-size: 12px;
    color: white;
}

.requests_box .req .admit_button {
    width: 50px;
    height: 30px;
    padding: 5px;
    background-color: #4C67A6;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    border: none;
}

.requests_box .req .admit_button:hover {
    background-color: #40588e;
}

.focused_name {
    position: absolute;
    top: 14px;
    right: 0px;
    left: 0;
    margin: auto;
    color: white;
    font-size: 11px;
    text-align: center;
    min-width: 100px;
    width: max-content;
    background-color: #ffffff17;
    border-radius: 17px;
    padding: 5px;
}

.raised_hand_notif {
    position: relative;
    min-width: 230px;
    height: auto;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 8px;
    padding: 5px 15px 5px 13px;
    font-family: vazir;
}

.raised_hand_notif .hand_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/hand.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.raised_hand_notif .cross_icon {
    position: absolute;
    right: 7px;
    width: 25px;
    height: 25px;
    background-image: url("../images/meet/cross.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.raised_hand_notif .leave_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/leave.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.raised_hand_notif .message_icon {
    width: 20px;
    height: 20px;
    background-image: url("../images/meet/sms.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.raised_hand_notif .eye_icon {
    width: 20px;
    height: 20px;
    background-image: url("../images/meet/eye.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.raised_hand_notif .joined_icon {
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/enter.png");
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.raised_hand_notif .name {
    text-align: center;
    font-size: 12px;
    color: #d5d5d5;
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.raised_hand_notif .u_name {
    color: #58a2bf;
    margin-right: 10px;
}

@keyframes hand_raised {
    0% {
        bottom: 20px;
        opacity: 1;
    }
    50% {
        bottom: 100px;
        opacity: 1;
    }
    100% {
        bottom: 200px;
        opacity: 0;
    }
}

.fullscreen {
    background-image: url('../images/meet/full.png');
    background-size: 65% 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 0 0 / 56%);
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.no_fullscreen {
    background-image: url("../images/meet/no_full.png");
    background-size: 65% 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 0 0 / 56%);
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.video_full_screen {
    background-color: black !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile_tab_box {
    position: relative;
    /* width: 100%; */
    height: 52px;
    background-color: #ffffff12;
    display: none;
    align-items: center;
    justify-content: space-around;
    gap: 3px;
    padding-right: 5px;
    /* border-radius: 12px; */
    padding-left: 5px;
    margin-bottom: 5px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 9px;
}

.mobile_tab_box .item {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    width: calc(33.33%);
    line-height: 35px;
    border-radius: 6px;
}

.mobile_tab_box .active {
    background-color: #4c67a6ed;
}

.display_none_force {
    display: none !important;
}

.display_flex_force {
    display: flex !important;
}

.not_found {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #3c3c3c;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    left: 0;
    top: 0;
    font-size: 30px;
    color: white;
    z-index: 201;
}

.not_found .not_found_icon {
    width: 100px;
    height: 100px;
    background-image: url("../images/404.png");
}


.not_found button {
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background-color: #40588e;
    color: white;
    padding: 10px 20px 10px 20px;
}


.mini_video_list .item .ninivid_loading {
    width: 60px;
    height: 60px;
    background-image: url("../images/meet/mini_load.gif");
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 15px;
    right: 0;
    margin: auto;
}

.active_minivid {
    /*border: solid 5px rgba(127, 184, 217, 0.65);
    transition: 0.3s !important;*/
}

.chat_badge {
    position: relative;
    background-color: #d03b3b;
    color: white;
    font-size: 11px;
    padding: 5px;
    border-radius: 30px;
    margin-left: 5px;
}


.user {

}

.mini_video_list .item .wave {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: #4C67A6;
    background-image: url('../images/meet/wave.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 102%;
    box-shadow: -1px 1px 5px #3c3c3c;
    border-radius: 50%;
}

.mini_video_list2 .item .wave {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #4C67A6;
    background-image: url('../images/meet/wave.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 102%;
    box-shadow: -1px 1px 5px #3c3c3c;
    border-radius: 50%;
}

.show_all {
    position: absolute;
    background-color: #ffffff29;
    color: white;
    font-size: 13px;
    width: max-content;
    min-width: 52px;
    line-height: 26px;
    border-radius: 10px;
    text-align: center;
    right: 23px;
    bottom: 47px;
    cursor: pointer;
    border: solid 4px #d2d2d2;
}

.circle_name {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 110px;
    font-family: vazir;
    /* display: none; */
}

@keyframes waveEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}


.setting_button_2 {
    width: 25px;
    height: 25px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 5px;
    background-image: url("../images/setting.png");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.setting_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10px);
}

.setting_box .setting_container {
    position: absolute;
    width: 500px;
    height: max-content;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #333333;
    border-radius: 10px;
    padding: 25px;
    color: white;
}

.setting_box .setting_container .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-image: url("../images/meet/cross.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.setting_box .setting_container .setting_title {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.setting_box .setting_container .top_separator {
    width: 100%;
    height: 1px;
    background-color: #4a4a4a;
    top: 45px;
    left: 0;
    position: absolute;
}


.components_container2 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


.components_container2 label {
    font-size: 14px;
}

.select_camera_box2 {
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_camera_box2 .cams_container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
    height: 100%;
}

.select_camera_box2 .cam_icon2 {
    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_box2 .arrow_icon2 {
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_camera_box2 .device_name2 {
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
}

.camera_list2 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}

.camera_list2 .cam_item2 {
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.camera_list2 .cam_item2:hover {
    background-color: #626262;
    color: #fff;
}


.select_speaker_box2 {
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_speaker_box2 .speakers_container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
    height: 100%;
}

.select_speaker_box2 .speaker_icon2 {
    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_box2 .arrow_icon2 {
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_speaker_box2 .device_name2 {
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
}

.speaker_list2 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}

.speaker_list2 .speaker_item2 {
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.speaker_list2 .speaker_item2:hover {
    background-color: #626262;
    color: #fff;
}


.select_mic_box2 {
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.select_mic_box2 .mic_container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
    height: 100%;
}

.select_mic_box2 .mic_icon2 {
    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_box2 .arrow_icon2 {
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_down.png");
}

.select_mic_box2 .device_name2 {
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
}

.mic_list2 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 150px;
    overflow: auto;
    position: absolute;
    bottom: 42px;
}

.mic_list2 .mic_item2 {
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mic_list2 .mic_item2:hover {
    background-color: #626262;
    color: #fff;
}


.send_resolution_box {
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.send_resolution_box .send_resolution {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
    height: 100%;
}


.send_resolution_box .resolution_icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/meet/hd.png");
}

.send_resolution_box .resolution_caption {
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
}

.send_resolution_box .resolution_item {
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.send_resolution_box .resolution_item:hover {
    background-color: #626262;
    color: #fff;
}

.quality_list {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 140px;
    overflow: auto;
    position: absolute;
    bottom: 42px !important;
}

.send_resolution_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");
}


.receive_resolution_box {
    position: relative;
    width: 33%;
    height: 39px;
    background-color: #3c3c3c;
    cursor: pointer;
}

.receive_resolution_box .receive_resolution {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 11px;
    gap: 5px;
    height: 100%;
}


.receive_resolution_box .resolution_icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/meet/hd.png");
}

.receive_resolution_box .resolution_caption {
    font-size: 13px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
}

.receive_resolution_box .resolution_item {
    width: 100%;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.receive_resolution_box .resolution_item:hover {
    background-color: #626262;
    color: #fff;
}

.receive_quality_list {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    max-height: 140px;
    overflow: auto;
    position: absolute;
    bottom: 42px !important;
}

.receive_resolution_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");
}


.leave_confirm_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    top: 100px;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    transition: 0.3s;
    padding: 5px 18px 5px 18px;
    color: white !important;
}

.leave_confirm_box_showed {
    top: 0;
}

.leave_confirm_box .button_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px !important;
}

.leave_confirm_box .button_box .yes_btn {
    padding: 10px 5px 10px 5px;
    background-color: #d03b3b;
    color: #fff;
    line-height: 10px;
    width: 68px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.leave_confirm_box .button_box .cancel_btn {
    padding: 10px 5px 10px 5px;
    background-color: #c2c2c2;
    color: #242424;
    line-height: 10px;
    width: 68px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}




.record_confirm_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    top: 100px;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    transition: 0.3s;
    padding: 5px 18px 5px 18px;
    color: white !important;
}

.record_confirm_box_showed {
    top: 0;
}

.record_confirm_box .button_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px !important;
}

.record_confirm_box .button_box .yes_btn {
    padding: 10px 5px 10px 5px;
    background-color: #d03b3b;
    color: #fff;
    line-height: 10px;
    width: 68px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.record_confirm_box .button_box .cancel_btn {
    padding: 10px 5px 10px 5px;
    background-color: #c2c2c2;
    color: #242424;
    line-height: 10px;
    width: 68px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}



.cinema_overlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #262626;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
}

.cinema_overlayer_minimized {
    position: fixed;
    width: 192px !important;
    height: 45px !important;
    top: 6px;
    padding: 0 !important;
    right: -2px;
    transform: scale(0.9, 0.9);
    border-radius: 10px;
}

.cinema_overlayer .title {
    font-size: 30px;
    color: white;
    width: 100%;
    text-align: center;
}

.cinema_overlayer .video_part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 !important;
    overflow: hidden;
}


.cinema_overlayer .video_part video {
    width: 100%;
    height: 100%;
}

.cinema_overlayer .title_bar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(23 28 35);
}

.cinema_overlayer .title_bar .brand {
    display: flex;
    align-items: center;
    justify-items: center;
}

.cinema_overlayer .title_bar .brand .logo {
    width: 34px;
    height: 28px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/cinema_blue.png");
}

.cinema_overlayer .title_bar .brand .title {
    font-size: 14px;
    font-family: futura-bold;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    color: #0dcaf0;
}

.cinema_overlayer .title_bar .cin_win_controls {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-items: center;
}

.cinema_overlayer .title_bar .cin_win_controls .cross {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/close_cin.png");
}

.cinema_overlayer .title_bar .cin_win_controls .maximize {
    width: 17px !important;
    height: 18px !important;
    margin-right: 7px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/maximize.png");
    display: none;
}

.cinema_overlayer .title_bar .cin_win_controls .minimize {
    width: 15px !important;
    height: 15px !important;
    margin-right: 9px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/minimize.png");
}

.cinema_overlayer .setting_part {
    position: fixed;
    left: 0;
    top: 0px;
    width: 260px;
    height: 100svh;
    transition: 0.4s;
    background-color: rgb(23 28 35);
}

.cinema_overlayer .setting_part_hide {
    left: -260px;
}

.cinema_overlayer .setting_part .panel_title{
    position: relative;
    width: 100%;
    height: 45px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    font-size: 14px;
    /* border-bottom: 1px solid #ffffff0a; */
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(0 0 0 / 9%);
}

.cinema_overlayer .setting_part .panel_title .close_cin_setting{
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/close_cin.png");
    cursor: pointer;
}

.cinema_overlayer .setting_part .main_card {
    position: absolute;
    left: 0;
    /* top: 40px; */
    width: 260px;
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(23 28 35);
    padding: 15px;
    padding-bottom: 80px;
}

.cinema_overlayer .setting_part .input_titles {
    font-size: 13px;
    color: #0dcaf0;
    font-family: vazir;
    margin-bottom: 3px;
}

.cinema_overlayer .setting_part input[type="text"] {
    box-sizing: border-box !important;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    font-family: vazir;
    background-color: #1d252d;
    color: white;
    padding: 5px;
}

.cinema_overlayer .setting_part input[type="color"] {
    height: 17px;
    width: 40px;
    border: 1px solid #ffffff;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    padding: 0 !important;
}

.cinema_overlayer .setting_part input[type="range"] {
    width: 100%;
    margin-bottom: 10px;
}


/*
.setting_part input::placeholder {
    color: rgba(136, 136, 136, 0.45) !important; !* Change the color to orange *!
    font-size: 12px !important;
}
*/

.cinema_overlayer .setting_part select.sub_size {
    height: 35px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    font-family: vazir;
    background-color: #1d252d;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}

.cinema_overlayer .setting_part .button_card {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}

.cinema_overlayer .setting_part .button_card .button_holder {
    position: relative;
    width: 49%;
    height: 80px;
    background-color: #1d252d;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
}

.cinema_overlayer .setting_part .button_card .button_holder:hover {
    background-color: #26303b;
}

.cinema_overlayer .setting_part .button_card .button_holder .title {
    position: absolute;
    bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 100%;
    font-family: 'vazir';
    letter-spacing: 0.3px;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_load_cin {
    position: absolute;
    left: 36px;
    top: 12px;
    width: 40px;
    height: 38px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/load2.png");
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_play_cin {
    position: absolute;
    left: 35px;
    top: 9px;
    width: 42px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/startcinema.png");
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_sync_cin {
    position: absolute;
    left: 37px;
    top: 9px;
    width: 37px;
    height: 37px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/cin_sync.png");
    transition: transform 1s ease-in-out;
}

.rotating {
    transform: rotate(360deg);
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_full_cin {
    position: absolute;
    left: 35px;
    top: 5px;
    width: 43px;
    height: 43px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/cin_full.png");
    transition: 0.3s;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_exit_full_cin {
    background-image: url("../images/meet/cin_exit_full.png") !important;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_mic_en_cin {
    position: absolute;
    left: 42px;
    top: 11px;
    width: 30px;
    height: 32px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/cin_mic_en.png");
    transition: 0.3s;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_mic_dis_cin {
    background-image: url("../images/meet/cin_mic_dis.png") !important;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_other_voice_en_cin {
    position: absolute;
    left: 42px;
    top: 10px;
    width: 35px;
    height: 34px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/cin_other_voice_en.png");
    transition: 0.3s;
}

.cinema_overlayer .setting_part .button_card .button_holder .icon_other_voice_dis_cin {
    background-image: url("../images/meet/cin_other_voice_dis.png") !important;
}

.cinema_overlayer .setting_part .button_card .button_holder .stop_cinema_icon {
    position: absolute;
    left: 35px;
    top: 9px;
    width: 42px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/stopcinema.png");
    transition: 0.3s;
}

.cinema_overlayer .setting_part .button_card .button_holder .reload_sub_icon {
    position: absolute;
    left: 39px;
    top: 7px;
    width: 35px;
    height: 46px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/sub.png");
    transition: 0.3s;
}


.cinema_overlayer .cin_chat_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 15px;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100svh;
    transition: 0.4s;
    /* padding: 0px 15px 15px 15px; */
    background-color: rgb(23 28 35);
    box-sizing: border-box;
}

.cinema_overlayer .cin_chat_box_hide {
    left: -300px !important;
}

.cinema_overlayer .cin_chat_box .panel_title{
    position: relative;
    width: 100%;
    height: 45px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    font-size: 14px;
    /* border-bottom: 1px solid #ffffff0a; */
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(0 0 0 / 9%);
}

.cinema_overlayer .cin_chat_box .panel_title .close_cin_chat{
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../images/meet/close_cin.png");
    cursor: pointer;
}

.cinema_overlayer .cin_chat_box .messages{
    position: relative;
    /* width: 100%; */
    left: 0;
    top: 0;
    height: calc(100svh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 15px;
    margin-left: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cinema_overlayer .cin_chat_box .messages .message {
    width: 80%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    gap: 15px;
}


.cinema_overlayer .cin_chat_box .messages .name_time {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.cinema_overlayer .cin_chat_box .messages .name_time .name {
    font-size: 10px;
}

.cinema_overlayer .cin_chat_box .messages .name_time .time {
    font-size: 9px;
    color: rgba(180, 180, 180, 0.82);
}

.cinema_overlayer .cin_chat_box .messages .msg {
    font-size: 11px;
    line-height: 20px;
    color: white;
    word-wrap: break-word;
    font-family: vazir;
}


.cinema_overlayer .cin_chat_box .messages .left {
    float: left !important;
    background-color: #48486633;
    border-bottom-left-radius: 0;
    color: rgba(70, 198, 231, 0.82);
}

.cinema_overlayer .cin_chat_box .messages .right {
    float: right !important;
    background-color: #1d252d;
    border-bottom-right-radius: 0;
    color: rgba(70, 198, 231, 0.82);
}































.cinema_overlayer .cin_chat_box .write_messages{
    position: relative;
    /* width: 100%; */
    border-radius: 15px;
    height: 70px;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
}

.cinema_overlayer .cin_chat_box .write_messages textarea{
    width: 100%;
    height: 73px !important;
    max-height: 73px !important;
    border: none;
    outline: none;
    font-size: 13px;
    font-family: vazir;
    background-color: #1d252d;
    color: white;
    padding: 12px;
    padding-right: 65px;
}

.cinema_overlayer .cin_chat_box .write_messages .cin_send_msg{
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: rgb(0 0 0 / 9%);
    border-radius: 10px;
    right: 12px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cinema_overlayer .cin_chat_box .write_messages .cin_send_msg:hover{
    background-color: rgba(0, 0, 0, 0.34);
}

.cinema_overlayer .title_bar .handle_button {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/cin_setting.png");
}

.cinema_overlayer .title_bar .cin_chat_button {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/cin_chat_icon.png");
}

.cinema_overlayer .title_bar .cin_emoji_button {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/meet/cin_emoji.png");
}

.cinema_overlayer .title_bar .cin_emoji_button .emoji_box {
    position: absolute;
    width: 210px;
    height: 184px;
    top: 29px;
    left: 6px;
    background-color: rgb(23 28 35);
    border-radius: 0px 10px 10px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    align-content: space-between;
    padding: 10px;
    border: 6px solid #5c85b547;
    z-index: 0;
}

.cinema_overlayer .title_bar .cin_emoji_button .emoji_box .emoji_item {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.cinema_overlayer .title_bar .cin_emoji_button .emoji_box .emoji_item:hover {
    background-color: #535353;
    cursor: pointer;
}

.plyr__caption {
    background: var(--subtitle-back) !important;
    font-size: var(--subtitle-size) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--subtitle-color) !important;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap;
    font-family: vazir !important;
    border-radius: 10px !important;
    direction: var(--subtitle-direction) !important;
    unicode-bidi: normal !important;
}

.plyr--video {
    width: 100% !important;
    height: 100% !important;
}

#share_prepare {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
    font-size: 18px;
    width: max-content;
    height: 20px;
}