.product-image-container {
    background-position: center;
    background-size: cover;
    height: 195px;
}

.filepond--panel-root {
    background-color: #fff;
    border: 1px dashed #d2ddec;
    /*box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);*/
}

.filepond--drop-label {
    color: #95aac9;
}
.filepond--image-preview {
    background-color: white;
}

.filepond--root .filepond--drop-label {
    height: 200px;
}

.animate-bg:hover {
    color: #12263f;
    background-color: #f9fbfd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 2rem .5rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L4.25 4.25L7.5 1' stroke='%2395AAC9' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.75em 0.75em;
    border: 1px solid #E3EBF6;
    border-radius: .375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.border-bottom-left-0 {
    border-bottom-left-radius: 0;
}
.border-top-left-0 {
    border-top-left-radius: 0;
}

.table-responsive {
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto;
}

.card-disabled {
    opacity: 0.4;
}

.custom_icon {
    fill:#d2ddec;
    width: 15px;
}
.draggable .handle {
    cursor: grab;
    padding-right: 10px;
}
.draggable .handle:hover svg {
    fill:#1657af;
}
.sortable-chosen {
    background: #f9fbfd;
}
.drop-area, .filepond--drop-label label {
    cursor: pointer;
}
.badge-soft-secondary {
    color: #6e84a3;
    background-color: #e2e6ed;
}
.animate-lift {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.animate-lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(18,38,63,0.1),0 0.5rem 1rem -0.75rem rgba(18,38,63,0.1) !important;
}

@media (min-width: 768px) {
    .xl-margin-left-100 {
        margin-left: 100px;
    }
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        max-height: 3.8rem;
    }
    .main-content {
			min-height: 100vh;
		}

		.emoji-full-screen {
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-box-align: center;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    -webkit-box-pack: center;
		    -webkit-justify-content: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    min-height: 100%;
				min-height: calc(100vh - 129px);
				-webkit-min-height: calc(100vh - 129px);
				margin-top: -2rem;
		}

        .chat-empty-state {
            min-height: calc(100vh - 250px);
            -webkit-min-height: calc(100vh - 250px);
            margin-top: -2rem;
        }
}
@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-brand {
        padding-top: 1rem;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { /**/
    font-weight: 700;
}
.h2_icon {
    font-size: 1.25rem;
}
.rocket-size {
    font-size: 96px
}

.font-weight-normal {
    font-weight: 400 !important;
}

trix-toolbar .trix-button-group {
    border-bottom-color: #bbb;
    background: #fff;
}

.trix-button:hover {
    background: #e2e6ec;
}

.trix-editor {
    border-radius: .375rem;
    border: 1px solid #E3EBF6;
    min-height: 300px;
    max-height: 300px !important;
    overflow-y: auto;
}

.trix-editor:focus {
    border-color: #2c7be5;
    outline: 0;
}

.products-product, .products-product-heading {
    padding-left: 0 !important;
}

.table .fit {
    white-space: nowrap;
    width: 1%;
}
.dropdown-ellipses {
    font-size: 1.3rem;
}
/*button i, a i {
    margin-left: -3px;
    margin-right: 2px;
}*/
/*.dropdown a i, .dropdown button i, .dropdown-item i {
    margin-right: 5px;
}*/

.step-max-width {
    max-width: 450px;
}

.step-max-width-sm {
    max-width: 350px;
}

@media (max-width: 1600px) {
    .step-max-width, .step-max-width-sm  {
        max-width: 250px;
    }
}

@media (max-width: 1400px) {
    .step-max-width, .step-max-width-sm {
        max-width: 100px;
    }
}

@media (max-width: 1200px) {
    .step-max-width, .step-max-width-sm {
        max-width: 100px;
    }
    .hide-less-than-1200 {
        display: none;
    }
}

.cursor-pointer {
    cursor: pointer;
}
.step-image {
    width: 200px;
}
/*@media (max-width: 600px) {
    .step-image {
        max-width: 100px;
    }
}*/

.btn-close-big {
    background-size: 40%;
}

.btn-icon-padding {
    padding-left: 0.63rem;
}
.btn-sm-icon-padding {
    padding-left: 0.4rem;
}
.chat-conversation .conversation-list .ctext-wrap-content {
    border-radius: 25px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    border-radius: 25px;
    text-align: left;
}
.chat-conversation .conversation-list .ctext-wrap-content:before {
    content: none;
}
.chat-conversation .conversation-list .ctext-wrap {
    margin-bottom: 0;
}
.chat-conversation .conversation-list .ctext-wrap-content {
    background-color: #2c7be5;
    border-color: #2c7be5;
}

.chat-conversation .conversation-list {
    margin-bottom: 0;
    padding-bottom: 24px;
}

.user-profile-sidebar {
    display: block;
}
/*.chat-conversation {
    height: calc(100vh - 250px); !* 205px *!
}*/
.chat-leftsidebar {
    background-color: #f9fbfd;
    height: auto;
}
@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-user {
        padding: 2rem 1.5rem 1rem;
    }
}
.chat-list li a:hover {
    background-color: rgba(230,235,245, 0.5);
}
.chat-list li.active a:hover {
    background-color: #e6ebf5;
}

