@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
    font-family: 'Open Sans', sans-serif;
}
.cs-box-on {
    display: block !important;
    z-index: 1010;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.cs-header-title-small {
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 4px;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 15px;
    height: 26px;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 26px;
}
.chat-close-button {
    background: white none repeat scroll 0 0;
    color: #00aff0;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 12px;
    height: 18px;
    opacity: 0.95;
    padding: 0;
    text-align: center;
    width: 18px;
    margin-top: 5px;
}
.cs-head-right {
    margin: 9px 0 0;
}
.cs-head .btn-group {
    /*margin: -5px 3px 0 -1px;*/
}
.gurdeepoushan .dropdown-menu {
    padding: 6px;
}
.gurdeepoushan .dropdown-menu li a:hover {
    background: #8fcdce none repeat scroll 0 0 !important;
    color: #fff;
}
.cs-head {
    background: #00aff0 none repeat scroll 0 0 !important;
    /*border-bottom: 3px solid #ccc;*/
    color: #fff;
    display: flex;
    width: 100%;
    padding: 8px;
    cursor: pointer;
}
.cs-head .md-user-image {
    border: 2px solid #5a7172;
    border-radius: 50px;
    float: left;
    width: 66px;
    height: 66px;
    background-color: white;
    padding: 5px;
}
.chat_msg_count {
    background: #ffaf00;
}
.chat_list_msg_ago{
    color: #acacac;
    font-size: 12px;
}
aside {
    background-attachment: fixed;
    background-clip: border-box;
    /*background-color: #f5f5f5;*/
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    /*border: 1px solid #304445;*/
    bottom: 0;
    display: none;
    /*height: 466px;*/
    position: fixed;
    right: 30px;
    /*width: 300px;*/
    font-family: 'Open Sans', sans-serif;
}
.main-chat-customer-service {
    width: 450px;
    border: 1px solid #00aff0;
    background-color: #f5f5f5;
}
.cs-footer {
    padding: 5px 10px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cs_chat_area {
    float: left;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: #f5f5f5;
}
.cs_chat_area li {
    padding: 14px 14px 0;
}
/*.cs_chat_area li .chat-img1 img {*/
    /*height: 40px;*/
    /*width: 40px;*/
/*}*/
.cs_chat_area .cs-chat-body1 {
    margin-left: 50px;
}
.cs-chat-body1 p {
    background: #00aff0 none repeat scroll 0 0;
    padding: 10px;
    border-radius: 5px;
    color: black;
    position: relative;
}
.cs-chat-body1 p:before {
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -2px;
    right: 100%;
    border-right-color: #00aff0;
}

.cs_chat_area .admin_chat .cs-chat-body1 {
    margin-left: 0;
    margin-right: 50px;
}
.cs_chat_area .cs-chat-body2 {
    margin-left: 50px;
}
.cs-chat-body2 p {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    position: relative;
}
.cs-chat-body2 p:before {
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -2px;
    left: 100%;
    border-left-color: #D3D3D3;
}
.cs_chat_area .admin_chat .cs-chat-body2 {
    margin-left: 0;
    /*margin-right: 50px;*/
}
.cs_chat_area li:last-child {
    padding-bottom: 10px;
}
.message_write {
    /*background: #f5f3f3 none repeat scroll 0 0;*/
    /*float: left;*/
    padding: 0px 10px 10px;
    width: 100%;
}
.message_write_cs textarea {
    min-height: 40px;
    max-height: 300px;
    padding: 10px;
    width: 100%;
    border: 0!important;
}
.message_write_cs textarea.form-control {
    height: 40px;
    padding: 10px;
}
.chat_send_btn_cs_container {
    border: 1px solid #00aff0;
    background: #00aff0;
    /*border-top-right-radius: 10px!important;*/
    /*border-bottom-right-radius: 10px!important;*/
    /*border-top-left-radius: 0px!important;*/
    /*border-bottom-left-radius: 0px!important;*/
    border-radius: 25px;
    height: 30px;
    width: 30px;
}
.message_txt_cs {
    border: 1px solid transparent;
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.chat_selected_name {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
textarea {
    resize: none;
}
.color_white{
    color: #fff;
}
.chat_time{
    clear: both;
}
.clear_both {
    clear: both;
}
.text_break {
    /* word-wrap: break-word; */
    word-break: break-all;
}
.btn_purchase_to_chat {
    background: #00aff0;
    color: #fff!important;
    text-decoration: none!important;
    padding: 8px!important;
    float: left;
    font-size: 15px;
    border-radius: 10px;
}
.btn_view_resume_chat {
    background: #00aff0;
    color: #fff!important;
    text-decoration: none!important;
    padding: 5px!important;
    border-radius: 10px;
}
.btn_view_resume_chat:hover{
    cursor: pointer;
}
.dividerChat1 {
    border-left: 1px solid #9e9c9c;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
}
.float_cs{
    position: fixed;
    width: auto;
    z-index: 1000;
}
.float_cs_main{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.float_cs_mini{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: auto;
    z-index: 1000;
}
.float_cs_btn{
    border: 1px solid #00aff0;
    background: #00aff0;
    padding: 8px;
    border-radius: 50px;
    width: 78px;
    height: 78px;
}
.admin-image{
    background: #00aff0;
    padding: 3px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
.contact_send_btn_cs_container {
    border: 1px solid #00aff0;
    background: #00aff0;
    height: 37px;
    width: 37px;
}
.cs_chat_area .contact-body1 {
    margin-left: 50px;
}
.contact-body1 p {
    padding: 10px;
    margin: 0;
}
.contact-body1.info-msg b {
    font-size: 15px;
    font-family: Raleway_Bold;
}
.contact-body1 a:hover {
    text-decoration: underline !important;
    color: var(--primary-color);
}
.contact-body1 a b{
    color: var(--primary-color);
}
.contact-body1 a {
    text-decoration: none !important;
}
.contact-jobseeker {
    border: 1px solid #D3D3D3;
    background: white;
    margin-right: 2px;
    border-radius: 10px;
}
.contact-employer {
    border: 1px solid #D3D3D3;
    background: white;
    margin-left: 2px;
    border-radius: 10px;
}
.contact-head-jobseeker {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background: #00aff0
}
.contact-head-employer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background: #00a5e2
}
.contact-form {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 0 5px 5px 5px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D3D3D3;
    opacity: 1; /* Firefox */
}
.cs_form_field {
    margin-top: 2px;
    margin-bottom: 2px;
}
@media(max-width: 500px){
    .float_cs_main{
        right: 0;
        bottom: 0;
    }
    .float_cs_mini{
        right: 15px;
        bottom: 15px;
    }
    .main-chat-customer-service {
        width: 100%;
    }
}
@media (max-width: 767px){
    .cs_chat_area {
        height: 400px;
    }
    .message_write_cs textarea {
        max-height: 250px;
    }
}
