@font-face {
    font-family: Montserrat;
    src: url(/fonts/Montserrat/Montserrat-Regular.ttf);
}

body {
    background-color: #f8f8f8;
    font-size: 15px;
    font-family: Montserrat, Arial, sans-serif;
    color: #3c3c3c;
}

.fa {
    display: inline;
}

*::selection {
    background: #8e85f3;
    color: #fff;
}

a {
    color: #8e85f3;
}

a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #636363;
    line-height: 1.2;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

.bg_active {
    color: red;
}

.help-block {
    color: red;
}

p {
    margin: 0;
}

.alert {
    position: fixed;
    width: 50%;
    left: 260px;
    top: 5px;
    text-align: center;
    z-index: 10000;
    opacity: 0.7;
}

.btn-outline-dark {
    color: #585e64;
    border-color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

.bg-light {
    background-color: #ffffff !important;
}

/*nav*/

.navbar-light .navbar-brand {
    width: 300px;
    height: 30px;
    /*background-image: url(/img/logo-boto-260.png);*/
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #aaa3fd;
}

.avatar {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 3px #00000042;
}

.navbar .fa-bell {
    margin-right: 7px;
    font-size: 17px;
}

.count-bell {
    background-color: #8e85f3;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 15px;
    box-shadow: 0px 0px 5px #8e85f3c9;
}

.nav-icon a {
    color: #626262;
    font-size: 1.5rem;
    margin-right: 10px;
}

.nav-icon a:hover {
    color: #5E50EE;
}

/*text*/
.badge {
    padding: 7px;
    border-radius: .50rem;
}

.badge-success {
    background-color: #ddf6ea;
    color: #4cc976;
}

.badge-primary {
    background-color: #cec5ff;
    color: #8166ff;
}

.badge-default {
    background-color: #e2e2e2;
    color: #696969;
}

.badge-danger {
    background-color: #fbe4e6;
    color: #ea5455;
}

.badge-warning {
    background-color: #fdf0e4;
    color: #f7aa5c;
}

.badge-info {
    background-color: #b6eff5;
    color: #3594a9;
}

/*base layout*/
.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
}

.breadcrumb {
    background-color: #f8f8f8;
    padding: 3px 15px;
}

.title-base {
    font-weight: bold;
    float: left;
    border-right: 1px solid #D6DCE1;
    padding-right: 15px;
}

.btn-base {
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.btn-primary {
    background-color: #7367f0;
    border-color: #7367f0;
}

.btn-primary:hover, .custom-file-upload:hover {
    background-color: #6458d2;
    border-color: #6458d2;
    box-shadow: 0 8px 25px -8px #6458d2;
}

.btn-warning {
    background-color: #f69e43;
    border-color: #f69e43;
}

.btn-warning:hover {
    background-color: #fda345;
    color: #fff;
    box-shadow: 0 8px 25px -8px #fda345;
}

.btn-info {
    background-color: #4bc9d6;
    border-color: #4bc9d6;
}

.btn-info:hover {
    border-color: #4bc9d6;
    background-color: #4bc9d6;
    box-shadow: 0 8px 25px -8px #4bc9d6;
}

.btn-outline-primary {
    color: #7367f0;
    border-color: #7367f0;
}

.btn-outline-primary:hover {
    color: #7367f0;
    border-color: #7367f0;
    background-color: rgba(115, 103, 240, 0.08);
}

.btn-outline-danger {
    color: #EA5455;
    border-color: #EA5455;
}

.btn-outline-danger:hover {
    background-color: rgba(234, 84, 85, 0.08);
    color: #EA5455;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #EA5455;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #EA5455;
    border-color: #EA5455;
}

.btn-dashboard {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 6px;
}

.btn-dashboard i {
    font-size: 12px;
}

.btn-outline-success {
    border: 1px solid #28C76F;
    background-color: transparent;
    color: #28C76F;
}

.btn-outline-success:hover {
    color: #4dca77;
    background-color: #edfaf4;
    border-color: #3af364
}

.btn-outline-success:hover, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
}

.add_set_move {
    padding: 3px 7px;
    font-size: 12px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 2px solid #7367f0;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 6px;
    background-color: #7367f0;
    color: #fff;
}

#form_newsletter .custom-file-upload {
    margin-left: 0;
}

.btn-primary:hover {
    background-color: #6458d2;
    border-color: #6458d2;
    box-shadow: 0 8px 25px -8px #6458d2;
}

/*pagination*/
.pagination {
    justify-content: center;
}


.pagination a, .pagination.disabled, .page-item {
    background-color: #F0F0F0 !important;
}