.chat-list li .unread-message .badge {
    line-height: 1;
    font-weight: 500;
    font-size: 11px;
}

.chat-conversation .conversation-list .chat-time {
    text-align: left;
    /*min-width: 100px;*/
}
.chat-conversation .right .chat-time {
    text-align: right;
}

.new-message-textarea {
    background-color: #f9fbfd!important;
}

.new-message-textarea:disabled {
    background-color: #e6ebf5!important;
}
.resize-none {
    resize: none;
}

.emoji-picker__wrapper {
    z-index: 10;
}

.user-profile-sidebar {
    min-width: 330px;
    max-width: 330px;
}
.chat-icon-1 {
    padding-right: 0.62rem;
}
.chat-icon-2 {
    padding-left: 0.62rem;
}
.chat-conversation .chat-avatar span {
    width: 36px;
    height: 36px;
    font-size: .83333rem;
}
.badge.rounded-pill {
    margin-left: 3px;
}

.chat-list li .unread-message {
    right: 35px;
}

.chat-conversation .chat-day-title:before {
    height: 0;
}
.chat-conversation .chat-day-title .title {
    background-color: transparent;
    color: #9096ac;
    font-size: 13px;
}

@media (min-width: 992px) {
    .user-profile-sidebar {
        border-left: 1px solid #e3ebf6;
    }
}

.btn-grey {
    color: #7a7f9a;
}

.gly-rotate-45 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.chat-list li a {
    border-radius: 0;
}

.outline-none:focus {
    outline: none;
}

.user-chat {
    border-left: 1px solid #e3ebf6;
    -webkit-box-shadow:none;
    box-shadow: none;
    -webkit-transition: none;
}
.btn-lg-custom {
    padding: .65rem 1.25rem;
}
.line-height-1-1 {
    line-height: 1.1;
}
.line-height-1-5 {
    line-height: 1.5;
}

.zoom:active {
    transform: scale(0.85); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.padding-y-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

textarea.form-control {
    min-height: 0;
}

.chat-user-message::after {
    content: '';
    display: block;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #6e84a3;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #12263f;
}

ul {
    padding-left: inherit;
}

/* START Transitions */
.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}

.transform {
    /*--tw-translate-x: 0;*/
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.duration-100 {
    transition-duration: .1s;
}
.duration-300 {
    transition-duration: .3s;
}
.duration-700 {
    transition-duration: .7s;
}
.duration-2000 {
    transition-duration: 2s;
}
.ease-out {
    transition-timing-function: cubic-bezier(0,0,0.2,1);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4,0,1,1);
}
.opacity-100 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.translate-x-2 {
    --tw-translate-x: 1rem;
}

.translate-x-0 {
    --tw-translate-x: 0px;
}

