/*region Icons */

@font-face {
    font-family: 'bm-icons';
    src: url('bm-icons/bm-icons.eot?ffbxel');
    src: url('bm-icons/bm-icons.eot?ffbxel#iefix') format('embedded-opentype'),
    url('bm-icons/bm-icons.ttf?ffbxel') format('truetype'),
    url('bm-icons/bm-icons.woff?ffbxel') format('woff'),
    url('bm-icons/bm-icons.svg?ffbxel#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="bm-icon-"], [class*=" bm-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bm-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bm-icon-bubble:before {
    content: "\e96b";
}

.bm-icon-bubbles:before {
    content: "\e96c";
}

.bm-icon-bubbles2:before {
    content: "\e96d";
}

.bm-icon-bubble2:before {
    content: "\e96e";
}

.bm-icon-bubbles3:before {
    content: "\e96f";
}

.bm-icon-bubbles4:before {
    content: "\e970";
}

.bm-icon-image:before {
    content: "\e90d";
}

.bm-icon-images:before {
    content: "\e90e";
}

.bm-icon-headphones:before {
    content: "\e910";
}

.bm-icon-music:before {
    content: "\e911";
}

.bm-icon-film:before {
    content: "\e913";
}

.bm-icon-file-picture:before {
    content: "\e927";
}

.bm-icon-file-music:before {
    content: "\e928";
}

.bm-icon-file-play:before {
    content: "\e929";
}

.bm-icon-file-video:before {
    content: "\e92a";
}

.bm-icon-file-zip:before {
    content: "\e92b";
}

.bm-icon-file-pdf:before {
    content: "\eadf";
}

.bm-icon-file-word:before {
    content: "\eae1";
}

.bm-icon-file-excel:before {
    content: "\eae2";
}

.bm-icon-file-empty:before {
    content: "\e924";
}

.bm-icon-file-text2:before {
    content: "\e926";
}

.bm-icon-plus:before {
    content: "\ea0a";
}

.bm-icon-warning:before {
    content: "\ea07";
}

.bm-icon-notification:before {
    content: "\ea08";
}

.bm-icon-question:before {
    content: "\ea09";
}

.bm-icon-info:before {
    content: "\ea0c";
}

.bm-icon-cancel-circle:before {
    content: "\ea0d";
}

/*endregion*/

/*** Pages ***/
body.single-job_listing_preview div.widget_bmwidget {
    display: none;
}

form#bm-widget-form button,
button.bm-send-message {
    background-color: #3598dc;
}

button.bm-send-message:hover,
button.bm-send-message:focus,
form#bm-widget-form button:hover,
form#bm-widget-form button:focus {
    background-color: #2e7bb3;
    color: white;
}

form#bm-widget-form button[data-dismiss="modal"] {
    background-color: #7f7f7f;
    color: white;
}

form#bm-widget-form button[data-dismiss="modal"]:focus,
form#bm-widget-form button[data-dismiss="modal"]:hover {
    background-color: #6d6d6d;
}

form#bm-widget-form .modal-footer button:not(:first-of-type) {
    /*margin-top: 5px;*/
    margin-left: 5px;
}

div.well.bm-chats {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e7ecf1 !important;
    background: white;
}

div.bm-chats img.avatar {
    border-radius: 50%;
    margin: 0 0 0 10px;
}

ul.chats-list {
    list-style-type: none;
    padding-left: 0;
}

ul.chats-list a {
    padding: 0;
}

div#bm-chats-container.no_chats {
    max-height: 164px;
}

div#bm-chats-container.no_chats div.slimScrollBar {
    display: none;
}

div#bm-chats-container ul.chats-list li.active > a,
div#bm-chats-container ul.chats-list li > a,
div#bm-chats-container ul.chats-list li > a:hover,
div#bm-chats-container ul.chats-list li > a:focus,
div#bm-chats-container ul.chats-list li > a:active {
    border-radius: 0;
    border-bottom: 1px solid #e7ecf1;
    margin-bottom: 0;
}

ul.chats-list {
    position: relative;
}

ul.chats-list li.empty {
    text-align: center;
    opacity: 0.3;
}

ul.chats-list li.empty-disclaimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    color: #a5a5a5;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
}

ul.chats-list div.nopadding {
    padding-left: 0;
}

ul.chats-list div.cut-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.bm-chat-link div.row {
    margin: 0;
}


a.bm-chat-link div.msg-preview {
    padding-bottom: 10px;
    font-size: 90%;
}

