
body {
  background: #fff;
  margin: auto;
  font-family: Raleway, sans-serif;
  height: 100%;
}

.card-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 100vh;
}

.card-content{
  min-height: calc(100% - 220px);
}

.card-wrapper .card-row {
  margin: 0;
  flex-wrap: nowrap;
  margin-left: 13px;
}

.img-wrap{
  padding-top: 25px;
  padding-bottom: 10px;
}

.img-body{
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.card-wrapper .card-bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
}

@media (min-width: 768px) {
  .card-wrapper .card-bg{
    width: 50%;
  }
}

.card-header {
  color: gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background-color: transparent;
  border-bottom: none;
}

.card-header .profile {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.card-header .bio {
  margin-top: 10px;
  font: 400 16px/1.5;
  word-break: break-all;
  text-align: center;
}

.card-header .desc {
  font-size: 12px;
  word-break: break-all;
  text-align: center;
}

.card-body-s {
  overflow-y: auto;
}
.card-body-s.temp2{
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  justify-content: flex-start;
}
.card-body-s .card-col {
  padding: 2px;
}
.card-body-s .card-button {
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
}
.card-body-s .card-button1 {
  border-radius: 5px;
  min-height: 220px;
  padding: 0px;
}
.button1-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-auto-flow: row;
}
.card-body-s .card-button2 {
  min-height: 80px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.card-body-s .card-button3 {
  height: 80px;
  margin-bottom: 10px;
}
.card-button .link {
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-items: center;
  align-items: center;
  -moz-box-align: center;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.card-button1 .link{
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-items: center;
  align-items: center;
  -moz-box-align: center;
  border-radius: 5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 10px !important;
  text-decoration: none;
}
.card-button2 .link{
  width: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-items: center;
  align-items: center;
  -moz-box-align: center;
  cursor: pointer;
  padding: 10px !important;
  justify-content: space-between;
  border-radius: 5px;
  text-decoration: none;
}
.card-button3 .link {
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  -moz-box-align: center;
  padding: 10px 0;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid;
  text-decoration: none;
}

.card-button .link:hover,.card-button1 .link:hover,.card-button2 .link:hover,.card-button3 .link:hover {
  text-decoration: none;
}
.card-button1 .btn-icon{
  text-align: center;
  font-size: 25px;
  margin-bottom: 5px;
}
.card-button2 .btn-icon{
  font-size: 25px;
  min-width: 60px;
}
.card-button .btn-icon,.card-button3 .btn-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
}

.btn-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px !important;
  font-size: 25px;
  /* line-height: 0; */
}

.card-button1 .btn-name{
  text-align: center;
  overflow: unset !important;
  white-space: break-spaces;
  text-overflow: ellipsis;
  padding-left: 0px;
  /* text-transform: uppercase; */
}
.card-button2 .btn-name{
  white-space: unset;
}
.card-button .btn-name,.card-button3 .btn-name {
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* text-transform: uppercase; */
}
.card-button2 .btn-name{
  white-space: normal;
}
.btn-name {
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* text-transform: uppercase; */
}
.custom-btn-icon {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
}

.card-footer {
  border: none;
  padding: 2px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  color: #000;
  margin: 0 auto;
}
.footer-adv{
  padding: 10px 20px;
  border-radius: 2rem;
  background: #fff;
  width: fit-content;
  opacity: 0.9;
  text-decoration: none !important;
  margin: 0 auto;
  color: #000;
  cursor: pointer;
  user-select: none;
}
.footer-adv:hover{
  text-decoration: none !important;
  color: #000;
}

@media (max-width: 1024px) {
  .card-body-s {
    padding: 0px 25px;
  }
  .card-button,.card-button3 {
    margin-bottom: 10px!important;
    height: 70px!important;
  }
  
  .btn-icon{
    font-size: 24px !important;
  }
  
  .card-row {
    margin-left: 0px !important;
  }
}