/* END Transitions */

.h5-color {
    color:#12263f !important;
}

.btn .badge-count {
    position:relative;
    top: -15px;
    left: -13px;
    background:#2c7be5;
    border-radius: 100px;
    font-size: 10px;
    /*opacity: 0.7;*/
}

.btn .badge-count-sm {
    position:absolute;
    right: 0;
    /*background:#2c7be5;
    border-radius: 100px;
    font-size: 10px;*/
    /*opacity: 0.7;*/
}

.clear-after:after {
    content: '' !important;
}

.btn-close {
    font-size:1.3rem;
    height: auto;
    width: auto;
}

.btn-check:focus+.btn-light, .btn-light:focus, .btn-light:hover {
    background-color: #E7ECF4;
    border-color: #E7ECF4;
}
a.text-danger:hover {
    color: #c42f4a!important;
}

.alert-custom {
    position: fixed;
    width: 340px;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    margin: 0;
}
.btn-close-notification {
    height: .7em;
    padding: .82em !important;
    width: .7em;
    font-size: 1.25rem;
}
.flush-padding {
    padding: .125rem .5rem;
}
.dark-link {
    color: inherit!important;
}
.dark-link:hover {
    color: #1657af!important;
}
.header-pretitle {
    max-width: 500px;
}

.is-invalid trix-editor, .is-invalid trix-editor:focus
{
    border-color: #e63757;
}

.dropdown-grey {
    color: #B1C2D9;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    color: #B1C2D9;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle:hover {
    color: var(--bs-link-hover-color);
}
.chat-file-tooltip i {
    color: #B1C2D9;
}
.user-profile-desc {
    height: calc(100vh - 250px);
}

.max-width-700 {
    max-width: 700px;
}

.margin-left-minus-7 {
    margin-left: -7px;
}


.emoji-full-screen-guest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    min-height: calc(100vh - 129px);
    -webkit-min-height: calc(100vh - 129px);
    margin-top: -2rem;
}

.bg-primary-soft {
    background-color: rgba(213,229,250, 0.6) !important;
}
.bg-secondary-soft {
    background-color: rgba(226,230,237, 0.6) !important;
}
.bg-success-soft {
    background-color: rgba(204,247,229, 0.6) !important;
}
.bg-info-soft {
    background-color: rgba(215,239,246, 0.6) !important;
}
.bg-warning-soft {
    background-color: rgba(253,243,217, 0.6) !important;
}
.bg-danger-soft {
    background-color: rgba(250,215,221, 0.6) !important;
}
.bg-light-soft {
    background-color: rgba(251,252,254, 0.6) !important;
}
.bg-dark-soft {
    background-color: rgba(208,212,217, 0.6) !important;
}
.reserve-space {
    height: 70px;
}
.product-status-small {
    position: relative;
    top: -5px;
}
.tooltip {
    pointer-events: none;
}
.list-group-item-padding {
    padding: 1.25rem 1.25rem;
}


.tooltip > .tooltip-inner {background-color: #ebeff3; font-size: .8125rem; text-align: left !important;}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ebeff3;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ebeff3;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ebeff3;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ebeff3;
}
.link-no-redirect:hover, .explicit-link-hover:hover {
    color: #1657af !important;
}
.link-no-redirect:hover {
    border-color: #1657af !important;
}

.dashed-underline {
    border-bottom: 1px dashed rgba(18,38,63, 0.3);
    cursor: pointer;
    /*padding-bottom: 3px;*/
}

.dashed-underline.link-no-redirect:hover {
    border-color: rgba(22,87,175, 0.3)!important;
}

::placeholder {
    color:#95aac9!important;
}

.weekday-label {
    padding: 0.5rem 1.5rem;
}

.dashed-underline.border-color-danger {
    border-color: rgba(230,55,87, 0.4)!important;
}

.custom_select_search .choices .choices__list .choices__list .choices__item--selectable:first-child { text-indent: -9999px; height: 0; width: 0; padding: 0; }
.mb-2-5 {
    margin-bottom: .5rem!important;
}

