@charset "UTF-8";

Try now
UTF-8;
UTF-8;
/*---------- Tip received animation (Start) ----------*/
/* Outter panel size*/
.dices-num-components {
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:2px;
}

/* Outter panel size*/
.dices-num-components .dices-num-box {
  width:100%;
  height:100%;
  border-radius:100% 100%;
  position:relative;
  border-radius:2px;
}

/* numbers */
.dices-num-components .dices-num-box .black-point {
  width:4px;
  height:4px;
  background-color:black;
  border-radius:100% 100%;
}

/* Number between one and five */
.dices-num-components .dices-num-box1 {
  width:75%;
  height:75%;
  -ms-flex-flow:wrap;
  flex-flow:wrap;
  margin:12.5%;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-line-pack:justify;
  align-content:space-between;
}

/* Dice numbers */
.dices-num-components .dices-num-box1 .black-point {
  width:4px;
  height:4px;
}

/* Outter panel when number is six */
.dices-num-components .dices-num-box2 {
  width:62.5%;
  height:87.5%;
  -ms-flex-flow:wrap;
  flex-flow:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-line-pack:justify;
  align-content:space-between;
  margin:6.25% 21.4%;
}

/* Dice numbers */
.dices-num-components .dices-num-box2 .black-point {
  width:40%;
  height:28.6%;
}

/*---------- Tip received animation (End) ----------*/
/*---------- Dice Rolling Animation(Start) ----------*/
/* Outter Panel */
.game-roll-dice {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  text-align:center;
  padding:15px 20px 0;
}

