main > .container {
    padding: 70px 15px 0;
}
table {
    background: white;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
img.emoji {
    height: 2em;
    width: 2em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

.msg-badge {
    white-space: initial;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
    border-radius: 1rem;
    text-align: initial;
}
.msg-my {
    color: #fff;
    background-color: #6e49f8;
}
.msg-client {
    color: #fff;
    background-color: #5f5b7a;
}
@media (max-width: 992px){
    .list-group-scroll {
        max-height: 670px;
        overflow-y: auto;
    }
}

.help-block {
    color: red;
}
.text-black {
    color: black;
}
.chat_item:hover {
    /*cursor: pointer;*/
    /*padding: 0.75rem 1.25rem;*/
    text-decoration: none;
}
.cursor-move {
    cursor: pointer;
}
.cursor-move li {
    cursor: pointer;
}
.cursor-move a:hover {
    color: black;
    text-decoration: none;
}
span.count {
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 15px;
    padding: 3px 4px;
    border-radius: 2px;
    color: #5d5b5b;
}
@media (min-width: 992px) {
    @media (min-width: 1200px) {
        .container{
            max-width: 1700px;
        }
    }
}
.bg-light-1 {
    background-color: #ecedee !important;
}
/*.img-thumbnail {*/
/*    padding: 0.25rem;*/
/*    background-color: #fff;*/
/*    border: 1px solid #dee2e6;*/
/*    border-radius: 0.25rem;*/
/*    max-width: 250px;*/
/*    height: 205px;*/
/*    !*border-radius: 50%;*!*/
/*    margin-top: -35px;*/
/*}*/
/*@media (min-width: 993px){*/
/*    .main-content-chant {*/
/*        height: calc(100vh - 100px);*/
/*        overflow: hidden;*/
/*    }*/
/*    .block-scrolled__chat__members,*/
/*    .main-content-chant__pjax,*/
/*    .main-content-chant__row {*/
/*        height: 100%;*/
/*    }*/
/*    .block-scrolled__location,*/
/*    .block-scrolled__chat__members .list-group {*/
/*        height: 100%;*/
/*        overflow-y: auto;*/
/*    }*/

/*}*/

/*@media (min-width: 768px) and  (max-width: 993px){*/
/*    .block-scrolled__chat__members .list-group  {*/
/*        max-height: 600px;*/
/*        overflow: auto;*/
/*    }*/
/*}*/

/* Changes */

.sidebar-wrapper {
    display: flex;
    gap: 10px;
    max-height: calc(100vh - 89px);
}

.sidebar-wrapper > .sidebar {
    flex: 1;
    max-height: 100%;
    overflow-y: auto;
}

.chat-container .card-body {
    max-height: calc(100vh - 330px) !important;
}

/*Adaptive*/

.mobile-show {
    display: none;
}

@media only screen and (max-width: 1200px) {
    main > .container {
        max-width: 100%;
    }
    .sidebar-wrapper {
        flex-direction: column;
        max-width: 25%;
        gap: 20px;
    }
    .sidebar-wrapper > .sidebar {

    }
    .list-group-scroll {
        max-height: 500px;
        overflow-y: auto;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .chat-container {
        max-width: 100%;
        flex: 1;
    }

    .chat-container .card-body {
        /* max-height: 70vh !important; */
    }
}

.reklama__inner_table th, .reklama__inner_table td {
    padding: 5px;
    font-size: 12px;
}
.reklama__inner_table {
    margin-bottom: unset;
    width: 100%;
}
.reklama__outer_table {
    line-height: 1;
    font-size: 15px;
}
.reklama__outer_table .bg-success {
    background-color: #14ff49!important;
}
.reklama__outer_table .bg-warning {
    background-color: #ffe302!important;
}
.reklama__outer_table tr th, .reklama__outer_table tr td {
    vertical-align: middle;!important;
}
.reklama__card-header {
    padding: 0.25rem 1.25rem;
}