.hover-like-link:hover {
    color: #1657af!important;
}

.dropdown-hr {
    margin: .5rem 1.5rem;
}

.font-size-base {
    font-size: 0.9375rem;
}
.font-size-sm {
    font-size: 0.8125rem;
}
.font-size-lg {
    font-size: 1.0625rem;
}
.margin-11 {
    margin-bottom: 1.1rem;
}
.opacity-50 {
    opacity: 0.5;
}

.vertical-align-middle {
    vertical-align: middle;
}
.dropdown-menu-card-filter {
    min-width: 700px;
}
.grey-light-border {
    border-color: #E3EBF6;
}
.form-control, .input-group-text {
    border-color: #E3EBF6;
}

.text-regular {
    color: #12263f;
}

.tagify--outside{
    border: 0;
}

.tagify--outside .tagify__input{
    order: -1;
    flex: 100%;
    border: 1px solid var(--tags-border-color);
    margin: 0 0 .5rem 0;
    transition: .1s;
    padding: .5rem .75rem;
}

.tagify--outside .tagify__input:hover{ border-color:var(--tags-hover-border-color); }
.tagify--outside.tagify--focus .tagify__input{
    transition:0s;
    border-color: var(--tags-focus-border-color);
}

.tagify__tag-text {
    font-size: .8125rem;
}

.tagify__tag__removeBtn:hover {
     color: #000;
}

.tagify__input {
    border-radius: 0.375rem;
    margin: 0;
}

.tagify__dropdown__wrapper {
    /*margin-top: 1px;*/
    /*bottom: 2px;*/
    border: 1px solid #edf2f9;
}

.tagify {
    --tag-remove-bg: #edf2f9;
}

.tagify__tag__removeBtn {
    font-family: 'Museo';
    font-size: 12px;
    margin-bottom: 2px;
}

.tagify__dropdown__item {
    color: #6E84A3;
}
.tagify__dropdown__item--active {
    background: white;
}
.tagify__dropdown__wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tagify__dropdown__item:hover {
    background: transparent;
    color: black;
}
.tagify-input {
    display: inherit;
    padding: 0;
}



.tagify__tag:hover:not([readonly]) div::before, .tagify__tag:focus div::before {
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
}
.tagify__tag__removeBtn:hover + div > span {
    opacity: 1;
}
.tagify--notAllowed {
    opacity: 1;
}
.tagify--notAllowed .tagify__tag-text, .tagify--notAllowed .tagify__tag__removeBtn {
    color: #fff !important;
    opacity: 1 !important;
}
.tagify__tag-text {
    line-height: 25px;
}

.is-invalid-tags .tagify {
    border: 1px solid #e63757 !important;
    margin-bottom: 0 !important;
}

.tagify__tag>div {
    padding: 0 .375rem;
}
.tagify__tag {
    --tag-bg: #f5f7fb;
}
.tagify {
    padding: .35rem .45rem;
    border-radius: .375rem !important;
    line-height: 25px;
}
.borderless {
    border: 0;
    padding: 0;
}

.tagify__input:before {
    padding-top: 5px;
}

.tagify__input:before {
    padding-top: 8px;
    opacity: 1;
}

.tagify-input-sm {
    font-size: .8125rem;
}

.tagify__input {
    line-height: inherit;
}

/*tag + .tagify-input-sm .tagify__input {
    margin-top: 7px;
}

tag + .tagify__input {
    margin-top: 5px;
}*/

.pointer-events-none {
    pointer-events: none;
}

.btn-white:focus {
    background-color: #f0f4fa;
}
.btn-primary:disabled, .btn-primary.disabled {
    background-color: #6295da;
    border-color: #538cd7;
}
.badge-big {
    font-size: 86%;
    padding: 6px 15px;
}

.badge-line-height {
    line-height: 12px;
}
.badge-notification-sm {
    position: absolute; right: 4px; top: -5px; font-size: 10px
}
.badge-pb-fix {
    padding-bottom: 3px;
}

