body,html{
    background-color: black;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden !important;
}

#stream_scroll::-webkit-scrollbar {
    display: none;
}

#stream_scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.index_content {
    width: 100%;
    height: 100vh;
    background-color: #101010;
}

#localVideo {
    object-fit: contain;
    transform: rotateY(180deg);
}

.girl_div {
    background-color: rgb(0, 0, 0, 0.6);
}

.user_top_div {
    top: 12px;
    left: 16px;
}

.log_out {
    margin-right: 10px;
}

.fa-xmark_style {
    font-size: 20px;
}

.user_div {
    cursor: pointer;
    padding: 3px 10px 3px 4px;
    background-color: rgb(29, 31, 32, 0.8);
    border-radius: 32px;
}

.user_img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 4px;
}

.user_name {
    font-size: 11px;
    line-height: 15px;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edit_div {
    padding: 24px 42px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

.edit_top_div {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
}

.mb_13 {
    margin-bottom: 13px;
}

.mb_8 {
    margin-bottom: 8px;
}

.stream_type_btn {
    font-size: 10px;
    line-height: 14px;
    height: 27px;
    padding: 0px 9px;
    border-radius: 32px
}

.mr_7 {
    margin-right: 7px;
}

.mr_8 {
    margin-right: 8px
}

.mr_9 {
    margin-right: 9px
}

.mon_div {
    font-size: 11px;
    line-height: 15px;
    margin: 13px 0px 3px 0px
}

.change_mon {
    cursor: pointer;
    padding: 2px 8px;
    border: 1px white solid;
    border-radius: 14px;
}

.update_img_txt {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.update_img_div {
    cursor: pointer;
    height: 74px;
    width: 42px;
    border-radius: 5px;
    background-color: #171717;
    margin-bottom: 13px;
}

.update_img {
    position: absolute;
    width: 17px;
    bottom: 4px;
    right: 4px;
}

.stream_title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.input_name {
    margin-bottom: 13px;
    width: 100%;
    height: 21px;
    border-radius: 17px;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 7px 3px;
    max-width: 300px;
}

#des_textarea {
    resize: none;
    width: 100%;
    min-height: 77px;
    border-radius: 17px;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 7px;
}

.stream_now_btn {
    font-size: 16px;
    line-height: 21px;
    border: none;
    height: 40px;
}

.boy_div {
    z-index: 100;
    height: 56px;
    position: sticky;
    top: 0px;
    background-color: black;
    padding: 8px 16px;
}

.talkmate {
    width: 96px;
}

.cursor_p {
    cursor: pointer;
}

.user_boy_img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border: 1px white solid;
}

.logout_div {
    width: 80px;
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 10px 20px;
    background-color: #212121;
}

.fs_16 {
    font-size: 16px;
}

.list_div {
    padding: 0px 16px;
    padding-bottom: 120px;
    margin: 0px auto;
}

.list_hot_txt {
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px
}

.hot_card {
    aspect-ratio: 0.5655;
    border-radius: 17px;
    padding: 0px 8px;
}

.hot_card_img {
    aspect-ratio: 0.5655;
    width: 100%;
    object-fit: cover;
    border-radius: 17px
}

.hot_card_div {
    background: linear-gradient(to bottom, rgb(16, 16, 16, 0) 0%, rgb(16, 16, 16, 0.9) 90%);
    top: 1px;
    position: absolute;
    width: 100%;
    aspect-ratio: 0.5655;
    border-radius: 17px;
    padding: 15px
}

.see_div {
    height: 17px;
    border-radius: 17px;
    background-color: #1D1F20;
    padding: 0px 4px;
}

.eye_icon {
    margin-right: 2px;
    width: 12px;
    height: 12px;
}

.see_num {
    font-size: 10px;
    line-height: 14px;
}

.free_div {
    background-color: #6928BB;
    padding: 0px 4px;
    height: 17px;
    border-radius: 17px;
    font-size: 10px;
    line-height: 14px;
}

.not_free_div {
    background-color: #FF1474;
    padding: 0px 4px;
    height: 17px;
    border-radius: 17px;
    font-size: 10px;
    line-height: 14px;
}

.hot_user_img {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

.hot_user_name {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 114px;
}

.hot_title_div {
    width: 134px;
    font-size: 10px;
    line-height: 14px;
}

.hot_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}

.modal_close {
    position: absolute;
    top: 8px;
    right: 8px;
}

/* #tailoringImgDiv {
    max-width: 100%;
    max-height: 100%;
    margin: 30px 0px;
} */

.bg_color {
    background-color: grey;
}

#sureCut {
    background-color: rgba(255, 20, 116, 0.8);
}