/* =============
   Common
============= */
.giphyDrawer {
  background-color: #f2f4f5;
  top: 60px;
  right: 0;
  bottom: 63px;
  width: 216px;
  position: fixed;
  padding-top: 7px;
  padding-left: 8px;
  font-family: Avenir-Medium;
  font-size: 16px;
  color: #4f5053;
  z-index: 5;
  padding-bottom: 15px;
}

.giphyDrawer .giphyContainer {
  position: relative;
  height: 100%;
}

.giphyDrawer .giphyContainer .closeGiphyDrawer {
  top: 18px;
  right: 20px;
  position: absolute;
}

.giphyDrawer .giphyContainer #txtGiphySearch {
  width: 194px;
  height: 55px;
  border-radius: 8px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #ebedf0, #f0f1f3);
  border-image-slice: 1;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #8a8d93;
  padding-left: 10px;
  padding-right: 33px;
  margin-bottom: 14px;
  margin-left: 4px;
}

.giphyDrawer .giphyContainer #powered-by-giphy {
  margin-left: 89px;
  margin-bottom: 14px;
  width: 100px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}

.giphyDrawer .giphyContainer .scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - 101px);
}

.giphyDrawer .giphyContainer .scrollable .scrollable-item {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.giphyDrawer .giphyContainer .scrollable .scrollable-item img {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Avenir-Black";
  src: url("/fonts/Avenir-Black.ttf");
}

@font-face {
  font-family: "Avenir-BlackOblique";
  src: url("/fonts/Avenir-BlackOblique.ttf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("/fonts/Avenir-Book.ttf");
}

@font-face {
  font-family: "Avenir-BookOblique";
  src: url("/fonts/Avenir-BookOblique.ttf");
}

@font-face {
  font-family: "Avenir-Heavy";
  src: url("/fonts/Avenir-Heavy.ttf");
}

@font-face {
  font-family: "Avenir-HeavyOblique";
  src: url("/fonts/Avenir-HeavyOblique.ttf");
}

@font-face {
  font-family: "Avenir-Light";
  src: url("/fonts/Avenir-Light.ttf");
}

@font-face {
  font-family: "Avenir-LightOblique";
  src: url("/fonts/Avenir-LightOblique.ttf");
}

@font-face {
  font-family: "Avenir-Medium";
  src: url("/fonts/Avenir-Medium.ttf");
}

@font-face {
  font-family: "Avenir-MediumOblique";
  src: url("/fonts/Avenir-MediumOblique.ttf");
}

@font-face {
  font-family: "Avenir-Oblique";
  src: url("/fonts/Avenir-Oblique.ttf");
}

@font-face {
  font-family: "Avenir-Roman";
  src: url("/fonts/Avenir-Roman.ttf");
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

[tabindex] {
  outline: 0;
}

body {
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 500;
  color: var(--neutral-800);
  margin: 0;
  overflow: hidden;
  background: var(--neutral-0);
}

body.dark {
  background: var(--neutral-100);
}

body.dark .app-layout {
  background: var(--neutral-100);
}

table {
  border-collapse: collapse;
}

table td {
  line-height: 1.15;
}

td:first-child {
  padding-right: 20px;
}

button {
  cursor: pointer;
  border: 0;
}

.min-width {
  min-width: 500px;
}

.shadow-left {
  box-shadow: -9px 0 9px -9px rgba(44, 45, 48, 0.1);
}

.shadow-right {
  box-shadow: 9px 0 9px -9px rgba(44, 45, 48, 0.1);
}

.inset-shadow-right {
  box-shadow: inset -9px 0 9px -9px rgba(44, 45, 48, 0.1);
}

.pre-wrap {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.align-top {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.line-clamp-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.text-center {
  text-align: center;
}

.no-margin {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.mar-r-8 {
  margin-right: 8px;
}

.mar-r-20 {
  margin-right: 20px;
}

.mar-l-8 {
  margin-left: 8px !important;
}

.mar-l-12 {
  margin-left: 12px !important;
}

.mar-l-17 {
  margin-left: 17px !important;
}

.mar-l-15 {
  margin-left: 15px !important;
}

.mar-neg-l-4 {
  margin-left: -4px !important;
}

.mar-l-35 {
  margin-left: 35px;
}

.mar-b-35 {
  margin-bottom: 35px;
}

.mar-b-2 {
  margin-bottom: 2px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-t-5 {
  margin-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-r-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-l-34 {
  padding-left: 34px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-t-30-perc {
  padding-top: 30%;
}

.font22 {
  font-size: 22px !important;
}

.font15 {
  font-size: 15px !important;
}

.font18 {
  font-size: 18px !important;
}

.line-through {
  text-decoration: line-through;
  color: #c3c3c4 !important;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.cursor {
  cursor: pointer;
}

.white-font {
  color: #ffffff !important;
}

.active-background {
  background-color: #00c9ab;
}

.inactive-background {
  background-color: #8a8d93;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.btn-grey {
  width: 158px;
  height: 56px;
  border-radius: 10px;
  border: solid 1px #dee1e3;
  font-family: Avenir-Medium;
  font-size: 18px;
  color: #8a8d93;
  background-color: #ffffff;
}

.btn-grey:hover {
  background-color: #dee1e3;
}

.btn-grey:active {
  background-color: #c8cdd0;
}

.form-group {
  display: inline-block;
  margin-left: 50px;
}

.large-box {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 480px;
  height: 60px;
  border-radius: 10px;
  border: solid 1px #dfe1e3;
  padding: 16px;
  box-sizing: border-box;
}

.box {
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px #dfe1e3;
  padding: 16px;
  box-sizing: border-box;
}

.btn-submit {
  width: 480px;
  height: 60px;
  border-radius: 5px;
  font-family: Avenir-Medium;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
}

.terms-and-service {
  font-family: Avenir-Roman;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #b7b9bd;
  margin-left: 50px;
}

.term-links {
  text-decoration: none;
}

#phoneCountry {
  width: 480px;
  margin-top: 10px;
}

#noPhone,
#noEmail {
  font-family: Avenir-Roman;
  font-size: 14px;
  border: none;
  background: none;
}

#login-email-control {
  position: relative;
  margin-top: 80px;
  text-align: center;
}

.login-phone-input,
.login-email-input,
.login-code-input {
  outline: 0;
}

.error-text {
  color: #f74a6c;
  font-family: Avenir-Roman;
  font-size: 14px;
}

.login-errors {
  text-align: center;
  height: 20px;
  margin-top: 10px;
}

#countryCodeOption {
  width: 100%;
}

#countryCodeOption div {
  display: inline-block;
}

#loginWithPhone .v-select .dropdown-toggle .clear {
  visibility: hidden;
}

#loginWithPhone .v-select .dropdown-toggle {
  max-height: 36px !important;
}

#loginWithPhone .v-select {
  font-family: Avenir-Medium;
}

#loginWithPhone .v-select li.active > a {
  pointer-events: none;
}

/* =============
  Home Related
============= */
.empty-list-alert {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 25px;
  border-radius: 10px;
  border: dashed 1px #000000;
  height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: Avenir-Roman;
  font-size: 12px;
}

.empty-list-alert button {
  font-size: 13px;
  margin-top: 10px;
  color: #10c8aa !important;
  border: none;
  background: none;
}

.app-layout {
  display: grid;
  height: 100vh;
  grid-template-columns: 280px 1fr;
  grid-template-rows: 60px auto 1fr;
  grid-template-areas: 'sidebar header' 'sidebar banner' 'sidebar main';
}

.app-layout.announcement {
  height: calc(100vh - 130px);
}

.app-layout.announcement .side-menu {
  height: calc(100vh - 130px);
}

.app-layout.search {
  height: calc(100vh - 45px);
}

.app-layout.search.announcement {
  height: calc( 100vh - 130px - 45px);
}

.app-layout.search.announcement .side-menu {
  height: calc( 100vh - 130px - 45px);
}

@media screen and (max-width: 800px) {
  .app-layout.search {
    height: 100vh;
  }
  .app-layout.search.announcement {
    height: calc(100vh - 130px);
  }
}

.app-layout-embedded {
  display: grid;
  height: 100vh;
  grid-template-columns: auto;
  grid-template-rows: 60px 1fr;
  /*added this for embedded window purposes It's transparent otherwise...*/
  background-color: #ffffff;
}

.messages:focus,
.message-wrapper:focus {
  outline: 0;
}

.messages-loading-margin-top {
  margin-top: 3px;
}

.messages .chat-loading {
  width: 100%;
}

.messages .pronto-container {
  margin-top: auto;
  flex: 1;
  width: 100%;
}

.accessibility-highlight-border {
  position: absolute;
  display: none;
  z-index: 999;
  box-shadow: 0 0 0 3px #095cf6;
}

.logo {
  width: 35px;
  height: 35px;
}

.side-menu-heading {
  font-family: Avenir-Medium;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #3a3a3a;
  width: 160px;
}

.side-menu-heading,
.new-item-btn {
  display: inline-block;
}

.new-item-btn {
  vertical-align: middle;
}

.side-menu-heading-heavy {
  font-weight: 900;
}

.side-menu-heading-light {
  color: #8a8d93;
  margin-top: 40px;
  margin-left: 30px;
}