.title-line-height {
    line-height: 22px;
}

.link-important {
    color: #2c7be5 !important;;
}
.link-important:hover {
    color: #1657af !important;
}

.maximum-one-line-v2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

h4 {
    line-height: 1.4;
}

.alert-primary-soft {
    background-color: #d5e5fa!important;
}

.p-content p {
    margin-bottom: 8px;
}

.p-content p:last-child {
    margin-bottom: 0;
}

.dashed-underline-line-height {
    line-height: 22px;
}
.bg-primary-soft-original {
    background-color: #d5e5fa !important;
}
.bg-secondary-soft-original {
    background-color: #e2e6ed!important;
}

.list-group-activity-big .list-group-item:not(:last-child):before {
    left: 1.5rem;
}

.bg-success-soft-original {
    background-color: #ccf7e5 !important;
}
.bg-warning-soft-original {
    background-color: #fdf3d9!important;
}
.bg-danger-soft-original {
    background-color: #fad7dd !important;
}

.hr-with-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #95aac9;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.hr-with-text span {
    background: #fff;
    padding:0 10px;
}

.form-group-mb {
    margin-bottom: 1.375rem;
}

.btn-close-infoblock {
    font-size: 1rem;
    padding: 1.5rem;
}
/*

.user-chat-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(44, 123, 229, 0.4);
}

.left .user-chat-content a {
    color:#fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.4);
}

.user-chat-content a:hover {
    text-decoration-color: rgba(44, 123, 229, 0.7);
}
.left .user-chat-content a:hover {
    text-decoration-color: rgba(255, 255, 255, 0.7);
}
*/

.user-chat-content a:not(.popup-img) {
    text-decoration: none;
    border-bottom: 1px solid rgba(44, 123, 229, 0.3);
    /*padding-bottom: 3px;*/
}

.user-chat-content a:hover:not(.popup-img) {
    border-bottom: 1px solid rgba(22, 87, 175, 0.3);
}


.left .user-chat-content a:not(.popup-img) {
    color:#fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.left .user-chat-content a:hover:not(.popup-img) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.input-merge-right-side {
    border-left: 2px solid #E3EBF6 !important;
}

.alert-primary-light {
    background-color: rgba(44, 123, 229, 0.15);
    border-color: transparent;
    color:#283E59;
}
.quick-sortable-icon {
    font-size: 14px;
    line-height: 10px;
}
.quick-sortable a.list-sort:after{
    content: "";
}
.quick-sortable .asc-icon {
    display: none;
}
.quick-sortable .asc .asc-icon {
    display: inline-block;
}
.quick-sortable .desc-icon {
    display: none;
}
.quick-sortable .desc .desc-icon {
    display: inline-block;
}
.danger-soft-text-color {
    color: #e63757;
}
.radiobutton-top {
    margin-top: 5px;
    vertical-align: top
}

.white-text-decoration {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.white-text-decoration:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 768px) {
    .col-10.login-custom {
        flex: 0 0 auto;
        width: 90%;
    }

    .mobile-margin-bottom {
        margin-bottom: 0.75rem;  /*  like mb-3  */
    }
}

@media (min-width: 768px) {
    .desktop-p-0 {
        padding: 0!important;
    }
}

@media (min-width: 1200px) {
    .header-context {
        margin-left: auto!important;
    }
}

