﻿.ellipsis-text {
    text-align: justify;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-wrapper {
    min-height: calc(100vh - 401px);
}

#tabs-content {
    min-height: 400px;
}

.clb-black {
    background-color: #282848;
}

.text-shadow {
    text-shadow: 10px 5px 20px black, 0 0 1em black;
}

.img-center {
    margin: 0 auto;
}

.adt-center {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 7px;
}

.border-radius7 {
    border-radius: 7px;
}

.date-input {
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    padding: 3px 7px 3px 7px;
}

.btn-filter {
    padding: 2px 12px 2px 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #d4d4d4;
}

@media (max-width: 640px) {
    .z-999 {
        z-index: 999;
    }
}

.img-padding10{
    padding: 10px;
}