/* Twitter */
a.twitter {
  background: #65acc8;
  background: linear-gradient(#65acc8, #4586ae);
  color: rgb(255, 255, 255);
  
}

/* Facebook */
a.facebook {
  background: #4669ab;
  background: linear-gradient(#4669ab, #304886);
  color: rgb(255, 255, 255);
  
}

/* Youtube */
a.youtube {
  background: linear-gradient(#ff0000, #4C2030);
  color: rgb(255, 255, 255);
  
}

/* Linkedin */
a.linkedin {
  background: linear-gradient(#0077b5, #0da4e0);
  color: rgb(255, 255, 255);
  
}

/* Instagram */
a.instagram {
  background: linear-gradient(#405de6, #c13584, #fd1d1d);
  color: rgb(255, 255, 255);
  
}

/* Whatsapp */
a.whatsapp {
  background: linear-gradient(#075e54, #075e08);
  color: rgb(255, 255, 255);
  
}

/* Pinterest */
a.pinterest {
  background: linear-gradient(#bd081c, #bd084f);
  color: rgb(255, 255, 255);
  
}

/* Wechat */
#wechat.wechat {
  background: linear-gradient(#03b20f,#03b20f);
  color: rgb(255, 255, 255);
  
  cursor: pointer;
}

/* Line */
a.line {
  background: linear-gradient(#02af02, #00c300);
  color: rgb(255, 255, 255);
  
}

/* Tumblr */
a.tumblr {
  background: linear-gradient(#35465c, #35468A);
  color: rgb(255, 255, 255);
  
}

/* Skype */
a.skype {
  background: linear-gradient(#00aff0, #AAFFFF);
  color: rgb(255, 255, 255);
  
}

/* Snapchat */
a.snapchat {
  background: linear-gradient(#fffc00, #FFFF90);
  color: rgb(255, 255, 255);
  
}

/* Reddit */
a.redditLink {
  background: linear-gradient(#ff4500, #ff6500);
  color: rgb(255, 255, 255);
  
}

/* Meetup */
a.meetupLink {
  background: linear-gradient(#e0393e, #e03962);
  color: rgb(255, 255, 255);
  
}

/* Quora */
a.quoraProfileLink {
  background: linear-gradient(#a82400, #bc2400);
  color: rgb(255, 255, 255);
  
}

/* Yelp */
a.yelpLink {
  background: linear-gradient(#833838, #A33838);
  color: rgb(255, 255, 255);
  
}

/* Medium */
a.mediumProfileLink {
  background: linear-gradient(#00ab6c, #83c66c);
  color: rgb(255, 255, 255);
  
}

/* QQ */
a.qqNumber {
  background: linear-gradient(#7074ff, #aa74ff);
  color: rgb(255, 255, 255);
  
}

/* Tiktok */
a.tiktokUsername {
  background: linear-gradient(#200b1b, #3d0b1b);
  color: rgb(255, 255, 255);
  
}

/* twitch */
a.twitch {
  background: linear-gradient(#7441a5, #6441a5);
  color: rgb(255, 255, 255);
  
}

/* telegram */
a.telegram {
  background: linear-gradient(#3088cc, #0088cc);
  color: rgb(255, 255, 255);
  
}

/* signal */
a.signal {
  background: linear-gradient(#41A0D7, #41A0D7);
  color: rgb(255, 255, 255);
  
}

/* viber */
a.viber {
  background: linear-gradient(#8f5db7, #59267c);
  color: rgb(255, 255, 255);
  
}

/* kakaotalk */
a.kakaotalk {
  background: linear-gradient(#dfe812, #ffe812);
  color: rgb(255, 255, 255);
  
}

/* phone */
a.phone {
  background: linear-gradient(#446582, #046582);
  color: rgb(255, 255, 255);
  
}

/* email */
a.email {
  background: linear-gradient(#f71610, #c71610);
  color: rgb(255, 255, 255);
  
}

/* link1 */
a.customLink {
  background: #000;
  color: rgb(255, 255, 255);
  
}

/* Link2 */
a.customLink1 {
  background: #000;
  color: rgb(255, 255, 255);
  
}
/* Using Sprites */
.icons {
  background: url('/images/smedia.png') no-repeat;
  bottom: 15px;
  display: block;
  height: 65px;
  width: 68px;
  transform: scale(0.5);
}
.icons.facebook { background-position: -180px 0; }
.icons.twitter { background-position: -90px 0; }
.icons.youtube { background-position: 2px 0; }
.icons.linkedin { background-position: -270px 0; }
.icons.instagram { background-position: -360px 0; }
.icons.whatsapp { background-position: -452px 0; }
.icons.pinterest { background-position: -1720px 0; }
.icons.wechat { background-position: -542px 0; }
.icons.line { background-position: -632px 0; }
.icons.tumblr { background-position: -725px 0; }
.icons.skype { background-position: -815px 0; }
.icons.snapchat { background-position: -905px 0; }
.icons.meetupLink { background-position: -1085px 0; }
.icons.redditLink { background-position: -995px 0; }
.icons.quoraProfileLink { background-position: -1180px 0; }
.icons.yelpLink { background-position: -1270px 0; }
.icons.mediumProfileLink { background-position: -1360px 0; }
.icons.qqNumber { background-position: -1450px 0; }
.icons.tiktokUsername { background-position: -1540px 0; }
.icons.customLink { background-position: -1630px 0; }
.icons.customLink1 { background-position: -1630px 0; }
.icons.twitch { background-position: -1815px 0; }
.icons.telegram { background-position: -1920px 0; }
.icons.viber { background-position: -2020px 0; }
.icons.phone { background-position: -2125px 0; }
.icons.email { background-position: -2230px 0; }
.icons.signal { background-position: -2330px 0; }
.icons.kakaotalk { background-position: -2430px 0; }
.icons.doordash { background-position: -2550px 0; }
.icons.grubhub { background-position: -2640px 0; }
.icons.patreon { background-position: -2730px 0; }
.icons.soundcloud { background-position: -2820px 0; }
.icons.streamlabs { background-position: -2910px 0; }
.icons.ubereats { background-position: -3000px 0; }
.icons.podcast { background-position: -3092px 0; }
.icons.postmates { background-position: -3182px 0; }
.icons.deliveroo { background-position: -3275px 0; }
.icons.glovo { background-position: -3350px 0; }
.icons.justeat { background-position: -3430px 0; }
.icons.swiggy { background-position: -3515px 0; }
.icons.zomato { background-position: -3602px 0; }
.icons.menulog { background-position: -3430px 0; }
.icons.rakuten { background-position: -3692px 0; }
.icons.yogiyo { background-position: -3782px 0; }
.icons.foodpanda { background-position: -4145px 0; }
.icons.shopify { background-position: -3965px 0; }
.icons.etsy { background-position: -4055px 0; }

@font-face {
  font-family: 'QrTiger';
  src:  url('../fonts/QrTiger.eot?76u8lk');
  src:  url('../fonts/QrTiger.eot?76u8lk#iefix') format('embedded-opentype'),
    url('../fonts/QrTiger.ttf?76u8lk') format('truetype'),
    url('../fonts/QrTiger.woff?76u8lk') format('woff'),
    url('../fonts/QrTiger.svg?76u8lk#QrTiger') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="qr-"], [class*=" qr-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'QrTiger' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qr-reward:before {
  content: "\e978";
}
.qr-ebay:before {
  content: "\e945";
}
.qr-amazon:before {
  content: "\e970";
}
.qr-appleMusic:before {
  content: "\e971";
}
.qr-qq-music:before {
  content: "\e96b";
}
.qr-dianping:before {
  content: "\e96e";
}
.qr-eleme:before {
  content: "\e966";
}
.qr-foodpanda:before {
  content: "\e944";
}
.qr-hibixin:before {
  content: "\e96d";
}
.qr-xuexi:before {
  content: "\e96a";
}
.qr-k-song:before {
  content: "\e96c";
}
.qr-soul:before {
  content: "\e963";
}
.qr-himalaya:before {
  content: "\e964";
}
.qr-meituan:before {
  content: "\e965";
}
.qr-pingduoduo:before {
  content: "\e967";
}
.qr-jingdong:before {
  content: "\e968";
}
.qr-taobao:before {
  content: "\e969";
}
.qr-bilibili:before {
  content: "\e94d";
}
.qr-kuaishou:before {
  content: "\e953";
}
.qr-tik-tok .path1:before {
  content: "\e953";
  color: rgb(240, 0, 68);
}
.qr-tik-tok .path2:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(240, 0, 68);
}
.qr-tik-tok .path3:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(240, 0, 68);
}
.qr-tik-tok .path4:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(8, 255, 249);
}
.qr-tik-tok .path5:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(8, 255, 249);
}
.qr-tik-tok .path6:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(8, 255, 249);
}
.qr-tik-tok .path7:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.qr-xianyu:before {
  content: "\e976";
}
.qr-zhihu:before {
  content: "\e95f";
}
.qr-xiao_hongshu:before {
  content: "\e960";
}
.qr-weibo:before {
  content: "\e961";
}
.qr-mini_wechat:before {
  content: "\e962";
}
.qr-email1:before {
  content: "\e942";
}
.qr-instagram:before {
  content: "\e902";
}
.qr-pdf:before {
  content: "\e903";
}
.qr-html:before {
  content: "\e903";
}
.qr-facebook-thin:before {
  content: "\e905";
}
.qr-location:before {
  content: "\e906";
}
.qr-app-store:before {
  content: "\e907";
}
.qr-facebook-like:before {
  content: "\e908";
}
.qr-pinterest:before {
  content: "\e909";
}
.qr-mp3:before {
  content: "\e90a";
}
.qr-vcard:before {
  content: "\e90b";
}
.qr-customLink:before, .qr-customLink1:before {
  content: "\e90c";
}
.qr-text:before {
  content: "\e90d";
}
.qr-event:before {
  content: "\e90e";
}
.qr-youtube:before {
  content: "\e90f";
}
.qr-wifi:before {
  content: "\e910";
}
.qr-open-menu:before {
  content: "\e911";
}
.qr-twitter:before {
  content: "\e912";
}
.qr-caret-up:before {
  content: "\e913";
}
.qr-caret-down:before {
  content: "\e914";
}
.qr-sns:before {
  content: "\e915";
}
.qr-wechat-small:before {
  content: "\e916";
}
.qr-multi:before {
  content: "\e917";
}
.qr-search:before {
  content: "\e918";
}
.qr-alipay:before {
  content: "\e919";
}
.qr-social-media:before {
  content: "\e91a";
}
.qr-forms:before {
  content: "\e91b";
}
.qr-check-circle:before {
  content: "\e91c";
}
.qr-more:before {
  content: "\e91d";
}
.qr-line:before {
  content: "\e91e";
}
.qr-tiktokUsername:before {
  content: "\e91f";
}
.qr-tiktok:before {
  content: "\e91f";
}
.qr-close:before {
  content: "\e920";
}
.qr-question-circle:before {
  content: "\e921";
}
.qr-angle-down:before {
  content: "\e922";
}
.qr-angle-up:before {
  content: "\e923";
}
.qr-plus:before {
  content: "\e924";
}
.qr-user:before {
  content: "\e925";
}
.qr-qrcode:before {
  content: "\e926";
}
.qr-double-arrow-left:before {
  content: "\e927";
}
.qr-double-arrow-right:before {
  content: "\e928";
}
.qr-frame:before {
  content: "\e929";
}
.qr-paint-brush:before {
  content: "\e92a";
}
.qr-trash:before {
  content: "\e92b";
}
.qr-linkedin:before {
  content: "\e92c";
}
.qr-wechat:before {
  content: "\e92d";
}
.qr-personal_wechat:before {
  content: "\e92d";
}
.qr-official_wechat:before {
  content: "\e92d";
}
.qr-whatsapp:before {
  content: "\e92e";
}
.qr-tumblr:before {
  content: "\e92f";
}
.qr-skype:before {
  content: "\e930";
}
.qr-redditLink:before {
  content: "\e931";
}
.qr-qqNumber:before {
  content: "\e932";
}
.qr-mediumProfileLink:before {
  content: "\e933";
}
.qr-yelpLink:before {
  content: "\e934";
}
.qr-quoraProfileLink:before {
  content: "\e935";
}
.qr-meetupLink:before {
  content: "\e936";
}
.qr-snapchat:before {
  content: "\e937";
}
.qr-check:before {
  content: "\e938";
}
.qr-exchange:before {
  content: "\e939";
}
.qr-facebook:before {
  content: "\e93a";
}
.qr-play:before {
  content: "\e93b";
}
.qr-kakaotalk:before {
  content: "\e93c";
}
.qr-viber:before {
  content: "\e93d";
}
.qr-signal:before {
  content: "\e93e";
}
.qr-telegram:before {
  content: "\e93f";
}
.qr-twitch:before {
  content: "\e940";
}
.qr-phone:before {
  content: "\e941";
}
.qr-email:before {
  content: "\e942";
}
.qr-postmates:before {
  content: "\e943";
}
.qr-yogiyo:before {
  content: "\e972";
}
.qr-rakuten:before {
  content: "\e946";
}
.qr-menulog:before {
  content: "\e947";
}
.qr-podcast:before {
  content: "\e948";
}
.qr-zomato:before {
  content: "\e949";
}
.qr-shopify:before {
  content: "\e94a";
}
.qr-ubereats:before {
  content: "\e94b";
}
.qr-etsy:before {
  content: "\e94c";
}
.qr-streamlabs:before {
  content: "\e94e";
}
.qr-soundcloud:before {
  content: "\e94f";
}
.qr-patreon:before {
  content: "\e950";
}
.qr-grubhub:before {
  content: "\e951";
}
.qr-doordash:before {
  content: "\e952";
}
.qr-swiggy:before {
  content: "\e958";
}
.qr-justeat:before {
  content: "\e959";
}
.qr-deliveroo:before {
  content: "\e95a";
}
.qr-glovo:before {
  content: "\e95b";
}
.qr-wechat_channel:before {
  content: "\e96f";
}
.qr-douban:before {
  content: "\e954";
}
.qr-k-song:before {
  content: "\e96c";
}
.qr-kesong:before {
  content: "\e981";
}
.qr-spotify:before {
  content: "\e9be";
}
.qr-mywebsite:before {
  content: "\e9bf";
}
.qr-companywebsite:before {
  content: "\e90c";
}

.preview {
  border-radius: 8px;
  margin-bottom: 10px;
  
}

.video-cover {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-cover iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.block-container.active {
  display: block;
}
.block-container {
  display: none;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px 0px;
}
.preview-day {
  display: flex;
  position: relative;
}
.preview-all-day.active {
  display: flex;
}
.preview-all-day {
  display: none;
  position: relative;
  margin-bottom: 10px;
}
.preview-all-day > div {
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid grey;
  border-radius: 10px;
  background: white none repeat scroll 0% 0%;
  height: 30px;
}
.preview-day > div {
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: white none repeat scroll 0% 0%;
  height: 30px;
}
.same-day {
  color: #00b300;
}
@media(max-width: 767px){
  .widget-container{
    padding: 0px 10px !important;
    margin: 0% !important;
  }
}
@media(max-width: 1024px){
  .widget-container{
    padding: 0px 10px !important;
  }
}