.side-menu-group-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-badge-round {
  border-radius: 2rem;
  padding-top: 5.2px;
  position: absolute;
  top: 8.1px;
  right: 13px;
  margin-right: 5px;
  padding: 3px 8px;
}

.non-mention-badge {
  color: #9498a3;
  background-color: #ffffff;
}

.alert-badge-live {
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  padding: 2px 6.5px 0px 6.5px;
  border-radius: 0;
  margin-top: 2px;
  position: absolute;
  right: 15px;
  top: 7px;
}

.side-menu-footer {
  grid-column: 1;
  grid-row: 3;
}

#user-box {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 20px;
  bottom: 0;
  width: 280px;
  height: 93px;
  background-color: #e8ebec;
  position: absolute;
  left: 0;
  bottom: 0;
}

#user-box.expanded {
  height: 245px;
}

.user-arrow {
  margin-left: 20px;
}

.user-info {
  width: 100px;
}

#user-arrow-img.expanded {
  transform: rotate(-180deg);
}

.user-img {
  margin-right: 10px;
}

.user-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-thumb-40 {
  height: 40px;
  width: 40px;
}

#user-img-data {
  display: table;
  margin: 0 auto;
}

.rounded-circle {
  border-radius: 50%;
}

.thumb-md {
  height: 46px;
  width: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

.missing-img {
  text-align: center;
  background-color: #e3e4e6;
  font-family: Avenir-Medium;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.missing-img-bg {
  font-size: 24px;
}

.user-details {
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a3a;
}

.user-control-panel {
  margin-top: 32px;
}

.user-control-panel div {
  margin-top: 17px;
}

.user-control-panel button,
.user-control-panel a {
  font-family: Avenir-Medium;
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
  border: none;
  background: none;
  cursor: pointer;
}

.user-control-panel a {
  text-decoration: none;
  padding-left: 8px;
}

#logout {
  margin-bottom: 15px;
}

.user-control-divider {
  opacity: 0.2;
  border-bottom: solid 1px #88898c;
  margin-left: -20px;
  width: 280px;
}

.message-control {
  height: 60px;
  border-bottom: solid 1px var(--neutral-40040);
  background-color: var(--neutral-0);
  padding-top: 20px;
  position: relative;
  outline: 0;
}

body.dark .message-control {
  border-left: 1px solid var(--neutral-40040);
}

.group-title {
  font-family: Avenir-Heavy;
  font-size: 22px;
  color: #4f5053;
  margin-top: -1px;
  color: var(--neutral-800);
}

.group-title-category {
  margin-top: -7px;
  font-size: 20px;
}

#groupCategory {
  font-family: Avenir-Roman;
  font-size: 8px;
  letter-spacing: 1px;
}

.group-title,
#dotMenu,
#unclaimedTasksButton,
.wrapper-popout-icon,
.wrapper-close-icon {
  display: inline-block;
}

.unclaimed-tasks-text,
.unclaimed-count {
  display: inline-block;
}

#unclaimedTasksButton {
  position: absolute;
  right: 105px;
  top: 17px;
}

#dotMenu,
.wrapper-popout-icon,
.wrapper-close-icon {
  cursor: pointer;
  width: 27px;
  height: 23px;
  float: right;
  margin-right: 10px;
  padding: 0 10px;
}

.wrapper-popout-icon,
.wrapper-close-icon {
  margin-right: 15px;
}

.wrapper-popout-icon,
.wrapper-close-icon {
  margin-top: -1px;
}

.wrapper-popout-icon input,
.wrapper-close-icon input {
  width: 24px;
  height: 24px;
}

#dotMenu:focus,
.wrapper-popout-icon:focus,
.wrapper-close-icon:focus {
  outline: 0;
}

#dotMenu input:focus {
  outline: 0;
}

.accessible-item:has(.message-wrapper):last-of-type {
  margin-bottom: 5px;
}

.message-container {
  width: 100%;
}

.message-img {
  height: 38px;
  width: 38px;
  margin-right: 20px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 5px;
  margin-bottom: 5px;
}

.html-div {
  max-width: 100%;
}

.message-img-missing {
  background-color: #e3e4e6;
  font-family: Avenir-Book;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  position: absolute;
}

#missingReadRecImg {
  height: 24px;
  width: 24px;
  margin-right: 6px;
  margin-top: -2px;
  font-size: 10px;
}

.missing-read-rec-img-small {
  height: 16px;
  width: 16px;
  font-family: Avenir-Book;
  background-color: #e3e4e6;
  color: white;
  border-radius: 50%;
  padding-top: 2.3px;
  vertical-align: middle;
  text-align: center;
}

.safari-missing-rec {
  padding-top: 3px !important;
}

.message-forward-btn {
  right: 65px;
  top: 7px;
  position: absolute;
  opacity: 0;
  height: 20px;
  width: 24px;
  outline: 0;
  cursor: pointer;
}

.message-forward-btn input:focus {
  outline: 0;
}

.message-delete-btn {
  right: 10px;
  top: 7px;
  position: absolute;
  display: none;
  height: 20px;
  width: 20px;
  outline: 0;
  cursor: pointer;
}

.message-delete-btn input:focus {
  outline: 0;
}

.message-react-btn {
  right: 38px;
  top: 7px;
  position: absolute;
  display: none;
  height: 20px;
  width: 20px;
  outline: 0;
}

.message-react-btn:focus {
  outline: 0;
}

.message,
.message-img {
  display: inline-block;
}

.attachment-link {
  text-decoration: none;
  display: inline-block;
}

.attachment-wrapper {
  border-radius: 6px;
  border: solid 1px var(--neutral-40040);
  padding: 7px 20px 7px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow-wrap: anywhere;
}

.attachmentwrappererror {
  border: solid 1px #fa6759;
}

.attachment-title {
  font-family: Avenir-Medium;
  font-size: 15px;
  margin-left: 14px;
}

.attachment-title-error {
  color: #fa6759 !important;
}

.attachment-size {
  font-family: Avenir-Medium;
  font-size: 12px;
  color: #b7b9bd;
  margin-left: 14px;
}

.attachment-details {
  vertical-align: top;
}

.attachment-details,
.attachment-icon {
  display: inline-block;
}

.linkified {
  text-decoration: none;
  word-break: break-word;
  color: #1083c7;
  opacity: 1;
}

.linkified:hover {
  opacity: 0.88;
}

.linkified:active {
  opacity: 0.8;
}

.link-button:hover {
  opacity: 0.72;
}

.link-button:active {
  opacity: 0.5;
}

.icon-button {
  opacity: 0.8;
}

.icon-button:hover {
  opacity: 0.88;
}

.icon-button:active {
  opacity: 1;
}

.stacked [class~='rounded-circle'],
.stacked [class~='message-name'] {
  display: none;
}

.urlcard-only {
  padding-bottom: 1px;
}

.message {
  margin-left: 48px;
  min-width: 440px;
  width: calc(100% - 48px);
}

.message-no-profile {
  min-width: 440px;
  width: 100%;
}

.message-media {
  position: relative;
  margin-top: 5px;
}

.messagemedia-img {
  max-width: 100%;
  max-height: 600px;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.messagemedia-img-loaded {
  opacity: 1;
}

.chat-loading-bar {
  height: 0px;
  transition: all 0.3s ease-in-out;
  padding-top: 0;
}

.chat-loading-bar-expanded {
  height: 25px;
}

.btn-file-upload input {
  display: none;
}

.btn-file-upload img {
  cursor: pointer;
}

.btn-gif {
  position: absolute;
  right: 340px;
}

.btn-emoji {
  position: absolute;
  right: 265px;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.error-wrapper {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 300px;
  right: 20px;
}

.error-wrapper-embedded {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 20px;
  right: 20px;
}

.error-alert {
  height: 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #d3485a;
  text-align: center;
  font-family: Avenir-Roman;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.error-alert input {
  float: right;
  padding-top: 2px;
  margin-right: 15px;
}

.message-alert-wrapper {
  position: fixed;
  z-index: 8;
  top: 70px;
  left: 308px;
  right: 20px;
}

.wide-col {
  width: 99%;
  padding-right: 3%;
}

.slim-col {
  width: 1%;
}

.slim-col img {
  margin-top: 6px;
}

.center {
  text-align: center;
}

.float-left {
  float: left;
  margin-top: 7px;
}

.float-right {
  float: right;
}

.sending {
  opacity: 0.5;
}

.chat-loading {
  text-align: center;
  margin-left: -90px;
}

.chat-loading img {
  height: 100px;
  width: 100px;
}

.chat-loading span {
  font-size: 18px !important;
  font-style: italic;
  position: absolute;
  top: 50%;
  margin: -50px auto 0;
}

.failed-message {
  height: 25px;
  padding-left: 23px;
}

.failed-message img,
.failed-message span,
.failed-message button {
  display: inline-block;
  vertical-align: middle;
}

.failed-message img {
  height: 16px;
  width: 16px;
}

.failed-message span {
  font-family: Avenir-Medium;
  font-size: 14px;
  color: #f74a6c;
}

.failed-message button {
  font-family: Avenir-Medium;
  font-size: 14px;
  text-align: left;
  color: #1083c7;
  background: none;
  border: none;
  cursor: pointer;
}

.main-loading-panel {
  text-align: center;
  font-family: Avenir-Medium;
  font-size: 18px;
}

.main-loader {
  margin-top: calc(50vh - 100px);
}

.spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.spinner img {
  height: 100px;
  width: 100px;
}

.spinner span {
  font-size: 18px !important;
  font-style: italic;
  top: 40%;
  position: absolute;
  margin-left: -200px;
}

.loader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  font-family: Avenir-Roman;
  font-size: 28px;
  color: #4f5053;
}

.loader span {
  top: 40%;
  position: absolute;
}

.modal-box-md .spinner span {
  top: 30%;
  margin-left: -60px !important;
}

.modal-box-sm .loader span {
  top: 30%;
  margin-left: -110px !important;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
}

.slide-long-enter-active {
  transition: all 1.8s ease;
}

.slide-long-leave-active {
  transition: all 1.8s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
}

.closing-enter {
  animation-name: closebanner;
}

.closing-enter-active {
  animation-delay: 1200ms;
  animation-duration: 400ms;
}

@keyframes closebanner {
  from {
    top: 130px;
  }
  to {
    top: 0;
  }
}

.full-img-header {
  position: absolute;
  width: 100%;
  height: 60px;
  opacity: 0.6;
  background-color: #4f5053;
}

.full-img-line {
  position: absolute;
  right: 72px;
  top: 18px;
}

#downloadImage {
  position: absolute;
  right: 156px;
  top: 18px;
}

#imageMore {
  position: absolute;
  right: 100px;
  top: 28px;
}

