body {
    background-color: #443a3a
}

body {
    background-image: url("/media/bg_login.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.dropdown-right {
    right: 0 !important;
    left: auto !important
}


.prod-icon {
    font-size: 2rem
}

.prod-count {
    font-size: 2rem;
}

.prod-icon button {
    height: 52px;
    width: 52px;
}

.container-fluid {
    max-width: 1800px;
}

.user-card {
    max-width: 370px;
    min-width: 250px;
}

.float-right {
    float: right;
}

#log_col {
    max-width: 550px;
}

.log-card {
    max-height: 700px;
    overflow-y: auto;
}


.bill-list {
    max-height: 200px;
    overflow-y: auto;
}



.new-log {
    background-color: aliceblue
}

.neg-log {
    background-color: rgba(255, 0, 0, 0.17);
}

.emo-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: white;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    /* border: 1px solid red; */

}

.card-form {
    background-color: red !important;
}

.card-body {
    padding-left: 4px;
    padding-right: 4px;
}

#id_Emoji {
    max-width: 100px;
    background-color: #8080801c;
}

.navbar-logo {
    max-height: 50px;
    border-radius: 5px;
}

.price-button {
    width: 37px;
}

.pricing-text {
    font-weight: bold;
    font-size: 1.2rem;
}

.no-hover>* {
    pointer-events: none;
}

.price-table {
    max-width: 10rem;
}

/* .card {
    box-shadow: purple;
    box-shadow: 0px 0px 10px 5px #ec6408;
    background-color: #ffffff9c;

} */

.block-active {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.block-inactive {
    display: none;
}

.screen-block-text {
    font-size: large;
    color: #fff;
    opacity: 1;
    text-align: center;
}


.plain-button:hover {
    color: var(--bs-btn-color) !important;
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
    cursor: default !important;
}

.login-errors {
    color: black;
    background: white;
    border-radius: 20px;
    font-weight: bold;
}

.dropdown-menu {
    position: absolute !important;
}


.dash-item-list {
    max-width
}

.btn {
    max-width: 100% !important;
}