#progressBar {
    width: 200px;
    height: 20px;
    border: 1px solid #111;
    background-color: #292929;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0099ff;
}

#allproducts {
    padding-top: 0;
    margin-top: 0;
}

.warning_message, .error_message, .error_p, .warning_p, .notice_p {
    position: relative;
    padding: 0.75rem 2.75rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.error_message, .error_p {
    background: url('/image/message-error.png') center left no-repeat #da3838;
}

.inline {
    display: inline;
    display: -webkit-inline-box;
}

.tip_div {
    display: none;
    font-size: 11px;
    position: absolute;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    padding: 0px 5px 4px 10px;
    width: 230px;
    FILTER: progid: DXImageTransform . Microsoft . Shadow(direction = 135, color = #666666, strength = 1);
    text-transform: initial;
}

.tip_div {
    display: none;
    font-size: 11px;
    border-radius: 4px;
    background-color: #f6f9fc;
    color: #666666;
    position: absolute;
    border: 1px solid #d6d6d6;
    padding: 0px 5px 4px 10px;
    width: 250px;
    z-index: 10000;
    text-transform: initial;
}

.img-h-150 {
    height: 150px;
}

.img-h-260 {
    height: 260px;
    overflow: hidden;
}

.form__error {
    color: #dc3545;
    font-size: 12px;
}

#meter .entropizer-track {
    background-color: #e8e8e8;
    border-radius: 2px;
    height: 4px;
}
#meter .entropizer-bar {
    height: 4px;
    transition: background-color 0.75s ease, width 0.25s ease-out;
}

.from__indicator {
    margin-bottom: 1rem;
}

.from__indicator label {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.tooltip {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
}

.tooltip__icon {
    display: flex;
    align-items: center;
}

.tooltip__content {
    display: block;
    width: max-content;
    max-width: 315px;
    padding: 16px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 20px);
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 200%;
    cursor: default;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 150;
}

.tooltip__content_small {
    text-align: center;
    padding: 12px 20px;
    line-height: 19px;
}

.tooltip:hover .tooltip__content {
    visibility: visible;
    opacity: 1;
}

.tooltip__content_image {
    width: 230px;
    height: 230px;
    top: unset;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -15px);
}

.tooltip__content_image .photo {
    object-fit: contain;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tooltip-icon_orange {
    background: url('/assets/site/images/tooltip-icon_orange.svg') center no-repeat;
    height: 22px;
    vertical-align: top;
    max-width: 100%;
    width: 22px;
}

.tooltip-icon {
    background: url('/assets/site/images/tooltip-icon.svg') center no-repeat;
    height: 22px;
    vertical-align: top;
    max-width: 100%;
    width: 22px;
}

#check_login_image_id {
    display: none;
}

#check_login_image_id.active {
    display: block;
}

/*.card-body .select2-container {*/
/*    min-width: 100%;*/
/*    margin-top: 10px;*/
/*}*/

.hide-block {
    display: none;
}

.hide-block.show {
    display: block;
    margin-top: 18px;
}

/*.card-body .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    line-height: 18px;*/
/*    padding: 0;*/
/*}*/

.form-check .form__radio-option,
.form-check .form-check-input-option {
    display: none;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.form-check .form-check-input:checked + .form-check-label + .form__radio-option,
.form-check .form-check-input:checked + .form-check-label + .form-check-input-option {
    display: block;
    font-size: 14px;
}

.form-check .form-check-input:checked + .form-check-label + .form-check-input-option .form-control {
    margin-top: 10px;
}

.direct-chat-messages {
    max-height: 250px;
    height: auto;
}

.layout-fixed.sidebar-collapse:hover .hide-on-collapse {
    display: initial;
}



.row_error td {
    background-color: #ff0000;
    color: #fff;
}

.row_red td {
    background-color: #ffb1b1;
}

.row_green td {
    background-color: #93ff8c;
}

.row_yellow td {
    background-color: #faffb1;
}

.td_red {
    background-color: #ffb1b1 !important;
}
.td_yellow {
    background-color: #faffb1 !important;
}

.item-s {
    width: 110px;
    height: 110px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}