#imageClose {
  top: 23px;
  right: 30px;
  position: absolute;
  outline: 0;
}

#imageClose::-moz-focus-inner {
  border: 0;
}

.full-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.full-img {
  max-width: 100%;
  max-height: 100%;
}

.modal-box-sm {
  min-width: 590px;
}

.modal-box-sm,
.delete-message-modal {
  min-height: 383px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -191px;
  margin-left: -295px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 0 #595959;
  text-align: left;
}

.delete-message-modal {
  width: 590px;
  padding-left: 25px;
  padding-right: 25px;
}

.modal-box-xsm {
  min-height: 250px;
}

.modal-box-md {
  min-width: 727px;
  min-height: 439px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -295px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 0 #595959;
  text-align: left;
}

.standard-input {
  height: 55px;
  border-radius: 10px;
  border: solid 1px #dfe1e3;
  padding: 16px;
  box-sizing: border-box;
  margin-right: 20px;
}

.input-lg {
  width: 500px;
}

.new-team-wrapper,
.new-team-success {
  margin-top: 67px;
}

.new-team-wrapper span {
  font-family: Avenir-Book;
  font-size: 14px;
  color: #8a8d93;
  text-align: center;
  display: block;
}

.new-team-wrapper label {
  margin-bottom: 0.5rem;
  color: #8b8d93;
}

.new-team-wrapper input {
  color: #2c2d30;
  caret-color: var(--teal-300);
}

.new-team-wrapper input::-moz-placeholder {
  color: #b7b9bd;
}

.new-team-wrapper input::placeholder {
  color: #b7b9bd;
}

.new-team-wrapper input,
label {
  display: block;
  opacity: 0.9;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 500;
}

.new-team-success {
  margin-bottom: 140px;
}

.new-team-success img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.new-team-success span {
  font-family: Avenir-Book;
  font-size: 20px;
  color: #8a8d93;
  display: block;
  text-align: center;
}

#newTeamInput {
  margin-top: 35px;
  margin-left: 100px;
}

#btnWantNewTeam {
  width: 190px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.upload-box-load {
  padding-top: 181px;
}

.upload-title,
.upload-title-2 {
  margin-top: 34px;
  margin-bottom: 21px;
  font-family: Avenir-Roman;
  font-size: 28px;
  text-align: center;
  color: #4f5053;
}

.upload-title-2 {
  margin-top: -13px !important;
}

.upload-wrapper {
  padding-left: 50px;
  padding-right: 40px;
}

.upload-message-input {
  margin-top: 17px;
  width: 500px !important;
  height: 100px !important;
  border-radius: 10px !important;
  border: solid 1px #dfe1e3 !important;
  opacity: 0.9 !important;
  font-family: Avenir-Medium !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #8b8d93 !important;
  padding: 15px !important;
  resize: none !important;
  position: absolute;
}

.upload-btn-wrapper {
  margin-top: 130px;
  float: right;
}

.upload-btn-wrapper-sm {
  margin-top: 20px;
  float: right;
}

.btn-cancel-med {
  width: 145px;
  height: 55px;
  border-radius: 5px;
  background-color: #f2f4f5;
  font-family: Avenir-Medium;
  font-size: 18px;
  text-align: center;
  color: #4f5053;
  border: none;
  outline: none;
  cursor: pointer;
}

.hide {
  background-color: #f2f4f5;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #4f5053;
}

.leave-group {
  background-color: #f2f4f5;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #4f5053;
}

.btn-cancel-med:hover,
.hide:hover,
.leave-group:hover {
  background-color: #cfd7da;
}

.btn-cancel-med:active,
.hide:active,
.leave-group:active {
  background-color: #dbe0e3;
}

.btn-submit-med {
  width: 145px;
  height: 55px;
  border-radius: 5px;
  font-family: Avenir-Medium;
  background-color: var(--teal-300);
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-submit-med:hover {
  background-color: #00b194;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btn-submit-med:active {
  background-color: #009d83;
  box-shadow: none;
}

.sm-button-font {
  font-size: 14px !important;
}

.btnInactive {
  opacity: 0.5;
  cursor: not-allowed;
  min-width: 120px;
  color: var(--neutral-800);
}

.enable-notifications {
  top: 0;
  left: 0;
  right: 0;
  max-height: 80px;
  position: absolute;
  background-color: #4da3d5;
  z-index: 5;
  text-align: center;
  font-family: Avenir-Roman;
  font-size: 17px;
  color: #ffffff;
  font-weight: normal !important;
}

.underline {
  text-decoration: underline;
}

/* =============
  TeamManagement.vue related
============== */
.avi {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 35px;
}

.add-btn-div {
  margin-top: 25px;
}

.add-btn-div span {
  font-family: Avenir-Medium;
  font-size: 14px;
  color: #2c2d30;
  padding-top: 7px;
}

.add-btn-div span:first-of-type {
  margin-left: 15px;
  margin-right: 3px;
}

.add-btn-div input {
  display: inline-block !important;
  vertical-align: middle !important;
}

.add-btn {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =============
 Task related
============== */
.lg-heading {
  font-family: Avenir-Medium;
  font-size: 34px;
  font-weight: 900;
  text-align: left;
  color: #2c2d30;
}

.task-content {
  padding-left: 90px;
  padding-top: 12px;
  max-width: 1250px;
}

.pronto-link-button-wrapper {
  width: calc(100% - 280px);
  margin-bottom: 25px;
  position: relative;
}

.task-divider {
  width: 100%;
  height: 2px;
  opacity: 0.15;
  border: solid 1px #88898c;
  margin-bottom: 21px;
}

.task-list-wrapper {
  width: calc(100% - 280px);
  position: relative;
  height: calc(100vh - 170px);
  overflow-y: auto;
}

.task-list {
  list-style: none;
  max-width: 100%;
  margin-left: -40px;
  margin-top: -10px;
}

.task-list li {
  position: relative;
  max-width: 100%;
  height: 55px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #dfe3e6;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.task-list-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
}

.task-list-checkbox {
  position: absolute;
  left: 12px;
  top: 17px;
  cursor: pointer;
}

#taskCompleteCheckbox {
  width: 20px;
  height: 20px;
  background-image: url("/images/common/task-checkbox.png");
}

#taskCompleteCheckbox:active {
  background: url("/images/common/task-checkbox-checked.png");
}

#taskUnCompleteCheckbox {
  width: 20px;
  height: 20px;
  background-image: url("/images/common/task-checkbox-checked.png");
}

#taskUnCompleteCheckbox:active {
  background: url("/images/common/task-checkbox.png");
}

#taskDetailCheckboxCompleted {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-top: 9px;
  background-image: url("/images/common/task-checkbox-checked-large.png");
}

#taskDetailCheckboxCompleted:active {
  background: url("/images/common/task-checkbox-large.png");
}

#taskDetailCheckbox {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-top: 9px;
  background-image: url("/images/common/task-checkbox-large.png");
}

#taskDetailCheckbox:active {
  background: url("/images/common/task-checkbox-checked-large.png");
}

.toggle-completed-tasks {
  position: absolute;
  right: 57px;
}

.toggle-completed-tasks img {
  vertical-align: middle;
  margin-right: 11px;
}

.toggle-completed-tasks span {
  font-family: Avenir-Medium;
  font-size: 12px;
  color: #d1d2d4;
}

.task-list-reminder {
  font-family: Avenir-Medium;
  font-size: 12px;
  font-weight: 500;
  color: #f74a6c;
  position: absolute;
  right: 49px;
  top: 16px;
}

.task-card-past-due {
  color: #f74a6c !important;
}

.task-list-header {
  font-family: Avenir-Medium;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.6px;
  color: #2c2d30;
}

.task-list-sub-header {
  font-family: Avenir-Medium;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.3px;
  text-align: left;
  color: #2c2d30;
  margin-bottom: 25px;
  min-height: 10px;
}

.task-li-content {
  width: calc(100% - 171px);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 50px;
  cursor: pointer;
}

