.pushcrew-modal-box {
  display: none;
  position: fixed !important;
  z-index: 1000;
  width: 70%;
  top: calc(50% - 140px) !important;
  left:calc(50% - 140px) !important;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  text-align: center;
  color: #7a7979;
  font-family: Roboto Regular;
  font-size: 16px;
}
.pushcrew-https-branding-modal-box{
  position: fixed !important;
  z-index: 2147483646;
  padding:5px 16px;
  top: 0 !important;
  right:0 !important;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  opacity:0.65;
  border-radius: 2px;
}
.pushcrew-https-branding-modal-clicked-box{
  position: fixed !important;
  z-index: 2147483646;
  padding:5px 16px;
  bottom: 0 !important;
  right:10px !important;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  opacity:0.65;
  border-radius: 2px;
}
.pushcrew-https-branding-modal-context-box{
  position: fixed !important;
  z-index: 2147483646;
  bottom: 0 !important;
  left:0 !important;
  background: #000;
  text-align: left;
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  opacity:0.78;
  height: 120px;
  border-radius: 2px;
  width:100%;
}
.pushcrew-https-branding-modal-mobile-box{
  position: fixed !important;
  z-index: 2147483646;
  bottom: 30% !important;
  left:0 !important;
  background: #000;
  text-align: center;
  color: #fff;
  padding:10px 0;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  opacity:0.78;
  border-radius: 2px;
  width:100%;
}
.pushcrew-https-branding-modal-mobile-click-box{
  position: fixed !important;
  z-index: 2147483646;
  bottom: 0 !important;
  left:0 !important;
  background: #000;
  text-align: center;
  color: #fff;
  padding:10px 0;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  opacity:0.78;
  border-radius: 2px;
  width:100%;
}
.pushcrew-https-branding-modal-box img{
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
}
.pushcrew-https-branding-modal-body span{
  vertical-align: middle;
  color:#fff;
}
.pushcrew-https-branding-modal-clicked-box img{
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
}
.pushcrew-https-branding-modal-clicked-body span{
  vertical-align: middle;
  color:#fff;
}

.pushcrew-https-branding-modal-mobile-box img{
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
}
.pushcrew-https-branding-modal-mobile-body span{
  vertical-align: middle;
  color:#fff;
}

.pushcrew-https-branding-modal-mobile-click-box img{
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
}
.pushcrew-https-branding-modal-mobile-click-body span{
  vertical-align: middle;
  color:#fff;
}

.pushcrew-https-branding-modal-context-body .pushcrew-context{
  text-align: center;
  padding-left: 30px;
  padding-right:30px;
  margin-top: 30px;
}

.pushcrew-https-branding-modal-context-body .pushcrew-context img {
  vertical-align: middle;
}
.pushcrew-https-branding-modal-context-body .pushcrew-context p {
  display: inline-block;
  vertical-align: middle;
  font-size:20px;
  padding-left:20px;
  margin: 0px;
  max-width: calc(90% - 80px);
  text-align: left;
  line-height: 24px;
  font-weight: 100;
}

.pushcrew-https-branding-modal-context-body .pushcrew-branding{
  position: fixed;
  bottom: 2px;
  text-align: right;
  right: 18px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
}
.pushcrew-https-branding-modal-context-body .pushcrew-branding img{
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
}
.pushcrew-https-branding-modal-context-body .pushcrew-branding span{
  vertical-align: middle;
  color:#fff;
}
.pushcrew-https-branding-modal-box:hover a.pushcrew-https-branding-close{
  visibility: visible;
}
.pushcrew-https-branding-modal-clicked-box:hover a.pushcrew-https-branding-clicked-close{
  visibility: visible;
}
.pushcrew-modal-box .pushcrew-modal-body { padding: 1em 1.5em; }

.pushcrew-modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
}

a.pushcrew-close {
  line-height: 1;
  font-size: 1.4em;
  font-weight: 400;
  position: absolute;
  top: 4%;
  right: 4%;
  text-decoration: none;
  color: #bbb;
  z-index: 99999999;
}

a.pushcrew-close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

a.pushcrew-https-branding-close {
  visibility: hidden;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  position: absolute;
  top: 25%;
  right: 2%;
  text-decoration: none;
  color: #fff;
  z-index: 2147483647;
  opacity: 0.7;
}
a.pushcrew-https-branding-clicked-close {
  visibility: hidden;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  position: absolute;
  top: 15%;
  right: 2%;
  text-decoration: none;
  color: #fff;
  z-index: 2147483647;
  opacity: 0.7;
}
a.pushcrew-https-branding-context-close{
  line-height: 1;
  font-size: 2.2em;
  font-weight: 100;
  position: absolute;
  top: 8%;
  right: 1%;
  text-decoration: none;
  color: #fff;
  z-index: 2147483647;
  opacity: 0.7;
}
a.pushcrew-https-branding-mobile-close {
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  position: absolute;
  top: 25%;
  right: 2%;
  text-decoration: none;
  color: #fff;
  z-index: 2147483647;
  opacity: 0.7;
}
a.pushcrew-https-branding-mobile-click-close {
  line-height: 1;
  font-size: 1.2em;
  font-weight: 400;
  position: absolute;
  top: 25%;
  right: 2%;
  text-decoration: none;
  color: #fff;
  z-index: 2147483647;
  opacity: 0.7;
}
@media (min-width: 32em) {
  .pushcrew-modal-box { width: 30%;   top: calc(50% - 150px) !important;
  left:calc(50% - 150px) !important;}
}

/*Unsubscribe from notification after notification click*/
.pushcrew-unsubscribe{
  color:white !important;
  padding-bottom:2px !important;
  display:inline-block !important;
  text-decoration: underline !important;
}
.pushcrew-unsubscribe-response{
  color:white !important;
  padding-bottom:2px !important;
  display:inline-block !important;
}
.pushcrew-unsubscribe-response a{
  color: white !important;
  text-decoration: underline !important;
}
.pushcrew-unsubscribe-response a:hover{
  color: white !important;
  text-decoration: underline !important;
}