.page-link {
    border: none;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    background-color: #F0F0F0;
    margin-left: 0;
    width: 33px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    border-radius: 50%;
    background-color: #7367F0 !important;
    color: #FFFFFF;
}

.page-item:first-child, .page-link:first-child {
    border-radius: 50% 0 0 50%;
}

.page-item:last-child, .page-link:last-child {
    border-radius: 0 50% 50% 0;
}

.page-link:focus {
    border-radius: 50%;
    box-shadow: 0 0 0 0.2rem #007bff8f;
}

/********************/
.main-base {
    padding: 80px 0 60px 280px;
}

.left_side {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 80px 15px 0 15px;
    background-color: #ffffff;
    height: 100vh;
    overflow: auto;
    width: 260px;
    box-shadow: 0px 4px 25px 0px rgba(138, 138, 138, 0.1);
}

.logo-boto {
    background-color: #ffffff;
    background-image: url(/img/logo-boto-260.png);
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
    height: 35px;
    width: 260px;
}

.left_side i {
    color: #818181;
}

.left_side h5 {
    color: #6c6c6c;
    padding: 10px 15px;
    cursor: pointer;
}

.active-side-patent {
    background-color: #f6f6f6;
    border-radius: 8px;
}

.left_side a {
    display: block;
    padding: 10px 15px;
    color: #6c6c6c;
    border-radius: 8px;
}

.left_side a:hover, .collapse-filter-head:hover {
    padding-left: 25px;
    transition: all .5s;
}

.left_side a:not(:hover), .collapse-filter-head:not(:hover) {
    transition: .5s;
}


/*::after*/
.left_side .fa-fw {
    display: block;
    /*width: 40px;*/
    float: left;
}

.fa-circle {
    font-size: 10px;
}

.open-close {
    float: right;
}

.fab {
    margin-right: 10px;
}

.active-side {
    background-color: #8e85f3;
    color: #ffffff;
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
}

.active-side i {
    color: #fff;
}

.left_side a.active-side {
    color: #ffffff;
}

.table td, .table th {
    border-top: none;
}

table td, .table td {
    padding: 5px;
}

.table th {
    padding: 0 5px;
}

.table thead th {
    border: none;
}

.table thead th a, .table thead th {
    color: #626262;
    text-transform: uppercase;
    font-size: 12px;
}

#main-grid-img .table tbody td {
    vertical-align: middle;
    min-height: 128px;
}


#main-grid-img .table tbody tr, #main-grid .table tbody tr {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

#main-grid-img .table tbody tr td:first-child, #main-grid .table tbody tr td:first-child {
    padding-left: 1rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

#main-grid-img .table tbody tr td:last-child, #main-grid .table tbody tr td:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-right: 1rem;
}

#main-grid-img .table tbody tr:hover, #main-grid .table tbody tr:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-grid-img .table, #main-grid .table {
    border-collapse: inherit;
    border-spacing: 0 1.3rem;
    /*padding: 0 0.7rem;*/
}

/*main-grid*/
#main-grid .table tbody td {
    vertical-align: middle;
    height: 68px;
}

.header-name-table {
    color: #6f6f6f;
}

/*.table .form-control {*/
/*    border-top: none;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*    border-bottom: 1px solid #8e85f3;*/
/*}*/
.form-control:focus {
    border-color: #8e85f3;
    box-shadow: 0 0 0 0.2rem #afaaf3;
}

.bg {
    background-color: #ffffff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.pull-up {
    -webkit-transition:all .25s ease;
    transition:all .25s ease
}

.pull-up:hover {
    -webkit-transform:translateY(-4px) scale(1.02);
    -ms-transform:translateY(-4px) scale(1.02);
    transform:translateY(-4px) scale(1.02);
    box-shadow:0 14px 24px rgba(62,57,107,.2);
    z-index:30;
}

.detail-view {
    margin-top: 20px;
}

.detail-view h4 {
    margin-bottom: 15px;
}

.content-admin .btn {
    margin-bottom: 15px;
}

