﻿/*
* Notice: This source file was originally developed by Automatik IT, to make development of new projects more efficient, internally and externally for various clients.
* The functionality in this file is provided in source form instead of as a binary (NuGet Package etc.) to allow clients of Automatik IT to make changes on their own.
* Clients of Automatik IT have the right to modify this file and have ownership of the changes they make.
* Exclusive ownership of the original source file is not granted, as it's used in various projects for the sake of efficiency.
*/


/* https://github.hubspot.com/messenger/ */

ul.messenger.messenger-fixed.messenger-on-bottom {
    bottom: -16px;
}


ul.messenger-theme-air .messenger-message {
    transition: background-color 0.4s;
    border-color: transparent;
    position: relative;
    margin-bottom: 1em;
    color: #f8f8f8;
    box-shadow: none;
    /**/
    background-color: rgba(255,255,255,1);
    color: #000;
    border-radius: 2px;
    padding: 16px 40px 17px 56px;
    font-size: 18px;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background-color: rgba(4,171,237, 1);
    color: #FFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.message-info {
    background-color: rgba(4,171,237, 1);
}




ul.messenger-theme-air .messenger-message .messenger-close {
    font-weight: normal;
}