.error-text-class{
    color: red;
    font-size: 12px;
}

.sidemenu-option{
    font-weight: bold;
    font-size: 12px;
}

.form-label{
    font-weight: bold;
    color: #ffffff !important;
}

.mr-6{
    margin-right: 6px !important;
}

.ml-0{
    margin-left: 0px !important;
}

.mt-0{
    margin-top: 0px !important;
}

.ml-20{
    margin-left: 20px !important;
}

.ml-90{
    margin-left: 90px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.pd-5{
    padding: 5px !important;
}

.pd-0{
    padding: 0px !important;
}

.no-data-icon{
    color: #e14eca;
    font-size: 32px;
}

.no-data-text{
    font-size: 18px;
}

.select-option{
    color: black;
}

.px-20{
    padding: 0px 20px 0px 20px;
    height: 300px;
    overflow: scroll;
}

.h-350-scroll{
    height: 350px;
    overflow: scroll;
}

.ml-14{
    margin-left: 14px;
}

.mb-2{
    margin-bottom: 2px;
}

.v-spinner{
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
}

.code-text-div{
    height: 400px;
    overflow: scroll;
}

.font-white{
    color: #ffffff !important;
}

.h-45{
    height: 45px;
}

.opac-1{
    opacity: 1 !important;
    padding: 5px !important;
    margin-top: 30px;
}

.wrap-url{
    overflow-wrap: break-word;
}

.p-0{
    padding: 0px;
}

.login-title-img{
    height: 230px;
}

.login-slide-img{
    height: 475px !important;
}

.h-45{
    height: 45px;
}

.chat-initials{
    margin-bottom: 0px;
    font-size: 21px;
    padding: 8px;
}

th{
    text-transform: uppercase;
}

.h-50{
    height: 50px !important;
}

.bottom-fixed{
    position: fixed;
    bottom: 0;
    width: 90%;
}

.messages-area{
    height: 80% !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.record-count{
    font-size: 16px !important;
}

.inbox-link{
    font-weight: bold;
}

.modal-height-300{
    height: 300px !important;
    overflow: scroll;
}

.live-user{
    height: 18px;
    width: 18px;
    background-color: #00cc00;
    border-radius: 50%;
    display: inline-block;
}
