﻿#toastContainer {
    --body-bg-color-light: rgba(255,255,255,1) !important;
    --body-bg-color-dark: rgba(30,40,45,1) !important;
}
.badge {
    --bs-badge-font-weight:auto
}


.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';
}


.modal-body > .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    z-index: 1;
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}




/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.fill-100-body {
    min-height: calc(100vh - 10rem );
    
}



.fill-100 {
    min-height: 100vh;
}

body {
  /* Margin bottom by footer height */
  margin-bottom:30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
}



.___app-list-one:hover {
    animation: zoomIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

.zoom {

    transition: transform .2s; /* Animation */

}

    .zoom:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.app-list-one:hover {
    cursor:pointer;
}



#menu-bar:hover .mnu-button {
    display: inline-block !important;
    /*visibility: visible !important;*/
}

.accordion .btn {
    white-space: normal;
}

.app-file-dragenter {
    opacity:.3;
    
}



.noty_bar {
    overflow-wrap:anywhere;
}


.dropdown-item .mdi::before {
    padding-right: .5rem
}


.app-draft button::after {
    display: none;
}


.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid gray;
}

.text-wrap-any {
    overflow-wrap: anywhere;
}


.menu-user .dropdown-toggle::after {
    display:none;
}

.nav-main .mdi::before {
    padding-right:0;
}





.noty_body {
    /*padding:0 !important;*/
}

#toastContainer.top-0.end-0 {
    top:3.5rem !important;
}


.material-icons {
    margin-top:.3rem;
}
/*

.accordion-header:hover .parent-open {
    display: block;
}
    */
/*
.accordion-button:hover:after {
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    padding-left: 2.5rem;
    padding-right: 1rem;
    text-decoration: none;
} 

    */


@media(min-width: 576px) {
    .container-chat {
        max-width: 80%;
    }
}

@media(min-width: 768px) {
    .container-chat {
        max-width: 75%;
    }
}

@media(min-width: 992px) {
    .container-chat {
        max-width: 70%;
    }
}

@media(min-width: 1200px) {
    .container-chat {
        max-width: 70%;
    }
}

@media(min-width: 1400px) {
    .container-chat {
        max-width: 70%;
    }
}

.chat-bg {
    background: linear-gradient(#88AF85, #BACC8C);
}

.msg-chat {
    max-width: 75%
}
.msg-chat-mine {
    background-color: #EEFFDE
}
.msg-chat-not-mine {
    background-color:  #FFFFFF
}


#app-chat-tab-data-0 {
    background-image: url('../images/chat-bg-pattern-light.ee148af944f6580293ae.png');
    content: "";
    background-position: top right;
    background-size: 30rem auto;
    background-repeat: repeat;
}

#app-chat-tab-data-0:before {
    z-index: -1;
    position: absolute;
    
    width: 100%;
    height: 100%;
    content: url('../images/chat-bg-pattern-light.ee148af944f6580293ae.png');
    opacity: 0.4;
}

.drag-over {
    border: 3px dashed black
}

.drag-over div.chat-bg {
    opacity: 0;        

}

.drop-zone {
    display:none;
}

.drag-over div.drop-zone {
    display:block;
}
.chat-min-heigh {
    min-height: 20rem;
}


.dropdown-menu .mdi::before, .dropdown-menu .bi::before {
    padding-right: .5rem
}


.menu-app-list-one .dropdown-toggle::after,
.menu-app-list-one::after {
    display: none;
}
.dropdown-app-list-one {
    z-index: 100
}

.menu-app-list-one {
    
}
.login-height {
    height:calc(65vh)
}



::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.custom-tooltip {
    background-color:transparent;
}

.container-chat .fs-chat {
    font-size: 1.1rem;
}

.chat-main-height {
    min-height: calc(30vh);
    max-height: calc(60vh);
}


.bootbox-prompt-message {
    padding-bottom: 1rem;
}



 .anime-pulse:hover {
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
    --animate-repeat: 3;
}

 
.anime-pulse-mouse {
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}


.image-preview {
    max-width:10rem;
}

.display-preview {
    opacity:.9;
    z-index:100;
}

.preview-image-full {
    max-width: calc(90vw);
    max-height: calc(90vh);
}

.preview-image-full-menu {
    z-index:101;
}



.field-validation-error {
    color: #f00;
}

.form-addreq * {
    font-size:1.2rem;
}

.autocomplete-suggestion {
    cursor: pointer;
    background-color:white;
}


.btn-show-password {
    z-index: 10;
    margin-left: -2.5rem;
}

#password {
    padding-right: 3rem;
}
