﻿#ShareManualPopupLayout,
#ShareNewTagPopupLayout,
#WhatsAppPopupLayout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2003;
  background-color: rgba(30, 0, 50, 0.5);
  display: none;
}
#ShareManualPopup {
  z-index: 2004;
  position: fixed;
  top: 0;
  right: 20px;
  padding: 0;
  border-radius: 10px;
  text-align: center;
  pointer-events: none;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
#ShareManualPopup #ContentImage {
  max-height: 80vh;
  max-width: 70vw;
  pointer-events: none;
}
#ShareManualPopup #ShareManualButton {
  position: absolute;
  left: 50%;
  top: 45%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ShareManualPopup #ShareManualLink {
  position: absolute;
  left: 50%;
  top: 38%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 0 5px;
  text-align: center;
  height: 4%;
  min-height: 24px;
  background-color: #dcdcc8;
}
.SharePopup .Title {
  color: #00ADEE;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.SharePopup .SubTitle {
  color: #a5a5a5;
  font-size: 16px;
  margin-bottom: 20px;
}
.SharePopup .CloseButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
.SharePopup .CloseButton .fas {
  font-size: 30px;
  margin-top: 20px;
  line-height: 20px;
  color: #aeaeae;
}
#ShareNewTagPopupLayout {
  z-index: 2005;
}
#ShareNewTagPopup {
  z-index: 2006;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 600px;
  max-width: 80%;
}
#ShareNewTagPopup .PopupHeader {
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  line-height: 30px;
  position: relative;
  background-color: #f0f0f0;
}
#ShareNewTagPopup .PopupHeader .CloseIcon {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #aeaeae;
}
#ShareNewTagPopup .PopupHeader .PopupTitle {
  color: #000;
}
#ShareNewTagPopup .PopupContent {
  padding: 20px;
}
#ShareNewTagPopup .PopupContent .FieldTitle {
  font-weight: 500;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 21px;
}
#ShareNewTagPopup .PopupContent input,
#ShareNewTagPopup .PopupContent textarea {
  border: 1px solid #e1e1e1;
  max-width: none;
  outline: none;
}
#ShareNewTagPopup .PopupContent input {
  border-radius: 5px;
  height: 32px;
  background-color: #f8f8f8;
  width: 100%;
}
#ShareNewTagPopup .PopupContent textarea {
  border-radius: 5px;
  height: 120px;
  background-color: #f8f8f8;
  width: 100%;
  resize: none;
}
#ShareNewTagPopup .PopupContent .ButtonsWrapper {
  text-align: right;
  margin-top: 20px;
}
#ShareNewTagPopup .PopupContent .ButtonsWrapper button {
  width: 140px;
  height: 40px;
  margin: 0;
  font-size: 14px;
  min-width: 0;
}
#ShareNewTagPopup .PopupContent .ButtonsWrapper button.CancelButton {
  margin-right: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  min-width: 60px;
  padding: 4px 10px;
}
#ShareNewTagPopup .PopupContent .ButtonsWrapper button.SubmitButton {
  background-color: #1ca5f6;
  color: #fff;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  min-width: 60px;
  padding: 4px 10px;
}
#ShareButtonPopup {
  z-index: 2004;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  color: #787878;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 45px 20px 30px;
  -moz-transition: top .4s ease;
  -o-transition: top .4s ease;
  -webkit-transition: top .4s ease;
  transition: top .4s ease;
}
#ShareButtonPopup .ShareActionsWrapper {
  font-size: 0;
  text-align: center;
}
#ShareButtonPopup .ShareActionsWrapper .SquareBox {
  position: relative;
  display: inline-block;
}
#ShareButtonPopup .ShareActionsWrapper .SquareBox::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
#ShareButtonPopup .ShareActionsWrapper .FASquareBox {
  position: relative;
  display: inline-block;
}
#ShareButtonPopup .ShareActionsWrapper .FASquareBox::before {
  padding-bottom: 100%;
  display: block;
}
#ShareButtonPopup .ShareActionsWrapper .FASquareBox::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy {
  display: inline-block;
  font-size: 12px;
  width: 21%;
  margin: 2.66%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton:nth-child(4n),
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy:nth-child(4n) {
  margin-right: 0;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton:nth-child(4n+1),
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy:nth-child(4n+1) {
  margin-left: 0;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i {
  font-size: 26px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i::before,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-whatsapp,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-whatsapp {
  color: #fff;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-whatsapp::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-whatsapp::after {
  background-color: #25d366;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-weixin,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-weixin {
  color: #fff;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-weixin::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-weixin::after {
  background-color: #25d366;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-twitter,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-twitter {
  color: #fff;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-twitter::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-twitter::after {
  background-color: #00ACEE;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-line,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-line {
  color: #fff;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-line::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-line::after {
  background-color: #00C300;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-facebook-f,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-facebook-f,
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-facebook-messenger,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-facebook-messenger {
  color: #fff;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-facebook-f::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-facebook-f::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButton i.fa-facebook-messenger::after,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy i.fa-facebook-messenger::after {
  background-color: #3B5998;
}
#ShareButtonPopup .ShareActionsWrapper .ActionButton label,
#ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy label {
  margin-top: 5px;
}
#ShareButtonPopup.Open {
  top: 0;
}
@media (min-width: 600px) {
  #ShareButtonPopup .ShareActionsWrapper .ActionButton,
  #ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy {
    width: 125px;
    margin: 16px;
  }
  #ShareButtonPopup .ShareActionsWrapper .ActionButton:nth-child(4n),
  #ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy:nth-child(4n) {
    margin-right: 16px;
  }
  #ShareButtonPopup .ShareActionsWrapper .ActionButton:nth-child(4n+1),
  #ShareButtonPopup .ShareActionsWrapper .ActionButtonCopy:nth-child(4n+1) {
    margin-left: 16px;
  }
}
#ShareClonableObjects {
  display: none;
}
#WhatsAppPopup {
  z-index: 2004;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  color: #787878;
  pointer-events: all;
  -moz-transition: top .4s ease;
  -o-transition: top .4s ease;
  -webkit-transition: top .4s ease;
  transition: top .4s ease;
  background-color: #fff;
}
#WhatsAppPopup .GoLogin {
  margin-top: 10px;
}
#WhatsAppPopup .GoLogin a {
  color: #00adee;
}
#WhatsAppPopup #BackLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  padding: 45px 20px 30px;
  pointer-events: none;
  -moz-transition: opacity .4s 1s;
  -o-transition: opacity .4s 1s;
  -webkit-transition: opacity .4s 1s;
  transition: opacity .4s 1s;
}
#WhatsAppPopup #FrontLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 20px 65px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transition: opacity .4s 1s;
  -o-transition: opacity .4s 1s;
  -webkit-transition: opacity .4s 1s;
  transition: opacity .4s 1s;
}
#WhatsAppPopup .GoWhatsApp {
  color: #F7981C;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
