.modal_table {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal_table_content {
    background-color: white;
    margin: 5% auto;
    padding: 0 20px 20px 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal_table_close {
    color: #aaa;
    display: flex;
    justify-content: end;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
}

.modal_table_close:hover,
.modal_table_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.textarea_input {
    width: 100%;
}

.attributes_flex {
    display: flex;
    flex-wrap: wrap;
}

.attribute_single {
    width: 485px;
}

.attribute_single_md {
    width: 235px;
}

.attribute_single_sm {
    width: 150px;
}

.button_flex {
    display: flex;
    flex-wrap: wrap;
}

.edit_icon {
    color: #e30613;
}

.item_card {
    width: 240px;
    height: 400px;
    position: relative;
}

.item_card:hover .card-button {
    transform: translate(-50%, 50%);
    opacity: 1;
}

.card-button {
    transform: translate(-50%, -100%);
    display: flex;
    justify-content: center;
    width: 80%;
    border-radius: 3px;
    border: none;
    background-color: #e30613;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.card-button:hover {
    color: white;
}

.item_card:hover {
    box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
    transform: translate(2px, -5px);
    transition: all 0.5s ease;
}

.container_cards{
    width: 100%;
}

.item_card_body {
    padding: 15px;
}

.img_card img {
    height: 150px;
    width: 200px;
    object-fit: contain;
}

.img_card {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.article_text_card {
    color: #4e555b;
    font-size: 12px;
}

.article_card {
    padding-left: 20px;
    color: #239fd9;
    font-size: 15px;
}

.title_card {
    font: 300 15px/15px sans-serif;
    color: #464646;
    padding: 0 0 30px 0;
    margin-bottom: 15px;
    max-height: 3.1em;
    overflow: hidden;
}

.brand_card {
    width: 70px;
    color: #464646;
    padding-bottom: 2px;
    font-size: 12px;
}

.brand{
    font-size: 14px;
    white-space: nowrap;
}

.attr_card_wrapper{
    border-top: 1px solid rgba(141, 141, 141, 0.28);
    align-items: end;
    padding-top: 20px;
    overflow: hidden;
}
.qty_card{
    font-size: 14px;
    color: #239fd9;
}

.price_card{
    padding-top: 25px;
    font: 500 20px/20px sans-serif;
}

.currency_card{
    font-size: 14px;
}

@media (max-width: 1150px) {
    .attribute_single, .attribute_single_md, .attribute_single_sm {
        width: 350px;
    }
}

/* Login page */

.background-radial-gradient {
    min-height: 100vh;
    display: flex;
    align-content: center;
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
    hsl(218, 41%, 35%) 15%,
    hsl(218, 41%, 30%) 35%,
    hsl(218, 41%, 20%) 75%,
    hsl(218, 41%, 19%) 80%,
    transparent 100%),
    radial-gradient(1250px circle at 100% 100%,
            hsl(218, 41%, 45%) 15%,
            hsl(218, 41%, 30%) 35%,
            hsl(218, 41%, 20%) 75%,
            hsl(218, 41%, 19%) 80%,
            transparent 100%);

}

@keyframes appearAnimation {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#radius-shape-1 {
    animation: appearAnimation 1s ease;
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#600606, #a40f0f);
    overflow: hidden;
}

#radius-shape-2 {
    animation: appearAnimation 1s ease;
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#6b0000, #ad1a1a);
    overflow: hidden;
}

.title_login {
    animation: appearAnimation 1s ease;
    padding-right: 50px;
    padding-top: 100px
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.4) !important;
    backdrop-filter: saturate(200%) blur(25px);

}

.form {
    display: flex;
    justify-content: center;
}

.container_login {
    display: grid;
    place-content: center;
}

.login-form {
    animation: appearAnimation 1s ease;
    max-width: 500px;
    min-width: 360px;
}


.form-control_custom {
    opacity: 0.5;
    border: 1px solid rgba(73, 73, 73, 0.24);
}

input.form-control.form-control_custom::placeholder {
    color: black;
}

.form-control.form-control_custom:active, .form-control.form-control_custom:focus {
    color: black;
}

.form-control.form-control_custom {
    color: black;
}

input.form-check-input.form-check-input_custom {
    opacity: 0.7;
}

/*.elevation-4 {*/
/*    animation: appearAnimation_sidebar 1s ease;*/
/*}*/

/*.main-header {*/
/*    animation: appearAnimation_navbar 1s ease;*/
/*}*/

@keyframes appearAnimation_sidebar {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes appearAnimation_navbar {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.alert_message {
    padding: 8px;
    margin-top: 15px;
    height: 40px;
    border-radius: 4px
}

.log_tab {
    margin-top: 1px;
    display: flex;
    justify-content: space-between;
    outline: 1px solid rgba(128, 128, 128, 0.5);
    padding: 10px;
}

@keyframes FadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*Logs in item*/
.logs {
    animation: FadeInAnimation 1s ease-in;
    padding-top: 30px;
}

.date_log {
    cursor: pointer;
    width: 165px;
    padding: 0 10px;
}

.log_edited {
    cursor: pointer;
    width: 150px;
    padding: 0 10px;
}

.log_old_value {
    cursor: pointer;
    padding: 0 10px;
    width: 300px;
}

.log_new_value {
    cursor: pointer;
    width: 300px;
    padding: 0 10px;
}

.who_change {
    cursor: pointer;
    padding: 0 10px;
    width: 200px;
}

.checkboxes_export {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}

.checkboxes_export > div {
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
}

.code-container {
    border: solid 1px grey;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0 30px 7px;
    height: 50px;
}

.copy-message {
    position: absolute;
    top: 0;
    right: 10px;
    color: #383838;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.code {
    padding: 25px 10px 0 10px;
    overflow: hidden;
    color: #383838;
}

.active_2 {
    display: flex;
    align-items: center;
    border-radius: 1px;
    background-color: #e30613;
    width: 6px;
    height: 40px;

}

.active_2_none {
    background-color: transparent;
}

.nav-link.hover:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.nav-link.hover.select {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
}

.item_picture {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.item_picture img {
    width: 200px;
}

.modal_pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.modal-dialog {
    max-width: 90dvw;
    max-height: 85dvh;
}

.modal-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.modal-body img {
    position: relative;
    object-fit: contain;
    width: 90dvw;
    height: 85dvh;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-image-item {
    mix-blend-mode: multiply;
    cursor: pointer;
    height: 70px;
}

.align-table {
    text-align: center!important;
    vertical-align: middle!important;
}

.diagonal-line {
    width: 100%;
    height: 2px;
    position: relative;
    font-weight: 600;
    margin-right: 10px;
}

.diagonal-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid red;
    transform: translateY(-50%) rotate(13deg);
}