.task-li-main {
  width: 100%;
  font-family: Avenir-Roman;
  font-size: 16px;
  color: #4f5053;
  overflow-x: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.task-li-sub {
  width: 100%;
  opacity: 0.6;
  font-family: Avenir-Roman;
  font-size: 10px;
  color: #8a8d93;
  overflow-x: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.task-completed {
  background-color: #e8fffb !important;
  border: solid 1px var(--teal-300) !important;
}

.task-tray {
  margin-top: -5px;
  width: 786px;
  height: 275px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(228, 231, 235, 0.5);
  border-left: 1px solid #ebeced;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  border-image-slice: 1;
  position: absolute;
  z-index: 1111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 20px;
  padding-left: 44px;
}

.task-tray div {
  display: inline-block;
}

.task-tray > .rem-remove-wrapper {
  margin-left: 90px;
  vertical-align: top;
  margin-top: 185px;
}

.task-tray-top-border {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #ebeced;
  border-left: 1px solid #ebeced;
  border-right: 1px solid #ebeced;
  margin-left: -17px;
  padding-left: 17px !important;
}

.task-tray textarea {
  height: 175px;
  width: 700px;
  font-family: Avenir-Roman !important;
  font-size: 14px !important;
  text-align: left !important;
  color: #4b4d50 !important;
}

.task-tray textarea::-moz-placeholder {
  color: #8a8d93 !important;
}

.task-tray textarea::placeholder {
  color: #8a8d93 !important;
}

.task-tray-sm {
  width: 715px !important;
  border-top: 1px solid #ebeced;
  margin-top: -5px;
  width: 786px;
  height: 275px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(228, 231, 235, 0.5);
  border-left: 1px solid #ebeced;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  border-image-slice: 1;
  position: absolute;
  z-index: 1111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 20px;
  padding-left: 17px;
  margin-left: -17px;
}

.task-tray-sm input {
  width: 665px !important;
}

.task-tray-sm div {
  display: inline-block;
}

.task-tray-sm > .rem-remove-wrapper {
  margin-left: 90px;
  vertical-align: top;
  margin-top: 185px;
}

.task-tray-assign {
  width: 715px !important;
  border-top: 1px solid #ebeced;
  margin-top: -5px;
  width: 786px;
  height: 275px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(228, 231, 235, 0.5);
  border-left: 1px solid #ebeced;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  border-image-slice: 1;
  position: absolute;
  z-index: 1111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 20px;
  margin-left: -17px;
  height: 511px;
}

.task-tray-assign #taskPerson,
.task-tray-assign #taskGroup {
  display: inline-block;
}

.task-assign-tab {
  font-family: Avenir-Medium;
  font-size: 16px;
  letter-spacing: 2.6px;
  text-align: left;
  color: #8a8d93;
  width: 191px;
  text-align: center;
  padding-bottom: 6px;
  margin-left: 116px;
}

.task-assign-tab-active {
  border-bottom: 3px solid var(--teal-300);
  color: var(--teal-300);
}

#notesCancel {
  position: absolute;
  bottom: 33px;
  right: 160px;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #8a8d93;
  border: none;
  background: none;
}

#notesSave {
  position: absolute;
  bottom: 24px;
  right: 21px;
  width: 100px;
  height: 40px;
  border: 1px solid #e3e4e6;
  border-radius: 10px;
  background-color: #e3e4e6;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.task-tray-large-new {
  height: 511px;
}

.task-tray-large {
  height: 511px;
  padding-left: 25px !important;
}

.task-tray-large input {
  width: 735px;
  height: 45px;
  border-radius: 3px;
  border: none;
  background-color: #f0f1f3;
  background-repeat: no-repeat;
  text-indent: 10px;
  margin-bottom: 26px;
}

.task-tray-large span {
  font-family: Avenir-Medium;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.1px;
  text-align: left;
  color: #8a8d93;
}

.task-tray-large li {
  font-family: Avenir-Roman;
  font-size: 17px;
  text-align: left;
  color: #4b4b4d;
  padding-bottom: 20px;
  list-style: none;
}

.task-assign-list-wrapper {
  padding-top: 25px;
  overflow-y: hidden;
  width: 100%;
  max-height: 435px;
}

.divider-after:after {
  margin-left: 50px;
  margin-top: 13px;
  position: absolute;
  overflow: hidden;
  width: 77%;
  content: '\a0';
  background-color: #e7e7e8;
  height: 1px;
}

.task-date-banner {
  vertical-align: middle;
  height: 252px;
  width: 488px;
  padding-left: 130px;
}

.task-date-banner .formatted-date {
  font-family: Avenir-Medium;
  font-size: 28px;
  font-weight: 900;
  color: #4f5053;
}

.task-date-banner .english-date {
  font-family: Avenir-Medium;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.3px;
  color: #4f5053;
}

.task-date-banner-sm {
  width: 388px;
  padding-left: 100px;
}

.pronto-link-button {
  border: none;
  background-color: #ffffff;
  font-family: Avenir-Roman;
  font-size: 14px;
  text-align: left;
}

#taskLink {
  position: absolute;
  right: 50px;
  bottom: 10px;
  outline: 0;
}

.task-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  width: 44px;
  height: 44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  font-family: Avenir-Medium;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  color: #4f5053;
  border-color: #ebeced;
}

.task-select-indent-10 {
  text-indent: 10px;
}

.task-select-indent-4 {
  text-indent: 4px;
}

.task-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.task-reminder-time {
  vertical-align: top;
  height: 252px;
  padding-left: 75px;
  padding-top: 25px;
}

.task-reminder-time label {
  font-family: Avenir-Medium;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #4f5053;
}

#noMoreTasks {
  width: 786px;
  text-align: center;
  margin-top: 130px;
}

.vdp-datepicker__calendar {
  position: relative !important;
  z-index: 10000;
  width: 210px !important;
  font-family: Avenir-Medium !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
}

.vdp-datepicker__calendar .cell {
  height: 30px !important;
  line-height: 30px !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid var(--teal-300) !important;
  border-radius: 50% !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: var(--teal-300) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
}

.vdp-datepicker__calendar .cell.selected:hover {
  background: var(--teal-300) !important;
  border-radius: 50% !important;
}

.vdp-datepicker__calendar .cell.selected.highlighted {
  background: var(--teal-300) !important;
  border-radius: 50% !important;
}

.announcement-date .vdp-datepicker__calendar .cell.selected {
  background: #49a4da !important;
}

.announcement-date
.vdp-datepicker__calendar
.cell:not(.blank):not(.disabled).day:hover,
.announcement-date
.vdp-datepicker__calendar
.cell:not(.blank):not(.disabled).month:hover,
.announcement-date
.vdp-datepicker__calendar
.cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #49a4da !important;
}

/* =============
  UnclaimedTasks.vue, TaskDetail.vue related
============== */
.task-drawer-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0px;
  background-color: rgba(183, 185, 189, 0.5);
  z-index: 7;
}

body.dark .task-drawer-container {
  background-color: rgba(0, 0, 0, 0.7);
}

.task-drawer-container-unclaimed {
  z-index: 1 !important;
}

.task-drawer-wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.task-drawer {
  padding-top: 28px;
  padding-left: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15%;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: -4px 0 8px 0 rgba(183, 185, 189, 0.08);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #ffffff;
  overflow-y: auto;
}

.task-drawer-wide {
  left: 30%;
}

.task-drawer-header {
  vertical-align: middle;
  position: relative;
  margin-bottom: 39px;
}

.task-drawer-header > div {
  display: inline-block;
}

.task-drawer-header .unclaimed-count {
  margin-left: 15px;
  margin-top: 8px;
  vertical-align: top;
}

.task-drawer-header > input {
  position: absolute;
  top: 16px;
  right: 305px;
}

.task-drawer-wide .task-drawer-header > input {
  right: 25px !important;
}

.unclaimed-tasks-text {
  font-family: Avenir-Roman;
  font-size: 17px;
  color: var(--teal-300);
  font-weight: normal;
  margin-right: 15px;
}

.task-detail {
  position: relative;
  padding-left: 67px;
}

.task-title > img {
  height: 22px;
  width: 22px;
}

.task-title > div {
  font-family: Avenir-Medium;
  font-size: 30px;
  text-align: left;
  color: #4f5053;
}

.task-title-existing {
  width: calc(100% - 350px);
}

.task-title-existing span {
  margin-top: -2px;
}

.task-title img,
.task-title div {
  display: inline-block;
}

.task-title-new {
  width: calc(100% - 350px) !important;
}

.task-title-new textarea,
.task-title-existing textarea {
  font-size: 30px !important;
  color: #4f5053 !important;
  width: 100%;
  border: none;
  caret-color: var(--teal-300);
  font-family: Avenir-Roman;
  resize: none;
  outline: none;
}

.sub-heading-no-divider {
  font-family: Avenir-Medium;
  font-size: 14px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #4f5053;
  margin-top: 30px;
  font-weight: normal;
}

#taskCreatedBy {
  margin-bottom: 30px;
}

.vert-task-control {
  min-height: 45px;
  padding-top: 13px;
  width: 715px;
  margin-top: 8px;
  position: relative;
}

.vert-task-control-close {
  position: absolute;
  top: 8px;
  right: 10px;
  height: 10px;
  width: 10px;
}

.vert-task-controls {
  margin-bottom: 25px;
}

