/*!
 * Theme: inQuize 
 * Package: DashLite v2.9.0
 * Updated: 10.12.2021
 * Author: Aymen
 * Author URI: http://www.inquize.com
**/
:root {
    --quiz : #E41A79; --poll :#EB6A23; --donation:#7D4F97; --game:#FBBD16; --vote:#B4498C;
    --pinkinq :#fd3e90;
    --correct : #4CB050; --wrong:#F44236;
    --pinkinq :#fd3e90;
}
.media-logo { margin-right: 1rem; }
.media-head { display: flex; justify-content: space-between; margin-bottom: 1.25rem; align-items: start; }

.media-title { display: flex; align-items: center; margin-right: 0.75rem; }

.media-title .user-avatar { margin-right: 1rem; }

.media-title .title { font-size: 0.975rem; }

.media-title .title:not(:last-child) { margin-bottom: 0.125rem; }

.media-details { margin-bottom: 1rem; }

.media-progress { margin-bottom: 1rem; }

.media-progress-details { display: flex; justify-content: space-between; margin-bottom: 0.5rem; }

.media-progress-task { display: flex; align-items: center; color: #8094ae; }

.media-progress-task .icon { font-size: 1rem; line-height: 1.5rem; margin-right: 0.25rem; }

.media-progress-percent { color: #526484; font-weight: 500; }

.media-meta { display: flex; align-items: center; justify-content: space-between; }

.media-users { display: flex; align-items: center; }
.media-users li div.user-avatar a { width: 100%; height: 100%;}
.media-programs { display: flex; align-items: center; }
.media-programs li {margin : 1rem}

.media-list-progress { display: flex; align-items: center; }

.media-list-progress .progress { width: 100px; margin-right: 0.5rem; }

@media (min-width: 1540px) { .media-list-progress .progress { width: 140px; margin-right: 1rem; } }
.btn-add-post { color: #000; background-color: #f7ad0dff; border-color: #f7ad0dff; font-weight: 700;}

.btn-add-post:hover { color: #000; background-color: #d2a20a; border-color: #c69909; font-weight: 700;}

.btn-add-post:focus, .btn-add-post.focus { color: #000; background-color: #d2a20a; border-color: #c69909; box-shadow: 0 0 0 0.2rem rgba(246, 199, 50, 0.5); font-weight: 700;}

.btn-add-post.disabled, .btn-add-post:disabled { color: #000; background-color: #f7ad0dff; border-color: #f7ad0dff; font-weight: 700;}

.btn-add-post:not(:disabled):not(.disabled):active, .btn-add-post:not(:disabled):not(.disabled).active, .show > .btn-add-post.dropdown-toggle { color: #000; background-color: #c69909; border-color: #ba8f08; font-weight: 700;}

.btn-add-post:not(:disabled):not(.disabled):active:focus, .btn-add-post:not(:disabled):not(.disabled).active:focus, .show > .btn-add-post.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(246, 199, 50, 0.5); font-weight: 700;}
.bg-add-post { background-color: #f7ad0dff !important; }
.btn-pink-inq { background-color:var(--pinkinq);color: white}
a.bg-add-post:hover, button.bg-add-post:hover { background-color: #000000 !important; color: #f7ad0dff }
.bg-gold {
    background: rgb(255,255,255);
    background: radial-gradient(circle at top left, #ffe259, #ffd957, #ffd055, #fec754, #fdbe53, #fbb553, #f8ac53, #f5a454); !important;
    color:black;
}
.bg-silver {
    background: rgb(255,229,240);
    background: radial-gradient(circle at top left, #ffa6d1, #fc96c6, #f986ba, #f576ae, #f164a1, #ed5194, #e93b87, #e41a79); !important;
    color:white;
    }
.bg-bronze { background: rgb(229,224,254);
    background: radial-gradient(circle at top left, #c7adff, #b9a1f1, #ab95e3, #9d89d5, #8f7dc8, #8271ba, #7466ad, #675ba0); !important; color:white}
.badge-gold { border-color: #FFD700; }
.badge-silver { border-color: #C0C0C0; }
.badge-bronze { border-color: #b08d57; }
.border-gold {
    border: thick solid #f5a454 ;
}
.border-gold-post {
    outline: 4px solid #f5a454;
    border: 1px solid #f5a454;
    border-style: inset;
    margin: 4px 0px;
}
.border-silver {
    border: medium solid #e41a79 ;
}
.border-silver-post {
    outline: 2px solid #e41a79;
    border: 1px solid #e41a79;
    border-style: inset;
    margin: 2px 0px;
}
.item-rank {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    right:-10px;
    top:10px;
    
    text-align: center;
    border-radius: 50%;
    padding:5px 5px;
    
    width:30px;
    height:30px;
}
.sq-media {
    width:100px;
    height:100px;
}
.bg-game {
    background-color: var(--game)!important;
}
.tx-game {
    color: var(--game);
}
.bg-quiz {
    background-color: var(--quiz)!important;
}
.tx-quiz {
    color: var(--quiz);
}
.bg-poll {
    background-color: var(--poll)!important;
}
.tx-poll {
    color: var(--poll)!important;
}
.bg-donation {
    background-color: var(--donation)!important;
}
.tx-donation {
    color: var(--donation)!important;
}
.bg-vote {
    background-color: var(--vote)!important;
}
.tx-vote {
    color: var(--vote)!important;
}
.qr-media{

}

.img-profil-edit{
    padding:0;
    display:block;
}
.text-image-profil-edit {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    color:white;
    cursor: pointer;
}
.text-image-profil-edit-over {
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.media-avatar.xl {
    height: 110px;
    width: 110px;

}
.media-avatar.xl .lbl {
    font-size: 20px;
    color:white;
}
 li.inq-tabs a:hover,li.inq-tabs a.active {
    background-color:var(--primary) ;
     color: white;


}
.tab-content .tab-pane .form-group label{
    font-size: large;
}
.input-group-text em.inq-icon{
    font-size: 1.2rem;
}
.bg-pink-inq
{
    background-color:var(--pinkinq)!important;
}
.trash-inq{
    color: red;
}
span .trash-inq{
    color: red;
}
.container-img{
    position: relative;
    background-color: #bd184d;
    padding: 78px;
}
.container-img img{
    display: block;
}
.container-img .ni-check{
    position: absolute; bottom:0; right:0;
}
.main-menu i.ti.ti-picture-in-picture-on{
    font-size: 26px;
}
.menu-program i.ti.ti-picture-in-picture-on{
    font-size: 19px;
}
/* MKB:12/01/2022 css Post Profil */
.card .post-slick {
    width:251px !important;
}
.post-inq-slick {
    height: 153px;
    width: 250px;
    line-height: 32px;
    text-align: center;
    font-family: "Roboto Medium";
    font-size: 16px;
}
img.poster-inq-slick {
    object-fit: cover;
    height: 153px;
    width: 250px;

}
.icon-slick {
    position: absolute;
    right: 0px;
    top: 153px;
}
.post-inq-icon-slick i.ti {
    padding: 10px !important;
    color: white;
    font-size: 15px;
}
.post-inq-icon-slick i.ti.ti-candle{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--donation);

}
.post-inq-icon-slick i.ti.ti-candle::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon-slick i.ti.ti-question-mark {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--quiz);
}

.post-inq-icon-slick i.ti.ti-question-mark::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon-slick i.ti.ti-chart-bar  {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--poll);

}
.post-inq-icon-slick i.ti.ti-chart-bar::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon-slick i.ti.ti-check {
    position: absolute;
    right: 0px;
    top: 135px;
    border-top-left-radius: 100%;
    backgr0ound-color: var(--vote);
}

.post-inq-icon-slick i.ti.ti-check::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon-slick i.ti.ti-device-gamepad {
    position: absolute;
    right: 0px;
    top: 50px;
    border-top-left-radius: 100%;
    background-color: var(--game);
}

.post-inq-icon-slick i.ti.ti-device-gamepad::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq {
    height: 221px;
    width: 360px;
    line-height: 100px;
    text-align: center;
    font-family: "Roboto Medium";
    font-size: 20px;
}
img.poster-inq {
    object-fit: cover;
    height: 221px;
    width: 360px;
    line-height: 100px;
}
.post-inq-icon i.ti {
    padding: 10px !important;
    color: white;
    font-size: 15px;
}
.post-inq-icon i.ti.ti-candle{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--donation);

}
.post-inq-icon i.ti.ti-candle::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon i.ti.ti-question-mark {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--quiz);
}

.post-inq-icon i.ti.ti-question-mark::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon i.ti.ti-chart-bar  {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--poll);

}
.post-inq-icon i.ti.ti-chart-bar::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon i.ti.ti-check {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--vote);
}

.post-inq-icon i.ti.ti-check::before {
    left: 2px;
    position: relative;
    top: 5px;
}
.post-inq-icon i.ti.ti-device-gamepad {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100%;
    background-color: var(--game);
}

.post-inq-icon i.ti.ti-device-gamepad::before {
    left: 2px;
    position: relative;
    top: 5px;
}

.fw-bold.name-post {
    color: #000000;
    font-family: "Roboto Medium";
}
.fw-bold.titre-post {
    color: #000000;
}
.nk-menu-icon.main-menu {
    font-size: 26px;
}
.horloge i.ti.ti-clock.ml-2 ::before{
    font-size: 35px;
}

span.post-title {
    font-family: 'Roboto Bold';
    color: #000000;
}
span.post-description {
    font-family: 'Roboto Regular';
    color: #000000;
}
/* css Description poster/post */
div.text-container {
    margin: 0 auto;
    width: 75%;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2.2em;
    letter-spacing: 1px;
}

.showContent {
    line-height: 2em;
    height: auto;
}
.showContent{
    height: auto;
}

.show-more {
    padding: 10px 0;
    text-align: center;
}
/* Icon chat */
.delivered em.icon.ni.ni-bullet-fill {
    color: aquamarine;
}
.nk-ibx-reply-group {
    overflow-y : scroll;
    weight: 200px;
    height: 400px;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
.scrollbar-container {
    position:relative;
    height:100%;
}
.poll{
    background: #EB6A23;
    color: white;
}
.donation{
    background: #7D4F97;
    color: white;
}
.vote{
    background: #B4498C;
    color: white;
}

.game{

    background: #FBBD16;
    color: white;
}

.quiz{

    background: #E41A79;
    color: white;
}

.quick{
    position: relative;
    float: right;
    bottom: 2789px;
    right: 500px;
}

.adhesion-title{
    font-family: 'Raleway', sans-serif;

}
.adeshion-text{
    font-family: 'Roboto', sans-serif;
    word-spacing: 1.5px;
    letter-spacing:1.5px;
    line-height:225%;
    padding-top: 20px;

}
/*quick post*/
.quick-access-menu {
    position:fixed;
    z-index: 1500;
    right:0px;
}


.ui-theme-settings {
    position:fixed;
    z-index: 1500;
    right:-500px;
    width: 500px;
    top: 0;
    overflow:scroll;
    height: 100vh;
    box-shadow: -0.46875rem 0 2.1875rem rgb(4 9 20 / 3%), -0.9375rem 0 1.40625rem rgb(4 9 20 / 3%), -0.25rem 0 0.53125rem rgb(4 9 20 / 5%), -0.125rem 0 0.1875rem rgb(4 9 20 / 3%);
}
.bottom-bar {
    padding: 10px;

    margin-right: 10px;
    color: #ffffff;
    direction: rtl;
}
.bottom-bar__content {
    display: flex;
}

.bottom-bar__content > * {
    display: flex;
    align-items: center;
}

.bottom-bar__text {
    padding-right: 10px;
}
.bottom-bar__shortcuts {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    max-width: 1000px;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: space-between;
    background: #665ba0a8;
    transition: 0.5s ease-in-out;
}

.bottom-bar__shortcuts .shortcut {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: flex; justify-content: center; align-items: center;flex-shrink: 1;
}

img[type="program"] {
    border-radius: 50%;
}
img[type="media"] {
    border-radius: 10%;
}
img[type="media"].post-inq-logo {
    border-radius: 10%;
    height: 60px;
    width:60px;
}
img[type="program"].post-inq-logo {
    border-radius: 50%;
    height: 60px;
    width:60px;
}
.bottom-bar__close {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 2em;

}
.button-quick_post {


    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 50px; font-weight: 400;
    display: flex; justify-content: center; align-items: center;flex-shrink: 0; position: relative;
    margin:0 10px;
}
.drop-shortcut {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border-radius: 10%;
    border-color: white;
    border-style: dotted;
    color: white;
    border-width: 1px;
    font-size: 15px; font-weight: 400;
    display: flex; justify-content: center; align-items: center;flex-shrink: 0; position: relative;
    transition: visibility 0.5s ease-in;
}
.close-shortcuts {
    width: 30px;
    height: 60px;
    margin: 0;
    background: #665ba0;
    font-size: 25px; font-weight: 400;
    color: white;
    display: flex; justify-content: center; align-items: center;flex-shrink: 0; position: relative;
    border-radius: 10px 0 0 10px;
}
.close-shortcuts[status="inactive"]>em {
    transform: rotate(0.5turn);
    transition: transform 0.2s ease-in-out;
}

a.btn-tab-inq-quickpost {
    background-color: white;
    color: #675ba0;
    border-color: #675ba0;
    border-bottom-width: 2px;
}
a.btn-tab-inq-quickpost.active {
    background-color: #675ba0ff;
    color: white;
}
a.btn-tab-inq-quickpost:hover:not(.active) {
    background-color: #bab1e0;
    color: white;
}
#postText {
    height: 214px;
    width: 350px;
    font-family: "Roboto Medium";
    font-size: 22px;
}
#newPostText {
    height: 214px;
    width: 350px;
    font-family: "Roboto Medium";
    font-size: 22px;
}

a.poll{
    background: white;
    border-color: #EB6A23;
    border-width: 2px;
    color: #EB6A23;
}
a.poll.active, a.poll:hover{
    background: #EB6A23;
    color: white;
}
a.donation{
    background: white;
    border-color: #7D4F97;
    border-width: 2px;
    color: #7D4F97;
}
a.donation.active, a.donation:hover{
    background: #7D4F97;
    color: white;
}
a.vote{
    background: white;
    border-color: #B4498C;
    border-width: 2px;
    color: #B4498C;
}
a.vote.active, a.vote:hover{
    background: #B4498C;
    color: white;
}
a.game{
    background: white;
    border-color: #FBBD16;
    border-width: 2px;
    color: black;
}
a.game.active, a.game:hover{
    background: #FBBD16;
    color: black;
}
a.quiz{
    background: white;
    border-color: #E41A79;
    border-width: 2px;
    color: #E41A79;
}
a.quiz.active, a.quiz:hover{
    background: #E41A79;
    color: white;
}
.z-index-1000 {
    z-index: 1000;
}
.post-inq-time-icon {
    color: black;
    font-size: 24px;
}
.post-inq-time {
    color: #3B424A;
    font-family: "Roboto Regular";
    font-size: small;
}
.post-inq-title {
    font-family: "Roboto Medium";
    font-size: 16px;
    color: black;
    padding-bottom: -5px;
}
.post-inq-url {
    color: #5C6771;
    font-family: "Roboto Regular";
    font-size:14px;
    padding-top: -5px;
}
.post-inq-list-title {
    font-family: "Roboto Medium";
    font-size: 14px;
    color: black;
}
.logo-img-xl {
    height: 250px;
}
.nk-footer {
    height:130px; !important;
}
.nk-footer-links {
    padding-bottom: 2px;
}
.icon-status-on:after {
    background: var(--pinkinq);!important;
}
a.btn-head-profiles {
    border-radius: 10px;!important;
}
.background-0 {
    background: none;
}


/* Hide scrollbar for IE and Edge */
.program-scroll-h {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;!important
    height: 100%;
}
.grab{
    cursor: grab;
}
/*.program-scroll-h > .row {*/
/*    overflow-x: auto;*/
/*    white-space: nowrap;*/
/*}*/
/*.program-scroll-h > .row > .col-xs-4 {*/
/*    display: inline-block;*/
/*    float: none;*/
/*}*/
.viewMediaProgramTitle {
    line-height : 100%;

}
.chart-preview {
    width: 100px;!important;
}
.chart-container {
    position: relative;
    margin: auto;
    height: auto;
    width: auto;
}
.w-100-chart {
    width:100%;
    max-width: 100%;
}
.chart-card {
    height:85%;!important;
    width:85%;!important;
    margin:auto;
}
.chart-card-md {
    height:55%;!important;
    width:100%;!important;
    margin:auto;
}
.full_screen {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 20px;

}
.by-inquize {
    margin-top: 0px;
   text-align: right;
    padding-right: 50px;
}
.by-inquize > img {
    width: 150px;
}
/*mapael maps */
/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}
.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: var(--pinkinq);
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: white;
}
.chart-title {
    margin-right:20px;
}
.modal-body {
    overflow:hidden;
    transition:transform 19s ease-out;
height:auto;
    transform:scaleY(1);
transform-origin:top;
}
.list-group-numbered { list-style: decimal inside; }
.list-group-alpha { list-style: lower-alpha inside; }
.list-group-roman { list-style: lower-roman inside; }
.list-group-alpha >li, .list-group-numbered >li { display: list-item }
.pulse {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(0, 255, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}
.rotate90 {
    transform: rotate(-90deg);
}
.no-rotate {
    transform: rotate(90deg);
}
.badge-avatar-quiz {
    position: absolute; bottom: -20px; left:0;
    backdrop-filter: blur(5px);
    text-align: center;
    border-radius: 0%;

}
.badge-avatar-quiz > .pt1 {
    position: relative; bottom: 10px; left:0;
}
.transparent-80 {
    opacity: 80%;
}

.bg-black {
    background-color: black;
}
.bg-game-transparent {
    background-color: #fbbd16aa;!important;
}
.bg-quiz-transparent {
    background-color: #E41A79aa!important;
}
.bg-poll-transparent {
    background-color: #EB6A23aa!important;
}
.bg-donation-transparent {
    background-color: #7D4F97aa!important;
}
.bg-vote-transparent {
    background-color: #B4498Caa!important;
}
.fs-larger {
    font-size: larger;!important;
}
.fs-22px {
    font-size: 22px;!important;
}
.fs-24px {
    font-size: 24px;!important;
}
.fs-30px {
    font-size: 30px;!important;
}
.fs-35px {
    font-size: 35px;!important;
}
.fs-metric {
    font-size: 130px;!important;
}
.fs-metric-percent {
    font-size: 90px;!important;
}
.fs-metric-title {
    font-size: 70px;!important;
}
.alert-correct {
    background-color: var(--correct);
}
.alert-wrong {
    background-color: var(--wrong);
}
.tx-correct {
    color: var(--correct);!important;
}
.tx-wrong {
    color: var(--wrong);!important;
}
.suspend-button {
    cursor: pointer;
}
.show-user {
    cursor: pointer;
}
#modalUser {
    z-index:10010;
}
#modalLoader {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2000;
    background-color:black;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}
.v-divider {
    width: 1px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.v-divider > div{
    position: absolute;
    width:100%;
    height: 40%;
    background: grey;
    top: 30%;
    box-shadow: 0px 0px 30px 20px grey;
}
.nk-tb-item, .header-balance {
    cursor: pointer;
}
.is-alter .form-control ~ .invalid {
 top:2px;
    padding: 0.3rem 0.5rem;
    bottom:auto;
}
label#post_dateTo-error {
    top:-33px;
    padding: 0.3rem 0.5rem;
    bottom:auto!important;
    left: 0px;
    right:auto;
    z-index: 50;
}
.error-container {
    position: absolute;
    z-index: 50;
    top:-33px;
}
#newPostText *:after {
    content: '&#200B';
}
.spinner-grow-ssm {
    width:0.8rem!important;
    height:0.8rem!important;
}
.pointer {
    cursor: pointer;
}
.nk-chat-editor {
    margin-bottom: 0px;!important;
}
.nk-chat-panel {
    padding-bottom: 0rem;!important;
}
.nk-ibx-reply-group {
    padding: 0rem 1.25rem;!important;
    overflow-x: hidden;
    height: 100%;
}
.user-name-chat {
    cursor: pointer;
}

.dropzone-custom.dz-clickable {
    cursor: pointer;
}

.dropzone-custom {
    min-height: 150px;
    border: 1px dashed #e5e9f2;
    border-radius: 4px;
    padding: 20px 20px;
}

.dropzone-custom.dz-clickable .dz-message, .dropzone-custom.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-custom .dz-message {
    text-align: center;
    margin: 1em 0;
}
.dropzone-custom .dz-message span {
    display: block;
    color: rgba(82, 100, 132, 0.6);
}
.dropzone-custom .dz-message-text {
    font-size: 13px;
}
.dropzone-custom .dz-message-or {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}