.supportchat
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 9;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.supportchat .supportchat_trigger
{
    position: absolute;
    top:50%;
    left:50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    font-size:25px;
    line-height: normal;
    background-color: rgb(255, 55, 118);
    border-radius: 50%;
    /*box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06), 0px 0px 2px 32px rgba(0, 0, 0, 0.16);*/
}

.supportchat .supportchat_trigger:after
{
    font-family: "skoletube";
    content: "\e81b";
    font-size: 35px;
    color: #fff;
    opacity: 0;
    transform: translate(-50%,-50%) rotate(-180deg) scale(0);
    transition: all 0.2s ease-in;
    position: absolute;
    top: 50%;
    left: 50%;
}

.supportchat.buttonpressed .supportchat_trigger:after
{
    opacity: 1;
    transform: translate(-50%,-50%) rotate(0deg) scale(1);
}

.supportchat .supportchat_trigger:before
{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    color:#fff;
    font-size:35px;
    transition: all 0.2s ease-out;
    opacity: 1;
}

.supportchat.buttonpressed .supportchat_trigger:before
{
    opacity: 0;
    transform: translate(-50%,-50%) scale(0);
}

.supportchat .supportchat_content
{
    height: min(704px, 100% - 120px);
    min-height: 300px;
    width: 376px;
    max-height: 704px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.supportchat .supportchat_content .supportchat_scrollable
{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    min-height: 300px;
    max-height: 704px;
}

.supportchat .general-menu-content
{
    transform: translateY(15px);
    padding: 0px;
    margin-top: 0px;
    width: 376px;
}

.supportchat .general-menu-content.showanimation
{
    transform: translateY(0);
}

.supportchat .supportchat_content:before
{
    content:"";
    height: 220px;
    background-image: linear-gradient(135deg, rgb(255, 55, 118) 0%, rgb(208, 0, 66) 100%);
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: -1;
}

.supportchat .supportchat_content .supportchat_presentation
{
    min-height: 75px;
    border-top-left-radius: 8px;
    padding: 0px 20px 35px 20px;
}

.supportchat .supportchat_content .supportchat_presentation .supportlogos
{
    margin-bottom: 10px;
}

.supportchat .supportchat_content .supportchat_presentation .supportlogos img
{
    width:25px;
}

.supportchat .supportchat_content .supportchat_presentation h1
{
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.supportchat .supportchat_content .supportchat_presentation h2
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color:rgba(255, 255, 255, 0.7);
}

.supportchat .supportchat_content .supportchat_block
{
    z-index: 99999;
    background: #fff;
    color: rgb(0, 0, 0);
    padding: 24px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(255, 55, 118, 0.5) 0px 2px 0px 0px inset;
    margin-bottom: 15px;
}

.supportchat .supportchat_content .supportchat_button
{
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    padding:0px 24px;
    background-color: rgb(255, 55, 118);
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 16px;
    font-weight: 600;
}

.supportchat .supportchat_content .supportchat_button:hover
{
    text-decoration: none;
}

.supportchat .supportchat_content .supportchat_button.gen-icon:before
{
    padding-right: 0.5em;
}


.supportchat .supportchat_content .supportchat_title
{
    line-height: 1.5;
    word-break: break-word;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.supportchat .supportchat_block .suppertchat_subblock
{
    margin-top: 12px;
    display: inline-table;
}

.supportchat .supportchat_circles
{
    display: inline-block;
    vertical-align: top;
}

.supportchat .supportchat_circles:last-of-type
{
    z-index: 2;
    margin-left: 15px;
}

.supportchat .supportchat_circles .profile-holder
{
    border: 2px solid #fff;
}

.supportchat .supportchat_block .suppertchat_subblock .suppertchat_subpart
{
    display:table-cell;
    font-size: 14px;
    width: 100%;
    color: rgb(115, 115, 118);
}

.supportchat .supportchat_block .suppertchat_subblock .suppertchat_subpart img
{
    width:100px;
}

.supportchat .supportchat_block .suppertchat_subblock .suppertchat_subpart:first-of-type
{
    vertical-align: top;
    width: 35%;
    white-space: nowrap;
}

.supportchat .supportchat_block .suppertchat_subblock .suppertchat_subpart:last-of-type
{
    vertical-align: middle;
    padding: 10px;
}

.supportchat .supportchat_subpartbold
{
    font-weight: 600;
    color: #000;
    line-height: 25px;
}

.supportchat .supportchat_subpartbold.gen-icon:before
{
    padding-right: 0.5em;
}

@media only screen and (min-width: 0px) and (max-width:666px)
{
    .supportchat .supportchat_content
    {
        width:100%;
        height: 100%;
        border-radius: 0px;
        max-height: 100%;
    }
    
    .supportchat .supportchat_content .supportchat_scrollable
    {
        max-height: 100%;
        height: 100%;
    }
}