.task-attachment-wrapper,
.vert-task-control label {
  display: inline-block;
}

.vert-task-control label {
  vertical-align: top;
}

.task-attachment-wrapper video,
.task-attachment-wrapper-img {
  margin-left: 8px;
  width: 256px;
  height: 169px;
  border-radius: 4px;
}

.task-attachment-wrapper video {
  margin-top: -22px;
}

.task-attachment-wrapper-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.task-attachment-wrapper .attachment-wrapper {
  margin-left: 8px;
}

.vert-task-controls-span {
  font-family: Avenir-Roman;
  font-size: 16px;
  color: #8a8d93;
  margin-right: 25px;
  margin-left: 13px;
}

.task-detail > p {
  font-family: Avenir-Roman;
  font-size: 16px;
  text-align: left;
  color: #4b4d50;
  margin-right: 110px;
}

.task-notes-header {
  width: calc(100% - 350px);
  padding-top: 14px;
  height: 45px;
}

.task-notes-header-border {
  border-top: 1px solid #ebeced;
  border-left: 1px solid #ebeced;
  border-right: 1px solid #ebeced;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: -15px;
  padding-left: 15px !important;
}

.task-notes {
  width: calc(100% - 350px) !important;
  padding-top: 9px;
  padding-left: 8px;
}

.task-notes-border {
  box-shadow: 0 3px 3px 0 rgba(228, 231, 235, 0.5);
  border: 1px solid #ebeced;
  border-image-slice: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -15px;
  padding-left: 23px !important;
}

.task-notes textarea {
  width: 100%;
  font-family: Avenir-Roman;
  font-size: 16px;
  text-align: left;
  color: #4b4d50 !important;
  font-weight: normal;
  margin-bottom: 45px;
  outline: none;
  border-style: none;
  border-color: Transparent;
  overflow: auto;
  resize: none;
  outline: none;
}

.task-buttons {
  padding-top: 45px;
}

.task-buttons button {
  vertical-align: top;
}

.task-buttons div {
  display: inline-block;
}

.task-button-transparent {
  font-family: Avenir-Medium;
  font-size: 14px;
  text-align: left;
  color: #3f4042;
  width: -moz-max-content;
  width: max-content;
  height: 55px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 2px #f1f1f1;
  padding: 18px 40px 0px 40px;
}

.task-button-transparent img {
  margin-right: 12px;
}

.task-button-transparent span {
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: top;
}

.task-card {
  width: 350px;
}

.task-card-wide {
  width: 500px;
}

.task-card-top {
  height: 48px;
  width: 100%;
  border-top: 1px solid #dfe3e6;
  border-left: 1px solid #dfe3e6;
  border-right: 1px solid #dfe3e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.task-card-top-completed {
  border-top: 1px solid var(--teal-300) !important;
  border-left: 1px solid var(--teal-300) !important;
  border-right: 1px solid var(--teal-300) !important;
  background-color: #e8fffb !important;
}

.task-card-check {
  position: absolute;
  left: 12px;
  top: 14px;
}

#task-card-span,
#removed-task-card-span {
  width: 275px;
  position: absolute;
  left: 46px;
  top: 14px;
  font-family: Avenir-Medium;
  font-size: 16px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

#task-card-span {
  color: #4f5053 !important;
  font-weight: 900 !important;
}

#removed-task-card-span {
  color: #d1d1d3 !important;
  font-weight: 500 !important;
}

#task-card-arrow {
  position: absolute;
  right: 17px;
  top: 18px;
}

.task-card-bottom {
  height: 48px;
  border: 1px solid #dfe3e6;
  padding-top: 15px;
  padding-left: 16px;
}

.task-card-bottom div {
  margin-bottom: 10px;
}

.task-card-bottom span {
  margin-left: 17px;
  font-family: Avenir-Medium;
  font-size: 14px;
  text-align: left;
  color: #4f5053;
  font-weight: normal;
}

.task-card-bottom-corners {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.task-card-bottom-nocorners {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.task-card-bottom-completed {
  border: 1px solid var(--teal-300) !important;
  background-color: #e8fffb !important;
}

.task-card-sub-bottom {
  height: 48px;
  width: 100%;
  border-bottom: 1px solid #dfe3e6;
  border-left: 1px solid #dfe3e6;
  border-right: 1px solid #dfe3e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  background-color: var(--teal-300);
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
}

.removed-task-card-sub-bottom {
  height: 48px;
  width: 100%;
  border: 1px solid #dfe3e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  color: #d1d1d3;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  padding-top: 12px;
  padding-left: 12px;
}

.task-loader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: Avenir-Roman;
  font-size: 18px;
  color: #4f5053;
  z-index: 1;
}

.task-loader span {
  top: 20%;
  left: 35%;
  position: absolute;
}

.task-loader > span > p {
  margin-left: -25px;
}

#centerDiv {
  width: 100%;
  text-align: center;
}

#taskListLoader {
  margin-top: 25px;
  margin-left: 375px;
  font-family: Avenir-Roman;
  font-style: italic;
  font-size: 18px;
  color: #4f5053;
}

#taskListLoader > span > p {
  margin-left: -30px;
}

/* =============
  Profile.vue, Group.vue, NewUser.vue related
============== */
.star-box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 15px;
  margin-left: 124.5px;
  font-family: Courier;
  font-size: 39px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  color: #e0e0e0;
  width: 100%;
  border-bottom: solid 1px #dee1e3;
}

.star-box button {
  margin-top: 30px;
}

.star-box input {
  position: absolute;
  top: 5px;
  right: 25px;
}

.starboxdark {
  color: #4f5053;
}

.copy-text {
  font-family: Avenir-Roman;
  font-size: 14px;
  margin-left: 225px;
  color: var(--teal-300);
}

.user-modal-img {
  margin-top: 80px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.missing-img-modal {
  text-align: center;
  background-color: #e3e4e6;
  font-family: Avenir-Medium;
  font-size: 20px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
}

#lblUserName,
#txtUpdateUserName,
#editUserName {
  display: inline-block;
}

.button-group {
  margin-top: 50px;
  text-align: center;
}

.btn-cancel {
  border-radius: 5px;
  border: solid 1px #e4e4e6;
  background-color: #ffffff;
  font-family: Avenir-Medium;
  font-size: 18px;
  color: #4f5053;
  width: 170px;
  height: 55px;
}

.btn-cancel:hover {
  background-color: #e4e4e6;
}

.btn-cancel:active {
  background-color: #cfcfd2;
}

.btn-remove {
  width: 170px;
  height: 55px;
  border-radius: 5px;
  border: none;
  background-color: #ff2c3a;
  font-family: Avenir-Heavy;
  font-size: 18px;
  color: #ffffff;
  margin-left: 28px;
}

.delete-group {
  background-color: #ff2c3a;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.btn-remove:hover,
.btn-remove-sm:hover,
.delete-group:hover {
  background-color: #ff0314;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btn-remove:active,
.btn-remove-sm:active,
.delete-group:active {
  background-color: #ee0010;
  box-shadow: none;
}

.btn-remove-sm {
  width: 151px;
  height: 55px;
  border-radius: 5px;
  border: none;
  background-color: #ff2c3a;
  font-family: Avenir-Medium;
  font-size: 16px;
  color: #ffffff;
  margin-top: 50px;
}

.btn-remove,
.btn-cancel {
  display: inline-block;
}

#user-first-last {
  margin-top: 45px;
  margin-bottom: 35px;
}

#user-first-input,
#user-last-input {
  display: inline-block;
}

#user-phone-input,
#user-email-input {
  display: inline-block;
}

.v-select.unsearchable input[type='search'] {
  max-width: none;
  opacity: 1 !important;
}

.v-select.unsearchable
> .dropdown-toggle
> .selected-tag
+ input[type='search'] {
  max-width: 1px;
}

.select-wrapper,
.action-btn-wrapper {
  display: inline-block;
  height: 75px;
}

.action-btn-wrapper {
  vertical-align: top;
  padding-top: 10px;
  margin-left: 28px;
}

.select-wrapper {
  width: 727px !important;
  margin-bottom: 45px;
}

.select-wrapper-sm {
  width: 375px !important;
  margin-bottom: 45px;
  margin-left: 50px;
}

.v-select:not(.normal-select) input {
  height: 72px !important;
  border-radius: 10px;
  font-family: Avenir-Medium !important;
  font-size: 16px !important;
  font-weight: 500;
}

.v-select:not(.normal-select) .open-indicator {
  bottom: 22px !important;
}