#WhatsAppPopup .GoWhatsApp i {
  vertical-align: middle;
}
#WhatsAppPopup .RedirectCounter {
  font-size: 16px;
  color: #E1E1E1;
  margin-top: 20px;
}
#WhatsAppPopup input[type=tel],
#WhatsAppPopup input[type=text] {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 5px 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  border: 1px solid #e1e1e1;
}
#WhatsAppPopup input[type=button] {
  width: calc(50% - 5px);
  max-width: 200px;
  background: transparent;
  border: 1px solid #979797;
  padding: 6px 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
#WhatsAppPopup input[type=button].Blue {
  color: #fff;
  background-color: #00adee;
}
#WhatsAppPopup.Open {
  top: 0;
}
#WhatsAppPopup.Submitted #BackLayer {
  pointer-events: all;
  opacity: 1;
}
#WhatsAppPopup.Submitted #FrontLayer {
  pointer-events: none;
  opacity: 0;
}
#WhatsAppPopup .TagsWrapper {
  border: 1px solid #e1e1e1;
  min-height: 40px;
  margin: 5px 0;
  position: relative;
}
#WhatsAppPopup .TagsWrapper .DropDownIcon {
  line-height: 30px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  float: right;
}
#WhatsAppPopup .TagsWrapper .TagItem {
  display: inline-block;
  height: 26px;
  border: 1px solid #161922;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
  margin: 5px 0 0 5px;
}
#WhatsAppPopup .TagsWrapper .TagItem .Tag {
  color: #141929;
  vertical-align: middle;
  display: inline-block;
  line-height: 25px;
  padding: 0 5px;
  outline: none;
}
#WhatsAppPopup .TagsWrapper .TagItem .DeleteTag {
  display: inline-block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #161922;
}
#WhatsAppPopup .TagsWrapper .TagListDropDown {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  min-height: 100px;
  max-height: 30vh;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
