
.xx-small[data-v-02ec8e83] {
  max-width: 16px;
  max-height: 16px;
  width: 16px;
  height: 16px;
}
.list-item[data-v-02ec8e83] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.5px solid rgba(54, 68, 98, 0.2) !important;
}
.list-item-title[data-v-02ec8e83] {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.list-item-subtitle[data-v-02ec8e83] {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 14px;
}
.message[data-v-02ec8e83] {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.timestamp[data-v-02ec8e83] {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 14px;
}
.normal[data-v-02ec8e83] {
  background-color: transparent !important;
}
.normal-selected[data-v-02ec8e83] {
  position: relative;
  background-color: rgba(55, 115, 245, 0.1) !important;
}
.normal-selector[data-v-02ec8e83] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  border: 1px solid #3773F5;
  border-radius: 0 4px 4px 0;
}
.text-ellipsis[data-v-02ec8e83] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.check-export[data-v-02ec8e83] {
  content: url(../img/_checkbox.6a0c0636.svg)
}
.checked-export[data-v-02ec8e83] {
  content: url(../img/_selected.ab8653c3.svg)
}

.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
  color: rgba(0, 0, 0, 0.26) !important;
}

.theme--dark.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
  color: rgba(255, 255, 255, 0.3) !important;
}

.v-input--selection-controls {
  margin-top: 16px;
  padding-top: 4px;
}
.v-input--selection-controls > .v-input__append-outer,
.v-input--selection-controls > .v-input__prepend-outer {
  margin-top: 0;
  margin-bottom: 0;
}
.v-input--selection-controls:not(.v-input--hide-details) > .v-input__slot {
  margin-bottom: 12px;
}
.v-input--selection-controls .v-input__slot,
.v-input--selection-controls .v-radio {
  cursor: pointer;
}
.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
}
.v-input--selection-controls__input {
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 24px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-input--selection-controls__input .v-icon {
  width: 100%;
}
.v-application--is-ltr .v-input--selection-controls__input {
  margin-right: 8px;
}
.v-application--is-rtl .v-input--selection-controls__input {
  margin-left: 8px;
}
.v-input--selection-controls__input input[role=checkbox],
.v-input--selection-controls__input input[role=radio],
.v-input--selection-controls__input input[role=switch] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-input--selection-controls__input + .v-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-input--selection-controls__ripple {
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  width: 34px;
  left: -12px;
  top: calc(50% - 24px);
  margin: 7px;
}
.v-input--selection-controls__ripple:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: inherit;
  transition: inherit;
}
.v-input--selection-controls__ripple > .v-ripple__container {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple {
  width: 28px;
  height: 28px;
  left: -9px;
}
.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple {
  top: calc(50% - 21px);
}
.v-input--selection-controls.v-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
  background: currentColor;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.v-input--selection-controls .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
  background: currentColor;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: none;
  transition: none;
}
.export-title[data-v-56a83c7c] {
  color: #3773F5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
.export-archive-btn[data-v-56a83c7c] {
  margin-bottom: 40px;
}
.export-archive-close[data-v-56a83c7c] {
  top: 4px !important;
  right: 4px !important;
}
.archive-list[data-v-56a83c7c], .messages-container[data-v-56a83c7c] {
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
}
.v-radio.v-item--active[data-v-56a83c7c] {
  font-weight: bold;
}
.v-input--selection-controls[data-v-56a83c7c] {
  margin: 0px 0px 0 60px;
  padding: 0px;
  border: none;
}
.dialog-title[data-v-56a83c7c] {
  text-align: center;
  line-height: 24px;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #364462;
}
.dialog-content[data-v-56a83c7c] {
  color: #364462;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.calendar-btn[data-v-56a83c7c] {
  margin: 32px 0 40px 0;
}
.calendar-title[data-v-56a83c7c] {
  font-size: 20px !important;
  line-height: 23px !important;
}
.calendar-close[data-v-56a83c7c] {
  top: 24px !important;
  right: 24px !important;
}
.dialog-title-space[data-v-56a83c7c] {
  height: 32px;
}
.calendar-title-top[data-v-56a83c7c] {
  height: 56px;
}
.calendar-title-bottom[data-v-56a83c7c] {
  height: 16px;
}
.export-type[data-v-56a83c7c] {
  margin-bottom: 16px !important;
}
.export-type-title[data-v-56a83c7c] {
  margin: 0 16px 0 32px;
}
.export-type-select[data-v-56a83c7c] {
  width: 100px;
  margin-top: -8px;
  height: 45px;
}
.export-type-email[data-v-56a83c7c] {
  margin-left: 3px;
}
.chat-title-wrapper[data-v-56a83c7c] {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.chat-title[data-v-56a83c7c] {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: normal;
  margin-top: -10px;
}
.form-export {
  max-width: 240px;
  margin-top: 16px;
}
.v-menu__content .v-list-item {
  padding-left: 24px !important;
}
.v-menu__content .list-item:hover,
.v-menu__content .list-item:focus,
.v-menu__content .v-list-item::before {
  color: #364462 !important;
  background-color: #4780FD !important;
  border-radius: 4px !important;
  margin: 0 8px !important;
}
.v-list-item--active .ddl-tick {
  right: 16px !important;
}
.type-selector {
  min-width: 100px !important;
}
.v-date-picker-table {
  height: auto !important;
}
.accent--text > button:hover {
  color: #3773f5 !important;
}
.v-date-picker-header, .v-date-picker-header theme--light {
  width: 246px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  color: #364462 !important;
  font-size: 16px !important;
}
.v-date-picker-table--date th, .accent--text, .accent--text > button {
  color: #364462 !important;
  font-size: 16px !important;
}
.v-date-picker-table .v-btn {
  font-size: 14px !important;
  font-weight: bold;
  color: #364462 !important;
}
.v-date-picker-table .v-btn.v-btn--active {
  color: #FFFFFF !important;
}
.theme--light.v-btn.v-btn--icon {
  color: #3773f5 !important;
}
.v-application .accent--text {
  color: #3773f5 !important;
}
