 @font-face {
                font-family: 'Bungee Outline';
                font-style: normal;
                font-weight: 400;
                src: url(https://fonts.gstatic.com/s/bungeeoutline/v18/_6_mEDvmVP24UvU2MyiGDslL3Tg_aBNaPQ.woff2) format('woff2');
                unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
            }
            
            @font-face {
                font-family: 'Bungee Outline';
                font-style: normal;
                font-weight: 400;
                src: url(https://fonts.gstatic.com/s/bungeeoutline/v18/_6_mEDvmVP24UvU2MyiGDslL3Tg-aBNaPQ.woff2) format('woff2');
                unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
            }
            
            @font-face {
                font-family: 'Bungee Outline';
                font-style: normal;
                font-weight: 400;
                src: url(https://fonts.gstatic.com/s/bungeeoutline/v18/_6_mEDvmVP24UvU2MyiGDslL3TgwaBM.woff2) format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
            }
            
            @import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&subset=latin-ext');

            *:focus {
                outline: none;
            }
            
            html,
            body {
                height: 100%;
                width: 100%;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }
            
            body {
                font-family: 'Oxygen', sans-serif;
                background-color: #E9F1FA;
                margin: 0;
                padding: 0;
            }
            
            .container {
                width: 100%;
                margin: 0;
                border: 1px solid #ececec;
                background-color: #E9F1FA;
                box-shadow: 0px 0px 100px -33px #0000003d;
                height: 100%;
            }
            
            
            body .chatHeader {
                background-color: #fff;
                position: relative;
                padding: 11px;
                padding-left: 40px;
                box-shadow: 0 6px 34px -6px #e0e0e0a6;
            }
            
            body .chatHeader>.DeleteBtn {
                position: absolute;
                color: #0099F6;
                font-size: 28px;
                width: 40px;
                height: 56px;
                line-height: 53px;
                text-align: center;
                right: 0;
                top: 0;
            }
            
            body .chatHeader>.headerTitle {
                display: flex;
                align-items: center;
                font-size: 40px;
                color: #00ABE4;
                
            }
            
            body .chatHeader>.headerTitle>.Txt {
                flex: auto;
                margin-left: 10px;
                font-family: Bungee Outline;
                text-align: center;
                font-weight: 900;
                font-style: italic;
                font-size: 52px;
                letter-spacing: 0.041em;
            }
            
            body .chatHeader>.headerTitle>.Txt>div {
                font-size: 11px;
                margin: 2px 0;
                font-family: Bungee Outline;
                text-align: center;
                font-weight: 700;
                font-size: 44px;
            }
            
            body .chatSend {
                height: 48px;
                position: relative;
                margin-left: 8px;
                margin-right: 8px;
                border-radius: 15px 15px 15px 15px;
            }
            
            body .chatSend>.errorTxt {
                position: absolute;
                top: -27px;
                left: 0;
                right: 0;
                background-color: #fb5c5c;
                font-size: 12px;
                padding: 7px;
                color: #fff;
                text-align: center;
            }
            
            body .chatSend>.sendText {
                border: 0;
                height: 48px;
                padding-right: 55px;
                padding-left: 20px;
                font-size: 20px;
                color: #6f6f6f;
                display: block;
                width: calc(100% - 75px);
                border-radius: 15px 15px 15px 15px;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            }
            
            body .chatSend>.sendText::-webkit-input-placeholder {
                color: rgba(54, 153, 246, 0.6);
            }
            
            body .chatSend>.sendText::-moz-placeholder {
                color: rgba(54, 153, 246, 0.6);
            }
            
            body .chatSend>.sendText:-ms-input-placeholder {
                color: rgba(54, 153, 246, 0.6);
            }
            
            body .chatSend>.sendText:-moz-placeholder {
                color: rgba(54, 153, 246, 0.6);
            }
            
            body .chatSend>#send-message {
                position: absolute;
                right: 0;
                top: 2px;
                z-index: 2;
                height: 48px;
                line-height: 48px;
                border: 0;
                width: 55px;
                background-color: #fff;
                font-size: 20px;
                color: #3699f6;
                text-align: center;
                border-radius: 15px;
            }
            
            body .chatSend>#send-picture {
                position: absolute;
                right: 57px;
                top: 2px;
                z-index: 2;
                height: 48px;
                line-height: 48px;
                border: 0;
                width: 55px;
                background-color: #fff;
                font-size: 20px;
                color: #3699f6;
                text-align: center;
                border-radius: 15px;
            }
            
            body .chatContent {
                height: 100%;
                padding: 20px;
                max-height: 450px;
                overflow-y: auto;
            }
            
            body .chatContent::-webkit-scrollbar {
                width: 3px;
            }
            
            body .chatContent::-webkit-scrollbar-track {
                background: #fafafa;
            }
            
            body .chatContent::-webkit-scrollbar-thumb {
                background: #3699f6;
            }
            
            body .chatContent::-webkit-scrollbar-thumb:hover {
                background: #3699f6;
            }
            
            body .chatContent .chat-column {
                display: flex;
                margin-bottom: 20px;
            }
            
            body .chatContent .chat-column>.item>.chat-icon {
                width: 25px;
                height: 25px;
                line-height: 25px;
                background-color: #0099F6;
                border-radius: 50%;
                text-align: center;
                font-size: 12px;
                color: #fff;
                font-weight: 600;
                margin-right: 13px;
                margin-top: 5px;
            }
            
            body .chatContent .chat-column>.item>.chat-message {
                background-color: #3699f6;
                color: #fff;
                font-size: 12px;
                padding: 10px;
                border-radius: 10px;
                line-height: 20px;
            }
            
            body .chatContent .chat-column>.item>.message-date {
                font-size: 10px;
                color: #00ABE4;
                font-weight: 600;
                margin-top: 5px;
            }
            
            body .chatContent .chat-column.company {
                flex-direction: row-reverse;
            }
            
            body .chatContent .chat-column.company>.item>.chat-icon {
                margin-right: 0;
                margin-left: 13px;
                background-color: #fff;
                color: #3699f6;
            }
            
            body .chatContent .chat-column.company>.item>.chat-message {
                background-color: #fff;
                color: black;
                font-weight: 700;
            }
            
            .wrapper {
                padding: 10px;
                margin: 0 auto;
                width: 500px;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            
            .wrapper .item {
                visibility: hidden;
                display: none;
            }
            
            .wrapper h2 {
                font-size: 100px;
                margin: 0;
                color: #3699f6;
                text-align: left;
            }
            
            .wrapper>div {
                min-height: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                display: flex;
                align-items: flex-end;
                font-weight: bold;
                color: #3699f6;
            }
            
            .wrapper>div:after {
                content: "";
                width: 10px;
                height: 4px;
                display: block;
                background: black;
                color: orange;
                margin-bottom: 4px;
                margin-left: 2px;
                animation-duration: 350ms;
                animation-name: fade;
                animation-direction: alternate;
                animation-iteration-count: infinite;
            }
            
            @keyframes fade {
                from {
                    opacity: 1;
                }
                
                to {
                    opacity: 0;
                }
            }
            #myBtn{
background: transparent;
border: 0;
color: #3699f6;
}
.modal {
  display: none;
  position: fixed; 
  z-index: 1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 575.98px) {
  .container {
    /* Adjust the width, margin, and padding of the container */
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body .chatHeader>.headerTitle>.Txt {
    /* Adjust the font size, line height, and letter spacing of the header title */
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  body .chatSend>.sendText {
    /* Adjust the padding and font size of the send text input */
    padding: 12px 40px 12px 12px;
    font-size: 16px;
  }
  body .chatSend>#send-message {
    /* Adjust the font size and padding of the send message button */
    font-size: 16px;
    padding: 12px;
  }
  body .chatSend>#send-picture {
    /* Adjust the font size and padding of the send picture button */
    font-size: 16px;
    padding: 12px;
  }
  body .chatContent {
    /* Adjust the max-height and padding of the chat content */
    max-height: calc(100vh - 220px);
    padding: 0;
  }
  body .chatContent .chat-column>.item>.chat-icon {
    /* Adjust the font size and padding of the chat icon */
    font-size: 24px;
    padding: 8px;
  }
  body .chatContent .chat-column>.item>.chat-message {
    /* Adjust the font size, line height, and padding of the chat message */
    font-size: 16px;
    line-height: 1.4;
    padding: 12px;
  }
  body .chatContent .chat-column>.item>.message-date {
    /* Adjust the font size and padding of the message date */
    font-size: 12px;
    padding: 8px;
  }
}
