.body-style{
    height: 100vh;
}
.dz-button{
    color: #000 !important;
}
body{
    background: url("/static/img/bg.jpg") center center no-repeat #000;
    background-size: cover !important;
}
.img-link{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.copy-all{
    display: flex;
    justify-content: center;
}
.copy-all-link{
    width: 90%;
    min-width: 280px;
}
.dz-image-preview{
    background: transparent !important;
    border: 1px solid black;
    border-radius: 10px;
}
.cats-images{
    max-width: 900px;
    max-height: 700px;
    margin: 0 auto;
}
.carousel-item{
    margin-bottom:30px
}
label{
    min-width: 82px !important;
}
.semi-transparent-bg {
    background-color: rgba(0, 0, 0, 0.5); /* Значение альфа-канала 0.5 для полупрозрачности */
}
.word-wrap{
    word-wrap: break-word;
}
.custom-btn:hover{
       border: 1px solid #fff;
    }