ul.chats {
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div.well.bm-chats {
    padding: 0;
}

div.bm-chats.show_avatars ul.chats li.in,
div.bm-chats.show_avatars ul.chats li.out {
    display: flex;
}

/*div.bm-chats ul.chats>li>div.message>span.body>a.bm-attachment*/
div.bm-chats ul.chats > li > div.message > span.body > a,
div#chats ul.chats > li > div.message > span.body > a {
    word-wrap: break-word;
    text-shadow: none;
    color: #337ab7;
}

div.bm-chats ul.chats > li > div.message > span.body > a:hover,
div.bm-chats ul.chats > li > div.message > span.body > a:active,
div#chats ul.chats > li > div.message > span.body > a:hover,
div#chats ul.chats > li > div.message > span.body > a:active {
    color: #23527c;
}

div.bm-chats ul.chats > li > div.message > span.body > a.bm-attachment:hover,
div.bm-chats ul.chats > li > div.message > span.body > a.bm-attachment:active {
    text-decoration: none;
}

/*div.bm-chats.show_avatars ul.chats li.in .message,*/
div.bm-chats.show_avatars ul.chats li.out .message {
    text-align: left;

    border-left: 2px solid #4096c9;
    border-right: 0;
    /*
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(243, 86, 93);*/
}

/*
div.bm-chat {
    color: black;
}*/

a.bm-chat-link div.chat-link-info {
    padding-left: 10px;
    padding-right: 10px;
}

a.bm-chat-link div.chat-avatar {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
    padding-top: 10px;
}

a.bm-chat-link div.chat-link-info {
    overflow: auto;
}

a.bm-chat-link.new-msg div.chat-avatar:after {
    display: block;
    position: absolute;
    content: '';
    background: #32a1ff;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 5px 0px 0 5px;
}

a.bm-chat-link div.bm-chat.user-consumer {
    font-size: 110%;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}

a.bm-chat-link div.chat-link-info div.bm-chat.user-consumer {
    display: inline-block;
    width: 60%;
}

a.bm-chat-link div.bm-chat.last-msg-time {
    font-size: 70%;
    padding-top: 10px;
    display: inline-block;
    float: right;
    padding-right: -5px;
}

div.chat-date-in-view > span {
    border-width: 1px;
    border-color: #e7ecf1;
    border-style: solid;
    background-color: unset;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    font-size: 13px;
    color: #b9b9b9;
    top: 5px;
}

/*
div.chats-links{
    padding-top: 50px;
}*/

div.bm-links-top,
div.bm-links-bottom {
    margin-right: 0;
    border-right: 1px solid #e7ecf1;
}

div.bm-links-top {
    min-height: 66px;
    border-bottom: 1px solid #e7ecf1;
}

div.bm-links-top > div {
    font-size: 120%;
    color: #3598dc;
    font-weight: 600;
    padding-left: 15px;
    min-height: 66px;
    height: 100%;
    display: table;
}

div.bm-links-top > div > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0px 5px;
}

div.chats-links .scroller {
    padding-right: 7px;
    border-right: 1px solid #e7ecf1;
!important;
}

ul.chats-list li {
    padding: 0;
}

ul.chats-list.tabs-left.nav-tabs {
    /*border-right: 1px solid #e7ecf1;!important;*/
    border-right: 1px solid transparent; !important;
    margin-right: -7px;;
    margin-bottom: 0;
}

ul.chats-list li > a {
    color: #484848;
}

ul.chats-list li > a div.bm-chat.post-title,
ul.chats-list li > a div.last-msg-time {
    color: #969696;
    font-size: 12px;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 10px;
}

ul.chats-list li.active > a div.bm-chat.post-title,
ul.chats-list li.active > a div.last-msg-time {
    color: #eeeeee
}

ul.chats-list li.active > a {
    background-color: #32a1ff;
    border-style: solid;
    border-width: 1px;
    border-color: #32a1ff;
    color: white;
}

ul.chats-list li.active > a:hover {
    background-color: #32a1ff;
    border-style: solid;
    border-width: 1px;
    border-color: #32a1ff;
    color: white;
}

ul.chats-list li.active > a:focus {
    background-color: #32a1ff;
    border-style: solid;
    border-width: 1px;
    border-color: #32a1ff;
    color: white;
}

li.chat-new-date {
    /*background-color: rgba(50, 161, 255, 0.2);*/
    display: block;
    font-weight: 500;
    /*color: rgba(0, 0, 0, 0.5);*/
}

li.chat-new-date > div {
    /*display: block;*/
    color: darkgrey;
    text-align: center;
}

div.chat-user {
    text-transform: uppercase;
    padding-top: 14px;
    font-size: 120%;
    font-weight: 600;
    color: #737373;
}

