.chat-left-scroll {
    width: 100%;
    height: 842px;
    overflow: auto;
}

/*@media (min-width: 1200px) {
    .fixed-sn .page-footer .container-fluid,
    .fixed-sn main {
        margin-left: 0%;
        margin-right: 0%;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 0rem!important;
    }
    .mt-4,
    .my-4 {
        margin-top: 0rem!important;
    }
}*/

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    height: 38px;
    line-height: 2.9rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 .94rem;
    padding: 0;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #757575;
}

.yrt1 {
    color: green;
    ;
    font-size: 15px;
}

.blinkingmy {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.md-form input[type=text].invalid {
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0 1px 0 0 #DCDCDC;
}