
/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);*/ /* For IE6-8 */
    /*src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}*/

:root {
    /*
        --bs-form-control-bg: #e7e7e7;
    */
}

.form-control[readonly]:not(.flatpickr-input) {
    background-color: var( --bs-gray-300) !important;
}

.validation-summary-errors {
    color: var(--bs-danger)
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}

.col-auto > .material-icons, .col > .material-icons {
    margin-top: 0.4rem
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*
        margin-bottom: 60px;
    */
}

.spinner-border {
    width: 1.3rem;
    height: 1.3rem;
}

.slow-spin {
    -webkit-animation: fa-spin 6s infinite linear !important;
    animation: fa-spin 6s infinite linear !important;
    
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: initial;
}

.sign-container {
    /*
       min-height: calc(50vh);

   */
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area {
    border-style:dashed !important;
}


/*
    bstooltip
*/


.tooltip .arrow {
    width: 11px;
    height: 11px;
    border: 2px solid gray;
    bottom: 1px;
}

    .tooltip .arrow:before {
        width: 11px;
        height: 11px;
        background: black;
        border: 0;
    }

.tooltip.bs-tooltip-top .arrow {
    transform: rotate(-135deg);
}

.tooltip.bs-tooltip-bottom .arrow {
    transform: rotate(135deg);
    top: 2px;
}

.logosymbol {
    --fa-animation-duration: 10s;
}


[data-sidebar-behaviour=condensed] .hidden-condensed {
    display:none;
}

.autocomplete-suggestions {
    overflow: auto;
    border: 1px solid #CBD3DD;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
}

.fa {
    font-size:1.3rem;
}

svg .a {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}


.hbg-card-header svg {
    width: 3rem;
    height: 3rem;
}

.edit-item .hbg-list-delete-undo {
    display: none;
}

.delete-item .hbg-list-delete-undo {
    display: block;
    
}


.smaller {
    font-size:.8em;
}

/*
.hbg-readonly-input {
    background-color:-webkit-link
}
*/

/*
.form-control[readonly] {
    background-color: lightblue !important;
}
*/

.autocomplete-suggestion {
    cursor: pointer;
}

.hbg-opacity-10 {
    --bs-bg-opacity: .10
}
.hbg-opacity-25 {
    --bs-bg-opacity: .25
}
.hbg-opacity-50 {
    --bs-bg-opacity: .5
}

.hbg-opacity-75 {
    --bs-bg-opacity: .75
}


.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5);
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.cursor-pointer {
    cursor:pointer;
}


.hbg-disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: var(--bs-gray-300);
}


.autocomplete-suggestions {
    /*border: 1px solid #999;*/
    background: var(--bs-body-bg);
    overflow: auto;
}



.autocomplete-group {
    padding: 5px 5px;
    border-radius:5px;
    background: rgba(var(--bs-info-rgb), .25)
}

.autocomplete-suggestions strong {
    font-weight: bold;
    font-size:1.1em;
    
    color: var(--bs-link-hover-color);
}
/*
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    
        overflow: hidden;
    
}

.autocomplete-selected {
    background: #F0F0F0;
}



.autocomplete-group {
    padding: 2px 5px;
    background: #F0F0F0;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

*/


.hbg-filter {
    display:none;
}

.hbg-filter-canvas {
    
}
@media (min-width : 992px) {
    .hbg-filter-canvas {
        width: calc(100% / 2) !important
    }
}

@media (max-width : 992px) {
    .hbg-filter-canvas {
        width: calc(100% / 1.1) !important
    }

    
}

.chat-list-item-unread {
    background: rgba(var(--bs-danger-rgb), .15) !important
}

