body {
    font-family: Helvetica, Arial, sans-serif !important;
}
input, textarea {
    font-family: Helvetica, Arial, sans-serif !important;
}

/*Custom*/
.ed24WelcomeText input{
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 2rem !important;
    margin: 0 0 1rem !important;
    padding: 0.5rem !important;
    border: 1px solid #a9dde4 !important;
    border-radius: 0 !important;
    background-color: #f9f9f9 !important;
    box-shadow: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
	color: #1a397c;
}

.ed24WelcomeText {
    font-weight: normal;
    font-size: 1rem;
    font-stretch: semi-condensed;
    letter-spacing: 0.1rem;
	color: #1a397c;
    text-transform: uppercase;
}

.ed24gdpr {
    font-weight: normal;
    line-height: 1.2;
    color: #4e4e4e;
    font-size: 14px ;
}

.iConfirmGDPR {
    font-weight: normal;
    line-height: 1;
    color: #4e4e4e;
    font-size: 12px;
}

/*Primary color*/
.ed24Primary {
    color: #FFC000 !important;
}
.ed24PrimaryBg {
    color: #FFF !important;
    background: #2871eb !important;
}
.ed24PrimaryBg button{
    color: #FFF !important;
    background: #2871eb !important;
}
.ed24PrimaryBg button div div span {
	color: #FFFFFF !important;
}
.ed24PrimaryBorderBottomActive {
    border-bottom: 1px solid #2871eb  !important;
}
.ed24PrimaryBorder {
    border: 1px solid #2871eb !important;
}
.ed24PrimaryBg svg {
    color: #FFF !important;
}

/*Secondary color*/
.ed24Secondary {
    color: #E6E3D4 !important;
}
.ed24SecondaryBg {
    color: #474747 !important;
    background-color: #e3e3e3 !important;
}

/*Chat bubbles*/
.ed24BubbleOperator {
    color: #FFF !important;
    background: #2871eb  !important;
}
.ed24BubbleCustomer {
    color: #000 !important;
    background-color: #ddddec !important;
}
.ed24BubbleHelper {
    color: #FFF !important;
    background-color: #2871eb !important;
}

/*Misc color*/
.ed24_reactComponents_header_ed24MinimizeButton {
    transition: all 250ms ease-in-out !important;
}
.ed24_reactComponents_header_ed24MinimizeButton:hover,
.ed24_reactComponents_header_ed24MinimizeButton:active,
.ed24_reactComponents_header_ed24MinimizeButton:focus {
    color: #fff !important;
    /*background-color: #ffe837 !important;*/
}
.ed24_reactComponents_header_ed24ExitButton {
    transition: all 250ms ease-in-out !important;
}
.ed24_reactComponents_header_ed24ExitButton:hover,
.ed24_reactComponents_header_ed24ExitButton:active,
.ed24_reactComponents_header_ed24ExitButton:focus {
    color: #fff !important;
    background-color: #e81123 !important;
}

.ed24GreyBg {
    /*background-color: #989898 !important;*/
    /*color: #474747 !important;*/
}
.ed24GreyBg:hover,
.ed24GreyBg:active,
.ed24GreyBg:focus {
    /*background-color: #b4b4b4 !important;*/
    /*color: #838383 !important;*/
}

.ed24ChatIcon {
    color: #2871eb !important;
    font-size: 2em !important;
}
.ed24ChatIcon .ed24StatusOnline {
}
.ed24ChatIcon .ed24StatusOffline{
}
.ed24ChatIcon .ed24StatusBusy{
}

/*Other*/
.screen .messagesContainer > div {
    /*Padding on left/right side of all messages, default value:*/
    /*padding: 0 20px;*/
}
.ed24_reactComponents_header .ed24_reactComponents_header_imageContainer img{
	border: 0px solid #FFF;
	padding: 1px;
}
.innerChatContainer .slideInButton {
    height: 48px !important;
    width: 48px !important;
}
.HeaderOrganizationImage {
	border-radius: 0% !important;
	width: 180px !important;
	height: 56px !important;
}

.HeaderOrganizationImage img{
	width: 180px !important;
	height: 56px !important;
	border-radius: 0% !important;
}

.HeaderOperatorImage {
	border-radius: 50% !important;
}

.innerChatContainer .buttonBubble.inIframe {
    bottom: 10px !important;
    right: 10px !important;
}