div.chat-post-title {
    /*margin-bottom:10px;*/
    padding-bottom: 12px;
    /*padding-left: 22px;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
    color: #808080;
    top: 1px;
    line-height: 1.4;
    font-size: 12px;
}

div.chat-post-title > div {
    display: inline-block;
    padding-right: 20px;
}

div.chat-post-title:hover,
div.chat-user:hover,
div.bm-links-top:hover,
.page-title:hover {
    cursor: default;
}

div.chat-post-title[bm-data-link] > div:hover {
    cursor: pointer;
}

div.chats-content {
    padding-left: 0;
}

@-moz-document url-prefix() {
    a.bm-chat-link.new-msg div.chat-avatar:after {
        top: 70px;
    }
}

@media screen and (max-width: 768px) {
    @keyframes chats-links-animation {
        0% {
            left: -100%;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes chats-links-animation {
        0% {
            left: -100%;
        }
        100% {
            left: 0;
        }
    }
    @keyframes chats-content-animation {
        0% {
            left: 100%;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes chats-content-animation {
        0% {
            left: 100%;
        }
        100% {
            left: 0;
        }
    }

    div.chats-links {
        padding-top: 0;

        animation-name: chats-links-animation;
        animation-duration: 0.5s;

        -webkit-animation-name: chats-links-animation;
        -webkit-animation-duration: 0.5s;
    }

    div.chats-content {
        animation-name: chats-content-animation;
        animation-duration: 0.5s;

        -webkit-animation-name: chats-content-animation;
        -webkit-animation-duration: 0.5s;
    }

    div.bm-chats div.tab-content {
        padding-left: 15px;
    }

    div.bm-chats div.chat-form {
        margin: 0;
    }

    div.bm-links-top {
        min-height: 0;
    }

}

/*** Main Menu sign ***/
li.bm-menu-sign > a:hover div.bm-menu-sign-badge,
li.bm-menu-sign > a:active div.bm-menu-sign-badge,
li.bm-menu-sign > a:focus div.bm-menu-sign-badge {
    background-color: #27a4b0;
    border-color: #27a4b0;
    font-weight: 600;
}

li.bm-menu-sign:before {
    border: none;
!important;
}

@media only screen and (min-width: 900px) {
    .primary-menu > ul > .page_item.bm-menu-sign:before,
    ul.primary-menu > .menu-item.bm-menu-sign:before {
        border-right: 1px solid transparent;
        content: "";
        height: 1.75rem;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
    }
}

li.bm-menu-sign > a {
    padding-top: 15px;
!important;
    position: relative;
}

li.bm-menu-sign > a > div > span > i {
    font-size: 22px;
}

li.bm-menu-sign div.bm-menu-sign-bubbles {
    margin-left: -2px;
    margin-top: 10px;
}

li.bm-menu-sign div.bm-menu-sign-badge {
    position: absolute;
    width: 35px;
    height: 35px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-style: solid;
    top: 1px;
    left: 6px;
    border-color: #36c6d3;
    background: #36c6d3;
    color: aliceblue;
    font-size: 18px;
    z-index: 99;
    margin-left: -15px;
}

@media screen and (max-width: 768px) {
    li.bm-menu-sign div.bm-menu-sign-badge {
        left: 50px;
    }

}

/* previous
li.bm-menu-sign div.bm-menu-sign-badge{
    position: absolute;
    width: 25px;
    height: 25px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-style: solid;
    top: 10px;
    left: 10px;
    border-color: #36c6d3;
    background: #36c6d3;
    color: aliceblue;
    font-size: 12px;
    font-weight: bold;
    z-index: 99;
}
*/
li.bm-menu-sign div.bm-menu-sign-badge > span {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    position: absolute;
}

/*** from Metronic ***/
/* region Chats */
ul.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    padding-top: 270px;
}

ul.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 13px;
}

ul.chats li .body {
    display: block;
}

ul.chats li .avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

ul.chats li.in .avatar {
    float: left;
    margin-right: 10px;
}

ul.chats li.out .avatar {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

ul.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}

ul.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

ul.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

ul.chats li.in .message {
    text-align: left;
    border-left: 2px solid #F3565D;
    margin-left: 0;
    background: #fafafa;
}

ul.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1BBC9B;
}

ul.chats li.out .message {
    border-right: 2px solid #4096c9;
    margin-right: 0;
    background: #fafafa;
    text-align: right;
}

ul.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #F3565D;
}

ul.chats li.out .name,
ul.chats li.out .datetime {
    text-align: right;
}

ul.chats li.out .name {
    padding-right: 5px;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 40px;
}

.chat-form .input-cont .form-control {
    border: 1px solid #ddd;
    width: 100% !important;
    margin-top: 0;
    background-color: #fff !important;
}

