2020-12-29 17:22:56 +01:00
|
|
|
@import '~src/function.scss';
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.header-toolbar {
|
|
|
|
|
--background: transparent;
|
|
|
|
|
--opacity: 1;
|
|
|
|
|
|
|
|
|
|
.main-header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* 400px */
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
border-top-left-radius: 25px;
|
|
|
|
|
border-top-right-radius: 25px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 30px 20px 0px 20px;
|
|
|
|
|
color: #000;
|
|
|
|
|
transform: translate3d(0, 1px, 0);
|
|
|
|
|
|
|
|
|
|
.header-top {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
|
width: fit-content;
|
|
|
|
|
float: left;
|
|
|
|
|
//font-size: rem(35);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.middle-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: calc(100% - 47px);
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
|
|
/* white-space: nowrap;
|
2021-09-30 15:53:55 +01:00
|
|
|
overflow: hidden !important;
|
|
|
|
|
text-overflow: ellipsis !important; */
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.middle {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
|
font-size: rem(25);
|
2020-12-29 12:40:19 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
2021-07-26 14:09:26 +01:00
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.middle-container-options {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
float: left;
|
|
|
|
|
width: calc(100% - 67px);
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
|
|
.middle-container-options-icons {
|
|
|
|
|
color: #0782c9;
|
|
|
|
|
font-size: rem(23);
|
2020-12-28 10:11:00 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: rem(25);
|
|
|
|
|
color: #0782c9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-top-btn {
|
|
|
|
|
background: transparent;
|
|
|
|
|
font-size: rem(25) !important;
|
|
|
|
|
font-weight: 100 !important;
|
|
|
|
|
/* color: #0782c9; */
|
|
|
|
|
color: #42b9fe;
|
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-bottom {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
.header-bottom-icon {
|
|
|
|
|
width: rem(30);
|
|
|
|
|
font-size: rem(25);
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-bottom-contacts {
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
font-size: rem(15);
|
|
|
|
|
color: #797979;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 1px;
|
|
|
|
|
|
|
|
|
|
.contacts-list {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
text-overflow: ellipsis !important;
|
2021-07-26 14:09:26 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
2020-12-28 10:11:00 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.div-icon {
|
|
|
|
|
width: rem(40);
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: rem(35);
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.div-icon ion-icon {
|
|
|
|
|
float: right;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ion-content {
|
|
|
|
|
.welcome-text {
|
2020-12-29 17:22:56 +01:00
|
|
|
/* width: 322px; */
|
2023-07-26 16:48:27 +01:00
|
|
|
width: em(422px);
|
|
|
|
|
background: #ebebeb;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: rem(13);
|
|
|
|
|
color: #797979;
|
|
|
|
|
padding: 10px;
|
2023-08-09 10:00:39 +01:00
|
|
|
margin: 0 auto !important;
|
2023-07-26 16:48:27 +01:00
|
|
|
line-height: 1.2rem;
|
2023-08-09 10:00:39 +01:00
|
|
|
// margin: 20px 39px 25px;
|
2023-07-26 16:48:27 +01:00
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-text {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: fit-content;
|
|
|
|
|
height: auto;
|
|
|
|
|
background: var(--chat-alert-msg-color);
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: rem(13);
|
|
|
|
|
color: #262420;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
line-height: 1.2rem;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-text-leave {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: fit-content;
|
2021-04-20 17:18:57 +01:00
|
|
|
padding: 10px;
|
|
|
|
|
background: #e0e9ee;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
color: #797979 !important;
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(13) !important;
|
2021-04-20 17:18:57 +01:00
|
|
|
/* margin: 15px 0px 15px 0px; */
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.info-text-leave ion-label {
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(13) !important;
|
2021-04-20 17:18:57 +01:00
|
|
|
line-height: 1.2rem;
|
|
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messages {
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(13);
|
2020-12-29 17:22:56 +01:00
|
|
|
font-family: Roboto;
|
|
|
|
|
overflow: auto;
|
2021-07-26 14:34:52 +01:00
|
|
|
|
|
|
|
|
//set scroll do bottom
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
2021-07-26 14:09:26 +01:00
|
|
|
width: 100%;
|
2021-07-26 14:34:52 +01:00
|
|
|
height: 100%;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2020-12-29 17:22:56 +01:00
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.messages-list-item-wrapper {
|
2022-03-14 17:11:00 +01:00
|
|
|
overflow: hidden;
|
2021-09-30 12:23:22 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.messages-list-item-wrapper-active {
|
2021-09-30 12:23:22 +01:00
|
|
|
background: #e6f6ff75 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.message-container {
|
2021-09-30 12:23:22 +01:00
|
|
|
//border: 1px solid red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.incoming-true,
|
|
|
|
|
.incoming-false {
|
2020-12-29 17:22:56 +01:00
|
|
|
width: 305px;
|
2023-07-26 16:48:27 +01:00
|
|
|
padding: 15px 20px;
|
|
|
|
|
border-radius: 10px;
|
2020-12-29 17:22:56 +01:00
|
|
|
}
|
2020-12-29 12:40:19 +01:00
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.incoming-true {
|
2023-08-08 16:32:57 +01:00
|
|
|
margin: 10px 35px 10px 20px;
|
2023-07-26 16:48:27 +01:00
|
|
|
background: #ebebeb;
|
|
|
|
|
float: left;
|
2021-03-29 16:01:58 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.incoming-false {
|
2023-08-08 16:32:57 +01:00
|
|
|
margin: 10px 20px 10px 35px;
|
2023-07-26 16:48:27 +01:00
|
|
|
background: var(--chat-incoming-msg-color);
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
color: var(--title-text-color);
|
|
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
color: #797979;
|
|
|
|
|
text-align: right;
|
|
|
|
|
float: right;
|
2021-03-29 16:01:58 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.online {
|
|
|
|
|
color: #99e47b !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.offline {
|
|
|
|
|
color: #cbced1 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.away {
|
|
|
|
|
color: #ffd21f !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invisible {
|
|
|
|
|
color: #cbced1 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.busy {
|
|
|
|
|
color: #f5455c !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-12-29 12:40:19 +01:00
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.info-meeting {
|
2021-12-22 10:31:10 +01:00
|
|
|
/* width: 322px; */
|
2023-07-06 12:18:15 +01:00
|
|
|
width: em(422);
|
2021-12-22 10:31:10 +01:00
|
|
|
background: var(--chat-alert-msg-color);
|
|
|
|
|
text-align: center;
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(13);
|
2021-12-22 10:31:10 +01:00
|
|
|
color: #262420;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
line-height: 1.2rem;
|
|
|
|
|
/* margin: 15px 0px 15px 0px; */
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.info-meeting-small {
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(10);
|
2021-12-22 10:31:10 +01:00
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.info-meeting-medium {
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(12);
|
2021-12-22 10:31:10 +01:00
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.info-meeting-normal {
|
2021-12-22 10:31:10 +01:00
|
|
|
color: #0782c9;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
|
|
|
|
.info-meeting-normal:hover {
|
2021-12-22 10:31:10 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
|
color: #0782c9;
|
|
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
}
|
2021-12-22 10:31:10 +01:00
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
ion-footer {
|
2021-03-29 16:01:58 +01:00
|
|
|
padding-top: 7.5px;
|
2023-07-26 16:48:27 +01:00
|
|
|
padding-bottom: 20px;
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.message-box {
|
|
|
|
|
margin: 0 5px 0 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chat-icon-options {
|
|
|
|
|
display: block !important;
|
|
|
|
|
font-size: rem(35);
|
|
|
|
|
float: right !important;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chat-icon-send {
|
|
|
|
|
font-size: rem(40);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-message {
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
ion-textarea {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-07-26 14:09:26 +01:00
|
|
|
|
|
|
|
|
}
|
2023-07-26 16:48:27 +01:00
|
|
|
|
2021-11-17 15:34:15 +01:00
|
|
|
.preview-slides {
|
|
|
|
|
margin-top: 20%;
|
|
|
|
|
background: #e6e6e6;
|
2021-12-22 10:31:10 +01:00
|
|
|
|
2021-11-17 15:34:15 +01:00
|
|
|
img {
|
2023-07-26 16:48:27 +01:00
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
2021-11-17 15:34:15 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.transparent-modal {
|
2023-07-26 16:48:27 +01:00
|
|
|
.modal-wrapper {
|
|
|
|
|
--background: rgba(44, 39, 45, 0.2);
|
|
|
|
|
}
|
2021-11-17 15:34:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.image-slide,
|
|
|
|
|
.image-card {
|
2023-07-26 16:48:27 +01:00
|
|
|
overflow: visible;
|
2021-11-17 15:34:15 +01:00
|
|
|
}
|
2021-12-22 10:31:10 +01:00
|
|
|
|
2021-11-17 15:34:15 +01:00
|
|
|
.image-card {
|
2023-07-26 16:48:27 +01:00
|
|
|
z-index: 9;
|
2021-11-17 15:34:15 +01:00
|
|
|
}
|
2021-12-22 10:31:10 +01:00
|
|
|
|
2021-11-17 15:34:15 +01:00
|
|
|
.backdrop {
|
2023-07-26 16:48:27 +01:00
|
|
|
height: 200%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: black;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 10;
|
2021-12-22 10:31:10 +01:00
|
|
|
}
|
2022-02-24 13:35:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.typing {
|
|
|
|
|
position: relative;
|
2022-02-24 14:59:47 +01:00
|
|
|
top: -25px;
|
2022-02-24 13:35:54 +01:00
|
|
|
height: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
margin-left: 22px;
|
2022-02-24 14:59:47 +01:00
|
|
|
display: flex;
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: rem(12);
|
2022-02-24 14:59:47 +01:00
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.typing ngx-letters-avatar {
|
2022-02-24 16:21:26 +01:00
|
|
|
padding-right: 5px;
|
2022-03-14 17:11:00 +01:00
|
|
|
}
|
2022-03-30 14:52:02 +01:00
|
|
|
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.float-status {
|
2022-03-30 14:52:02 +01:00
|
|
|
position: relative !important;
|
|
|
|
|
float: right;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: self-end;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-26 16:48:27 +01:00
|
|
|
.float-status-image {
|
2022-03-30 14:52:02 +01:00
|
|
|
position: relative !important;
|
|
|
|
|
float: right;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: self-end;
|
|
|
|
|
top: -15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.float-status-webtrix {
|
|
|
|
|
position: relative !important;
|
|
|
|
|
top: 0px !important;
|
|
|
|
|
float: right;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: self-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.float-status-all {
|
2023-07-26 16:48:27 +01:00
|
|
|
font-size: rem(13) !important;
|
2022-03-30 14:52:02 +01:00
|
|
|
}
|
2022-12-26 15:41:11 +01:00
|
|
|
|
|
|
|
|
.try {
|
|
|
|
|
color: red;
|
2023-07-26 16:48:27 +01:00
|
|
|
background: #f3414159;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
cursor: pointer;
|
2023-07-07 12:03:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.font-40-rem {
|
|
|
|
|
font-size: 2.5rem !important;
|
2023-09-11 21:57:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.dateLabel {
|
|
|
|
|
background: #ebebeb !important;
|
|
|
|
|
float: unset !important;
|
|
|
|
|
margin: 0px auto !important;
|
2023-09-26 10:46:44 +01:00
|
|
|
width: 111px;
|
2023-09-11 21:57:14 +01:00
|
|
|
text-align: center;
|
2023-09-12 20:58:22 +01:00
|
|
|
margin-top: 10px !important;
|
|
|
|
|
padding: 15px 20px;
|
|
|
|
|
border-radius: 10px;
|
2023-09-11 21:57:14 +01:00
|
|
|
}
|
2023-09-12 20:58:22 +01:00
|
|
|
|