#WhatsAppPopup .TagsWrapper .TagListDropDown .TagListItem input[type=checkbox] {
  vertical-align: middle;
}
#WhatsAppPopup .TagsWrapper .TagListDropDown .TagListItem .TagLabel {
  vertical-align: middle;
}
#WhatsAppPopup .TagsWrapper.Open .DropDownIcon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#WhatsAppPopup .TagsWrapper.Open .TagListDropDown {
  display: block;
}
#WhatsAppPopup .CreateTag {
  color: #1CA5F6;
  cursor: pointer;
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#ShareContactPopup {
  z-index: 2004;
  position: fixed;
  top: 70px;
  right: 70px;
  padding: 0;
  border-radius: 10px;
  text-align: center;
  display: none;
}
#AddToHomePopup {
  z-index: 2005;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #000;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  padding: 30px;
}
#AddToHomePopup .CloseIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(https://vvin.com/vvin2/common/images/close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
#AddToHomePopup img {
  width: 24px;
}
#AddToHomePopup .Title {
  font: inherit;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 1rem;
}
.ShareButtonsWrapper {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
.ShareButtonsWrapper button:not(:last-child),
.ShareButtonsWrapper input[type=button]:not(:last-child) {
  margin-right: 10px;
}
#ShareDrawer {
  position: fixed;
  left: 100%;
  bottom: 10%;
  height: 200px;
  width: calc(100% - 20px);
  font-family: Arial;
  font-size: 18px;
  text-align: center;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
  z-index: 2000;
  pointer-events: all;
}
#ShareDrawer.Open {
  left: 20px;
}
#ShareDrawer.AutoHide {
  left: 100% !important;
}
#ShareDrawer #CloseButton {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2001;
  background: center center no-repeat;
  background-size: contain;
  display: inline-block;
}
#ShareDrawer #ShareText {
  position: absolute;
  right: 36%;
  width: 100px;
  height: 10px;
  background: center center no-repeat;
  background-size: contain;
  display: inline-block;
  font-weight: 700;
  color: #434344;
}
#ShareDrawer #ToggleButtons {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100%;
  width: 20px;
  color: #fff;
  cursor: pointer;
}
#ShareDrawer #ToggleButtons .VerticalText {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotate(-90deg) translate(-110%, -50%);
  -ms-transform: rotate(-90deg) translate(-110%, -50%);
  -o-transform: rotate(-90deg) translate(-110%, -50%);
  -webkit-transform: rotate(-90deg) translate(-110%, -50%);
  transform: rotate(-90deg) translate(-110%, -50%);
}
#ShareDrawer #ToggleButtons #MenuButton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #646464;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url(https://vvin.com/app/share/images/menu-text.png);
  background-repeat: no-repeat;
  background-position: center;
}
#ShareDrawer #ActionButtons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  color: #228F85;
  font-size: 20px;
}
#ShareDrawer #ActionButtons #UpperActions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  text-align: center;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper {
  height: 75px;
  width: 264px;
  border-radius: 5px;
  display: inline-block;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper #WAForward {
  padding-top: 24px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #E1E1E1;
  height: 100%;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper #WAForward .fab {
  vertical-align: middle;
  font-size: 30px;
  margin-left: -20px;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper #WAForward .WAText {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper #WAForward .WAText label {
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: #a5a5a5;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper #WAForward i.fas {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  line-height: 75px;
  color: #e1e1e1;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper .ActionButton.ContactsButton {
  display: none;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable {
  position: relative;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable #WAForward {
  width: 73%;
  height: 100%;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable #WAForward .fab {
  font-size: 24px;
  margin-left: -10px;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable #WAForward .WAText {
  font-size: 14px;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable #WAForward .WAText label {
  font-size: 10px;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable #WAForward i.fas {
  right: 0;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable .ActionButton.ContactsButton {
  position: absolute;
  display: block;
  top: 0;
  left: 75%;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #E1E1E1;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable .ActionButton.ContactsButton .Text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable .ActionButton.ContactsButton .Text i.fas {
  font-size: 24px;
  color: #a5a5a5;
  display: block;
}
#ShareDrawer #ActionButtons #UpperActions .UpperActionWrapper.ContactButtonAvailable .ActionButton.ContactsButton .Text label {
  font-size: 12px;
  font-weight: 300;
  color: #a5a5a5;
  display: block;
  margin-top: 5px;
  cursor: inherit;
}
#ShareDrawer #ActionButtons #LowerActions {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper {
  height: 66px;
  width: 264px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #E1E1E1;
  display: inline-block;
  font-size: 0;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper .ActionButton {
  position: relative;
  cursor: pointer;
  width: 25%;
  display: inline-block;
  height: 100%;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper .ActionButton .Text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper .ActionButton .Text i.fas {
  font-size: 24px;
  color: #a5a5a5;
  display: block;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper .ActionButton .Text label {
  font-size: 12px;
  font-weight: 300;
  color: #a5a5a5;
  display: block;
  margin-top: 5px;
  cursor: inherit;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper .ActionButton:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
#ShareDrawer #ActionButtons #LowerActions .LowerActionWrapper.ShortWidth .ActionButton {
  width: 33.33%;
}
#ShareDrawer #ActionButtons .ActionButton1 {
  cursor: pointer;
  width: 50px;
  height: 100px;
  background: center center no-repeat;
  background-size: contain;
  border-radius: 0;
  display: inline-block;
}
#ContactButton,
#HomeButton {
  margin-top: 20px;
  margin-right: 50px;
  margin-left: 50px;
}
.div-left {
  width: 40%;
  float: left;
  margin: 0;
  bottom: 0;
  background-image: url(https://vvin.com/app/share/images/menu-home.png);
  background-repeat: no-repeat;
}
.div-right {
  width: 60%;
  height: 100%;
  float: right;
  margin: 0;
  background-image: url(https://vvin.com/app/share/images/menu-contacts.png);
  background-repeat: no-repeat;
}
