.live_001 {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    /* z-index: +99999999; */
}

@media(max-width:1200px) {
    .live_001 {
        position: absolute;
        top: 25px;
        left: 60px;
        /* z-index: +99999999; */
    }
}

.chat_menu {
    border-bottom: 2px solid #1C87C7;
}

.chat_height {
    width: 100%;
    height: 690px;
    /* position: relative;
    z-index: 99999999; */
    padding-top: 200px;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.char_chat {
    padding: 7px 60px;
    color: #fff;
    text-decoration: none;
    background: #1C87C7;
    border: 2px solid #1C87C7;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: -2px;
    margin-left: 4px;
    font-size: 20px;
}

.map001 {
    width: 100%;
    height: 600px;
}

.chat_imgo {
    margin-left: 0px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media(max-width:992px) {
    .char_chat {
        padding: 7px 35px;
        font-size: 18px;
    }
    .chat_height {
        height: 600px;
    }
}

@media(max-width:1200px) {
    .char_chat {
        padding: 7px 50px;
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .char_chat {
        padding: 7px 30px;
        font-size: 18px;
    }
    .map001 {
        width: 100%;
        height: 350px;
    }
    .chat_imgo {
        margin-left: 20px;
        width: 100px;
        height: 100px;
        display: block;
    }
    .option-info-bar {
        padding-left: 15px!important;
        padding-top: 10px!important;
    }
}

@media(max-width:576px) {
    .char_chat {
        padding: 7px 20px;
        font-size: 16px;
    }
}

.char_chat:hover {
    background: #fff;
    font-weight: bolder;
    color: #1C87C7;
    border-bottom: 2px solid #fff;
}

.active_01 {
    background: #fff!important;
    font-weight: bolder!important;
    color: #1C87C7!important;
    border-bottom: 2px solid #fff!important;
}

.fwb {
    font-weight: bolder!important;
}

.fw {
    font-weight: bold!important;
}

.chatting_left {
    text-align: right;
    border-radius: 10px;
    background: #1C87C7;
    color: #fff;
    text-decoration: none;
    float: right;
    clear: both;
}

.chatting_right {
    text-align: right;
    border-radius: 10px;
    background: grey;
    color: #fff;
    text-decoration: none;
    float: left;
    clear: both;
}

.inpu_angle {
    width: 100%;
    padding: 5px 45px;
    border: 1px solid#1C87C7;
    border-radius: 30px;
}

.inpu_angle_right {
    border-radius: 50%;
    width: 40px;
    height: 35px;
    position: relative;
    right: 35px;
    font-size: 24px;
    top: 5px;
    right: 42px;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    background: #1C87C7;
}

.inpu_angle_left {
    position: relative;
    left: 36px;
    font-size: 32px;
    top: 6px;
    color: #1C87C7;
}

.increase_distance {
    cursor: pointer;
}

.un_active_bg_category {
    background: #464646 !important;
}

.active_bg_category {
    background: #278DCA !important;
}

input[name="booing"]:checked #jobs_new001 {
    display: none !important;
}

.hover_me_modal {
    border: 2px solid #1C87C7;
    border-radius: 5px;
    color: #1C87C7;
    background: #fff;
    font-weight: bolder;
    border-radius: 12px;
    cursor: pointer;
}

.hover_me_modal:hover {
    background: #1C87C7;
    color: #fff;
}

.logout_btn {
    border-radius: 30px;
    border: 2px solid #fff;
    color: #1C87C7;
    padding: 7px 80px;
    font-weight: bolder;
    background: #fff;
    cursor: pointer;
}

.logout_btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

#mapsConainer_001,
#mapsConainer_001 iframe {
    height: 100%;
    width: 100%;
}

.long_coo {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.option-info-bar {
    padding-left: 20px !important;
}

@media(max-width:1200px) {
    #mapsConainer_001,
    #mapsConainer_001 iframe {
        height: 500px;
        width: 100%;
        margin-top: 10px;
    }
}

#img_desing_neww {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#imgo_001 {
    position: absolute;
    left: 5px;
    bottom: 17px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

@media(max-width:1300px) {
    #img_desing_neww {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: 20px;
    }
    #imgo_001 {
        left: 20px;
        bottom: 25px;
    }
}

@media(max-width:1270px) {
    #img_desing_neww {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-left: 50px;
    }
    #imgo_001 {
        left: 50px;
        bottom: 25px;
        width: 15px;
        height: 15px;
    }
}

@media(max-width:1200px) {
    #img_desing_neww {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        margin-left: 50px;
        position: absolute;
        top: -40px;
        left: 5px;
    }
    #imgo_001 {
        left: 50px;
        bottom: 5px;
        width: 15px;
        height: 15px;
    }
}