.v-select:not(.normal-select) .selected-tag {
  height: 60px !important;
  color: #ffffff !important;
  margin: 4px 1px 0px 3px !important;
  padding: 7px !important;
  line-height: 60px !important;
  border-radius: 9px !important;
  background-color: #10a5c8 !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

.v-select:not(.normal-select) .selected-tag img,
.user-select-img {
  margin-right: 16px;
}

.v-select:not(.normal-select) .dropdown-toggle {
  border-radius: 9px !important;
}

.group-settings-select-class .v-select input {
  height: 55px !important;
  font-size: 18px;
}

.group-settings-select-class .v-select input::-moz-placeholder {
  height: 55px !important;
  font-size: 20px;
}

.group-settings-select-class .v-select input::placeholder {
  height: 55px !important;
  font-size: 20px;
}

.group-settings-select-class .v-select .selected-tag {
  height: unset !important;
  color: #4b4b4d !important;
  font-family: Avenir-Medium;
  font-size: 24px;
  margin: 0 !important;
  padding-left: 15px !important;
  padding-top: 10px !important;
  line-height: unset !important;
  background-color: #fff !important;
  border: none !important;
}

.group-settings-select-class .v-select.open .selected-tag {
  opacity: 0 !important;
  padding: 0;
  margin: 0;
}

.group-settings-select-class .v-select .open-indicator {
  bottom: 15px !important;
  right: 20px !important;
}

.group-settings-select-class .v-select.open .selected-tag {
  opacity: 0 !important;
}

.group-settings-select-class .v-select ul.dropdown-menu {
  top: 50px;
  border-top: none !important;
  border-left: 1px solid #dfe1e3 !important;
  border-bottom: 1px solid #dfe1e3 !important;
  border-right: 1px solid #dfe1e3 !important;
  background-color: #fff;
}

.group-settings-select-class .v-select li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center !important;
}

.group-settings-select-class .v-select ul.dropdown-menu li {
  background-color: #fff;
}

.group-settings-select-class .v-select .selected-tag img,
.user-select-img {
  margin-right: 16px;
}

.group-settings-select-class .v-select .dropdown-toggle {
  border-radius: 10px !important;
  border: 1px solid #dfe1e3 !important;
}

.group-settings-select-class .v-select .dropdown-toggle .clear {
  bottom: 17px !important;
  right: 45px !important;
}

.select-no-clear .v-select .dropdown-toggle .clear {
  display: none;
}

.v-select:not(.normal-select) .selected-tag .close {
  float: right !important;
  margin-right: 0;
  margin-left: 15px;
  font-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-weight: 700;
  line-height: 1;
  color: #a5ecf8 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.v-select:not(.normal-select) .dropdown-menu {
  background: #fcfcfc !important;
  max-height: 240px !important;
}

.v-select:not(.normal-select) .dropdown-menu > .highlight > a {
  background-color: #10a5c8 !important;
  color: #fff;
  width: 100%;
}

.v-select:not(.normal-select) .dropdown-menu > .highlight > a > img,
.v-select .dropdown-menu > li > a > img {
  margin-right: 16px;
}

.v-select:not(.normal-select) .dropdown-menu > .active > a {
  background: #fcfcfc !important;
  color: #333 !important;
  width: 100%;
}

.v-select:not(.normal-select) .highlight .active > a {
  background-color: #10a5c8 !important;
  color: #fff;
  width: 100%;
}

.v-select:not(.normal-select) li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center !important;
}

.btnActive {
  height: 55px;
  border-radius: 5px;
  font-family: Avenir-Medium;
  font-size: 16px;
  text-align: center;
  color: #ffffff !important;
  border: none;
  outline: none;
  min-width: 120px;
  padding-left: 34px;
  padding-right: 34px;
}

.content-wrapper-no-scroll {
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 280px;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  padding-top: 25px;
  padding-left: 60px;
}

#settingsHeaderWrapper {
  position: relative;
  height: 40px;
}

#settingsHeaderWrapper .first-row {
  position: absolute;
  left: 50px;
  top: 6px;
}

.first-row img,
.first-row span {
  vertical-align: middle;
  cursor: pointer;
}

.back-btn {
  display: inline-block;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 900;
  color: #2c2d30;
  margin-top: 3px;
}

.back-btn-green {
  display: inline-block;
  font-family: Avenir-Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: center;
  margin-top: 5px;
}

.left-arrow {
  padding-right: 2px;
}

.user-profile-img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.standard-font-bg {
  font-family: Avenir-Book;
  font-size: 22px;
  color: #3a3a3a;
}

#lblUserName {
  display: inline-block;
}

.successAlert,
.failAlert {
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  font-family: Avenir-Roman;
  font-size: 17px;
  position: absolute;
  z-index: 20;
}

.failAlert {
  color: #ffffff;
  background-color: #fa6759;
}

.successAlert {
  color: #22a893;
  background-color: #beefdf;
}

.success-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 80px;
  margin-right: 15px;
}

.success-icon img {
  vertical-align: middle;
}

.icon-close {
  float: right;
  margin-right: 375px;
  cursor: pointer;
}

.icon-close-top {
  margin-top: 26px;
}

.standard-box {
  width: 300px;
  height: 55px;
  border-radius: 10px;
  border: solid 1px #dfe1e3;
  padding: 16px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 0.5rem;
}

.user-list {
  list-style: none;
  padding: 0;
  margin: 15px auto;
  max-height: 265px;
  overflow-y: auto;
  margin-left: -10px;
}

.user-list li {
  width: 320px;
  height: 70px;
  overflow: hidden;
  display: block;
  padding-left: -10px;
}

.user-list li:last-child {
  margin-bottom: 0px;
}

.user-list li:hover {
  border-radius: 10px;
  border: solid 1px #dee1e3;
}

.user-list li:hover #btnRemoveUser {
  display: block;
}