@media (max-width: 1000px) {
    .header-context {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .user-chat.active-chat {
        transform: none;
        visibility: visible;
        position: inherit;
    }

    .chat-leftsidebar.active-chat {
        display: none;
    }

    .how-to-send-message-alert {
        display: none;
    }
    .user-profile-sidebar {
        max-width: 100%;
        width: 100%;
    }

    .only-desktop {
        display: none !important;
    }
    .profile-close {
        margin-top: 60px;
    }
    .profile-avatar {
        margin-top: -30px;
    }
    .empty-state-mobile {
        margin-top: 50px;
    }

    .has-top-alert {
        margin-top: 93px;
    }
}

@media (min-width: 1000px) {
    .empty-state {
        margin-top: -7rem !important;
    }
    .empty-state-with-infoblock {
        margin-top: -11rem !important;
    }
    .empty-state-with-infoblock-2 {
        margin-top: -14rem !important;
    }

    .mobile-chat-back {
        display: none;
    }

    .only-mobile {
        display: none !important;
    }
}

.empty-state, .empty-state-with-infoblock, .empty-state-with-infoblock-2 {
    max-width: 400px;
    margin: 0 auto;
}
.icon-lang {
    display: block;
    width: 24px;
}
.vertical-divider {
    width: 1px;
    height: 24px;
    border-right: 1px #d6deec;
    background-color: rgba(0,0,0,.1);
}

.form-select {
    padding-right: 2rem;
}

.active-step {
    --bs-table-accent-bg: #edf2f9 !important;
    background-color: #edf2f9 !important;
}

.nav-link {
    color: #6e84a3;
}
.active-parent-menu-link {
    color: #12263f;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
    color: #c7d1df;
}

.badge.bg-warning-soft {
    color: #FC9A40;
}
.bg-warning-soft {
    background-color: #fef0e4;
}

.message-actions {
    display: none;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.message-actions-right {
    right: -27px;
    left: inherit;
}

/*.massage-wrapper .message-content {
    padding-left: 27px;
    box-sizing: border-box;
}*/

.massage-wrapper:hover .message-actions {
    display: block;
}

.activity-item-action {
    display: none;
}

.activity-item:hover .activity-item-action {
    display: block;
}

.ctext-wrap-content {
    z-index: 9;
}

/* Mobile devices breakpoint */
@media (max-width: 1000px) {
    .message-actions {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: inherit;
    }
}

.chart .popover {
    position: absolute;
}

.popover-body-indicator {
    display: none;
}
.popover-body {
    color: #12263f;
    margin-top: 10px;
}
.popover-header {
    font-weight: normal;
    font-size: 0.8125rem;
    border-bottom: 1px solid #E4E6E9;
    line-height: 35px;
}

.popover-arrow.translate-middle-x {
    position: absolute;
    display: block;
}

.deleted-message {
    color: #9096ac;
}

.bots-content {
    padding-bottom: 170px;
}

@media (max-width: 1000px) {
    .bots-content {
        padding-bottom: inherit;
    }
}

.custom-mb-05rem {
    margin-bottom: 0.5rem !important;
}

.message-content {
    overflow-wrap: break-word;
    word-break: break-word;
}

.btn-check+.btn:hover {
    border-color: #a6b4c9;
}

.bg-disabled {
    background-color: var(--bs-gray-200) !important;
}

.bots-content .avatar-wrapper {
    min-width: 60px !important;
}

@media (min-width: 768px) {
    .bots-content .avatar-wrapper {
        min-width: 70px !important;
    }
}

@media (max-width: 768px) {
    .col-filters .dropdown-menu {
        right: -80px !important;
    }
}

.col-filters .dropdown-menu-card .card-body {
    max-height: 380px !important;
}

.mb-05rem {
    margin-bottom: 0.5rem !important;
}

.add-to-offer .btn-white:focus,
.add-to-offer .btn-white:hover {
    background-color: #fff;
    border-color: #8894a6;
}

.trix-button--icon-underline::before {
    background-image: url('../img/underline.svg');
}
.trix-button--icon-spoiler::before {
    background-image: url('../img/spoiler.svg');
}
.trix-button--icon-code::before {
    background-image: url('../img/code.svg');
}
.trix-button--icon-monospace::before {
    background-image: url('../img/monospace.svg') !important;
}
.trix-content tg-spoiler {
    background-color: #efeeee;
    opacity: 0.8;
    padding: 0.5em;
}
.trix-content code {
    font-family: monospace;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    color: #818181;
    background-color: transparent;
}

.chat-conversation__task-view::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
