@font-face {
    font-family: 'TheSansArabic';
    src: url(/static/TheSansArabic-Bold.woff2) format('woff2'),url(/static/TheSansArabic-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url(/static/TheSansArabic-Light.woff2) format('woff2'),url(/static/TheSansArabic-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url(/static/TheSansArabic-Plain.ttf) format('woff2'),url(/static/TheSansArabic-Plain.ttf) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'TheSansArabic','Cairo',sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.content {
    padding-top:20px;
    height: 100vh;
    background-image: url(/static/bg.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    background-color: grey;
}

@media screen and (max-width: 991px) {
    .content {
        padding-top:0px;
        height: auto;
    }
}

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-center {
    margin: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.flex-grow-0 {
    flex-grow: 0!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.clickable {
    cursor: pointer;
}
.rtl {
    direction: rtl;
    text-align: right;
}
.bg-1 {
    background: #679b9a;
}
.text-1 {
    color: #679b9a;
}
.bg-2 {
    background: rgb(1,106,103,0.7);
    background-color: rgb(1,106,103, 0.7) !important;
}
.text-2 {
    color: #016a67;
}
.bg-3 {
    background: rgb(245, 247, 247);
}
.text-3 {
    color: rgb(245, 247, 247);
}
.bg-4 {
    background: #f3f3f3;
}
.text-4 {
    color: #f3f3f3;
}
.bg-5 {
    background: rgb(33, 37, 41, 0.4);
}
.text-5 {
    color: rgb(33, 37, 41);
}
.card {
    height: 95%;
    background: rgba(255, 255, 255, 0.8);
}
.chat {
    height: 100%;
}
.list-group-item{
    background: none;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.container {
    height: 100%;
}
.chat-container {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.ms-n5 {
    margin-right: -40px;
}
.submit {
    display: block;
    z-index: 1000;
    padding: 0px 11px;
}
.mw-75 {
    max-width: 85%;
}
.highlighted {
  cursor: pointer;
}
.highlighted:hover {
  color: #016a67;
}
.example {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