.user-list button {
  margin-top: -22px;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.user-list-group span {
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.user-list-div {
  margin-top: -12px;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.user-list-img {
  line-height: 46px;
  position: absolute;
  text-align: center;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-content {
  position: absolute;
  left: 65px;
  width: 225px;
  height: 46px;
}

.ui-content-single {
  position: absolute;
  left: 65px;
  padding-top: 10px;
  width: 225px;
  height: 46px;
}

.ui-delete {
  float: right;
  padding-right: 20px;
  margin-top: 18px;
}

#btnRemoveUser,
#btnRemoveGroup {
  height: 10px;
  width: 10px;
  display: none;
}

.ui-main {
  margin-top: 2px;
  font-family: Avenir-Roman;
  font-size: 17px;
  color: #4b4b4c;
}

.ui-main-single {
  font-family: Avenir-Roman;
  font-size: 17px;
  color: #4b4b4c;
}

.ui-sub {
  opacity: 0.6;
  font-family: Avenir-Roman;
  font-size: 12px;
  color: #4f5053;
}

/* =============
  Emoji Search Bar
============= */
.emoji-shortcuts {
  margin-left: 28px;
  min-height: 52px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(207, 208, 209, 0.6);
  border: solid 1px #e3e4e6;
  border-bottom: 0;
  width: calc(100% - 338px);
  padding: 10px 11px 8px 11px;
}

.emoji-shortcuts p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}

.emoji-search-item {
  height: 16px;
  padding: 3px 6px 4px 7px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Avenir-Book;
  font-size: 17px;
  font-weight: normal !important;
  color: #8a8d93;
  cursor: pointer;
}

.emoji-search-item span {
  position: relative;
  top: 0.2em;
}

/* =============
  Profile Card
============= */
.profile-card,
.profile-card-sm {
  width: 290px;
  background-color: #ffffff;
  text-align: center;
  padding: 25px 0 25px 0;
}

.profile-card label,
.profile-card-sm label {
  font-family: Avenir-Roman;
  font-size: 22px;
  color: #2c2d30;
  margin-bottom: 29px;
}

.profile-card input {
  margin-top: 12px;
  font-family: Avenir-Roman;
  font-size: 15px;
  color: #b7b9bd;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: normal;
}

.profile-card-min {
  min-height: 525px;
}

.profile-card-img {
  width: 88px;
  height: 88px;
  margin-top: 56px;
  margin-bottom: 17px;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-card .loader span {
  margin-left: -25px !important;
}

.profile-card-sm .loader span {
  margin-left: -25px !important;
}

.missing-img-profile-card {
  margin-left: 101px;
  text-align: center;
  background-color: #e3e4e6;
  font-family: Avenir-Medium;
  font-size: 20px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-top: 56px;
  margin-bottom: 17px;
}

.btn-active-lg,
.btn-inactive-lg,
.btn-warning-lg {
  height: 55px;
  border-radius: 5px;
  font-family: Avenir-Medium;
  font-size: 16px;
  text-align: center;
  border: none;
  outline: none;
  min-width: 360px;
}

.btn-active-lg {
  color: #ffffff !important;
}

.btn-inactive-lg,
.btnInactiveLg {
  background-color: #e3e4e6;
  color: #000000 !important;
}

.btn-warning-lg {
  background-color: #ff2c3a;
  color: #ffffff !important;
}

.btn-inactive-lg:hover {
  background-color: #cdcfd3;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btn-inactive-lg:active {
  background-color: #c3c5c9;
  box-shadow: none;
}

.div-button-grey:hover {
  background-color: #75787f;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.div-button-grey:active {
  background-color: #6b6e74;
  box-shadow: none;
}

/* =============
  Ugly Temp Loader!!
============= */
#warningGradientOuterBarG {
  height: 20px;
  width: 200px;
  border-radius: 10px;
  border: 1px solid #00d5b2;
  overflow: hidden;
  background-color: white;
  margin: auto;
  background: gradient(linear, 0% 0%, 0% 100%, from(white), to(#00d5b2));
  background: -o-gradient(linear, 0% 0%, 0% 100%, from(white), to(#00d5b2));
  background: -ms-gradient(linear, 0% 0%, 0% 100%, from(white), to(#00d5b2));
  background: -moz-gradient(linear, 0% 0%, 0% 100%, from(white), to(#00d5b2));
  background: linear-gradient(white, #00d5b2);
  background: -moz-linear-gradient(white, #00d5b2);
}

.warningGradientBarLineG {
  background-color: white;
  float: left;
  width: 14px;
  height: 117px;
  margin-right: 23px;
  margin-top: -27px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.warningGradientAnimationG {
  width: 230px;
  animation-name: warningGradientAnimationG;
  -o-animation-name: warningGradientAnimationG;
  -ms-animation-name: warningGradientAnimationG;
  -webkit-animation-name: warningGradientAnimationG;
  -moz-animation-name: warningGradientAnimationG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -37px;
  }
}

.emojis-only {
  font-size: 32px;
}

.row {
  display: flex;
  justify-content: space-between;
}

.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

#watchNow {
  height: 24px;
  border-radius: 16px;
  background-color: #00c9ab;
  font-family: Avenir-Medium;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  position: absolute;
  bottom: 4px;
  right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  user-drag: none;
}

.zero-opacity {
  opacity: 0;
}

/* TRANSLATION RELATED */
.preWrapHtml {
  display: inline-block;
}

.preWrapHtml {
  display: inline-block;
}

.html-div.pre-wrap.preWrapHtml {
  overflow-wrap: anywhere;
}

.translating {
  border-radius: 8px;
  background-color: #eaf4fa;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-animation: translating 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

#transLabel {
  margin-top: 4px;
  font-family: Avenir-Roman;
  font-size: 11px;
  color: #b7b9bd;
  font-weight: normal;
  letter-spacing: 0.7px;
}

/* EMBEDDED RELATED CSS */
.embedded {
  margin-left: -280px;
}

.embedded-msg-input-btns {
  right: 25px !important;
}

.embedded-emoji-picker {
  right: 20px !important;
}

.embedded-message-control {
  border-top-left-radius: 0px;
}

#embeddedLogo {
  position: absolute;
  left: 38px;
  bottom: 7px;
}

#embeddedLogo img {
  height: 36px;
}

#embeddedAlertBadge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding-top: 3.2px;
  background-color: #ff2c3a;
  font-family: Avenir-Medium;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 56px;
  bottom: 33px;
}

.embedded-badge-live {
  width: 36px;
  height: 18px;
  padding-top: 2px;
}

.ls-publishing {
  width: 0 !important;
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  -moz-transition-duration: all 0.75s ease;
}

.message-embedded {
  max-width: calc(100vw - 100px);
  min-width: 0 !important;
}

.position-relative {
  position: relative;
}

/* =============
  MainSettings.vue Component
============= */
.header-30 {
  font-family: Avenir-Medium;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

.header-18 {
  font-size: 18px !important;
  font-weight: bold;
}

.settings-list-small {
  overflow: auto;
  width: 100%;
}

.settings-list-small #listRow {
  padding-top: 25px;
  width: 100%;
  height: 62px;
  position: relative;
  border-bottom: solid 1px #e7e7e8;
  font-family: Avenir-Roman;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  color: #2c2d30;
  cursor: pointer;
}

.settings-list-small #playArrow {
  height: 12px;
  width: 10px;
  background-image: url("/images/common/gray-play-icon.png");
  background-size: 10px 12px;
  position: absolute;
  right: 16px;
  bottom: 25px;
}

.settings-list-small #listRow:hover {
  background-color: #f5f6f7;
}

.settings-list-small #listRow:hover #playArrow {
  background: url("/images/common/green-play-icon.png");
  background-size: 10px 12px;
}

.settings-wrapper {
  position: relative;
}

.settings-detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

#profileBackground {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: rgba(16, 199, 170, 0.4);
  z-index: 1;
  padding-top: 36px;
  color: #ffffff;
  display: none;
  cursor: pointer;
  text-align: center;
}

#userAvi:hover #profileBackground {
  display: block;
}

.settings-helper {
  font-family: Avenir-Roman;
  font-size: 14px !important;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: var(--neutral-500);
  cursor: default;
}

.inactiveMixin {
  content: '';
  position: absolute;
  display: block;
}

.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.afterAnimation {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper {
  margin: auto;
  padding: 20px;
  width: 55px;
}

.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}

.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle + label:before {
  content: '';
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.toggleWrapper input.mobileToggle + label:after {
  content: '';
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 28px;
  width: 28px;
  left: 0px;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle:checked + label:before {
  background: var(--teal-300);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}

#langDrop {
  margin-top: 10px;
  margin-bottom: 60px;
}

#otherLangDrop {
  margin-top: 10px;
  margin-bottom: 10px;
}

#instantTrans {
  margin-top: 60px;
}

#instantTrans .wrapper,
#adminUser .wrapper {
  margin-top: 10px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background-color: #f9f9f9;
  border: solid 1px #e8e8e8;
  border-radius: 8px;
}

#instantTrans .selected,
#adminUser .selected {
  background-color: rgba(16, 199, 170, 0.1);
  border: solid 1px var(--teal-300);
}

#instantTrans div > input,
#instantTrans div > div,
#adminUser div > input,
#adminUser div > div {
  display: inline-block;
}

#instantTrans input,
#adminUser input {
  margin-right: 15px;
}

#instantTrans input[type='checkbox']:checked,
#adminUser input[type='checkbox']:checked {
  background: var(--teal-300);
}

#instantTrans label:not(.css-checkbox),
#adminUser label:not(.css-checkbox) {
  margin-top: 10px;
}

#instantTrans .btnActive,
#adminUser .btnActive {
  margin-top: 60px;
}

#instantTrans .lds-spinner {
  margin-top: 44px;
}

#adminUser {
  margin-top: 20px;
}

input[type='checkbox'].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type='checkbox'].css-checkbox + label.css-label {
  padding-left: 45px;
  padding-top: 1.5px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox-small + label.css-label {
  padding-left: 45px;
  padding-top: 1.5px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

input[type='checkbox'].css-checkbox-small:checked + label.css-label {
  background-position: 0 -18px;
}

label.css-label {
  background-image: url("/images/common/pronto-checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

label.css-label-small {
  background-image: url("/images/common/pronto-checkbox.svg");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: var(--teal-300);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#textareaWrapper {
  height: 260px;
}

.required label {
  color: #f74a6c;
}

.condensed-settings {
  display: none;
}

@media screen and (max-width: 800px) {
  .app-layout {
    border-radius: 8px !important;
    grid-template-columns: 0 1fr;
  }
  .header {
    border-radius: 10px !important;
  }
  .thread-header {
    left: 0 !important;
  }
  .condensed-settings {
    display: block;
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 1;
  }
  .message-control {
    border-top-right-radius: 10px;
  }
  #settingsWrapper {
    left: 0 !important;
  }
  #settingsHeaderWrapper .back-btn-green {
    display: none !important;
  }
  #settingsHeaderWrapper .first-row {
    left: 30px !important;
  }
  .stacked .messagemedia-img {
    margin-top: 25px !important;
  }
  .lsMessageWrapper {
    width: 400px !important;
  }
  .message-alert-wrapper {
    left: 20px !important;
  }
  .emoji-shortcuts {
    margin-left: unset !important;
    width: unset !important;
  }
  .content-wrapper {
    left: 0 !important;
    width: 95% !important;
    padding-left: 20px !important;
  }
  .is-active .hamburger-inner {
    padding-left: 2px !important;
  }
  .alert-badge-round {
    right: 30px !important;
  }
  .forward-group-list {
    max-height: 300px !important;
  }
  .forward-card {
    width: 480px !important;
    top: 5% !important;
    left: 5% !important;
    margin-top: unset !important;
    margin-left: unset !important;
    max-height: 500px !important;
  }
  .side-menu-header,
  #dotMenu {
    display: none;
  }
  .side-menu-header,
  .side-menu {
    opacity: 0;
    background-color: #fff;
  }
  .groupListTitle {
    background-color: unset !important;
  }
  .message {
    min-width: 400px;
  }
  #unclaimedTasksButton {
    right: 48px !important;
  }
  .error-wrapper {
    left: 78px !important;
    right: 0 !important;
  }
  .group-title .noSelect {
    overflow: hidden;
    white-space: nowrap;
    width: 307px;
    text-overflow: ellipsis;
  }
  #dmActivity {
    margin-top: -10px;
  }
  .header,
  .messages,
  .message-footer,
  .loading-bar,
  .loading-bar:before {
    width: 100vw !important;
  }
  #messagebox {
    width: calc(100% - 200px) !important;
  }
  .textarea-size {
    width: calc(100% - 190px) !important;
  }
  .message-wrapper,
  .message-container {
    min-width: 200px !important;
  }
  .messagemedia-img {
    max-height: 300px !important;
    width: auto;
  }
  .sidebar-menu,
  .responsive-alert-badge {
    display: block !important;
  }
  .side-menu {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition-duration: none !important;
  }
  .hamburger {
    z-index: 3;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner:after,
  .hamburger .hamburger-inner:before {
    background-color: #949598 !important;
    height: 2px;
    width: 30px !important;
  }
  .hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(1) !important;
  }
  .hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(1) !important;
  }
  .hamburger.is-active:hover,
  .hamburger:hover {
    opacity: 1 !important;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: #36c6ab !important;
  }
  .hamburger.is-active:hover .hamburger-inner,
  .hamburger.is-active:hover .hamburger-inner:after,
  .hamburger.is-active:hover .hamburger-inner:before,
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner:before,
  .hamburger:hover .hamburger-inner:after {
    background-color: #67686a !important;
  }
  .dropzone-area {
    left: 0 !important;
  }
  .delete-message-modal {
    width: 290px !important;
    padding-bottom: 25px !important;
    position: absolute !important;
    top: 65% !important;
    left: 50% !important;
    margin-top: -240px !important;
    margin-left: -145px !important;
    border-radius: 15px !important;
    background-color: #fff !important;
    box-shadow: 0 8px 24px 0 #595959 !important;
    text-align: center !important;
    min-height: 300px !important;
  }
  .upload-title,
  .upload-title-2 {
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.7;
  }
  .delete-message-modal-cancel,
  .delete-message-modal-delete {
    height: 45px !important;
    width: 110px !important;
    font-family: Avenir-Heavy !important;
    font-size: 14px !important;
  }
  .btn-remove {
    margin-left: 8px !important;
  }
  .main-loading-panel span {
    top: 40vh !important;
    left: 48vw !important;
    margin: unset !important;
  }
}