.chat-message-text::selection {
    background-color:var(--bs-dark)
}
/*
.hbg-drop-allow * {
    pointer-events: none;
}
*/
.hbg-drop-allow-active {
    border: dashed;
    border-width: 5px;
    opacity: .25;
    justify-content: center;
    align-items: center;
    /*
        display: flex;
    */

    width: 100%;
    background-image: url(/assets/images/illustrations/upload-illustration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.chat-icon-file {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Ym94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9IiAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcmVmX2NvZGU9Imljb25fY29tbW9uX2ZpbGVfZG93bmxvYWQiIHJvbGU9ImJ1dHRvbiI+PHBhdGggZD0iTTExLjI1MCAxNy4yNTAgQTYuMDAwIDYuMDAwIDAgMSAwIDIzLjI1MCAxNy4yNTAgQTYuMDAwIDYuMDAwIDAgMSAwIDExLjI1MCAxNy4yNTAgWiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBjbGFzcz0iYSI+PC9wYXRoPjxwYXRoIGQ9Ik0xNy4yNSAxNC4yNUwxNy4yNSAyMC4yNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBjbGFzcz0iYSI+PC9wYXRoPjxwYXRoIGQ9Ik0xNy4yNSAyMC4yNUwxOS41IDE4IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGNsYXNzPSJhIj48L3BhdGg+PHBhdGggZD0iTTE3LjI1IDIwLjI1TDE1IDE4IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGNsYXNzPSJhIj48L3BhdGg+PHBhdGggZD0iTTguMjUsMjAuMjVoLTZhMS41LDEuNSwwLDAsMS0xLjUtMS41VjIuMjVBMS41LDEuNSwwLDAsMSwyLjI1Ljc1SDEyLjg3OWExLjUsMS41LDAsMCwxLDEuMDYuNDM5bDIuODcyLDIuODcyYTEuNSwxLjUsMCwwLDEsLjQzOSwxLjA2VjguMjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgY2xhc3M9ImEiPjwvcGF0aD48L3N2Zz4NCg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

*/

.hbg-file-item-icon {
    width:10%;
}

.chat-list-item-link-order:hover {
    font-weight: bold;
    text-decoration:underline;
    /*color: var(--bs-body-color) !important;*/
}

.hbg-img-preview {
    max-width:15em
}

.bank-logo {
    max-width:10rem
}

.bank-logo-info {
    max-width:30%;
}

.order-status-big {
    font-size: 3rem;
}


.hbg-chat-order-parent:hover, .hbg-order-child:hover {
    
    background: rgba(var(--bs-secondary-rgb), .25) !important
}
.hbg-order-child-selected {
    font-weight: 700;
    background: rgba(var(--bs-primary-rgb), .25) !important
}

.hbg-order-child-owner {
    background: rgba(var(--bs-warning-rgb), .25) !important
}
/*

.hbg-chat2-order-list-parents {
    transform: translateX(-110%);
}

.hbg-chat2-order-list-childs {
    transform: translateX(110%);
}

.hbg-chat2-order-list-parents, .hbg-chat2-order-list-childs {
    transition: 1s ease-in-out;
    
}

.chat2-toggle-parents .hbg-chat2-order-list-parents {
    
    transform: translateX(0%);
}

.chat2-toggle-childs .hbg-chat2-order-list-childs {
    
    transform: translateX(0%);
}*/
.mdi-menu-up.fs-1 {
    font-size: 4em !important;
    margin-top: -2.1rem;
    margin-bottom: -1.1rem;
}

.hbg-chat-msg {
    
}

[drop-active=true] {
    border: 8px dotted var(--bs-dark);
    opacity: .3;
    box-shadow: inset 0px 0px 0px 2px #00C;
}


.form-label-fs-inherited {
    
        font-weight:inherit;
    
}

.hbg-disabled-bg-body {
    background-color:inherit;
}


.navbar-vertical ~ main {
    min-height:inherit;
}


.hover-bigger:hover {
    transition: all 500ms;
    transform: scale(1.1);
}

.order-draft-select-type {
    line-height: 1.7rem;
    max-width: 33%;
}

.order-draft-select-type:hover {
    /*
        transform: scale(1.2);
        transform: scale(var(--scale--ratio)) translate(-50%, -50%);
    */
    /*
        animation-duration: 1s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    */
}


.input-validation-error {
    border-color:var(--bs-danger);
}

.preresult-bank-logo {
    width:10rem;
}


.hbg4-item:hover .hbg4-item-delete {
    display: block !important;
}

.hbg4-item.hbg4-item-to-delete .hbg4-item-delete {
    display: block !important;
    color: var(--bs-danger)
}


.hbg-chart-container h3 {
    font-size:.6rem
}


.order-draft-profile-validation ul {
    margin:0;
}

.hbg-field-anketa-label {
    overflow-wrap:anywhere;
}


.hbg-file-loader {
    border:dashed;
    min-height:5rem;
    cursor:pointer;
}

.gender-select .ts-control {
    min-width: 5rem;
}


.card .card {
    border-color :var(--bs-primary)
}


.hbg-bold {
    font-size: 0.75rem;
    font-weight: 700;
}


.form-check.form-state-switch,
.form-check.form-state-switch .form-state-label,
.form-check.form-state-switch .form-state-label .form-state-active,
.form-check.form-state-switch .form-state-label .form-state-active .card,
.form-check.form-state-switch .form-state-label .form-state-default,
.form-check.form-state-switch .form-state-label .form-state-default .card {
    height: 100%
}


.hbg-form-select {
    min-width:5rem;
}


.hbg-custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    --bs-tooltip-color: var(--bs-white);
}