﻿/*.badge {
    font-weight: 400;
}

.dark-mode .text-success {
    color: #288D61 !important;
}

.dark-mode .text-danger {
    color: #CE5256 !important;
}

.dark-mode .badge-success {
    background-color: #288D61;
}

.dark-mode .badge-danger {
    background-color: #CE5256;
}

.news-type-Important {
    color: #ce5256;
}

.news-type-Standard {
    color: #288D61;
}

.nav-link .fa.fa-envelope {
    font-size: 20px !important;
}

.nav-link .badge {
    position: absolute;
    top: -3px;
    right: -1px;
    padding: 4px 7px;
    border-radius: 50%;
    background-color: #E1844E;
    color: white;
}

.notification-label-new {
    font-weight: bold;
    align-items: center;
    display: flex;
}

.notification-status {
    background: #3169AD;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px
}
.notification-item-icon .nav-icon {
    color: gray;
    font-size: 20px;
}

.notification-link {
    color: #DBDEE4;
}*/

.form-group .text-danger {
    display: block;
}

.hint-msg {
    color: #fafafa;
    font-size: 14px;
}

.price-input-wrapper {
    border: 1px solid #DBDADE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-block: 5px;
    width: 180px;
}

    .price-input-wrapper input {
        border: none;
        padding: 0;
        text-align: end;
        width: 50%;
        line-height: inherit;
        font-size: 22px;
    }

.currency {
    font-size: 22px;
}

/*fix hidden placeholder on select2 multiple*/
.select2-search__field:placeholder-shown {
    width: 100% !important;
}

.tooltip-inner ul {
    margin: 0 ;
    text-align: left;
}

.form-flex-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-centered {
    display:flex;
    justify-content:center;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
}
.text-centered-md {
    display: flex;
    justify-content: center;
    font-weight: bold !important;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.title-md{
    margin-block:10px;
}

.error-text {
    color: red;
}

.success-text {
    color: green;
}

.separator h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b6a6a63d;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.separator span {
    background: white;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
}