.chat-form .input-cont .form-control:focus {
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -41px;
    position: relative;
    float: right;
    width: 44px;
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4d90fe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-form .btn-cont .btn {
    margin-top: 7px;
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd;
    transition: all 0.3s;
}

.chat-form .btn-cont:hover .btn {
    background-color: #0362fd;
    transition: all 0.3s;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*endregion*/

/*region Custom chats */
/*** Custom ***/
div.chat-form input[type="text"] {
    padding: 0rem 0.9rem;
}

div.chat-form {
    margin: 0 10px 10px 0px;
}

div.chat-form div.input-cont {
    position: relative;
}

div.chat-form div.input-cont > div.add-file {
    height: 100%;
}

div.chat-form div.input-cont > div.add-file > span > i {
    top: 50%;
    position: absolute;
    left: 4px;
    background: #3598dc;
    color: white;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    line-height: 10px;
    font-size: 10px;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.chat-form div.input-cont > input.bm-message-content.form-control {
    text-indent: 20px;
}

ul.chats li.in .message,
ul.chats li.out .message {
    background: rgba(250, 250, 250, 1);
}

ul.chats li.out > div.message.new {
    background-color: rgba(227, 243, 255, 1);
}

ul.chats li.in > div.message.new {
    background-color: rgba(255, 241, 242, 1);
    font-weight: 600;
}

ul.chats li.in span.datetime {
    float: right;
}

ul.chats li.out span.datetime {
    float: left;
}

ul.chats li span.datetime {
    font-size: 11px;
    color: #969696;
    padding: 0 10px 0px 10px;
}

div.bm-chats.show_avatars div.message {
    min-width: 150px;
}

div.bm-chats.show_avatars ul.chats li span.datetime {
    float: right;
}

/*endregion*/

/*** from Bootstrap ***/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/*** ***/

span.body {
    padding: 5px;
}

.recaptcha-scaled {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* Add file */

div.add-file input[type=file], /* FF, IE7+, chrome (except button) */
div.add-file input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

div.add-file input[type="file"] {
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    z-index: 1;
    overflow: hidden;
}

div.lwa-loading {
    z-index: 2;
}

div.drop-here {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    left: 0;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2;
    border-color: #bfbfbf;
    border-style: dashed;
    border-width: 10px;
    display: none;
}

div.drop-here > span {
    text-align: center;
    font-size: xx-large;
    color: darkgrey;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

div.bm-chats div.chat-header {
    border-bottom: 1px solid #e7ecf1;
    padding-right: 15px;
    margin-right: 0;
}

div.bm-chats div.chat-header > div {
    display: table;
}

div.bm-chats div.chat-header > div > div {
    display: table-cell;
    float: none;
}

div.bm-chats div.chat-header div.btn-back {
    vertical-align: middle;
    padding-left: 25px;
}

div.bm-widget-title {
    color: #3598dc;
}

/*region Modal*/
@keyframes showBmModal {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hideBmModal {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* The Modal (background) */
.bm-modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.bm-modal .show-bm-modal {
    animation: showBmModal 0.3s;
}

.bm-modal .hide-bm-modal {
    animation: hideBmModal 0.3s;
}

.bm-modal-header {
    text-align: center;
}

.bm-modal-header > span {
    color: rgba(255, 0, 0, 0.74);
    font-size: 40px;
    font-weight: 600;
}

/* Modal Content/Box */
.bm-modal > .bm-modal-content {
    overflow: hidden;
    background-color: #e9eff3;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.woocommerce-MyAccount-content .bm-modal > .bm-modal-content {
    width: 50%;
    margin: 10% auto;
}

.bm-modal .bm-modal-message {
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: justify;
    color: #484848;
}

/* The Close Button */
.bm-modal .bm-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    float: none;
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
}

.bm-modal .bm-close:hover,
.bm-modal .bm-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bm-modal .bm-close > span {
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: block;
}

.bm-modal .bm-modal-footer {
    text-align: center;
    padding: 0;
}

@media (min-width: 768px) {
    /* The Modal (background) */
    /* .bm-modal-header{
         padding: 40px;
     }*/
    .bm-modal-header > span {
        font-size: 40px;
    }

    .bm-modal .bm-modal-message {
        padding: 0 0 40px 0;
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .bm-modal > .bm-modal-content {
        width: 60%;
    }

}

@media (min-width: 1200px) {
    .bm-modal > .bm-modal-content {
        width: 40%;
    }

    .bm-modal-header > span {
        font-size: 50px;
    }
}

/*endregion*/

#bm-chats-container.no-chats > div.row {
    display: flex;
}

#bm-chats-container.no-chats div.tab-content+div.no-chats  {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 15px;
    color: #777;
}