.role {
    background: rgba(232, 232, 232, 1);
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 49%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232, 232, 232, 1)), color-stop(49%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(232, 232, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 49%, rgba(232, 232, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 49%, rgba(232, 232, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 49%, rgba(232, 232, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 49%, rgba(232, 232, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e8e8e8', GradientType=0);
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.1);
}

.p-label {
    margin: 3px 0 5px;
}

/*customet*/
.del-relations {
    cursor: pointer;
}

.head_relations {
    cursor: pointer;
}

.vertically-checkbox label {
    display: block;
}

.banner-bot {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
}

.icons_bot {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 10px;
    margin-left: 10px;
}

.icons_bot li {
    list-style: none;
    float: left;
    margin-left: -10px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
}

.icons_bot + hr {
    margin: 11px;
}

.active-check > a {
    color: red !important;
}

.modal-header {
    border-bottom: none;
}

.video iframe {
    width: 100%;
}

#pagination {
    width: 75px;
    height: 40px;
    border-radius: 18px;
    margin-left: 15px;
    float: right;
    margin-top: -3px;
    box-shadow: 0px 0px 0px 1px rgba(31, 72, 226, 0.15);
}

.status-selection {
    font-size: 25px;
    padding: 3px;
    text-align: center;
    color: #fff;
}

.bg-category {
    background-color: #2c303a;
    border: 3px solid #23262f;
    padding: 15px 15px 15px 0;
    box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.5);
}

.category-active {
    color: #8e85f3 !important;
}

.tree-categories {
    margin: 0;
    padding: 0;
}

.tree-categories ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.tree-categories li {
    list-style: none;
}

.tree-categories a {
    color: #919191;
    border-bottom: 1px solid #b5b5f3;
}

.login {
    height: 100vh;
    width: 100%;
    background-image: url("/img/login-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.login-img {
    background-color: #eff2f7;
    padding: 80px 0;
}

.login-img img {
    vertical-align: middle;
}

.bg-login {
    background-color: #ffffff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 15%;
}

.login-form {
    padding: 30px;
}

.login-form p {
    font-size: 12px;
    color: #acacac;
}

/*search*/
.search-block {
    position: relative;
    width: 378px;
}

.search-list {
    top: 38px;
    left: 0px;
    position: absolute;
    box-shadow: 0px 3px 10px #17171757;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    height: 300px;
    overflow: auto;
}

.search-item {
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #656ea7;
}

.search-item:hover {
    background-color: #8e85f3;
    color: #fff;
}

.search-item-bg {
    background-color: #aeb2b1;
}

/*order*/
.bg-table {
    width: 100%;
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.1);
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.table-order tr:nth-child(odd) {
    background: #fff;
}

.table-order tr:nth-child(even) {
    background: #f5f4ff;
}

.set-name {
    font-size: 13px;
    color: #000;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .main-base {
        padding: 60px 0 60px 0;
    }

    .alert {
        width: 100%;
        left: 0;
        top: 0;
    }

    .title-base {
        display: none;
    }

    .left_side {
        position: inherit;
        padding-top: 10px;
        height: inherit;
        width: 100%;
    }

    .logo-a-memory {
        position: inherit;
        width: 100%;
    }
}


/*img*/
.img-table-circle img {
    border-radius: 50%;
    border: 1px solid #d9d5ff;
    margin-right: 15px;
}

#input_multiple_block {
    overflow: hidden;
}

.img-item {
    position: relative;
    margin-top: 10px;
    width: 25%;
    float: left;
    padding: 5px;
}

.img-item .delete-img {
    line-height: .3;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px 4px;
    border-radius: 0 0 0 2px;
}

#mainImg {
    box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.intercom-composer-popover-input{
    font-size-adjust: none;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font: normal normal 100% "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    -webkit-text-emphasis: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    alignment-adjust: auto;
    alignment-baseline: baseline;
    -webkit-animation: none 0 ease 0 1 normal;
    animation: none 0 ease 0 1 normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    azimuth: center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: none 0 0 auto repeat scroll padding-box transparent;
    background-color: transparent;
    background-image: none;
    baseline-shift: baseline;
    binding: none;
    bleed: 6pt;
    bookmark-label: content();
    bookmark-level: none;
    bookmark-state: open;
    bookmark-target: none;
    border: 0 none transparent;
    border-radius: 0;
    bottom: auto;
    box-align: stretch;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    box-direction: normal;
    box-flex: 0.0;
    box-flex-group: 1;
    box-lines: single;
    box-ordinal-group: 1;
    box-orient: inline-axis;
    box-pack: start;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-column-break-after: auto;
    break-after: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    -webkit-column-break-inside: auto;
    break-inside: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    color-profile: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium medium #1f1f1f;
    -moz-column-rule: medium medium #1f1f1f;
    column-rule: medium medium #1f1f1f;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-columns: auto auto;
    -moz-columns: auto auto;
    columns: auto auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    crop: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    drop-initial-after-adjust: text-after-edge;
    drop-initial-after-align: baseline;
    drop-initial-before-adjust: text-before-edge;
    drop-initial-before-align: caps-height;
    drop-initial-size: auto;
    drop-initial-value: initial;
    elevation: level;
    empty-cells: show;
    fit: fill;
    fit-position: 0 0;
    float: none;
    float-offset: 0 0;
    grid-columns: none;
    grid-rows: none;
    hanging-punctuation: none;
    height: auto;
    hyphenate-after: auto;
    hyphenate-before: auto;
    hyphenate-character: auto;
    hyphenate-lines: no-limit;
    hyphenate-resource: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    icon: auto;
    image-orientation: auto;
    image-rendering: auto;
    image-resolution: normal;
    inline-box-align: last;
    left: auto;
    line-height: inherit;
    line-stacking: inline-line-height exclude-ruby consider-shifts;
    list-style: disc outside none;
    margin: 0;
    marks: none;
    marquee-direction: forward;
    marquee-loop: 1;
    marquee-play-count: 1;
    marquee-speed: normal;
    marquee-style: scroll;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    move-to: normal;
    nav-down: auto;
    nav-index: auto;
    nav-left: auto;
    nav-right: auto;
    nav-up: auto;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    outline-offset: 0;
    overflow: visible;
    overflow-style: auto;
    padding: 0;
    page: auto;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    page-policy: start;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    presentation-level: 0;
    punctuation-trim: none;
    quotes: none;
    rendering-intent: auto;
    resize: none;
    right: auto;
    rotation: 0;
    rotation-point: 50% 50%;
    ruby-align: auto;
    ruby-overhang: none;
    ruby-position: before;
    ruby-span: none;
    size: auto;
    string-set: none;
    table-layout: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    transition: all 0 ease 0;
    unicode-bidi: normal;
    vertical-align: baseline;
    white-space: normal;
    white-space-collapse: collapse;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
    text-align: start;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.intercom-composer-popover {
    z-index: 1029;
    position: absolute;
    /*bottom: 50px;*/
    /*top: 50px;*/
    left: -20px;
    width: 420px;
    height: 400px;
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.08);
    background-color: #fff;
    border-radius: 6px;
    transition-duration: 200ms;
    transition-delay: 0ms;
    transform-style: flat;
    transform-origin: 50% 50% 0;
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
}
.intercom-composer-popover.active{
    visibility: visible;
    opacity:1;
    left: 44px;
}
.intercom-emoji-picker {
    width: 330px;
    height: 260px;
}
.intercom-composer-popover-header {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 40px;
    border-bottom: 1px solid #edeff1;
}
.intercom-composer-popover-input {
    background-image: url(https://js.intercomcdn.com/images/search.7ae40c25.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 12px;
    font-weight: 400;
    font-size: 14px;
    color: #6e7a89;
    padding-left: 25px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    background-image: url(https://js.intercomcdn.com/images/search@2x.9f02b9f3.png);
    border:none;
    outline: none;
}
.intercom-composer-popover-body {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 20px;
    overflow-y: scroll;
}
.intercom-emoji-picker-group {
    margin: 10px -5px;
}
.intercom-emoji-picker-group {
    margin: 10px -5px;
}
.intercom-emoji-picker-group-title {
    color: #b8c3ca;
    font-weight: 400;
    font-size: 13px;
    margin: 5px;
}
.intercom-emoji-picker-emoji {
    padding: 5px;
    width: 30px;
    line-height: 30px;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-size: 28px;
    transition: -webkit-transform 60ms ease-out;
    transition: transform 60ms ease-out;
    transition: transform 60ms ease-out,-webkit-transform 60ms ease-out;
    transition-delay: 60ms;
}
.intercom-emoji-picker-emoji:hover {
    transition-delay: 0ms;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
/*.intercom-composer-popover-caret {*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    right: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 8px solid transparent;*/
/*    border-right: 8px solid transparent;*/
/*    border-top: 8px solid #fff;*/
/*    left:20px;*/
/*}*/

/*.chat-input-tool{*/
/*    background-color: #32A8E6;*/
/*    padding: 10px;*/
/*    border:none;*/
/*    border-radius: 5px;*/
/*    outline:none;*/
/*}*/

.redactor-toolbar {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.redactor-editor {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}

.redactor-editor:focus {
    border-color: #8e85f3;
    box-shadow: 0 0 0 0.2rem #afaaf3;
}

.redactor-editor p {
    margin-bottom: 0 !important;
}

.redactor-box, .field-faqquestion-answer {
    margin-bottom: 0 !important;
}

.message {
    position: relative;
    padding: 10px 14px 10px 14px;
    border-radius: 6px 6px 6px 0;
    background: #e6e6e6;
}

.message:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #3498db transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}
.message.arrow-left-bottom:after {
    border-left-color: transparent;
    border-top-color: transparent;
    left: -10px;
    right: auto;
    border-width: 5px;
    margin: 0;
    top: auto;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-right-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
}

.alert-warning {
    left: 0;top: 0;
    text-align: left;
    border-color: #FF9149!important;
    background-color: #FFBC90!important;
    color: #963B00!important;
    z-index: 1028;
    position: relative;
}

