﻿.deprecated-warning {
    display: none;
    position: absolute;
    z-index: 3;
}
.deprecated-btn {
    margin: -50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    color: white;
    font-weight: bolder;
    border-color: red;
}
.modal-deprecated {
    max-width: 300px;
    max-height: 600px;
}
.modal-deprecated .depracated-item {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d9d9d9;
    border-radius: 4px;
}
.modal-deprecated .depracated-item .item-name {
    font-weight: bold;
    margin-bottom: 3px;
}
.modal-deprecated .depracated-item .item-brand {
    font-size: 12px;
}
.modal-deprecated .deprecated-item-warning {
    color: #d43f3a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
}
@media screen and (max-height: 480px) {
    .modal-deprecated {
        max-height: 350px;
    }
}