@media screen and (max-height: 500px) {
  .pronto-terms-image {
    display: none;
  }
}

.full-sidebar {
  width: 100vw !important;
  opacity: 1 !important;
}

.hide-chat {
  display: none;
}

.button-with-icon {
  padding-top: 5px;
}

.button-with-icon img {
  margin-right: 12px;
}

.button-with-icon span {
  margin-top: 5px;
  vertical-align: top;
}

#squareScreenShareIcon {
  width: 24px;
  height: 18px !important;
  left: calc(50% - 12px);
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.embedded-background {
  background-color: #ffffff;
}

.opacity-enter-active,
.opacity-leave-active {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
}

.opacity-enter,
.opacity-leave-to {
  opacity: 0;
}

.scale-in-ver-center {
  animation: scale-in-ver-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-ver-center {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.scale-out-vertical {
  animation: scale-out-vertical 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes scale-out-vertical {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 1;
  }
}

.scale-enter-active {
  animation: scale-in-center 0.3s ease-in both;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.scale-leave-active {
  animation: scale-out-center 0.3s ease-out both;
}

@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}

.online-icon-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
  transition-timing-function: cubic-bezier(1, 0, 0.32, 1.5);
}

.online-icon-leave-active {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.slide-in-right {
  animation: slide-in-right 0.3s ease-in-out both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-out-right {
  animation: slide-out-right 0.3s ease-in-out both;
}

@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px);
    opacity: 0;
  }
}

.select {
  width: 225px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  border-radius: 2px;
}

.select_expand {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.select_expand::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #3e3e3e;
  font-size: 28px;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  opacity: 0.6;
}

.select_expand:hover::after {
  opacity: 1;
}

.select_expand:checked::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}

.select_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.select_close {
  display: none;
}

.select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #2fb5d1;
  border-radius: 2px;
  padding-top: 40px;
}

.select_input {
  display: none;
}

.select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 1.2rem;
  line-height: 40px;
  overflow: hidden;
  color: #3e3e3e;
  background-color: #fff;
  cursor: pointer;
  padding-left: 20px;
}

.select_label-placeholder {
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: transparent;
}

.select_expand:checked + .select_closeLabel {
  display: block;
}

.select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
}

.select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #f7f7f7;
}

.select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}

.select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
}

/* WRAPPER RELATED CSS */
.wrapper-textarea-size {
  width: calc(100% - 165px) !important;
}

.pronto-blue-pill-btn,
.pronto-red-pill-btn,
.pronto-gray-pill-btn {
  border-radius: 20px;
  background-color: var(--blue-300);
  font-family: Avenir-Heavy;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 2px;
}

.pronto-blue-pill-btn:hover {
  background-color: #2a92d0;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.pronto-blue-pill-btn:active {
  background-color: #2786bf;
  box-shadow: none;
}

.pronto-red-pill-btn {
  background-color: #d3485a;
  outline: 0;
}

.pronto-red-pill-btn:hover {
  background-color: #c32f42;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.pronto-red-pill-btn:active {
  background-color: #b32b3d;
  box-shadow: none;
}

.pronto-red-pill-btn::-moz-focus-inner {
  border: 0;
}

.pronto-gray-pill-btn {
  background-color: #e2e4e6;
}

.pronto-gray-pill-btn:hover {
  background-color: #ccd0d3;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.pronto-gray-pill-btn:active {
  background-color: #c1c5ca;
  box-shadow: none;
}

.error-border-color-country > .select-country-container input {
  border: solid 1px red !important;
}

.phone-no-pointer-events * {
  pointer-events: none !important;
}

.blue-pill-component-wrapper:hover #pillButton,
.blue-pill-component-wrapper:hover #innerPillButton,
.blue-pill-component-wrapper:hover #pillSpinner {
  background-color: #2a92d0 !important;
}

.blue-pill-component-wrapper:hover #pillButton {
  border: solid 2px #2a92d0 !important;
}

.blue-pill-component-wrapper:hover {
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3) !important;
}

.blue-pill-component-wrapper:active #pillButton,
.blue-pill-component-wrapper:active #innerPillButton,
.blue-pill-component-wrapper:active #pillSpinner {
  background-color: #2786bf !important;
}

.blue-pill-component-wrapper:active #pillButton {
  border: solid 2px #2786bf !important;
}

.inactive-pill-component-wrapper:hover #pillButton,
.inactive-pill-component-wrapper:hover #innerPillButton,
.inactive-pill-component-wrapper:hover #pillSpinner {
  background-color: #cfd0d2 !important;
}

.inactive-pill-component-wrapper:hover #pillButton {
  border: solid 2px #cfd0d2 !important;
}

.inactive-pill-component-wrapper:hover {
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3) !important;
}

.inactive-pill-component-wrapper:active #pillButton,
.inactive-pill-component-wrapper:active #innerPillButton,
.inactive-pill-component-wrapper:active #pillSpinner {
  background-color: #c4c5c7 !important;
}

.inactive-pill-component-wrapper:active #pillButton {
  border: solid 2px #c4c5c7 !important;
}

#categorySelect {
  height: 55px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border-radius: 10px;
}

#categorySelect input {
  height: 55px;
  border-radius: 10px;
  border: solid 1px #dfe1e3;
  padding: 16px;
  margin-right: 20px;
  margin-top: 0.5rem;
  font-family: Avenir-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f5053;
}

#categorySelect input::-moz-placeholder {
  color: #e2e4e6;
}

#categorySelect input::placeholder {
  color: #e2e4e6;
}

#categorySelect .cursor-pointer {
  top: 8px;
}

.user-search-list-detail-li:hover mark {
  background: #f7f8f8 !important;
}

.org-reports-list-status-download:hover {
  background-color: #01b194 !important;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.org-reports-list-status-download:active {
  background-color: #019d83 !important;
  box-shadow: none;
}

.announcement-send-button:hover {
  background-color: #2a92d0 !important;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.announcement-send-button:active {
  background-color: #2786bf !important;
  box-shadow: none;
}

.announcement-send-button:hover #smallLoadingSpinner {
  background-color: #2a92d0 !important;
}

.announcement-send-button:active #smallLoadingSpinner {
  background-color: #2786bf !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.login-container {
  background: var(--teal-300);
}

.btn-submit {
  background-color: #00d5b3;
}

.btn-submit:hover {
  background-color: #00ac91;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btn-submit:active {
  background-color: #009880;
  box-shadow: none;
}

.term-links,
#noPhone,
#noEmail {
  color: #00d5b3 !important;
}

textarea {
  caret-color: #00d5b3;
}

.emojifirstitem {
  background-color: #10c8aa;
  border-radius: 8px;
  color: #ffffff;
}

.message-alert {
  height: 40px;
  border-radius: 4px;
  background-image: linear-gradient(268deg, #00d5b3, #31ded4);
  font-family: Avenir-Medium;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
}

.message-alert input {
  margin-top: 5px;
  padding-right: 15px;
}

.pronto-green,
.pronto-link-button {
  color: var(--teal-300) !important;
}

.normal-select .dropdown-menu > .highlight > a {
  background-color: var(--teal-300) !important;
}

.btnActive {
  background-color: var(--teal-300);
}

.btnActive:hover {
  background-color: #00b194;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btnActive:active {
  background-color: #009d83;
  box-shadow: none;
}

.group-list-user li:hover .gi-main {
  color: #10cbaa;
}

.back-btn-green {
  color: var(--teal-300);
}

.user-list li:hover .ui-main {
  color: #10cbaa;
}

.btn-active-lg {
  background-color: var(--teal-300);
}

.btn-active-lg:hover {
  background-color: #00b194;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.btn-active-lg:active {
  background-color: #009d83;
  box-shadow: none;
}

.div-button-green:hover {
  background-color: #00b194;
  box-shadow: 0 2px 4px 0 rgba(45, 92, 120, 0.3);
}

.div-button-green:active {
  background-color: #009d83;
  box-shadow: none;
}

.lds-spinner {
  color: var(--teal-300);
}

.lds-spinner div:after {
  background: var(--teal-300);
}

.pronto-home-online-indicator {
  background-color: #10c7aa;
  height: 15px;
  width: 15px;
  border: 3px solid #f2f4f5;
  border-radius: 50%;
  position: absolute;
  top: 37.5px;
  left: 44px;
}


/*# sourceMappingURL=pronto.css.map*/