.sm_tab_overlay {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% #000;
    z-index: 100009;
    opacity: 0.6;
    width: 100%;
    overflow: visible;
}
.sm_tab_dialog {
    display:inline-block;
    position: fixed;
    top: 15%;
    left: 50%;
    border: 1px solid #888888;
    border-radius:3px !important;
    padding: 10px 10px 15px 10px;
    background-color: #FFFFFF;
    opacity: 1;
    z-index: 100010;
    text-align: left;
    font-size: 14px;
    margin-left: -225px;
    min-height: 100px;
    width: 450px;
}
.sm_tab_header {
    color: #212121;
    font-size: 25px;
    font-weight: 300;
}
.sm_tab_close {
    background: url('close2.png') top left no-repeat;
    background-size:22px;
    background-position:3px 4px;
    height:26px;
    width:24px;
    display: block;
    float: right;
    cursor: pointer;
    transition:0.2s;
}
.sm_tab_close:hover {
    background: url('close3.png') top left no-repeat;
    background-size:22px;
    background-position:3px 4px;
    height:26px;
    width:24px;
    display: block;
    float: right;
    cursor: pointer;
}
.sm_tab_logo {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('logo.png');
    background-size:70px;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right:20px;
}
.sm_tab_name {
    color: #212121;
    font-size: 25px;
    font-weight: 300;
}
.sm_tab_wait_msg_txt {
    color: #888;
    font-size: 25px;
    font-weight: 300;
}
.sm_tab_bnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    /*max-width:100px;*/
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius:3px;
    background-color: #2f3542;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    /*text-transform: capitalize;*/
    letter-spacing: .02px;
    cursor:pointer;
}
.sm_tab_bnt:hover {
    -webkit-box-shadow: 0 10px 10px -6px rgb(0 0 0 / 24%);
    box-shadow: 0 10px 10px -6px rgb(0 0 0 / 24%);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.sm_tab_bnt_telegram {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00aefa),to(#0983c5));
    background-image: -o-linear-gradient(top,#00aefa,#0983c5);
    background-image: linear-gradient(180deg,#00aefa,#0983c5);
}
.sm_tab_bnt_viber {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8760fd),to(#4c389d));
    background-image: -o-linear-gradient(top,#8760fd,#4c389d);
    background-image: linear-gradient(180deg,#8760fd,#4c389d);
}
.sm_tab_bnt_wa {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#60fd7c),to(#07b825));
    background-image: -o-linear-gradient(top,#60fd7c,#07b825);
    background-image: linear-gradient(180deg,#60fd7c,#07b825);
}
.sm_tab_bnt_img {
    display: inline-block;
    width:20px;
}
.sm_tab_write_msg {
    margin-bottom:20px;
    line-height:1.4;
}
.sm_tab_qr_img {
    display: inline-block;
    width:160px;
}
.sm_tab_write_telegram {
    display: none;
    transition:0.2s;
}
.sm_tab_write_viber {
    display: none;
    transition:0.2s;
}
.sm_tab_write_wa {
    display: none;
    transition:0.2s;
}
.sm_tab_feedback_tab {
    display: block;
    /*width: 18px;*/
    /*height: 142px;*/
    cursor: pointer;
    z-index: 100001;
    margin-right: -60px;
    position: fixed;
    right: 0%;
    margin-right: 0px;
    top: 40%;
    background: #EAEAEA;
    border: 1px solid #dadada;
    border-radius: 2px;
    opacity: 0.9;

}
.sm_tab_feedback_tab:hover {
    border: 1px solid #cacaca;
    opacity: 1.0;
}