/* Tipper name */
.game-roll-dice .user-name {
  color:#fff;
  font-size:16px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

/* Rolling the dice text */
.game-roll-dice .desc {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#999;
  font-size:12px;
  margin:10px 0 20px;
}

/* Dice box */
.game-roll-dice .dices-outer {
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  padding:20px 0;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:15px;
}

/* Dice box */
.game-roll-dice .dices-box {
  width:110px;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

/* Dice size */
.game-roll-dice .dices-box .dices {
  width:50px;
  height:50px;
}

/* Lucky Number */
.game-roll-dice .luck-num {
  color:#ff2d89;
  font-size:14px;
  padding:10px 0 20px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

/*---------- Dice Rolling Animation(End) ----------*/
UTF-8;
/*--------- Global Style (Begin) ----------*/
body {
  color:#333;
  font-size:12px;
  font-family:"Helvetica","SimSun","\5B8B\4F53","Arial Narrow";
}

body {
  background-image:url(https://mfc.valerielotus.com/ValerieTwitBG.jpg);
  background-color:black;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  text-shadow:1px 1px #000;
  font-size:12px;
  font-family:"Helvetica","SimSun","\5B8B\4F53","Arial Narrow";
}

.transparent-bg {
  border-radius:10px;
  background-image:url(https://media.giphy.com/media/lSzQjkthGS1gc/giphy.gif);
  background-color:rgba(0,0,0,0.6);
  width:243px;
}

/*--------- Global Style (End) ----------*/
/*---------- Logo section (Begin) ----------*/
.home .home-top {
  left:3px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:absolute;
}

/* When Logo section is on the right side */
.home .home-top.home-top-right {
  right:0;
  left:auto;
}

.home .home-top.home-top-right .logo-top {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

/* When Logo section is on the left side */
.home .logo-top {
  border-radius:10px 10px 10px 10px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.home .logo-top.left-top {
  border-radius:0 10px 10px 10px;
}

.home .logo-top.right-top {
  border-radius:10px 0 10px 10px;
}

/* Logo Panel */
.home .logo {
  width:100%;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:18px 0;
}

/* Logo size */
.home .logo-bg {
  width:150px;
  height:12px;
}

.home .logo-bg img {
  max-width:100%;
  max-height:100%;
}

/* The line under Logo */
.home .line {
  background-color:rgba(255,255,255,0.1);
  height:2px;
  width:100%;
}

/*---------- Logo section (End) ----------*/
/*---------- Basic Levels (Begin) ----------*/
/* Outter Panel */
.tip-setting-normal {
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.tip-setting-normal .slide-wrapper-box-outer {
/* The height of the outter Panel */
  max-height:260px;
}

/* First column width */
.tip-setting-normal table .th-1 {
  width:30%;
}

/* First row icon */
.tip-setting-normal table .th-ico {
  margin:0 auto;
}

/* Dice icon size */
.tip-setting-normal table .th-ico1 {
  width:24px;
  height:23px;
}

/* Gold icon size */
.tip-setting-normal table .th-ico-coins {
  width:50px;
  height:23px;
}

/* Clock icon size */
.tip-setting-normal table .th-ico2 {
  width:20px;
  height:20px;
}

/* Toy icon size */
.tip-setting-normal table .th-ico3 {
  width:20px;
  height:20px;
}

/* Text size for all toys */
.tip-setting-normal table .td-ico3 {
  width:50px;
  color:#fff;
  white-space:nowrap;
}

/* Each row */
.tip-setting-normal table .setting-item {
  font-size:24px;
  text-align:center;
  line-height:26px;
}

/* First row text */
.tip-setting-normal table .setting-item .roll-num {
  color:#fff;
}

/* Second row text */
.tip-setting-normal table .setting-item .control-time {
  color:#fff;
  width:50px;
}

/* Prize text */
.tip-setting-normal table .setting-item .td-prize {
  color:#ff2d89;
  text-align:center;
}

.tip-setting-normal table .setting-item .td-prize span {
  display:inline-block;
  max-width:140px;
  vertical-align:middle;
}

/* Vibration strenth - lines */
.tip-setting-normal table .setting-item .heng-box {
  height:14px;
  width:12px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-right:10px;
}

/* Vibration strenth - single line */
.tip-setting-normal table .setting-item .heng {
  width:12px;
  height:2px;
  border-radius:1px;
  background-color:#8d9595;
}

.tip-setting-normal table .setting-item .heng.active {
  background-color:#cb5388;
}

/*---------- Basic Levels (End) ----------*/
/*---------- Special Commands (Begin) ----------*/
.tip-setting-special {
  margin-top:4px;
}

.tip-setting-special table {
/* Outter panel - ineer padding */
  padding:5px 10px;
}

/* Rows */
.tip-setting-special table .setting-item {
  font-size:24px;
  text-align:left;
  line-height:26px;
}

/* First row - numbers */
.tip-setting-special table .setting-item .roll-num {
  color:#fff;
  width:40px;
}

/* Second column - time */
.tip-setting-special table .setting-item .control-time {
  font-size:24px;
  color:#ff2d89;
}

.tip-setting-special table .setting-item .td-last-img {
  font-size:20px;
  color:#ff2d89;
  white-space:nowrap;
}

/* Pause icon size */
.tip-setting-special table .setting-item .td-last-img .pause {
  width:20px;
  height:21px;
  display:block;
  margin:0 auto;
}

/* Dice icon size */
.tip-setting-special table .setting-item .td-last-img .dice {
  width:19px;
  height:18px;
}

/* Earth quake icon size */
.tip-setting-special table .setting-item .td-last-img .earthquake {
  width:32px;
  height:14px;
}

/* Fireworks icon size */
.tip-setting-special table .setting-item .td-last-img .fireworks {
  width:36px;
  height:13px;
}

/* Pulse icon size */
.tip-setting-special table .setting-item .td-last-img .pulse {
  width:40px;
  height:12px;
}

/* Random icon size */
.tip-setting-special table .setting-item .td-last-img .random {
  width:18px;
  height:16px;
}

/* Wave icon size */
.tip-setting-special table .setting-item .td-last-img .wave {
  width:40px;
  height:9px;
}

/*---------- Special Commands (End) ----------*/
/*---------- Tip Queue (Begin) ----------*/
/* Outter Panel */
.queue-to-control {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  flex-direction:column;
  padding:20px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:4px;
}

/* Title */
.queue-to-control .queue-title {
  font-size:14px;
  color:#ff2d89;
}

/* People in queue */
.queue-to-control .user-waiting {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  color:#fff;
  margin-top:10px;
  font-size:14px;
  line-height:24px;
}

/*---------- Tip Queue (End) ----------*/
/*---------- Top Tippers (Begin) ----------*/
.rank-send-tip {
  margin-top:4px;
}

.rank-send-tip table {
/* Outter Panel */
  padding:5px 15px;
}

/* Rows */
.rank-send-tip table .setting-item {
  font-size:16px;
  text-align:left;
  line-height:26px;
}

.rank-send-tip table .setting-item .roll-num {
  color:#fff;
  width:30px;
}

/* Trophy icon size */
.rank-send-tip table .setting-item .roll-num .cup-bg {
  width:18px;
  height:26px;
}

/* Name and tip amount */
.rank-send-tip table .setting-item .control-time {
  font-size:14px;
  color:#fff;
}

.rank-send-tip table .setting-item .user-name {
  display:block;
  max-width:145px;
}

/*---------- Top Tippers (End) ----------*/
/*---------- Tip Received Animation (Begin) ----------*/
/* Outter Panel */
.toy-respongding-user {
  width:100%;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  text-align:center;
  padding:15px 20px 20px;
  position:relative;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

/* Tipper name */
.toy-respongding-user .user-name {
  color:#fff;
  font-size:16px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin:10px 0 20px;
}

/* "Responding to" text */
.toy-respongding-user .desc {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#999;
  font-size:12px;
}

.toy-respongding-user .toy-reponse {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  text-align:center;
}

.toy-respongding-user .toy-reponse div {
  display:block;
}

/* Multiple toys - tip received animation */
.toy-respongding-user .toy-reponse .toy-reponse-cicle {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}

/* Multiple toys - tip received animation - circle margin */
.toy-respongding-user .toy-reponse .cicle-box:nth-child(2) {
  margin-left:20px;
}

/* Tip received animation - circle size */
.toy-respongding-user .toy-reponse .cicle-box {
  width:86px;
  height:86px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

/* Tip received animation - circle background */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-white {
  width:86px;
  height:86px;
  padding:8px;
  position:absolute;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:100% 100%;
  background-color:#fff;
}

.toy-respongding-user
.toy-reponse
.cicle-box
.cicle-bg-white-clip:nth-child(1) {
  clip:rect(0px,86px,43px,43px);
}

.toy-respongding-user
.toy-reponse
.cicle-box
.cicle-bg-white-clip:nth-child(2) {
  clip:rect(0px,86px,86px,43px);
}

.toy-respongding-user
.toy-reponse
.cicle-box
.cicle-bg-white-clip:nth-child(3) {
  clip:rect(43px,43px,86px,0px);
}

.toy-respongding-user
.toy-reponse
.cicle-box
.cicle-bg-white-clip:nth-child(4) {
  -webkit-transform-origin:left center;
  transform-origin:left center;
  clip:rect(0px,43px,43px,0px);
}

/* Tip received animation - circle color */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:100% 100%;
  padding:8px;
  background-color:#ff2d89;
  -webkit-transition:1s all;
  transition:1s all;
}

/* Tip received animation - circle breaks */
.toy-respongding-user .toy-reponse .cicle-box .inner-shu {
  position:absolute;
  height:86px;
  top:-8px;
  left:50%;
  margin-left:-3px;
  background-color:#262626;
  width:6px;
}

.toy-respongding-user .toy-reponse .cicle-box .inner-shu:first-child {
  -webkit-transform:rotateZ(90deg);
  transform:rotateZ(90deg);
}

/* Tip received animation - count down text - background size */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner {
  width:70px;
  height:70px;
  background-color:#262626;
  border-radius:100% 100%;
  position:relative;
}

/* Tip received animation - count down text - text size */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner .inner-box {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:64px;
  height:64px;
  left:3px;
  top:3px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  background-color:#383838;
  border-radius:100% 100%;
}

.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner .inner-box div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

/* Tip received animation - count down text */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner .inner-box-time {
  color:#fff;
  font-size:20px;
}

/* Tip received animation - clear the queue */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner .clear-queue-img {
  width:20px;
  height:20px;
}

/* Tip received animation - text description */
.toy-respongding-user .toy-reponse .cicle-box .cicle-bg-inner .inner-box-level {
  color:#999;
  font-size:10px;
}

/* Tip received animation - pause text */
.toy-respongding-user .toy-reponse .cicle-box .stop-box {
  width:13px;
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important;
}

/* Tip received animation - pause icon */
.toy-respongding-user .toy-reponse .cicle-box .white-shu {
  width:4px;
  height:20px;
  background-color:#fff;
  border-radius:2px;
}

/* Tip received animation - dice with prize */
.toy-respongding-user .dices-toy-box1 {
  position:absolute;
  top:0;
  padding-right:40px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

/* Tip received animation - dice without prize */
.toy-respongding-user .dices-toy-box {
  margin-top:10px;
  width:100%;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.toy-respongding-user .dices-toy-box .dices-item {
  margin-right:2px;
}

/* Tip received animation - toy icons */
.toy-respongding-user .dices-toy-box .img-box {
  width:18px;
  height:18px;
  margin-left:5px;
  margin-top:-1px;
}

.toy-respongding-user .dices-toy-box .img-box:first-child {
  margin-left:0;
}

/* Tip received animation - prize description */
.toy-respongding-user .control-desc {
  font-size:13px;
  margin:15px 0 20px;
  color:#ff2d89;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  word-break:break-all;
}

.toy-respongding-user .no-toys-reponse {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

/* Tip received animation - dice list */
.toy-respongding-user .no-toys-reponse .dices-num-list-box {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:20px 0 40px;
}

/* Tip received animation - dice margin */
.toy-respongding-user .no-toys-reponse .dices-item {
  margin-right:2px;
}

/*---------- Tip Received Animation (End) ----------*/
UTF-8;
.outer_body,body {
  scrollbar-face-color:ThreeDFace!important;
  scrollbar-shadow-color:ThreeDDarkShadow!important;
  scrollbar-highlight-color:ThreeDHighlight!important;
  scrollbar-3dlight-color:ThreeDLightShadow!important;
  scrollbar-darkshadow-color:ThreeDDarkShadow!important;
  scrollbar-track-color:Scrollbar!important;
  scrollbar-arrow-color:ButtonText!important;
}

/* +-+-+-+-+-+-+-+ Hyperlink CSS Markup - DP +-+-+-+-+-+-+-+ */
a:link,a:active,a:hover {
/* color:#66b2ed; */
  color:#cccccc;
  text-decoration:none;
}

a:hover {
  color:#ff66cc;
}

a:visited {
  color:#ff66cc;
  text-decoration:none;
}

/* +-+-+-+-+-+-+-+End of Hyperlink Markup -DP +-+-+-+-+-+-+-+ */
body,td {
  color:white;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.container_padding {
  padding:5px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  background-color:transparent;
  border:none;
}

.container {
  color:white;
  position:relative;
  border:px #;
  padding:5px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:5px;
  background-color:transparent;
  color:white;
  font-family:pacifico,Arial,Helvetca;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
}

/* +-+-+-+-+-+-+-+ This section contains CSS for About Me, Scheduling, Interests & Clock -
DP +-+-+-+-+-+-+-+ */
td .clock {
  font-size:12px;
}

.about_me {
  background-image:url(https://images-na.ssl-images-amazon.com/images/I/41FHk+lkzoL._S
X331_BO1,204,203,200_.jpg);
  background-repeat:no-repeat;
}

#schedule {
  border:1px solid #ff66cc;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#000;
  background-image:url(https://mfc.valerielotus.com/images/clock.gif);
  background-position:top right;
  background-repeat:no-repeat;
  width:450px;
  height:180px;
  padding:10px;
}

.interests_info {
  background-color:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
  background-repeat:no-repeat;
  width:700px;
  border-radius:11px;
  border-style:ridge;
  padding:8px;
  border-color:#555555;
  font-weight:bolder;
}

.interests_body {
  width:700px;
}

/* Gallery Control */
.gallery_heading {
  background-color:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
}

.gallery_content {
  background-color:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
  border-radius:11px;
  border-style:ridge;
  padding:8px;
  border-color:#555555;
  font-weight:bolder;
  width:400px;
  position:relative;
}

.gallery_image {
  background-color:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
  border-radius:11px;
  border-style:double;
  padding:8px;
  border-color:#555555;
  font-weight:bolder;
}

/* +-+-+-+-+-+-+-+ End of Special area continues with normal formatting - DP
+-+-+-+-+-+-+-+*/
/* +-+-+-+-+-+-+-+ Opacity Control for Images - DP +-+-+-+-+-+-+-+*/
img {
  -moz-opacity:.8;
  opacity:.75;
  box-shadow:0 0 7px #000;
  border-radius:11px;
}

img:hover {
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  box-shadow:0 0 15px 2px #ff66cc;
  border-radius:11px;
}

.imageheader!important {
  -moz-opacity:.8;
  opacity:1;
}

.imageheader:hover {
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
}

/* +-+-+-+-+-+-+-+ CSS for Input fields - Textboxes Submit buttons etc - DP +-+-+-+-+-+-+-+
*/
#mail_subject {
  border:1px solid #ff66cc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
  color:#fff;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:12px;
  width:400px;
}

#mail_body {
  border:1px solid #ff66cc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#000;
  background-image:url(https://mfc.valerielotus.com/images/valsmall.png);
  background-position:right;
  background-repeat:no-repeat;
  color:#fff;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:12px;
  width:400px;
}

#mail_me {
  border:1px solid #ff66cc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#000;
  background-image:url(https://mfc.valerielotus.com/images/valsmall.png);
  background-position:right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  color:#fff;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:12px;
  width:500px;
}

input {
  color:fff;
  border:1px solid #006;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:2px 2px 2px #ccc;
  -webkit-box-shadow:2px 2px 2px #ccc;
  box-shadow:2px 2px 2px #ccc;
  background:#ff66cc;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

input:hover {
  color:fff;
  border:1px solid #fff;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:2px 2px 2px #ccc;
  -webkit-box-shadow:2px 2px 2px #ccc;
  box-shadow:2px 2px 2px #ccc;
  background:#ff66cc;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  font-weight:bold;
}

textarea {
  border:1px solid #ff66cc;
  background:#000;
  background-image:url(https://mfc.valerielotus.com/images/mesh.jpg);
  color:#fff;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:12px;
}

.wall_options {
  width:600px;
}

button {
  border:1px solid #006;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:2px 2px 2px #ccc;
  -webkit-box-shadow:2px 2px 2px #ccc;
  box-shadow:2px 2px 2px #ccc;
  background:#9cf;
}

.videos {
  border:1px solid #ff66cc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:2px 2px 2px #ccc;
  -webkit-box-shadow:2px 2px 2px #ccc;
  background:#000;
  color:#fff;
  font-family:"Avant Garde",Avantgarde,"Century\AGothic",CenturyGothic,"AppleGothic",sans-serif;
  font-size:12px;
}

.videoPlaceholder:hover {
  border-radius:50%;
}

.profile_section_background {
  border:1px solid #ff66cc;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:2px 2px 2px #ccc;
  -webkit-box-shadow:2px 2px 2px #ccc;
  width:45%;
/* background: rgba(40, 40, 40, .1)
background-image:url(https://www.valerielotus.com/VL-Snapchat-Style2.png);
background-repeat: no-repeat;
width:45%;
box-shadow:
inset 60px 0 120px #f0f,
inset -60px 0 120px #0ff;
*/
}

/* +-+-+-+-+-+-+-+ End of CSS - DP +-+-+-+-+-+-+-+ */
/* +-+-+-+-+-+-+-+ New CSS 2022 - DP +-+-+-+-+-+-+-+ */
@keyframes color {
  0%,100% {
    background-image:url(https://www.valerielotus.com/VL-Snapchat-Style2.png);
  }

  25% {
    background-image:url(https://www.valerielotus.com/VL-Skype-Style1.png);
  }

  50% {
    background-image:url(https://www.valerielotus.com/VL-Snapchat-Style2.png);
  }

  75% {
    background-image:url(https://www.valerielotus.com/VL-Skype-Style1.png);
  }
}

.profile_section_background {
  background:rgba(40,40,40,0.75);
/* background:linear-gradient( to top right,rgba(80,80,80 ,1) 0%, rgba(0,0,0 ,1) 100%); */
  box-shadow:1px 1px 30px rgba(33,33,33,1);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right;
/* animation:color 9s infinite linear; */
  background-image:url(https://mfc.valerielotus.com/valbgdiv6.png);
  text-align:center;
  padding:2em;
  width:auto;
  height:auto;
  -webkit-box-shadow:0 0 127px 11px rgba(226,135,240,0.9);
  -moz-box-shadow:0 0 127px 11px rgba(226,135,240,0.9);
  box-shadow:0 0 127px 11px rgba(226,135,240,0.9);
  scrollbar-color:rebeccapurple green;
}

/* +-+-+-+-+-+-+-+ New CSS 2022 - DP +-+-+-+-+-+-+-+ */
.heading {
  background-image:url(https://mfc.valerielotus.com/header-fade1.png);
  background-repeat:no-repeat;
  width:90%;
  padding:10px;
  height:15px;