/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Extend and customize Bricks Builder Defaults.
 Author:       orhan@annecto.se
 Author URI:   https://annecto.se/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

* {
	border-width: 1px;
}

em {
    color: #ff5b03;
    font-style: normal;
}

strong {
	color: black;
	font-weight: 700;
}

.brxe-text {
	margin-bottom: var(--size-3);
}

.nav-list--item-a p {
	color: var(--bricks-color-ujotcl);
	margin-bottom: var(--size-2);
}

.bricks-button:hover {
	box-shadow: var(--shadow-medium);
}

/*
 * SupportBoard
 * */
.sb-active.sb-chat.sb-cloud.sb-cloud-white-label.sb-main * {
    letter-spacing: 0;
}

.sb-chat>.sb-body {
    border-radius: var(--size-3) !important;
}

.sb-main, .sb-articles-page, .sb-main input, .sb-main textarea, .sb-main select {
    font-family: inherit !important;
}

.sb-chat .sb-scroll-area .sb-header .sb-text {
    line-height: 20px !important;
}

.sb-chat .sb-header-main .sb-brand+.sb-title {
    padding-top: 10px !important;
}

.sb-chat .sb-scroll-area .sb-header .sb-brand {
    height: 40px !important;
}

.sb-chat .sb-scroll-area .sb-header .sb-brand img {
    border-radius: var(--size-2);
}

.sb-chat .sb-header-main {
    padding: 0 20px 20px 20px !important;
}
/*
.sb-chat .sb-popup-message .sb-text {
	line-height: 17px !important;
}*/

.sb-list>div.sb-thumb-active {
    padding: 8px 12px;
}

.sb-list .sb-thumb>img {
    border: solid;
}

.sb-chat .sb-popup-message .sb-top,
.sb-chat .sb-header-main .sb-brand+.sb-title,
.sb-chat .sb-header-agent .sb-profile .sb-name {
	font-weight: 800 !important;
}

.sb-chat .sb-header-agent .sb-profile .sb-name {
    font-size: 18px !important;
    text-transform: lowercase;
}

.sb-list>div.sb-label-date span, .sb-label-date-top span,
.sb-thumb-active,
.sb-editor {
    background-color: #f8fafc !important;
}