@import url('https://fonts.googleapis.com/css?family=Lemonada:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
@import url('https://fonts.googleapis.com/css?family=Neucha');
@font-face {font-family: "ITC American Typewriter";
    src: url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/bf9940413066bf65037e293ebc4c068e.svg#ITC American Typewriter") format("svg"); /* iOS 4.1- */
}

/**** City Choise Popup Window Styles ****/
#cityChoicePopUpContainer {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#cityChoicePopupBackgroundCover {
    position: fixed;
    opacity: .5;
    background-color: black;
    width: 100%;
    height: 100%;
}

#choseCityContainer {
	font-family: Arial;
	width: auto;
    height: auto;
    padding: 3px 10px 12px 10px;
    background: white;
    border-radius: 14px;
	box-shadow: 0px 7px 15px 0px black;
}

#choseCityContainer>.ac-sub>.ac-label__level2 {
	font-size: 1.6em;
}

#choseCityContainer > .center {
	font-family: Arial;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin: 13px 0px;
    color: #00cbff;
}

#choseCityContainer .ac,
.ac > .ac-text > .ac-sub {
    margin: -5px 0;
}

#closeCityButton {
	position: absolute;
    right: 0;
    top: 0;
    margin: -10px -10px;
    cursor: pointer;
}

#closeCityButton > img {
    width: 27px;
}

.ac-sub-text .ac-text:first-child {
    margin-top: -5px;
}

.ac-sub:checked + .ac-label::after {
  background-color: #fecd79;
}

.ac-sub > .ac-input:checked + .ac-label {
  background-color: #85e2f7;
}

.ac-sub-text {
  background-color: white;
}

.ac-label {
  cursor: pointer;
  display: block;
  padding: 11px;
  color: white;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
/*   -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; */
  background: #f9a51c;
  border-radius: 8px;
  margin: 3px auto;
}

.ac-label, .ac-label__level2 {
    cursor: pointer;
    display: block;
    padding: 11px;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    position: relative;
    /*   -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; */
    background: #f9a51c;
    border-radius: 8px;
    margin: 6px auto;
}

/* .ac-input:checked + label, .ac-label:hover {
  background-color: #233a66cc;
} */

ac-label__level2 {
    padding: 6px 11px;
}

.ac-label__level1 + .ac-text .ac-label__level2 {
	margin: 5px auto;
}

.ac-label__level1 + .ac-text .ac-sub:first-child {
	margin-top: 3px;
}

.ac-label__level1 + .ac-text .ac-sub:last-child {
	margin-bottom: 0;
}

.ac-label__level2 + .ac-sub-text {
	padding: 0;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: -5px;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  /* background-color: #2a2c79; */
  /* transition: background-color .15s ease-in-out; */
  border-radius: 8px;
}

/* .ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #484f9e;
} */

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  /* transition: opacity .5s ease-in-out; */
  overflow: hidden;
}

.ac-sub {
  margin: 0 0 -6px 0;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-label__level1::after {
  content: '' !important;
}

.ac-label__level1 {
  font-size: 1.6em !important;
  background-color: #0e2442;
  margin: 5px auto;
  top: 3px;
}

.ac-sub .ac-label {
  color: white;
  background-color: #00cbff;
  border-radius: 6px;
  font-weight: 600;
  padding: .3em 1em;
  /* top: 3px; */
  /* transition-duration: .4s; */
}

.ac-sub .ac-label:checked {
  background-color: #fecd79;
  border-bottom: 1px solid rgb(87, 114, 202);
}

.ac-text > .ac-sub > .ac-sub-text p:first-child {
  margin-top: 6px;
}

.ac-text > .ac-sub > .ac-sub-text p:last-child {
  margin-bottom: 6px;
}

.ac-sub .ac-label:hover {
  background-color: #85e2f7;
  /* transition-duration: .4s; */
}

/* .ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
} */

.ac-sub-text p a {
  padding: 0 1em 0 2em;
}

.ac-sub-text p {
  margin: 6px 0 4px 0;
  cursor: pointer;
}

.ac-sub-text p a {
  color: #726b28;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.ac-sub-text p a:active {
  color: #FF4444;
}
/**** City Choise Popup Window Styles END ****/

.categoryLink {
    text-decoration: none !important;
    color: #fff !important;
}

.categoryLink:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.categoryLink:visited {
    text-decoration: none !important;
    color: #fff !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.popup-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: black;
}

#confirmModal_verification .popup-text {
  color: #5a5a5a;
  margin: 0 15px;
}

#confirmModal_verification .modal-dialog {
    min-width: 376px;
}

.popup-text-bluecheck {
    color: #2faeea;
    font-style: italic;
}

.popup-text-red {
    color: #c75400;
}

.popup-text-new-device {
    text-transform: uppercase;
    background-color: #f8efce;
    font-weight: normal !important;
    color: #b8af8e;
    padding: 4px 0;
}

#device_verification_submit {
    margin-top: 15px;
}

.popup-text-blurry {
    color: sandybrown;
    font-weight: normal;
    font-size: 20pt;
}

.popup-text-error {
    font-size: 10pt;
    font-weight: bold;
    color: sienna;
}

#contact-support {
    cursor: pointer;
}

.jsp-env {
    visibility: hidden;
    display: none;
    font-size: 0;
    height: 0;
}

#list {
    margin: 5px 10px -12px 6px;
}

.briefdate {
    font-size: 11pt;
    width: 100%;
    padding: 4px 0px 2px 8px;
    margin: 0px 0px 5px;
    clear: both;
    background: #eafefa;
    color: #000;
    font-weight: bold;
}

.briefpost {
    margin: 0px 0px 19px 0px;
    font-size: 11pt;
}

#deleted_post {
    text-align: center;
    font-family: "Georgia";
    margin: auto;
    color: #d0d0d0;
    padding-top: 50px;
    font-weight: bold;
    font-size: 3em;
}

#loading_image_gif {
    height: 50px;
}

#loading_image__gif_text {
    padding-top: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #a92072;
    opacity: 0;
}

#loading_image_gif_anim {
    opacity: 0;
    color: #a92072;
    font-size: 30px;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    left: 25%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.7s infinite ease, round 1.7s infinite ease;
    animation: load 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.listLocation {
    font-size: 11px;
    word-wrap: break-word;
}

#gallerylist {
    margin: 30px 0px 10px 0px;
}

#gallerylist:after {
    display: table;
    content: " ";
    clear: both;
}

.view_buttons_container .nav a {
    color: #958889;
    letter-spacing: 2px;
    font-weight: bold;

}

.view_buttons_container .active {
    background-color: #958889;
}

.view_buttons_container .active a {
    color: #fff;
    font-weight: bold;
}

.header-top-margin {
    margin-top: 38px;
}

.header-top-margin-half {
    margin-top: 19px;
}

/*********** terms and conditions styles Start ***********/
#termsandconditions,
#successtermsandconditions
{
    z-index: 1000000000;
    background-color: #FBFEFA;
}

#termsandconditions img#megapersonalsPageHeader {
    margin-top: 12px;
}

#termsandconditions {
    text-align: center;
}

#termsandconditions .privacy ul li a {
    color: #337ab7;
    cursor: pointer;
}

termsLinksPage #termsandconditions .privacy ul li a {
    font-size: 1.125em;
}

#termsContainer {
    height: calc(55vh - 30px);
    color: black;
    overflow-y: scroll;
    border: 4px inset;
    padding: 2px;
    margin: 13px 0;
    font: status-bar;
}

#termsContainer>.h1 {
    font-size: 18px;
}

#termsContainer>.h2 {
    font-size: 17px;
}

#termsContainer>.h3 {
    text-align: left;
    font-size: 17px;
}

#termsContainer .simpleText {
    font-size: 12px;
    margin: 10px 0;
    text-align: justify;
    text-indent: 9px;
}

#termsContainer .red {
    color: red;
    display: inline;
}

#termsContainer .bold {
    font-weight: bold;
    display: inline;
}

#termsContainer .border {
    border: 1px solid black;
    margin: 4px;
    padding: 0 8px;
}

#termsContainer .margin {
    border: 1px solid black;
    margin: 4px;
}

#termsContainer ul>li,
#termsContainer ol>li {
    text-align: justify;
    margin: 9px 0;
}

#termsContainerPage .h1 {
    font-size: 27px;
    font-weight: 700;
}

#termsContainerPage .h2 {
    font-size: 19px;
    font-weight: 600;
    color: darkgrey;
}

#termsContainerPage .h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-indent: 16px;
}

#termsContainerPage .h4 {
    font-weight: bolder;
    text-decoration: underline;
}

#termsContainerPage .simpleText {
    font-size: 16px;
    margin: 10px 0;
    text-align: justify;
    text-indent: 16px;
}

#termsContainerPage .red {
    color: red;
    display: inline;
}

#termsContainerPage .bold {
    font-weight: bold;
    display: inline;
}

#termsContainerPage .border {
    border: 1px solid black;
    margin: 4px;
    padding: 0 8px;
}

#termsContainerPage .margin {
    border: 1px solid black;
    margin: 4px;
    padding: 4px 12px;
}

#termsContainerPage .margin-noborder {
    margin: 4px;
    padding: 4px 30px;
}

#termsContainerPage ul>li,
#termsContainerPage ol>li {
    text-align: left;
    font-size: 16px;
    margin: 12px 0;
}

#termsContainerPage ul[style="list-style: none"] > li {
    margin: 8px 0;
    text-align: justify;
}

/*********** terms and conditions styles End *************/

.view_buttons_container .galnorm,
.view_buttons_container .gallarge {
    width: 45px;
    height: 25px;
    border-radius: 4px;
    padding: 0;
    border: 2px solid #958889;
}

p.viewmode {
    float: right;
    font-size: 10pt;
    color: #b58352;
    line-height: normal;
}

.gallerylistad {
    float: left;
    width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 10px;
    position: relative;
    background: #ececec;
}

.gallerylistimage {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gallerylistad img {
    width: 100%;
    height: auto;

}

.videoIconGallery {
    position: absolute;
    top: -4px;
    left: 0px;
    height: 15px;
    z-index: 1;
    width: 42px;
    height: 15px;
}

.view_buttons_container:after {
    display: table;
    content: " ";
    clear: both;
}


a.navtext:link {
    text-decoration: none;
}

a.navtext {
    color: #b58352;
    outline: none;
    font-size: 10pt;
}

.videoIconGallery img {
    height: 15px;
    border: none;
    border-top: solid 1px #d12222;
    border-right: solid 1px #d12222;
    border-bottom: none;
    border-left: none;
}

a.gallerylisttitle {
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallerylistimage {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: solid 1px #ccc;
    background: #f1f1f1;

}

.gallerylistdate {
    font-size: 16px;
    color: #999999;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.listtitleimg {
    float: right;
    width: 86%;
    margin-right: 5px;
}

img.listheader {
    max-width: 66%;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.list_city {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 4%;
}

.listimage {
    width: 97px;
    height: 97px;
    text-align: center;
    border: solid 1px #666666;
    overflow: hidden;
    background-color: #999999;
    position: absolute;
    top: 2px;
    left: 9px;
    margin-top: 2px;
}
/*---------- Manage Post List -------------*/
.list_image_wrapper {
    width: 20%;
    min-width: 100px;
    display: inline-block;
}

.list_image_wrapper a img {
    width: 100px;
    height: 108px;
}
.listcontent_wrapp{
    width: calc(100% - 100px);
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

/* .manage_post__list_header{
    font-family: 'Neucha', cursive;
} */

#list .manage_post__list_header h2 {
    color: rgba(109, 32, 181, 1);
    font-weight: 700;
}

#list h2,
#list h4,
#list a {
  font-family: Arial;
}

.flexblock.listadd {
    background-color: transparent;

}
.list_post_info{
    font-size: 6pt;
    line-height: 1.3em;
    display: flex;
    overflow: hidden;
    word-wrap: break-word;
}
.list_post_location{
    display: block;
    font-size: 7pt;
    margin-bottom: 5px;
}

.list_post_info a.listtitle {
    position: relative;
    font-weight: 600;
    font-family: 'Neucha', cursive;
    font-size: 16px;
    letter-spacing: 1px;
}
.list_post_info a.listtitle .text-fader {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 40px;
    background: linear-gradient(to top, rgb(255 255 255) 0%,rgba(255,255,255,0) 50%);
}
.list_post_info .titleAge{
    margin-left: auto;
}

.list_post_body{
    display: block;
    height: 52px;
    overflow: hidden;
    margin-top: 0px;
    line-height: 1.3em;
    flex-grow: 1;
    position: relative;
    font-size: 13px;
    white-space: pre-line;
}
.list_post_body::before {
    position: absolute;
    display: block;
    content: '';
    background: linear-gradient(to top, rgb(255,255,255) 0%,rgba(255,255,255,0) 50%);
    width: 100%;
    height: 100%;
}
.published_post_info{
    font-size: 9px;
    color: #777777;
    font-weight: 700;
    font-style: italic;
}
.view_buttons_container {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 38%;
}

.videoIcon {
    position: absolute;
    top: -5px;
    left: 0px;
    height: 15px;
    width: 42px;
    z-index: 1;
}

.videoIconManagePost {
    position: absolute;
    top: -9px;
    left: -4px;
    height: 15px;
    width: 42px;
    z-index: 1;
}

.videoIconManagePost img,
.videoIcon img {
    width: 100% !important;
    height: 100% !important;
    margin: 9px 0 0 4px;
}

.list-post-title-link {
    position: relative;
    display: block;
}

a:visited {
    color: #a20092;
}

a:link {
    color: #0000EE;
}

a.banLink {
    margin: 8px 0;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

a.listtitle {
    font-size: 9pt;
    line-height: 1.3em;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.gallerylistdate1 {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 9px;
    color: #777777;
    width: 104px;
    padding: 0px 0px 0px 0px;
    margin: 96px 0px 0px 4px;
}

.listview {
    padding-right: 0;
    padding-left: 0;
}

.listview #list {
    margin: 26px 0px 0px 0px;
}

.listimage_saved img {
    width: 97px;
    height: 97px;
    object-fit: cover;
    object-position: center;
}

.listview #list:after {
    display: table;
    content: " ";
    clear: both;
}

.listcontent {
    font-size: 8pt;
    max-height: 118px;
    position: relative;
    float: none;
    width: 100%;
    display: block;
}

.fakeBlock {
    display: block;
    width: 99px;
    height: 98px;
    float: left;
    position: absolute;
    left: 0px;
}

.listinfo {
    font-size: 6pt;
    line-height: 1.3em;
    display: block;
    position: relative;
    left: 112px;
    overflow: hidden;
    margin-top: 0px;
    word-wrap: break-word;
    width: 70%;
}

.titleAge {
    width: 25px;
    display: inline-block;
    height: 13px;
    font-size: 12px;
    border: 1px solid #F5B700;
    border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    text-align: center;
    line-height: 13px;
    margin: 0 0 0 5px;
    padding: 0 4x;
    background-color: white;
}

.playIcon {
    border: medium none;
    display: inline-block;
    position: relative;
}

.listbody {
    display: block;
    height: 52px;
   
    margin-top: 0px;
    line-height: 1.6em;
    position: relative;
    left: 112px;
    width: 60%;
    white-space: pre-line;
}

.clearrHeight {
    clear: both;
}

.imageBehind {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 98px;
    height: 10px;
}

.gallerylistdate1 {
    position: absolute;
    top: 5px;
    left: -11px;
    font-size: 9px;
    color: #777777;
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 96px 0px 0px 12px;
    /* z-index: 1; */
}

.whiteGradientNew {
    background: -webkit-gradient(linear, left top, right top, color-stop(.25, #eee), color-stop(.75, #fff));
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fff', GradientType=0);
}

.highlifgtGradientNew {
    background: -webkit-gradient(linear, left top, right top, color-stop(.25, #eee), color-stop(.75, #fff)); /* FF3.6+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}

.camouflage3 {
    position: absolute;
    width: 100%;
    height: 56px;
    left: 106px;
    bottom: 0px;
    z-index: 0;
}

img {
    border: 0;
}

img.devilgirl_hookups {
    position: absolute;
    top: 0;
    max-height: 220px;
    display: block;
    max-width: 33.333%;
}
/*----- Pending transaction page  -----*/

#transactionFailedContainer {
    display: none;
    position: absolute;
    top: calc(50% - 135px);
    left: calc(50% - 154px);
    background-color: #fcf99a;
    z-index: 12500;
    width: 310px;
    height: 274px;
    border-radius: 30px;
    border: 2px solid #741a16;
    filter: drop-shadow(0px 5px 5px black);
    text-align: center;
}

#transactionFailedContainer .caption {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    padding: 13px 0 0 0;
    color: #ac0303;
}

#transactionFailedContainer .text {
    font-size: 17px;
}

#transactionFailedContainer .box {
    width: 80%;
    height: 100px;
    background-color: white;
    margin: 6px 0 7px 10%;
    padding: 10px;
}

#transactionFailedContainer #buttonTransaction {
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 37px;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid gray;
    padding: 6px 0;
    font-size: 18px;
    color: #0245a1;
    font-weight: 700;
    cursor: pointer;
}

#transactionFailedContainer #buttonSupport {
    top: 300px;
    position: absolute;
    left: 10%;
    width: 80%;
    background-color: #741a16;
    height: 33px;
    border-radius: 20px;
    color: white;
    font-size: 19px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

#transactionPendingContainer {
    position: relative;
    /* top: calc(50% - 135px); */
    left: calc(50% - 154px);
    background-color: white;
    z-index: 12500;
    width: 310px;
    height: 211px;
    border-radius: 30px;
    filter: drop-shadow(0px 5px 5px black);
    text-align: center;
}

#transactionPendingContainer .caption {
    font-size: 26px;
    font-weight: bold;
    padding: 12px;
}

/*----- Progress bar animation  -----*/
ul.animation {
    list-style-type: none;
    margin-bottom: 0;
}
li.animation {
    float: left;
    width: 16px;
    height: 64px;
    border: 1px solid #8490c6;
    box-sizing: border-box;
    margin-right: 5px;
    opacity: 0.2;
    border-radius: 10px;
}

li.animation:nth-child(1) {
    background-color: #3dcb9a;
    animation-name: anim;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
li.animation:nth-child(2) {
    background-color: #d653d6;
    animation-name: anim;
    animation-duration: 1.2s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

li.animation:nth-child(3) {
    background-color: #fd9332;
    animation-name: anim;
    animation-duration: 1.2s;
    animation-delay: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

li.animation:nth-child(4) {
    background-color: #ce1222;
    animation-name: anim;
    animation-duration: 1.2s;
    animation-delay: .9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anim {
    from {
        opacity: 1;
        transform: scale(1.1);
    }
    50% {
        opacity: 0.2;
        transform: scale(.6);
    }
    to {
        opacity: 1;
        transform: scale(1.1);
    }
}


/*----- Pending transaction page END -----*/

/*----- Payment Product List  -----*/
.payment-item-wrapper {
    width: 117%;
    display: block;
    cursor: pointer;
    margin: -7px 0 6px -9%;
}
.payment-item-wrapper img{
    width: 100%;
}

.payment-form_header-banner{
    background-color: #4b0113;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.payment-form_header-banner img,
.flex-btn img {
    width: 100%;
}
.payment-form_header-banner .left_title{
    width: 42%;
}
.payment-form_header-banner .header_middle_lock{
    width: 9%;
}
.payment-form_header-banner .right_title{
    width: 35%;
}
.footer-back-btn,
.footer-next-btn{
    width: 114px;
    margin-bottom: -3px;
}
.footer-middle-lock{
    width: 30px;
}
#payment-method-popup img.payment-methods-popup {
    filter: drop-shadow(0 1px 5px black);
}
.payment_wrapper {
    font-family: 'ITC American Typewriter', serif;
    margin: -10px auto;
    background: linear-gradient(to bottom, rgba(136,215,254,1) 0%,rgba(255,255,255,0) 100%);
}
.payment-group-inline-block-start>div {
    display: inline-flex;
    align-items: flex-end;
}
.payment-group-inline-block-start>div>div:nth-child(1) {
    padding-right: inherit;
}
.payment-group-inline-block-start>div>div:nth-child(2) {
    padding-left: inherit;
}
.prodectList_heaser_info{
    text-align: center;
    margin-top: 135px;
    padding: 0;
    font-size: 23px;
}
.prodectList_heaser_subtitle{
    font-weight: 900;
}
.exchange_rates_title{
    font-weight: 600;
}
.exchange_rates{
    font-size: 15px;
    font-weight: 400;
}

.prodectList_heaser > .prodectList_heaser_info > img {
    transform: scale(1.2);
    padding: 20px 23px 0 3px;
}

/* .container.payment_wrapper > .container.zeroSidePadding {
    top: 13px;
    margin-bottom: 10px;
} */

.exchange_rates_title, .exchange_rates{
 color: #ae7600;
}

.payment-group-inline-block {
    display: flex;
    align-items: flex-end;
}
.payment-group-inline-block>div:nth-child(1) {
    padding-right: 0;
}
.payment-group-inline-block>div:nth-child(2) {
    padding-left: 0;
}

.payment-group-inline-block #state,
.payment-group-inline-block-start #state {
    height:34px;
    width: 100%;
}

/*------------ Payment popup -------------- */
.popup_wrapper img {
    width: 100%;
}

#payment-method-popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 2010;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.popup_wrapper {
    padding: 0 0 30px 0;
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 50px auto;
    width: 90%;
}
.popupHeader{
    position: absolute;
    z-index: 1;
    width: 70%;
    margin: 0 15%;
}
.popupHeader img{
    transform: translateY(-40%);
    position: absolute;
    width: 100%;
}
.payment-methods-popup {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
.method-popup__close_Btn{
    display: block;
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transform: translate(25%, -24%);
}
.method-popup__close_Btn img{
    width: 100%
}
.You_are_buying{
    font-size: 3vmin;
    margin: 10% 8% 0;
    position: relative;
}
.You_are_buying .you_are_buying_container {
    width: 100%;

}

.You_are_buying div {
    display: block;
    width: 50%;
    position: absolute;
    height: 3em;
    bottom: 0;
    margin: 0 25%;
}

.payment_info_popup-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 2% 0 32%;
}

.select_method {
    color: #ae7600;
    font-family: 'ITC American Typewriter', serif;
    font-weight: bold;
    font-size: 13pt;
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: center;
}

.PaymentBtns {
    width: 80%;
    margin: 2% auto;
    position: relative;
    overflow-y: scroll;
    outline: none;
    overflow-x: hidden;
}
.PaymentBtns::-webkit-scrollbar,
#payment-method-popup .zeroSidePadding::-webkit-scrollbar{
    width: 5px;
    border-radius: 20px;
    position: absolute;
}
.PaymentBtns::-webkit-scrollbar-thumb,
#payment-method-popup .zeroSidePadding::-webkit-scrollbar-thumb{
    width: 10px;
    background: #fd9eded9;
    display: block;
    border-radius: 15%;
    position: absolute;
    right: -10px;
}
.payment_method_name {
    color: white;
    font-weight: bold;
    background: no-repeat center;
    width: 100%;
    background-size: 85% 100%;
    padding: 0 10%;
    margin: 5px auto;
    font-size: 26px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* filter: drop-shadow(1px 1px 3px black); */
}

.close-btn {
    color: gray;
    font-size: x-large;
    font-weight: bolder;
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    .payment_method_name {
        font-size: 19px;
    }
}

@media screen and (max-width: 300px) {
    .payment_method_name {
        font-size: 13px;
    }
}

.payment_method_name_0,
.payment_method_name_3 {
    background-image: url(/resources/img/payment_button_0.png)
}
.payment_method_name_1,
.payment_method_name_4 {
    background-image: url(/resources/img/payment_button_1.png)
}
.payment_method_name_2,
.payment_method_name_5 {
    background-image: url(/resources/img/payment_button_2.png)
}

#payment-method-popup .zeroSidePadding{
    height: 100vh;
    overflow-y: scroll;
}
@media all and (orientation: landscape){
    .popup_wrapper{
        max-width: 450px;
        margin: 10px auto;
    }
    #payment-method-popup .zeroSidePadding{
        overflow-y: scroll;
        height: 600px;
        padding: 50px 0 200px;
    }
}

@media all and (orientation:landscape), all and (max-width: 480px) {
    .phonetext_field {
        margin-right: -14.5%;
    }
}

/* @media all and (max-width: 768px) {
    .modal-footer.flex-btn {
        transform: scale(1.7);
    } 
}*/

@media all and (orientation:landscape), 
    all and (max-width: 768px),  
    all and (max-height: 414px) {
    #confirmModal_verification > .modal-dialog {
        transform: scale(.7);
    }
    #termsandconditions {
        border-radius: 20px;
    }
/*     .modal-footer.flex-btn {
        transform: scale(1.7);
    } */
    #close-popup-up {
        width: 7%;
    }
}

/* ----- Method payment list ----- */

.usingMethod[type=radio] {
    -webkit-appearance:button;
    -moz-appearance:button;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 1px solid #3F51B5;
    border-radius: 4px;
    margin: 11px auto;
}

.usingMethod[type=radio]:checked::before {
    display: block;
    content: '\2714';
    position: absolute;
}

.method_list_name {
    border: 2px solid #3F51B5;
    border-radius: 4px;
    color: black;
    flex-grow: 1;
    line-height: 40px;
}

.method_payment_btn {
    background-image: repeating-linear-gradient(-45deg, #f086d0, #f086d0 15px, #f171c4 25px, #f171c4 35px, #f086d0 45px );
    padding: 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 21px;
    border: 8px solid #fceabb;
}

.method_btn_background{
    background-color: #f0f0f0;
    border-radius: 10px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ----   Cards info styling --- */
.copyright_footer{
    text-align: center;
    margin: 20px auto 0;
    color: #00000080;
    padding: 20px 6px;
}
.copyright_footer_additional{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.card_info_wrapper {
    width: 80%;
    margin: 15px auto;
}
.card-form.payment_wrapper{
    background: #fcfadc;
    border: 10px solid #4b0113;
    font-family: Arial;
    overflow: hidden;
}
.card-form-title{
    font-weight: 700;
    color: #114b01;
    margin-top: 7px;
}
.card-form .img-responsive {
    transform: scale(1.5);
    margin-top: 27px;
    margin-bottom: 20px;
}
@media (min-width: 500px) and (max-width: 768px) {
    .card-form .img-responsive {
        transform: scale(1.2);
    }
}
@media (min-width: 320px) and (max-width: 350px) {
    .postadforfree_words_inner {
        top: 107px !important;
        width: 94px !important;
        left: 7% !important;
    }
}
@media (min-width: 350px) and (max-width: 430px) {
    .postadforfree_words_inner {
        top: 122px !important;
        width: 94px !important;
        left: 7% !important;
    }
}
@media (min-width: 430px) and (max-width: 480px) {
    .postadforfree_words_inner {
        top: 137px !important;
        width: 107px !important;
        left: 7% !important;
    }
}
.payment-amount{
    font-size: 1.5em;
    font-weight: 600;
    color: #fbb203;
}
.credit-debit_item{
    width: 30%;
    min-width: 200px;
}
.card_info_wrapper label{
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    margin: 0 5px 0 0;
    overflow-wrap: anywhere;
}
@media (max-width: 350px) {
    .card_info input,
    .card_info select,
    .card_info_wrapper label {
        font-size: 17px;
    }
}

.card_info {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    font-size: 20px;
}
.card_info_date .echeck_info {
    width: 40%;
}

.card_info_date .echeck_info input,
.echeck_info_wrapp input {
    width: 100%;
}
.flex-betwen{
    display: flex;
    justify-content: space-between;
}
.flex-col input {
    flex-grow: 1;
}
.payment_amount_wrapp{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    margin-top: -14px;
}
label[for="submit-credentials-stage"] {
    height: 45px;
}
.payment_amount_wrapp div{
    margin: 5px;
}
.expiry-date{
    margin-right: 5px;
}
.flex-col.expiry-date>.flex-row>#expiry-month {
    flex: 1;
}
.flex-col.expiry-date>.flex-row>#expiry-year {
    flex: 2;
}
.echeck_info_wrapp {
    width: calc(80% + 20%/3);
}
.inline-flex input,
.inline-flex select{
    flex-grow: 1;
}
.inline-flex{
    display: flex;
}
.card_info input,
.card_info select {
    border: 2px solid #b7b6b6;
    margin-bottom: 15px;
    border-radius: 5px;
    outline: none;
    /*background: transparent;*/
    /*border: none;*/
    /*border-bottom: 1px solid;*/
    /*margin-bottom: 15px;*/
    /*outline: none;*/
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.align-end{
    align-items: flex-end;
}
.card_info_date {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
}
/*label[for=payment-info-submit]{*/
    /*width: max-content;*/
/*}*/
input:not(:placeholder-shown):invalid{
/*     border-bottom-color: red;
    background-color: rgba(255, 0, 0, 0.2); */
}
.error-message {
    font-size: 12px;
    color: #ff0000;
    overflow-wrap: break-word;
}

.t1Button {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.t1Button input {
    border: none;
}

.t1Button .t1Submit {
    border: outset;
}

.t1Button .t1Submit:active {
    border: ridge;
}

input.t1PaymentSubmit {
    width: 115px;
    border: none;
}

/*--------------------  payment success -----------------*/
.success_payment_image {
    width: 60%;
}
.success_payment_image  img{
    width: 100%;
}

.success_payment_title {
    font-size: 2.5rem;
}

.success_payment_title span{
    font-weight: bold;
    color: rgba(228, 120, 190, 1);
    font-size: 4.5rem;

}
/*--------------to keep one row images centered----------*/
@media (max-width: 600px) {
    .viewpostgallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        margin: 0px auto 0px auto;
    }




}

@CHARSET "ISO-8859-1";
body {
    background-color: #fbfef9;
    font-family: Arial, sans serif;
    background-image: none;
}

.titleAge {
    width: 25px;
}

.listadd,
.listad {
    min-height: 116px;
    max-height: 116px;
    height: 116px;
    overflow: hidden;
    padding: 4px 3px 4px 3px;
    margin: 4px 5px 0px 0px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(.25, #eee), color-stop(.75, #fff));
}
.flexblock{
    display: flex;
}
.container {
    width: 100%;
    max-width: 600px;
    /* margin-bottom: 50px; */
    position: relative;
}

.singlepost .container {
    padding-right: 0;
    padding-left: 0;
}

.flowers {
    padding: 0px 0px 0px 0px;
    margin-left: -20px;
}

/*------------------paddings--------------------------*/
.zeroSidePadding {
    padding-left: 0px;
    padding-right: 0px;
}

.padd-top-25 {
    padding-top: 25px;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-15 {
    padding-top: 15px;
}

.padd-top-45 {
    padding-top: 45px;
}

.padd-top-4 {
    padding-top: 4px;
}

.padd-left-25 {
    padding-left: 25px;
}

.padd-left-10 {
    padding-left: 10px;
}

.padd-left-15 {
    padding-left: 15px;
}
/*------------------width--------------------------*/
.img-width-85, .width-85 {
    width: 85%;
}

.width-230 {
    width: 230px;
}

.width-280 {
    width: 280px;
}

.max-width-250 {
    max-width: 250px;
    margin: 0px auto 0px auto;
}

.width-130 {
    width: 130px;
}

.width-74 {
    width: 74px;
}

.width-205 {
    width: 205px;
}

.width-325 {
    width: 325px;
}

.width-280 {
    width: 280px;
}

.width-315 {
    width: 315px;
}

.width-195 {
    width: 195px;
}

img.img-width-72 {
    width: 72%;
}

.width-180 {
    width: 180px;
}

.width-265 {
    width: 265px;
}

.width-60-perc {
    width: 60%;
}

.img-width-100 {
    width: 100%;
}

.width-62 {
    width: 62px;
}

/*------------------color--------------------------*/

.gray {
    color: #6a6969;
}

.yellow {
    color: #fcbe01;
}

.red {
    color: red;
}

/*------------------margin--------------------------*/
.marg-top-m8 {
    margin-top: -8px;
}

.marg-top-8 {
    margin-top: 8px;
}

.marg-top-45 {
    margin-top: 45px;
}

.marg-top-20 {
    margin-top: 20px;
}

.marg-bott-4 {
    margin-bottom: 4px;
}
.marg-bott-10 {
    margin-bottom: 10px;
}

.marg-top-0 {
    margin-top: 0px;
}

.marg-top-10 {
    margin-top: 10px;
}

.marg-top-14 {
    margin-top: 14px;
}

.marg-top-15 {
    margin-top: 15px;
}

.marg-top-25 {
    margin-top: 25px;
}

.marg-left-30 {
    margin-left: 30px;
}

.automargin {
    margin: 10px auto -25px auto;
}

/*------------------padding--------------------------*/

.bold {
    font-weight: bold;
}

.bordered {
    border: 2px solid #888888;
}

.centered {
    text-align: center;
}

.centered-flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.underlined {
    text-decoration: underline;
}

.zero-radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.three-radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.five-radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea.height-200 {
    height: 200px !important;
}

#create_edit_post_body_field {

    height: 300px;
}

.candy input[type="text"], .candy input[type="tel"], #create_edit_post_body_field, .candy select {
    -webkit-box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
}

.myButton {
    margin-top: 25px;
    width: 170px;
    height: 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 3px;
    background-color: #0492ff;
    color: white;
    border: 0px solid #fff;
    font-size: 18px
}

.successbutton {
    margin: 1em 0.3em;
    width: 140px;
}

#next_button_from_first_form_page {
    background: url('../img/button_next.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 130px;
    height: 60px;
    margin: 30px auto auto auto;
}

#back_button_from_second_form_page {
    background: url('../img/button_back.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 90px;
    height: 45px;
    position: absolute;
    left: 0px;
    bottom: 43px;
}

.previewbutton {
    background: transparent url('../img/button_publish.png') no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 60px;
    display: block;
    clear: both;
    margin: auto auto 40px auto;
    position: relative;
    top: 0px;
}


@media screen and (max-width: 480px) {
    #back_button_from_second_form_page {
        bottom: 95px;
    }
    .previewbutton {
        top: -50px;
    }
}

.narrowButton {
    width: 100px;
}

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

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

.height-34 {
    height: 34px;
}

.relative-position {
    position: relative;
}

.right-4 {
    right: -4px;
}

#myInputTypeFileButton {
    position: relative;
    right: -4px;
}

.myAnchor {
    color: b8b8b8;
    font-weight: bold;
    font-size: 14px;
}

.foundad_header {
    position: absolute;
    width: 55%;
    right: 39px;
    z-index: 2000;
    top: 17px;
}

.foundad_devilgirl {
    position: relative;
    top: 3px;
    width: 97%;
    margin: 0;
}

.foundad_devilgirl_returning {
    position: relative;
    top: 3px;
    width: 97%;
    margin: 0;
}

#megap4choiceTopText {
    position: absolute;
    top: 32%;
    left: 29%;
    color: black;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    width: 60%;
    text-align: right;
    font-style: italic;
}

#megap4choiceTopText .found_mostrecent {
    font-size: 17px;
}

@media screen and (max-width: 600px) {
    #megap4choiceTopText {
        width: 70%;
        left: 26%;
        font-size: 12px;
    }
}

#megap4choiceTopText span {
    color: #f96111;
}

#megap4choiceTopText span.whatwould {
    color: #3d3c3c;
}

#megap4choice {
    position: relative;
    margin-top: 6px;
    width: 100%;
    padding: 0 3px 20px;
    margin: 5px auto -17px auto;
}

#megap4choiceDarkBlueButton {
    background: url('../img/3button_top.png') no-repeat;
    background-size: 100% 100%;
    top: 44%;
}

#megap4choiceDarkBlueButton2 {
    background: url('../img/3button_top2.png') no-repeat;
    background-size: 100% 100%;
    top: 40%;
}

#megap4choiceBlueButton {
    background: url('../img/3button_mid.png') no-repeat;
    background-size: 100% 100%;
    top: 52%;
}

#megap4choiceBlueButton2 {
    background: url('../img/3button_mid2.png') no-repeat;
    background-size: 100% 100%;
    top: 56.5%;
}

#megap4choiceLightBlueButton {
    background: url('../img/3button_bottom.png') no-repeat;
    background-size: 100% 100%;
    top: 72%;
}

#megap4choiceLightBlueButton2 {
    background: url('../img/3button_bottom2.png') no-repeat;
    background-size: 100% 100%;
    top: 74.2%;
}

#megap4choiceDarkBlueButton, #megap4choiceBlueButton, #megap4choiceLightBlueButton {
    border-radius: 0px;
}

#megap4AdSampleShadowEmulator {

    width: 100%;
    background: url('../img/newshadow.png') no-repeat;
    height: 17px;
    margin-bottom: -17px;
    background-position: center -8px;

}

.fromRight {
    float: right;
}

#submit-pre-search-btn {
    margin-top: -40px;
}

#search-report-form .form-group textarea {
    resize: none;
}

#search-report-form .checkbox-group label {
    text-transform: capitalize;
}

.fromLeft {
    float: left;
}

.width-25proc, .width-24proc {
    width: 25%;
    padding: 4px;
    position: relative;
}

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

p.success {
    font-size: 16px;
}

#confirmModal_notPublished p.success {
    font-family: Arial;
    font-weight: 600;
    font-size: 1.2em;
    color: #464545;
}

#megap4AdSampleHeader {
    color: black;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    width: 94%;
    /* height: 96px; */
    margin: 10px auto 10px auto;
    padding: 0.5em;
    /* background-color: #e4e6e6; */
}

@import url(https://fonts.googleapis.com/css?family=Oswald:700);
.megap4choiceButtons {
    padding-top: 1%;
    position: absolute;
    width: 72%;
    left: 9%;
    height: 21%;
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.postCreatedOn {
    color: #666666;
    line-height: 1.8;
    font-size: 8pt;
    margin: -2px 7px 9px -2px;
    padding-bottom: 4px;
    font-weight: normal;
}

#megap4AdSampleContent {
    margin: 10px auto;
    color: black;
    font-size: 13px;
    width: 100%;
}

span.postersAge {
    font-size: 15px;
}

.viewpostlocation {
    margin: 0px 0px 0px -13px;
    font-size: 10pt;
    font-weight: bold;
    word-wrap: break-word;
    position: relative;
    left: -10px;
}

span.postersPhone {
    font-size: 18px;
    color: #0000ef;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
}

#megap4AdSample {
    width: 100%;
    background: white;
}

.forFloatingElements:after {
    display: table;
    content: " ";
    clear: both;
}

.circle {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 26px;
    color: #fff;
    background-color: #0084ff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 2px 0 0 5px;
}

.writePostContainer {
    margin-left: 15px;
    margin-right: 15px;
}

.photosRow {
    width: 100%;

}

.photosRow img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.videosRow img {
    height: auto;
    width: 100%;
}

.zero_height {
    height: 0px;
}

#addPhotoBorderedBlock {
    width: 98%;
    padding: 1px 10px 5px 10px;
    margin: -7px auto 5px auto;
    border: 1px solid #818181;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
}

#addVideoBorderedBlock {
    width: 98%;
    padding: 1px 10px 5px 10px;
    margin: -3px auto 5px 6px;
    border: 1px solid #818181;
    background: #fff;
    display: inline-block;
    -webkit-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 7px 22px 2px rgba(0, 0, 0, 0.20);
    position: relative;
    top: -10px;
}

#yesNoButtonsContainer {
    width: 222px;
    margin: 0px auto 10px auto;
    padding: 0px 10px 10px 10px;
}

.what_are_invisible {
    color: #fea700;
    font-size: 17px;
    text-decoration: underline;
    width: 270px;
    margin: 28px auto 10px auto;
    padding: 0px 10px 10px 10px;
    font-style: italic;
    text-align: center;
}

.bottomDisclaimer {

    bottom: 10px;
    left: 0px;
    color: #e6c568;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-style: italic;
    margin-top: 2em;
}

.front_testimonial {
    color: #edddc0;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.disclaimer {
    left: 0px;
    color: #e6c568;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-right: 16px;
    font-style: italic;

}

.invisible_tags_are {
    color: #787777;
    line-height: 1.2;
    font-size: 17px;
    width: 85%;
    margin: 12px auto 0px auto;
    padding: 0px 10px 10px 10px;
    font-style: italic;
}

.invisibleTagsField {
    width: 88%;
    margin: -7px auto 0px auto;
}

.videosRow video {
    height: 9em;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 10px;

}

.videosRow video::-webkit-media-controls {
    display: none !important;
}

.videosRow .vidthumboverlay {
    display: block;
    background: url('../img/videoplaybutton.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    height: calc(100% - 24px);
    pointer-events: none;
}

.picLabel {
    position: absolute;
    font-weight: bold;
    font-size: 5em;
    color: #E6E6E6;
    top: 42%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: (-50%, -50%);
}

/*----------------------post_preview_styles_starts-----------------------*/
.post_preview {
    display: flex;
    min-height: 160px;
    padding: 16px 0;
    background-image: url('../img/megapersonalsPostTitleBackground.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
    .post_preview {
        padding-top: 2vw;
    }
}
.post_preview_title {
    word-wrap: break-word;
    font-size: 13pt;
    font-weight: bold;
    margin: 10px;
    min-height: 47px;
    text-align: left;
    background: #d7fdf8;
    padding: 5px;
}

.post_preview_caption {
    width: 100%;
    max-width: 96%;
    border: 1px solid #d3c2a1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 4px 2px #00000038;
    border-radius: 18px;
    margin-top: 36px;
}
@media screen and (max-width: 600px) {
    .post_preview_caption {
        margin-top: 6vw;
    }
}
.post_preview_caption > div {
    border: 4px solid #ff73b4;
    width: 96%;
    margin: 10px 0;
    padding: 8px 4px;
    text-align: center;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 900;
    color: #c71356;
}

.post_preview_date_time {
    color: #666666;
    font-size: 8pt;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.post_preview_info {
    display: flex;
    margin: 8px 8px 0 8px;
}

.post_preview_info .col:nth-child(1) {
    min-width: 50%;
}
.post_preview_info .col div {
    font-weight: bold;
}
.post_preview_info .col span {
    font-size: 16px;
}
.post_preview_info .col span:nth-child(1) {
    color: #f3578b;
}
.post_preview_info .col span:nth-child(2) {
    color: #623423;
}

.post_preview_content {
    margin: 8px;
    border-radius: 18px;
    padding: 8px 10px;
    color: #623423;
    font-weight: bold;
    white-space: pre-line;
    border: 1px solid #d3c2a1;
    box-shadow: inset 0 0 4px 2px #00000038;
}

.post_preview_body {
    margin: 0px 0px 12px 0px;
    font-size: 11pt;
    padding: 0px 10px 0px 10px;
    clear: both;
}

.post_preview_media img,
.post_preview_media video {
    width: 100%;
    border: 4px solid #ff64b1;
}
.post_preview_media hr {
    border-top: 2px solid #d3c2a1;
}

#all-your-posts {
    height: 120px;
    background-color: #fad3e5;
    border-bottom: 2px solid #ba3d73;
    margin-bottom: 86px;
}
#all-your-posts > div:nth-child(1) {
    width: 100%;
    background: radial-gradient(#ff64b1 65%, #dc3f7d);
    height: 74px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 22px;
    font-size: 26px;
    font-weight: 800;
    text-shadow: -2px 0 0 #b52963, 0 2px #b52963, 2px 0 #b52963, 0 -2px #b52963;
}
#all-your-posts > div:nth-child(2) {
    position: relative;
    height: 74px;
    background: linear-gradient(#8e0782 19%, #df24ba 78%);
    width: 90%;
    top: 22px;
    margin: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    border: 4px solid purple;
    border-radius: 7px;
    box-shadow: inset 2px -2px 20px 3px #ffffff9e;
    filter: drop-shadow(1px 1px 2px #8e0782);
    text-shadow: -2px 0 0px purple, 0 2px purple, 2px 0 purple, 0 -2px purple;
}
#all-your-posts > div:nth-child(2):after {
    content: '';
    top: 4px;
    left: 0;
    position: absolute;
    border-image: linear-gradient(to left, transparent 35%, #f2a6e3, transparent 65%) 100 / 2px / 2px;
    border-width: 3px;
    border-style: solid;
    width: 100%;
    height: 90%;
}
@media screen and (max-width: 600px) {
    #all-your-posts > div:nth-child(1) {
        font-size: calc(2 * 4vw);
    }
    #all-your-posts > div:nth-child(1) {
        font-size: calc(2 * 2.5vw);
    }
}

.postbody {
    white-space: pre-line;
    display: block;
    margin: -1em 0;
    padding: 0 10px;
}

.i-see {
    margin: 10px;
    padding: 5px;
    color: #ffc643;
    font-weight: bold;
    font-size: 11px;
}
.isee-age {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#iseeCategories_itemList span label {
    display: none;
}

.singlepost .postbody {
    margin: 1em 0;
}

.post_preview_age {
    margin: 5px 20px 5px 0;
    font-size: 9pt;
    display: inline-block;
    float: right;
    background: #818181;
    border-radius: 2px;
    color: #fff;
    padding: 1px 5px;
    min-width: max-content;
}

.post_preview_phone {
    font-size: 11pt;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    color: #0000EE;
    margin-left: 10px;
}

.post_preview_location {
    margin: 18px 0px 12px -14px;
    font-size: 9pt;
    font-weight: bold;
    word-wrap: break-word;
}

.post_preview_image {
    width: 90%;
    height: auto;
    float: left;
    margin: 2px 3px 4px 1px;
}

.preview_pinkhead {
    background: #fd34ab;
    padding: 1.5em 15px;
    position: relative;
    box-shadow: 0 6px 13px -5px #5D5D5D;
}

.previewborder {
    height: calc(100% - 10px) !important;
}

.preview_byline {
    width: 100%;
    position: absolute;
    right: 36px;
    bottom: 32px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    text-align: right;
    letter-spacing: 1px;
}

.preview_category {
    text-align: right;
    padding: 0 5px;
    font-style: italic;
    color: #757573;
    font-weight: bold;
    font-size: 12px;
}

.prev_bg {
    background: #fbfef9;
}

.prev_bg::after {
    content: '';
    display: block;
    clear: both;
}

body.candyprev {
    background: #aaa;
}

.prev_email a {
    text-decoration: underline;
}

p.prev_city {
    margin: 15px 0 0 0;
}

ul.prev_location {
    padding: 0;
    list-style-position: inside;
    font-style: italic;
}

.prev_bottom {
    background: #fcdeed;
    padding-top: 2em;
    position: relative;
}

.postnow_cake {
    background: url('../img/postnow_cake.png') no-repeat;
    width: 120px;
    height: 85px;
    background-size: 100% 100%;
    border: 0;
    margin-bottom: 3em;
}

.brown_editpost {
    background: url('../img/brown_editpost.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 110px;
    height: 52px;
    position: absolute;
    left: 0px;
    border: 0;
    top: 51px;
}

@media (min-width: 601px) {
    .post_preview_gallery {
        width: 94%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        text-align: center;
    }
}

/*----------------------post_preview_styles_ends-----------------------*/

/*----------------------file upload button starts-----------------------*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 2px;
    float: left;
    padding-top: 17px;
    padding-bottom: 25px;
    color: white;
    background-color: #969595;
    width: 60px;
    text-align: center;
    text-decoration: underline;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60px;
    height: 150px
}

.addButton {
    position: relative;
    top: -51px;
    right: 5px;
}

/*----------------------file upload button ends-----------------------*/

/*-------------------------navigation next - previous starts -------------------------*/
#first_form_page {
    display: block;
}

#second_form_page {
    display: none;
}

#third_form_page {
    display: none;
}

/*-------------------------navigation next - previous ends -------------------------*/
.addTagYesNoButtons {
    width: 90px;
    height: 28px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-top: 2px;
}

.viewpostgallery img {
    width: 100%;
    padding: 2px 4px;
}

#addTagYesButton {
    float: left;
    background-color: #018a01;
}

#addTagNoButton {
    float: right;
    background-color: #920303;
}

.form_error_message {
    color: #b0b0b0;
    display: none;
    background: black;
    padding: 3px;
    border-radius: 3px;
    margin: auto 1em;
    width: fit-content;
}

.field_error_message {
    color: #b0b0b0;
    display: block;
    background: black;
    padding: 3px;
    border-radius: 3px;
    margin: auto 1em;
}
.field_error_message_payment {
    color: #ff0000;
    display: block;
    padding: 3px;
    border-radius: 3px;
}

#megap4choice a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

.black_px16 {
    color: black;
    font-size: 16px;
}

.red_px14 {
    color: #ff6600;
    font-style: italic;
    font-size: 14px;
}

.viewpostgallery video {
    width: 100%;
}

.writeuserPostDetailsContainer {
    margin-right: 15px;
    margin-left: -5px;
}

.galleryvideo video {
    margin: auto;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 4px;
}

h1.custom-h1 a {
    color: #9b00ff;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
}

h1.custom-h1 + footer {
    margin-top: 20px;
}

h1.custom-h1 {
    margin-top: 8px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 420px) {
    #megap4AdSampleHeader {
        font-size: 20px;
    }

    .megap4choiceButtons {
        padding-top: 0;
        font-size: 20px;
        line-height: 32px;
    }

    #megap4choiceTopText {
        font-size: 11px;
        line-height: 1.2;
        width: 62%;
    }

    #megap4choiceTopText .found_mostrecent {
        font-size: 11px;
    }

    #megap4choice {
        margin: 5px auto -8px auto;
    }


}

/*----------------------front_page_first_styles_just_copy_paste_this_block_starts-----------------------*/
#front_page_post_free_button {
    position: relative;
    top: -22px;
    left: 10px;
}

.width-145 {
    width: 145px;
}

.width-285 {
    /* width: 285px; */
    margin: 0px auto 0px auto;
}

.width-385 {
    width: 385px;
    margin: 0px auto 0px auto;
}

.xtraBigMeetNow {
    color: #01d610;
    font-size: 39px;
    font-weight: 800;
    position: relative;
    top: -31px;
    left: 8%;
}

.italic {
    font-style: italic;
}

.brown {
    color: #b38f57;
}
.mp-orange {
    color: #fdb363;
}
.mp-blue {
    color: #63c9fd;
}

.line-height-13 {
    line-height: 1.3;
}

.extraBigBlueButton {
    width: 286px;
    height: 50px;
    background-color: #305c85;
    color: white;
    margin: 32px auto 10px auto;
    padding: 3px 10px 10px 10px;
    text-align: center;
    font-size: 32px;
}

#meet_now_image {
    min-width: 215px;
    position: absolute;
    right: 0px;
}

.marg-top-45 {
    margin-top: 45px;
}

#frontPagetextBlockOne {
    width: 72%;
    margin: 36px auto 10px auto;
}

#frontPagetextBlockTwo {
    width: 80%;
    margin: -12px auto 18px auto;
}

#frontPagetextBlockThree {
    width: 72%;
    margin: 0px auto 10px auto;
}

.font-size-20 {
    font-size: 20px;
}

/*----------------------front_page_first_styles_just_copy_paste_this_block_ends-----------------------*/

/*----------------------front_page_second_styles_just_copy_paste_this_block_starts-----------------------*/
.megapCategoriesButtons {
    width: 100%;
    height: 49px;
    line-height: 49px;
    color: white;
    text-align: center;
    font-size: 31px;
    text-decoration: none;
    margin: 0px auto 16px auto;
    cursor: pointer;
}

.captcha_image {
    display: inline-block;
    width: 200px;
    float: left;
    position: relative;
}

.captcha_image img {
    width: 100%;
    height: 50px;
}

.contactus .cap_wrap, .replyform .cap_wrap {
    width: 90%;
    margin: auto;
}

.contactus .myButton, .myButton .cap_wrap, .enterphone .myButton {
    margin-top: 0.5em;
}

.buglink {
    text-align: center;
    color: #f00;
    margin: -1em 0 2em;
}

.buglink a {
    color: #f00 !important;
}

.replyCaptchaReloadButton {
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
}

#megapCategoriesPurpleButton {
    background-color: #611e58;
    margin-top: 42px;
}

#megapCategoriesBlueButton {
    background-color: #3b5998;
}

#megapCategoriesLightBlueButton {
    background-color: #1daced;
}

#post_an_ad_image {
    min-width: 197px;
    position: absolute;
    right: 22px;
    width: 85%;
}

/*----------------------front_page_second_styles_just_copy_paste_this_block_ends-----------------------*/

/*----------------------front_page_third_styles_just_copy_paste_this_block_starts-----------------------*/
.devilgirl_side {
    padding: 0 0 0 15px;
}

img.devilgirl_sidebar {
    position: absolute;
}

img.meetnow {
    margin: 10px 0;
}

.green {
    color: #21d42b;
}

.meetnow_byline {
    font-weight: bold;
    color: #dcd1b1;
    text-align: center;
    display: block;
    font-size: 20px;
    font-style: italic;
}

#megapCategoriesOrangeButton {
    background-color: #c75400;
    margin-top: 0;
}

#megapCategoriesYellowButton {
    background-color: #ffa300;
}

#megapCategoriesLightGreenButton {
    background-color: #e7c660;
}

#megapCategoriesGreenButton {
    background-color: #857a30;
}

#megapCategoriesGrayButton {
    background-color: #a6a3a3;
}

#megapCategoriesOrangeButton, #megapCategoriesYellowButton, #megapCategoriesLightGreenButton, #megapCategoriesGreenButton, #megapCategoriesGrayButton {
    border-radius: 3px;
}

#hookup_an_ad_image {

    width: 85%;
    padding: 1em 2.5em;
    background: #2FAEEA;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    margin-left: 17px;
    margin-bottom: 9px;

}

.fp_buttons {
    padding-top: 4em;
}

.postadforfree_words {
    max-width: 100%;
}

.postadforfree_words_inner {
    position: absolute;
    bottom: 0;
    top: 160px;
    width: 135px;
    left: 23px;
    z-index: 1;
}

.third_page_shadowed_buttons {
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.46);
}

/*----------------------front_page_third_styles_just_copy_paste_this_block_ends-----------------------*/

.changeCityLink {
    cursor: pointer;
    display: block;
    color: #a9b5d5;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 12px;
}

/*-------------city choice starts---------------------*/

#cityChoicePopUp {
    position: absolute;
    z-index: 12500;
    width: 310px;
    max-height: 100%;
    margin-top: 12px;
}

@media screen and (max-width: 320px) {
    #cityChoicePopUp {
        width: 220px;
    }
    .ac-label__level1 {
        font-size: 1.1em !important;
    }
}

#postCostPopUp {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 12500;
    width: 100%;
    height: 100%;
}

#cityChoicePopUpWindow {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url('../img/MPcityChoiceWhiteBgv1_345.png');
    width: 345px;
    height: 295px;
}

#youre_viewing_ads_from {
    position: absolute;
    top: 160px;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);;
    width: 345px;
    height: 215px;
}

#youre_post_price {
    position: absolute;
    width: 345px;
    height: 215px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#youre_viewing_ads_from_top_part {
    position: absolute;
    top: 0px;
    left: 00px;
    background-image: url('../img/you_are_viewing_345.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 152px;
}

#enter_ver_codde_background {
    position: absolute;
    top: 0px;
    left: 00px;
    background-image: url('../img/enter_verif_code.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 152px;
}

#post_will_cost_central_part {
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 0px;
    background: #404040;
    border-radius: 10px;
    width: 345px;
    height: 146px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5em;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.34);
}

#post_will_cost_central_part span {
    color: #fff261;
}

#post_will_cost_central_part p {
    margin-bottom: 20px;
}

.tokenpop {
    opacity: 0 !important;
}

.spinner {
    color: #fdf41b;
    align-items: center;
    justify-content: center;
}
.spinner:after {
    animation: changeContent .8s linear infinite;
    content: "â ‹";
    font-size: inherit;
}
@keyframes changeContent {
    10% { content: "â ™"; }
    20% { content: "â ¹"; }
    30% { content: "â ¸"; }
    40% { content: "â ¼"; }
    50% { content: "â ´"; }
    60% { content: "â ¦"; }
    70% { content: "â §"; }
    80% { content: "â ‡"; }
    90% { content: "â "; }
}

.pinkok {
    background: #d8006d;
    display: block;
    clear: both;
    margin: auto;
    width: 140px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

#youre_viewing_ads_from_top_part_city_name {
    color: #39bafd;
    font-size: 29px;
    font-family: Verdana;
    position: relative;
    top: 54px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

#enter_ver_codde {
    color: #39bafd;
    font-size: 19px;
    font-family: Verdana;
    position: relative;
    top: 25px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

#youre_viewing_ads_from_bottom_part {
    position: absolute;
    bottom: -4px;
    left: 0px;
    background-image: url('../img/MPchangeCityChangev1_345.png');
    background-repeat: no-repeat;
    width: 345px;
    height: 70px;
}

#cityChoicePopUpWindowStates {
    position: relative;
    top: 55px;
    left: 33px;
    background-image: url('../img/MPcityChoiceUsBtnv1_345.png');
    width: 280px;
    height: 32px;
}

select#canadaDropDown, select#statesDropDown {
    font-size: 0px;
}

#statesDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceUsBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#statesDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowCanada {
    position: absolute;
    top: 101px;
    left: 33px;
    background-image: url('../img/MPcityChoiceCanadaBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#canadaDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceCanadaBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#canadaDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowEurope {
    position: absolute;
    top: 147px;
    left: 33px;
    background-image: url('../img/MPcityChoiceEuroBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#europeDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceEuroBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#europeDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowAustralia {
    position: absolute;
    top: 193px;
    left: 33px;
    background-image: url('../img/MPcityChoiceAustralBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#australiaDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceAustralBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#australiaDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

#cityChoicePopUpWindowNewZel {
    position: absolute;
    top: 239px;
    left: 33px;
    background-image: url('../img/MPcityChoiceNZBtnv1_345.png');
    width: 280px;
    height: 32px;
}

#newZelDropDown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/MPcityChoiceNZBtnv1_345.png');
    width: 280px;
    height: 32px;
    color: #FFF;
    padding: 5px;
}

#newZelDropDown option {
    background: #2d4f88;
    font-size: 14px;
}

.mpcityname {
    cursor: pointer;
    display: block;
    color: #810107;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;

}

.frontpage {
    margin-top: 10px;
}

/*-------------pagination starts---------------------*/

.paginationwrapper {
    text-align: center;
    width: 100%;
    display: block;
}

.paginationwrapper_inner {
    display: inline-block;
    margin: auto;
}

.wholePaginationBlock {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 5px;
}

.paginationUnactiveNewArrow {
    float: left;
}

.paginationUnactiveNew {
    float: left;
    width: 45px;
}

.paginationActiveNew {
    float: left;
    width: 35px;
}

.paginationUnactiveNew {
    float: left;
    width: 35px;
}

.paginationUnactiveNewDots {
    float: left;
    width: 14px;
    color: #a9b6d4;
    font-weight: bold;
}

.paginationUnactiveNewDots.prevdots {
    margin-right: 5px;
}

a.pageNumbersNew {
    display: inline-block;
    height: 2em;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #01469c;
    font-weight: bold;
    padding-bottom: 1px;
}

#paginationNext {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #a9b6d4;
}

#paginationNext:hover,
a.pageNumbersNew:hover {
    cursor: pointer;
}

#paginationPrevious {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #a9b6d4;
}

.pagin_placeholder {
    width: 84px;
    float: left;
}

.paginationFigureUnactive, #paginationFigureUnactive,
.pageNumbersNew.ng-binding {
    display: block;
    width: 25px;
    height: 25px;
    background: #ffffff;
    color: #a9b6d4;
    padding: 0;
    line-height: 25px;
    border: 1px solid #a9b6d4;
}

.paginationFigureActive {
    display: block;
    width: 25px;
    height: 25px;
    background: #a9b6d4;
    color: white;
    line-height: 25px;
}

/*-------------pagination ends---------------------*/

/*-------------city choice ends---------------------*/

.subcategoryName {
    color: #01d610;
    font-size: 31px;
    font-family: Arial;
    float: right;
    position: relative;
    top: 45px;
    font-weight: bold;
}

.meetNow {
    color: #01d610;
    font-size: 26px;
    font-family: Arial;
    float: right;
    position: relative;
    top: 27px;
    right: 10px;
    font-weight: bold;
}

#bottom_container {
    max-width: 600px;
    position: fixed;
    bottom: 12px;
    margin: 0px auto;
    z-index: 1000;
}

#bottom_container_buy_tokens {
    width: 100%;
    max-width: 600px;
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
    z-index: 900;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: none;

}

#ageCheckPopupInner {
    width: 550px;
    margin: 2em auto;
    padding: 1em 2.8em 4em;
    z-index: 2000;
    position: relative;
    background: url('../img/agepopup_bg.png') no-repeat;
    background-size: 100% 100%;
    color: #4f0202;
}

#ageCheckPopupInner h1 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -1px;
    text-align: center;
}

#ageCheckPopupDiv {
    background-position: 50% 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fbfefa;
    z-index: 13000;
    top: 0;
    overflow-y: scroll;
}

#ageCheckPopupDiv > #ageCheckPopupInner > ul {
    font-size: 14px;
    font-family: Arial;
    color: darkgray;
    margin-right: 5px;
    text-align: justify;
    font-weight: 600;
}

#ageCheckPopupDiv > #ageCheckPopupInner a:link {
    color: #68a2b4;
}

#ageCheckPopupInner .centered {
    /* margin: 0 0 15px 0; */
}

.agecake {
    text-align: center;
    margin-top: 15px;
}

.agecake > img {
    width: 90%;
}

#ageCheckPopupDiv > #ageCheckPopupInner > ul > li {
    list-style-type: none;
    margin: 8px 0 0 -28px;
}

#ageCheckPopupDiv > #ageCheckPopupInner > ul > li::before {
    content: '\2981';
    margin: 0 8px 0 -12px;
    color: #fe8d8d;
    font-weight: 900;
}

#ageagree {
    background: #fe8d8d;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 39px;
    margin: 0 0 12px 0;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.31);
}

.agecheck_byline {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    display: block;
    text-align: center;
}

.agecheck_byline a, .agecheck_byline a:hover {
    color: #fead81;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}

.you_have_tokens {
    width: 30%;
    height: 6em;
    float: right;
    background: url('../img/cornerHUD.png') no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
}

.you_have_tokens a:hover {
    text-decoration: none;
}

.buy_more_tokens {
    float: right;
    width: auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}


#bottom_container_buy_tokens span {
    color: #666;
    font-size: 23px;
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 37%;
    line-height: 3em;
}

footer {
    color: #046aaf;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 16px;
    padding-bottom: 32px;
}

footer .pager li > a {
    padding: 2px 0px 2px 0px;
    margin: 2px -2px 2px -1px;
    color: #046aaf;
    border: none;
}

#bottom_button_container {
    float: left;
    margin: 0px 0px 5px -9px;
    padding: 0px 0px 0px 0px;
}
#copyrigh {
    width: 100%;
    text-align: center;
    margin-top: -18px;
}

.copyright_class {
    width: 100%;
    text-align: center;
    margin-top: -18px;
}
.copyright_class_term {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*--------------links-------------------*/

a.linksUnderButton {
    font-size: 14px;
    font-weight: bold;
    color: #b8b8b8;
    text-decoration: none;
}

#three_button_header {
    position: fixed;
    z-index: 300;
    max-width: 600px;
    padding-top: 0px;

    background: #ff4600; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4600 55%, #fe9000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4600 55%, #fe9000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4600 55%, #fe9000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4600', endColorstr='#fe9000', GradientType=0); /* IE6-9 */

}

.zero-padding-top {
    padding-top: 0px;
}

#body_border {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1000;

}

nav .pager li > a, .pager li > span {
    background-color: initial;
}

nav .pager li > a:hover, .pager li > span {
    background-color: initial;
}

/*manage post*/
#managepost_header {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 350px;
    max-height: 625px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('/resources/img/megapersonalsHeaderBackground.png');
}

@media screen and (max-width: 600px) {
    #managepost_header {
        height: 59vw;
    }
}

#managepost_header.extended-payment {
    height: 404px;
}

@media screen and (min-width: 530px) and (max-width: 600px) {
    #managepost_header.extended-payment {
        height: 434px;
    }
}

@media screen and (max-width: 529px) {
    #managepost_header.extended-payment {
        height: calc(35vw + 231px);
    }
}

#current_post_label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url('/resources/img/current-post-button.png');
    /* z-index: 1000; */
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 56%;
    height: 82px;
    bottom: -40px;
    left: 20%;
}
@media screen and (max-width: 600px) {
    #current_post_label {
        bottom: -30px;
        height: 14vw;
        margin-bottom: calc(33px - 7vw);
    }
}

.manage_flowers {
    max-width: 147px;
    width: 27%;
}

.manage_header {
    position: absolute;
    width: 70%;
    z-index: 2000;
    top: 14px;
    left: 14%;
}

#manageTopText {
    text-align: right;
    padding: 0 40px 0;
    margin: -3em 0 1.5em 0;
    font-weight: bold;
    font-style: italic;
}

#manageTopText span {
    color: #fff;
}
#confirmModal,
.after-form-modal,
#confirmModal_enoughTokens,
#confirmModal_notPublished,
#confirmModal_Not_enoughTokens,
#confirmModal_verification,
#successModal_verification,
#confirmModal_BuyMoreTokens,
#remove-post {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
    background: #757575b5;
    display: flex;
    justify-content: center;
    align-items: center;
}
#myModal .after-form-modal {
    background: none;
}
.after-form-modal img,
#confirmModal_enoughTokens img,
#confirmModal_notPublished img,
#confirmModal_Not_enoughTokens img,
#confirmModal_BuyMoreTokens img {
    width: 100%;
}

#confirmModal_verification img {
    width: 80%;
    margin-top: -15px;
    margin-left: -12px;
}

.after-form-modal .modal-content,
#confirmModal_enoughTokens .modal-content,
#confirmModal_Not_enoughTokens .modal-content,
#confirmModal_BuyMoreTokens .modal-content,
#confirmModal_verification .modal-content,
#remove-post .modal-content{
    padding: 15px 0;
    background: #404040;
    color: #fff;
}

#tokens {
    cursor: pointer;
}

#confirmModal_notPublished .modal-content {
    padding: 3px 29px 18px 29px;
}

#confirmModal_notPublished .modal-body {
    margin-bottom: -23px;
}

#confirmModal_notPublished .notPblsht {
    background-color: #f9a61c;
    cursor: pointer;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.disabledlink {
    pointer-events: none;
    opacity: 0.7;
}

.payment-providers .submit-block {
    display: flex;
    flex-direction: column;
    max-width: 144px;
    gap: 12px;
}
.payment-providers .submit-block button.btn {
    text-transform: uppercase;
}

#confirmModal_Not_enoughTokens .modal-body,
#confirmModal_BuyMoreTokens .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

#confirmModal_Not_enoughTokens .flex-btn,
#confirmModal_BuyMoreTokens .flex-btn{
    padding: 0;
    margin-top: -10px;
}

#confirmModal_enoughTokens .modal-body,
#confirmModal_notPublished .modal-body {
    margin: -20px 12px;
}

.verification-radiance-brown-text {
    color: #5d1515; 
    text-shadow: 0 0 4px #d48282; 
    font-size: 14pt;
}

.verification-radiance-green-text {
    color: darkgreen; 
    text-shadow: 0 0 4px #d48282;
}

.modal-content-white {
    background: white !important;
}

.modal-white {
    padding: 25px;
    background: #404040;
    color: #fff;
}

#confirmModal_enoughTokens p:nth-child(1),
#confirmModal_notPublished p:nth-child(1) {
    margin-bottom: 3px;
}

#close-notEnough-popup,
#close-enough-popup,
#close-buyMore-popup,
.close-post-form-popup {
    width: 23px;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
#close-popup-up {
    width: 34px;
    display: block;
    position: absolute;
    top: -3px;
    right: -6px;
}
.flex-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 5%;
    justify-content: space-around;
}

.managechoiceButtons {
    background-size: contain;
    width: 100%;
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-decoration: none;
}
.managechoiceButtonsWrapp{
    width: 49%;
}
.acceptBnt,
.buyMoreBnt,
.notPblsht,
.acceptBnt-remove,
#close-remove-popup {
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    min-width: 100px;
    padding: 3px 0;
    margin-top: 10px;
}
.buyMoreBnt{
    background-color: #3d95d5;
    padding: 3px 10px;
    border-radius: 8px;
}
.acceptBnt-remove{
    background-color: #ff9800;
}
.acceptBnt,
#close-remove-popup{
    background-color: #049800;
}
.floatie-wrapper {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}
.token-floatie {
    position: relative;
    float: right;
    font-family: arial;
    max-width: 100px;
    font-weight: bold;
    margin: 0 12px 4px 0px;
    pointer-events: all;
    transform: scale(1.06);
    /* filter: drop-shadow(2px 2px 6px grey); */
    pointer-events: all;
}
.token-floatie img {
    width: 100%;
}
.tokens-floatie-amount{
    position: absolute;
    bottom: 15px;
    left: 13px;
    z-index: 1;
    font-size: 1.5em;
    color: #3f0506;
}
.tokens-floatie-amount > .centered {
    width: 40px;
    font-weight: bold;
    font-family: "Arial";
    font-size: 23px;
    height: 29px;
}
.scrollTopWrapper {
    position: fixed;
    bottom: 16px;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.scrollTopWrapper .button-arrow-top {
    height: 40px;
    width: 40px;
    border-radius: 13px;
    cursor: pointer;
    margin: auto;
    pointer-events: all;
    background-color: #ff64b173;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .2s;
    box-shadow: 0 0 9px 0px #0000008a;
}
.scrollTopWrapper .button-arrow-top:hover {
    transition-duration: .2s;
}
.scrollTopWrapper .button-arrow-top .arrow-sign-up {
    height: 12px;
    width: 12px;
    border: solid #ffffffb5;
    border-width: 0 3px 3px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.scrollTopWrapper .button-arrow-top:active {
    box-shadow: none;
    transition-duration: .2s;
    transform: scale(.85);
}
div.managechoiceButtonsWrapp{
    width: 49%;
    line-height: 60px;
}

#manageEditButton {
    /*background: url('../img/managebutton_edit.png') no-repeat;*/
    background-size: contain;
}

#manageRemoveButton {
   /* background: url('../img/managebutton_remove.png') no-repeat;*/
    background-size: contain;
}

#manageWriteNew {
    /* background: url('../img/managebutton_writenew.png') no-repeat;*/
    background-size: contain;
}

#manageRepostAd {
    /*background: url('../img/managebutton_bump.png') no-repeat;*/
    background-size: 100% 100%;
    float: right;
}

#manageBumpAd {
    background: url('../img/managebutton_bump.png') no-repeat;
    background-size: 100% 100%;
    float: right;
}

.managepostpage #megap4AdSampleContent p, .managepostpage #megap4AdSampleContent ul {
    margin: 10px;
}

.empty-manage-list {
    margin-bottom: 60px;
}

.managebutton_wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 16px;
    transform: translateY(154px);
}

.extended-payment .managebutton_wrapper {
    transform: translateY(212px);
}

@media screen and (max-width: 600px) {
    .managebutton_wrapper {
        width: 94vw;
        transform: translateY(20vw);
        gap: 5px;
    }
}

.managebutton_wrapper img {
    width: 100%;
}

.manage-button {
    width: 44%;
    height: 115px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white!important;
    text-decoration: none!important;
    cursor: pointer;
    border-radius: 24px;
    text-shadow: 2px 4px 6px #7a7a7ab3, 0 0 3px #ffffff, 1px 4px 6px #12121214;
    box-shadow: 0 0 0 60px rgb(0 0 0 / 0%) inset, 0.1em 0.1em 0.2em #800;
    transition-duration: .2s;
}
.manage-button.small {
    height: 60px;
    background-size: 100% 100%;
    border-radius: 17px;
    align-self: end;
}
.manage-button:active {
    box-shadow: none;
    transform: scale(.93);
    transition-duration: .2s;
}
.manage-button:hover {
    filter: brightness(1.09);
    transition-duration: .2s;
}

.manage-list-font {
    font-family: Arial;
    font-weight: 900;
    line-height: 0;
    font-size: 30px;
}
.manage-list-font span {
    font-size: 24px;
    margin-top: 8px;
}
@media screen and (max-width: 600px) {
    .manage-list-font {
        font-size: 5.5vw;
    }
    .manage-list-font span {
        font-size: 4vw;
    }
}

@media screen and (max-width: 600px) {
    .manage-button {
        height: 18vw;
    }
    .manage-button.small {
        height: 14vw;
        width: 44vw;
        border-radius: 11px;
    }
}

.manage-button:hover,
.manage-button:active {
    color: white!important;
}

.button-red {
    /* background-image: url('/resources/img/button_red.png'); */
    border: 4px solid #c71356;
    background: linear-gradient(#ef9d9d 1%, #e1007c 2%, #ff89b0 48%, #ea026d 52%, #fa6bb2 97%, #ffb6b6 100%);
}

.button-green {
    /* background-image: url('/resources/img/button_green.png'); */
    border: 4px solid #037100;
    background: linear-gradient(#9defb6 1%, #00a11b 2%, #89ff92 48%, #1ac10c 52%, #45b73d 97%, #b6ffcc 100%);
}

.button-blue {
    /* background-image: url('/resources/img/button_blue.png'); */
    border: 4px solid #006299;
    background: linear-gradient(#9dbeef 1%, #005ea1 2%, #89deff 48%, #0c80c1 52%, #3db7b7 97%, #9dbeef 100%);
}

.button-red-long {
    background-image: url('/resources/img/button_red_long.png');
}

.button-blue-long {
    background-image: url('/resources/img/button_blue_long.png');
}

.font-decoration-green {
    text-shadow: 5px 0 3px #037100, -5px 0 3px #037100, 0 5px 3px #037100, 0 -4px 3px #037100;
}

.font-decoration-blue {
    text-shadow: 5px 0 3px #025970, -5px 0 3px #025970, 0 5px 3px #025970, 0 -4px 3px #025970;
}

.font-decoration-red {
    text-shadow: 5px 0 3px #8d1041, -5px 0 3px #8d1041, 0 5px 3px #8d1041, 0 -4px 3px #8d1041;
}

.font-decoration-purple {
    text-shadow: 5px 0 3px purple, -5px 0 3px purple, 0 5px 3px purple, 0 -4px 3px purple;
}

.font-decoration-green-little {
    text-shadow: 3px 0 3px #037100, -3px 0 3px #037100, 0 3px 3px #037100, 0 -3px 3px #037100;
}

.font-decoration-blue-little {
    text-shadow: 3px 0 3px #025970, -3px 0 3px #025970, 0 3px 3px #025970, 0 -3px 3px #025970;
}

.font-decoration-red-little {
    text-shadow: 3px 0 3px #8d1041, -3px 0 3px #8d1041, 0 3px 3px #8d1041, 0 -3px 3px #8d1041;
}

.font-decoration-purple-little {
    text-shadow: 3px 0 3px purple, -3px 0 3px purple, 0 3px 3px purple, 0 -3px 3px purple;
}

.list-post {
    margin: 16px 18px 0 18px;
}

.list-post hr {
    width: 100%;
    border-top: 2px solid #cfbd9e;
}

.list-post-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c71356!important;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    border: 4px solid #ff64b1;
    border-radius: 8px;
    width: 100%;
    margin: auto;
}
.list-post-title-link:hover {
    text-decoration: none;
}

.list-post-body {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    margin-left: 6px;
}
.list-post-body > div:nth-child(1) {
    width: 40%;
}
.list-post-body > div:nth-child(2) {
    width: 60%;
}
.list-post-body > div:nth-child(1) img {
    width: 100%;
    max-height: 134px;
    object-fit: cover;
    object-position: center;
}
.list-post-body > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-post-body .post-details {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.list-post-body .post-details span:nth-child(1) {
    color: #f46592;
}
.list-post-body .post-details span:nth-child(2) {
    color: #623423;
}
.list-post-body .post-published {
    font-size: 14px;
}
.list-post-body .post-content {
    position: relative;
    color: #623423;
    font-size: 14px;
    flex-grow: 1;
    max-height: 112px;
    overflow: hidden;
    white-space: pre-line;
}
.list-post-body .post-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgb(252 245 208) 0%,rgb(252 245 208 / 11%) 60%);
}
.list-post-body .post-published > span:nth-child(1) {
    color: #562415;
}
.list-post-body .post-published > span:nth-child(2) {
    color: #f23c7e;
}

#manage_top_block {
    display: flex;
    justify-content: center;
    width: 470px;
    max-width: 96%;
    margin: auto;
    margin-top: 16px;
    background-color: #fcf5d0;
    border-radius: 14px;
    border: 3px solid #a34766;
    margin-bottom: 24px;
}
#manage_top_block > div {
    width: 97%;
    height: 50px;
    border: 4px solid #ff64b1;
    margin: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-style: italic;
    font-size: 18px;
    font-weight: 800;
}
@media screen and (min-width: 360px) and (max-width: 446px) {
    #manage_top_block > div {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    #manage_top_block > div {
        font-size: 12px;
    }
}
#manage_top_block > div > span:nth-child(1) {
    color: #ad5232;
}
#manage_top_block > div > span:nth-child(2) {
    color: #f34881;
}

.notices-and-messages,
.report-a-bug {
    margin: auto;
    display: flex;
    justify-content: center;
}
.notices-and-messages:active,
.report-a-bug:active {
    transform: scale(.93);
    transition-duration: .2s;
}
.notices-and-messages:hover,
.report-a-bug:hover {
    filter: brightness(1.09);
    transition-duration: .2s;
}
.notices-and-messages a,
.report-a-bug a {
    width: 97%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 450px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 22px;
    font-weight: bold;
    color: white!important;
}
@media screen and (max-width: 480px) {
    .notices-and-messages a,
    .report-a-bug a {
        width: 92%;
        height: 18vw;
        font-size: 6vw;
    }
}
.notices-and-messages a:hover,
.report-a-bug a:hover {
    text-decoration: none!important;
}
.notices-and-messages a {
    margin-top: -43px;
}
@media screen and (max-width: 380px) {
    .notices-and-messages a {
        margin-top: -26px;
    }
}
.post_preview_media {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.report-a-bug a {
    margin-top: 16px;
    box-sizing: content-box;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, transparent 35%, #f389b9, transparent 65%) 100 / 2px / 2px;
}
/*manage post end*/

.timer {
	color:rgb(253,52,171);
	font-size: 3em;
	text-align: center;
}

/* Candy Skin */
.candy {
    height: 100%;
}

.candy body {
    padding-top: 0;
    height: 100%;
}

.candywrapper {
    background: #fd34ab; /* Old browsers */
    background: -moz-linear-gradient(top, #fd34ab 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd34ab 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd34ab 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd34ab', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    min-height: 100vh; /* 100%; */
    position: relative;
    padding: 1.5em 0;
}


.candypreview {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.candylabelphotos, .candylabelvideo {
    height: 34px;
}

.candy_header {
    position: absolute;
    width: 50%;
    right: 17px;
    top: 18px;
    z-index: 0;
}

.supporttcasewrapper {
    background: #143744 ; /* Old browsers */
    background: -moz-linear-gradient(top, #143744  0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #143744  0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #143744  0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#143744 ', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    min-height: 100%;
    position: relative;
    padding: 1.5em 0;
}

.writepost_devilgirl {
    width: 65%;
    clear: both;
    float: left;
    display: block;
}

.preview_devilgirl {
    margin-bottom: -35px;
}

.form_element {
    margin: 0 1em 3px 1em;
}

#second_form_page .form_element {
    margin-bottom: 0em;
}

.form_element > div > #body + .emojionearea > .emojionearea-editor {
    max-height: 13.8em !important;
}

.imagedelete {
    clear: both;
    background: #feffa6;
    color: #ff0000;
    max-width: 70px;
    margin: auto;
}

.imageDeleteEmpty {
    clear: both;
    height: 21px;
    max-width: 1px;
    margin: auto;
}

.imageUploadButton {
    visibility: hidden;
}

.videodelete {
    clear: both;
    color: #feffa6;
    max-width: 80%;
    margin: auto;
}

progress {
  background-color: #feffa6;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::-webkit-progress-bar {
  background-color: #feffa6;
}
::-moz-progress-bar {
  background-color: #feffa6;
}

.videogrey {
    color: #a8a7a8;
}

.candy label[for="is_mail_checkbox"], .candy label[for="is_phone_checkbox"] {
    color: #FD51B7;
    margin-left: 0.7em;
}

.candy label[for="is_phone_checkbox"] {
    display: none;
}

.mediabutton {
    background: #fff;
    border: 2px solid #fc6621;
}

input#is_mail_checkbox, input#is_phone_checkbox {
    float: left;
    position: relative;
    display: inline-block;
    margin: 4px;
}

.changephonelink {
    display: inline-block;
    margin-left: 8px;
}

#prevpostnow {
    color: #c1f6eb;
    cursor: pointer;
}

/*borders*/
.topborder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('../img/topborder.png') repeat-x;
    display: block;
    background-size: auto 100%;
    background-position-x: 19px;
}

.leftborder {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: calc(100% - 15px);
    background: url('../img/leftborder.png') repeat-y;
    background-size: 100% auto;
    display: block;
}

.rightborder {
    position: absolute;
    top: 10px;
    right:0;
    width:10px;
    height: 1180px;
    background: url('../img/rightborder.png') repeat-y;
    background-size: 100% auto;
    display:block;
    background-position: top right;
    margin-left: 965px;
}

.bottomborder {
    position: relative;
    bottom: 59px;
    left: 0;
    width: 44%;
    height: 9px;
    background: url('../img/bottomborder.png') repeat-x;
    background-size: auto 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#firstStage:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    background: url('../img/rightborder.png') repeat-y;
    background-size: 100% auto;
    display: block;
    margin-left: 590px;
    top: 10px;
}

.phonetext_field {
    padding: 0 0 0 1em;
}

.addphotoheading {
    margin: 20px 0 -7px 2px;
}

.addvideoheading {
    margin: 20px 0 12px 2px;
}

/* New login page */
html.loginpage {
    height: 100%;
}

.loginpage body {
    background: #ECECEC;
    padding-top: 0;
    min-height: 100%;
    height: 100%;
}

.loginpage .container {
    background: #fbfef9;
    padding: 1em 0;
    min-height: 100%;
    margin-bottom: 0;
}

h3.logincopy {
    color: #b7a690;
    font-size: 18px;
    letter-spacing: 0.2px;
}

a.starthere {
    display: block;
    width: 90%;
    color: #fff;
    background-color: #0492ff;
    margin: auto;
    font-size: 25px;
    line-height: 30px;
    padding: 3px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    max-width: 245px;
}

a.starthere:hover {
    text-decoration: none;
}

a.starthere:visited {
    color: #fff;
}

#login_data_form, .forgotpass_form, #sign_up_data_form, #contact_us_form, #reply_post_separate_form, #person_phone_form_to_check {
    background: #fdfeb5;
    padding: 10px;
    border: 2px solid #fde45b;
    border-radius: 25px;
    width: 90%;
    margin: auto;
}
.contact_massage {
    font-size: 2.2rem;
    width: 80%;
    text-align: justify;
    color: #595858;
    margin: 45px auto 0;
}
.contact_massage img {
    width: 100%;
}

#login_data_submit_button, #sign_up_data_submit_button, #reset_password_submit_button, #enter_new_password_submit_button, #id_select_city_submit {
    display: block;
    margin: auto auto 10px auto;
    width: 110px;
    height: 45px;
    border: 0;
    background: #feb161;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

.loginlabel {
    margin-top: 7px;
    font-size: 25px;
    font-weight: 500;
    color: #B7A690;
}

#person_username_field_login, #person_password_field_login, #person_username_field_signup, #person_password_field_signup, #person_phone_field_to_check, #email_field_password_reset,
#email_contact_us_field, #subject_contact_us_field, #message_contact_us_field, #captcha_code, #person_email_field_signup, #person_confirmPassword_field_signup {
    width: 90%;
    margin: 0.5em auto;
    font-size: 18px;
    border-radius: 3px;
}

.loginwrapper {
    max-width: 400px;
    margin: auto;
}

/* styled error message */

.stylederror {
    background: #F9DFDF;
    border: 2px solid #f00;
    border-radius: 5px;
    padding: 1em;
    color: #f00;
}

/* styled success message */
.styledsuccess {
    background: #dfffd3;
    border: 2px solid #2c9d00;
    border-radius: 5px;
    padding: 1em;
    color: #2c9d00;
}

.agechecker {
    width: 90%;
    margin: 1em auto;
}

.privacy p, .privacy ol, .privacy li {
    text-align: justify !important;
}

.termsLinksPage p, .termsLinksPage .privacy ol, .termsLinksPage .privacy li {
    margin-bottom: 8px;
    text-align: center !important;
    font-size: 1.125em;
}

.privacy blockquote {
    font-size: 12px;
}

#bottom_button_container_back_from_brief, #bottom_button_container_back_to_list {
    display: inline-block;
}

/*Searching the internet*/

#searching_the_internet {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: none;
}

.phoneverify {
    width: 300px;
    margin: 2em auto;

}

#threebuttoncontainer, #threebuttoncontainer_new {
    display: block;
}

#threebuttoncontainer {
    background-color: #fcf5d0;
}

.searching_text {
    text-align: center;
    display: block;
    font-size: 21px;
    margin: 1em auto;
}

img.searchgif {
    clear: both;
    display: block;
    margin: auto;
    width: 180px;
}

.searchcenter {
    width: 310px;
    height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 1em;

}
/* Manage post modal window */

.container-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    z-index: 2001;
}

.important-message-container {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
    margin: auto;
    font-family: Arial, Helvetica;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 7px 14px 3px #afafaf;
}

@media screen and (max-width: 400px) {
    .important-message-container {
        width: 280px;
        font-size: 10px;
    }
    .important-message-container .body>div {
        line-height: normal;
        margin: 0;
    }
}

.important-message-container .title {
    color: white;
    background-color: #9ca6af;
    text-transform: uppercase;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 3px 0;
}

.important-message-container .body {
    padding: 10px;
}
.important-message-container .body>div {
    line-height: 21px;
    margin: 5px 0;
}
.important-message-container .body .red {
    color: red;
}

.important-message-container .button {
    align-self: center;
    bottom: 0;
    color: white;
    background-color: #0095ff;
    border-radius: 5px;
    padding: 4px;
    margin: 10px 0;
    box-shadow: 0px 4px 6px 0px #afafaf;
    cursor: pointer;
}

.important-message-container .button:active {
    box-shadow: none;
    transform: translateY(3px);
}

/* Buy panel */

#buy_panel {
    height: calc(100% + 50px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    z-index: 2000;
    margin-bottom: -50px;
    display: none;

}

.candy h4.gray::after {
    content: '';
    display: block;
    clear: both;
}

/* success page */

html.successpage {
    min-height: 100%;

    background: #bdeefe; /* Old browsers */
    background: -moz-linear-gradient(top, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bdeefe 0%, #ffffff 45%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdeefe', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.successpage body {
    background: none;
    min-height: 100%;
    height: 100%;
}

.successpage body {
    padding-top: 1em;
}

#viewpost_button, #editpost_button {
    display: inline-block;
    text-align: center;
    width: 199px;
    height: 63px;
    margin: 0 4px;
}

#successcake {
    max-width: 80%;
    margin: -1.5em auto;
}

#viewpost_button:hover, #editpost_button:hover {
    text-decoration: none;
}

#viewpost_button {
    background: url('../img/button_viewpost.png') no-repeat;
    background-size: 100% 100%;
}

#editpost_button {
    background: url('../img/button_editpost.png') no-repeat;
    background-size: 100% 100%;
}

.videocomingsoon {
    display: block;
    margin: 0;
    clear: both;
    width: 95%;
}

#firstStage, #secondStage {
    margin-top: -15px;
}

/* Media Queries */

/* Start below 550 */
@media screen and (max-width: 550px) {
    .prodectList_heaser_info {
        font-size: 21px;
        margin-top: 100px;
    }


}

/* End below 550 */

/* start above 480 -- Desktop */

@media screen and (min-width: 481px) {
    .candylabel {
        height: 34px;
        margin: 8px 0 -5px 2px;
    }

    .mediabutton {
        margin-left: 6px;
    }

    .phoneselector {
        width: 50%;
        float: left;
    }

    .changephonelink {
        line-height: 2em;
    }

    p.success {
        font-size: 20px;
    }

    .betatag {
        width: 78px;
        height: 50px;
        left: 7%;
        top: 10%;
    }

    .profiledit .betatag, .brief .betatag, .gallery .betatag {
        left: auto;
        top: 16px;
        right: 48%;
    }

    .singlepost .betatag {
        left: 32%;
        top: 22px;
    }

    .managepostpage .betatag {
        top: 29px;
        right: 249px;
        left: auto;
        width: 65px;
        height: 37px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 41px;
        right: 269px;
        left: auto;
        width: 65px;
        height: 37px;
        z-index: 9000;
    }

    .successpage .betatag {
        top: 20px;
        left: 120px;
    }

}

.table-agree-to-terms tr td img {
    width: 90%;
    position: relative;
    top: -5px;
}

/*end above 480 */

/* start below 480 -- mobile iphone 6 */
@media screen and (max-width: 500px) {
    .phonetext_field {
        float: left;
        margin-top: 4px;
        width: 100% !important;
    }

    .zeroSidePadding {
        width: 100%;
    }

    .table-agree-to-terms tr td img {
        width: auto;
        height: 22px;
    }

    .prodectList_heaser_info{
        margin-top: 90px;
        font-size: 20px;
    }
    .card_info_wrapper {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .meetnow_byline {
        font-size: 13px;
    }

    .candylabel, .candylabelphotos, .candylabelvideo {
        height: 33px;
        margin: 2px 0 -5px 2px;
    }

    .candywrapper {
        margin-bottom: 0;
    }

    .candylabelphotos {
        height: 33px;
        margin: -2px 0 2px 2px;
    }

    .candylabelvideo {
        margin-bottom: 6px;
    }

    .mediabutton {
        margin-left: 3px;
    }

    .preview_byline {
        font-size: 17px;
        line-height: 19px;
        bottom: 19px;
        right: 31px;
    }

    .preview_devilgirl {
        margin-bottom: -29px;
    }

    .brown_editpost {
        width: 80px;
        height: 40px;
        top: 58px;
    }

    video {
        max-width: 100%;
        width: 100%;
    }

    .devilgirl_hookups {
        width: 32%;
        top: 8px;
        left: 4px;
    }

    .list_city .mpcityname, .list_city .changeCityLink {
        font-size: 12px;
    }

    a.navtext {
        font-size: 8pt;
    }

    .view_buttons_container {
        margin-top: 5px;
        margin-left: 36%;
    }

    .gallerylistad {
        width: 100%;
    }

    .fp_buttons {
        padding-top: 2em;
    }

    .changeCityLink {
        font-size: 10px;
    }

    .mpcityname {
        font-size: 10pt;
    }

    #hookup_an_ad_image {
        padding: 0.8em 1.5em;
        width: 86%;
        margin-left: 12px;
    }

    .picLabel {
        font-size: 2.5em;
        top: 40%;
    }

    .captcha_image {
        display: inline-block;
        width: 200px;
        float: left;
        position: relative;
    }

    .captcha_image img {
        width: 100%;
        height: 50px;
    }

    #manageTopText {
        padding: 0 27px 0;
        font-size: 11px;
        margin-top: -1.5em;
        margin-bottom: 0.5em;
    }

    .managechoiceButtons {
        font-size: 31px;
        line-height: 30px;
    }
    a.managechoiceButtonsWrapp,
    div.managechoiceButtonsWrapp{
        line-height: 35px;
    }



    .manage_flowers {
        width: 25%;
    }

    .phonetext_field {
        padding: 0;
        width: 47%;
    }

    .changephonelink {
        margin-top: 8px;
        margin-bottom: -8px;
    }

    .you_have_tokens {
        width: 43%;
        height: 5em;
    }

    #bottom_container_buy_tokens span {
        font-size: 22px;
        line-height: 2.5em;
    }

    #ageCheckPopupInner {
        position: absolute;
        width: 100%;
/*         margin: auto;
        padding: 1em 2.5em 2.5em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }

    #ageCheckPopupInner h1 {
        font-size: 25px;
    }

    .agecheck_byline {
        font-size: 18px;
        line-height: 19px;
    }

    #ageCheckPopupDiv > #ageCheckPopupInner > ul {
        font-size: 11px;
    }

    #ageagree {
        font-size: 32px;
    }

    .videosRow video {
        height: 5.7em;
    }

    #viewpost_button, #editpost_button {
        width: 140px;
        height: 50px;
    }

    p.success {
        padding: 0 16px;
    }

    .candy .black_px16 {
        font-size: 14px;
    }

    .betatag {
        width: 46px;
        height: 26px;
        right: 72%;
        top: 11px;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
        right: 68% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .profiledit .betatag {

        right: 48% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;

    }

    .loginpage .betatag {
        right: 68% !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 30px;
    }

    .brief .betatag, .gallery .betatag {
        right: 47% !important;
    }

    .singlepost .betatag {
        right: 58% !important;
        top: 14px;
    }

    .singlepost #megapersonalsPageHeader {
        margin-right: 10px;
    }

    .managepostpage .betatag {
        top: 27px;
        right: 155px;
        left: auto;
        width: 46px;
        height: 27px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 30px;
        right: 176px;
        left: auto;
        width: 46px;
        height: 27px;
        z-index: 9000;
    }

    .successpage .betatag {
        right: 67%;
    }

    .listview #list {
        margin: 30px 0px -12px 0px;
    }

    .candy label[for="is_mail_checkbox"], .candy label[for="is_phone_checkbox"] {
        margin-left: 0.7em;
    }

/*     .postadforfree_words_inner {
        top: 122px;
        width: 94px;
        left: 7%;
    } */

    .listcontent {
        width: 87%;
    }

    /*----- Payment Product List  -----*/
    .prodectList_heaser_info{
        font-size: 18px;
        margin-top: 100px;
    }
}

/* End below 480 */

/* Start below 420 */
@media screen and (max-width: 420px){
    .prodectList_heaser_info{
        font-size: 16px;
        margin-top: 80px;
    }
    .contact_massage {
        font-size: 1.3rem;
    }

    .addphotoheading {
        margin: 2em 0 -7x 0;
        margin-top: 20px;
    }

    .addvideoheading {
        margin: 1em 0 6px 0px;
    }
}
/* End below 420 */



/* Start below 375 */
@media screen and (max-width: 375px){
    .prodectList_heaser_info{
        font-size: 15px;
        margin-top: 65px;
    }


}
/* End below 375 */

/* start below 320 -- iphone 5 and under */

@media screen and (max-width: 320px) {

    #megap4choiceTopText {
        font-size: 10px;
    }

    .agecheck_byline a, .agecheck_byline a:hover {
        font-size: 12px;
    }

    #megap4choiceTopText .found_mostrecent {
        font-size: 8.5px;
    }

    .megap4choiceButtons {
        font-size: 18px;
        line-height: 26px;
    }

    .meetnow_byline {
        font-size: 11px;
        bottom: 15px;
        right: 30px;
    }

    .candylabelvideo {
        margin: -3px 0 10px 4px;
    }

    #back_button_from_second_form_page {
        width: 70px;
        height: 35px;
        margin-top: 30px;
    }

    .preview_byline {
        font-size: 14px;
        bottom: 11px;
    }

    .changeCityLink {
        font-size: 10px;
    }

    .mpcityname {
        font-size: 10pt;
    }

    a.navtext {
        font-size: 7pt;
    }

    .fp_buttons {
        padding-top: 1.9em;
    }

    #hookup_an_ad_image {
        padding: 1em;
    }

    .list_city .mpcityname, .list_city .changeCityLink {
        font-size: 10px;
    }

    .circle {
        font-size: 15px;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

    .imagedelete {
        height: 18px;
        line-height: 18px;
    }


    .captcha_image {
        display: inline-block;
        width: 160px;
        float: left;
        position: relative;
    }

    .captcha_image img {
        width: 100%;
        height: 40px;
    }

    #manageTopText {
        font-size: 9px;
        margin-bottom: 0.5em;
    }

    .managechoiceButtons {
        font-size: 26px;
        line-height: 25px;
    }

    .manage_flowers {
        width: 25%;
    }

    .changephonelink {
        font-size: 12px;
    }

    .you_have_tokens {
        height: 4.5em;
    }

    #bottom_container_buy_tokens span {
        font-size: 20px;
    }

    .form_element {
        margin: 0.5em;
    }

    #ageCheckPopupDiv {
        position: absolute;
    }

    #ageCheckPopupInner {
        position: relative;
        transform: none;
/*         top: 0;
        left: 0; */
    }

    #ageCheckPopupInner h1 {
        font-size: 22px;
    }

    .phonetext_field {
        width: 40%;
    }

    #photolabel {
        position: relative;
        float: left;
        top: 5px;
    }

    .videosRow video {
        height: 4em;
    }

    #viewpost_button, #editpost_button {
        width: 135px;
        height: 47px;
    }

    .betatag {
        width: 39px;
        height: 26px;
        right: 72%;
        top: 11px;
    }

    .contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
        right: 68% !important;
        top: 10px !important;
        background: url('../img/betatag.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .loginpage .betatag {
        right: 68% !important;
        top: 25px !important;
    }

    .brief .betatag, .gallery .betatag {
        right: 47% !important;
    }

    .singlepost .betatag {
        right: 58% !important;
        top: 14px;
    }

    .singlepost #megapersonalsPageHeader {
        margin-right: 10px;
    }

    .managepostpage .betatag {
        top: 25px;
        right: 136px;
        left: auto;
        width: 39px;
        height: 23px;
        z-index: 9000;
    }

    .candy .betatag {
        top: 31px;
        right: 150px;
        left: auto;
        width: 39px;
        height: 23px;
        z-index: 9000;
    }

    .postadforfree_words_inner {
        top: 97px;
        width: 78px;
        left: 26px;
    }

    .listcontent {
        width: 83%;
    }

    .prodectList_heaser_info{
        font-size: 13px;
        margin-top: 50px;
    }

    .exchange_rates{
        font-size: 12px;
    }

}

#sent_sms_confirmation_cover {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2000;
}

.betatag {
    background: url('../img/betatag.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.singlepost .betatag {
    right: -10px;
}

.contactus .betatag, #termsandconditions .betatag, .privpolicy .betatag {
    right: 68%;
    left: auto;
    top: 20px;
}

.loginpage .betatag {
    right: 68%;
    left: auto;
    top: 40px;
}

#create_edit_post_age_field_errmessage {
    position: relative;
    left: -6px;
}

#postreportlink {
    background: #fdf889;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 10px 5px;
    display: inline-block;
    color: #858584;
    font-size: 12px;
}

.errorclose {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

/* profile display */

#profile_moreinfo {
    display: block;
    margin: auto;
    max-width: 280px;
}

#escortProfile {
    padding: 1em;
    margin: 1em;
}

#escortProfile h1 {
    background: #d7fdf8;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {

    #escortProfile {
        padding: 5px;
        margin: 0;
    }

    .agecheck_byline a, .agecheck_byline a:hover {
        font-size: 15px;
    }
}

table.profile_stats {
    border: 3px solid #fde35a;
    font-weight: bold;
}

.profile_stats tr:nth-child(odd) {
    background: #fbe8ae;
}

.profile_stats tr:nth-child(even) {
    background: #fcfce0;
}

.profile_stats td {
    display: inline-block;
    padding: 2px !important;
}

td.profile_term {
}

.profile_stats td {
    border: none;
    border-top: 0 !important;
}

.statsheader {
    text-align: center;
    background: #fde35a;
    margin-bottom: -1px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}

.profile_text {
    color: #91184d;
}

.profile_rate {
    color: #3a8236;
}

.profile_name {
    color: #ff0082;
}

/*Profile About*/
.profile_about {
    margin: 0 0 10px;
    border: 3px solid #fee4e7;
    background: #f6f2f1;
    color: #513738;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

.profile_about > div {
    padding: 10px;
}

.profile_about h3 {
    color: #4e3433;
    text-align: center;
    margin: 0;
    background: #fee4e7;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

/*Profile Latest*/
.profile_latest {
    margin: 0 0 10px;
    border: 3px solid #fdf41b;
    background: #ededd3;
    color: #9c1861;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

.profile_latest > div {
    padding: 10px;
}

.profile_latest h3 {
    color: #000;
    text-align: center;
    margin: 0;
    background: #fdf41b;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

/*Profile Wishlist*/
.profile_wishlist {
    margin: 0 0 10px;
    border: 3px solid #fee4e7;
    background: #f6f2f1;
    color: #513738;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

.profile_wishlist > div {
    padding: 10px;
}

.profile_wishlist h3 {
    color: #4e3433;
    text-align: center;
    margin: 0;
    background: #fee4e7;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* View Profile Link */
.linktoprofile {
    display: inline-block;
    position: relative;
    float: right;
    margin: 5px 10px 5px -10px;
    background-color: fuchsia;
    padding: 1px 5px;
    font-size: 9pt;
    color: #fff !important;
    border-radius: 3px;
}

/* Profile form */

.panel-profile {
    padding-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.panel-profile .form_element {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {

    .panel-profile .form_element {
        width: 100%;
    }

}

.panel-profile .form_element.last {
    width: 100%;
}

.panel-profile .form_element h3 {
    font-size: 14px;
    text-transform: uppercase;
    background: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.makeown_top {
    margin-bottom: 5px;
}

.editprofile_header {
    background: #d7fdf8;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
}

.notround {
    border-radius: 0;
    -webkit-border-radius: 0;
}

#profile_about_field {
    resize: vertical;
}

.updatemybio_button {
}

.superstar_link {
    font-size: 20px;
    color: white !important;
    background: fuchsia none repeat scroll 0% 0%;
    padding: 10px;
    border-radius: 40px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

h1.successlink, h1.successlink a {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: cornflowerblue;
    font-size: 20px;
}

h1.successlink .manage-button {
    box-shadow: 0 0 0 60px rgb(0 0 0 / 0%) inset, 0.1em 0.1em 0.2em #0000005c;
    font-size: 26px;
}

@media (max-width: 430px) {
    h1.successlink .manage-button {
        font-size: 20px;
    }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation: portrait) {
    /* iPhone 6 and iPhone 6+ portrait */
    h1.successlink, h1.successlink a {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    h1.successlink, h1.successlink a {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    #termsandconditions #button-ok {
        transform: scale(1);
    }
    #termsandconditions .modal-footer.flex-btn {
        padding-top: 16px;
    }
}

.widthFix {
    width: 90%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.fixbag {
    padding-bottom: 25px;
}

.popup h2 {
    margin-top: 0;
    color: #00cbff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.selectStyle {
    background: #f9a51c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}

.selectStyle option {
    background: #fff;
    font-size: 14px;
    -moz-appearance: none;
    color: #c75400;
}

.selectPadding select {
    margin-top: 15px;
}

.ui-widget-overlay {
    opacity: .50;
    background-color: #000;
}

.ui-widget.ui-widget-content {
    position: fixed !important;
    /*margin-top: 16px;*/
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-corner-all {
    border-radius: 7px;
}

.ui-widget select {
    font-size: 18px;
}

.ui-widget select option {
    font-size: 14px;
}

.ui-dialog .ui-dialog-content {
    width: 299px !important;
    height: auto !important;
    padding: 0.5em 0.1em;
    overflow: visible;
}

.ui-dialog .ui-dialog-content .container {
    margin-bottom: 10px;
}

.sponsore {
    width: 93%;
    /* height: 134px; */
    background: #eff0eb;
    display: block;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.header-sponsore {
    text-align: center;
    text-transform: uppercase;
    background: #dedddb;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}

.sponsore ul {
    list-style: none;
    margin-left: -40px;
}

.sponsore ul li {
    margin-top: 18px;
    text-align: center;
}

.sponsore ul li a {
    font-weight: bold;
    color: #939391;
    text-decoration: underline;
    display: inline-block;
}

#cityChoiceActivateLink {
    color: #fcb9e3;
}

.fixed-table-body {
    overflow: hidden;
    /*height: 100vh;*/
}

.sponsore-links {
    list-style: none;
}

.ui-dialog {
    z-index: 99999 !important;
    border-radius: 7px;
}

.ui-widget-header {
    border-bottom: 1px solid #aaaaaa;
}

.ui-dialog .ui-dialog-title {
    text-align: left;
    font-size: 14px;
}

.dialog-confirm-dlt .ui-dialog .ui-dialog-buttonpane button,
.dialog-confirm-dlt .ui-style-button {
    width: 50%;
}

.ui-dialog .ui-dialog-buttonpane button,
.ui-style-button {
    background: #177cea;
    color: #fff;
}

.ui-button .ui-icon,
.ui-button:hover .ui-icon {
    background: url(/resources/img/warning-close.jpg);
    width: 11px;
    height: 11px;
    margin-left: -6px;
    margin-top: -5px;
}

#warning-msg-body-id {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#warning-msg-body-id:before,
.btn-label-delete:before {
    content: "";
    background: url(/resources/img/warning.jpg);
    width: 16px;
    height: 13px;
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}

.dialog-confirm-dlt .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 105%;
    float: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-label-delete {
    padding-left: 17px;
}

.g-recaptcha {
    margin-top: -30px;
    margin-bottom: 15px;
}

.loginform .g-recaptcha,
#emailForm .g-recaptcha,
#registerForm .g-recaptcha {
    top: unset;
    right: unset;
    margin-top: unset !important;
    margin-bottom: unset !important;
}

@media (max-width: 480px) {
    .dev {
        width: 80%;
        margin-bottom: 7px;
    }

    .phonetext_field .bi.bi-question-circle-fill {
        margin: 5px 0 0 5px !important;
    }

    .header-sponsore {
        font-size: 12px;
    }

    .sponsore ul {
        margin-top: -7px;
    }

    .sponsore {
        padding-bottom: 6px;
    }

    .sponsore ul li {
        margin-top: 18px;
    }

    .g-recaptcha {
        position: relative;
        top: -70px;
        right: 10px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .paginationwrapper {
        margin-top: 30px;
    }

    .fromRight {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .sponsore-links img {
        left: -15px;
        position: relative;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 380px) {
    .sponsore-links img {
        left: -10px;
        position: relative;
    }
}

@media only screen and (min-device-width: 381px) and (max-device-width: 421px) {
    .sponsore-links img {
        left: -5px;
        position: relative;
    }
}

.dev {
    width: 84%;
}

.sponsore-links img {
    width: 100%;
    min-width: 120px;
    object-fit: contain;
    transform: translateX(-50%);
    margin-left: 50%;
}

.dropdown-city {
    overflow: scroll;
    height: 300px;
}

.dropdown-city li {
    color: #fff;
    background: #2c4f87;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-menu li {
    margin-top: 5px;
    border-radius: 5%;
}

.onOff {
    display: block;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
}

.accordion .ui-state-default,
.accordion .ui-widget-content .ui-state-default,
.accordion .ui-widget-header .ui-state-default,
.accordion .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #2c4f87;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 12px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: none;
    display: none;
}

.ui-widget-content {
    border: none;
}

.cityPrefix {
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px !important;
}

.city {
    text-align: left;
    color: #c19e1d;
    cursor: pointer;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0.7em;
}

.city_list {
    padding: 1em 1.3em;
}

.btn-center .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 43%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.btn-center .ui-dialog-buttonpane {
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .0em 0em 1em .0em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.notifyjs-removed-post-base {
    opacity: 0.95;
    width: 200px;
    background: #1ac782;
    padding: 5px;
    border-radius: 10px;
}

.notifyjs-removed-post-base .notify-title {
    font-size: 12pt;
    width: 100px;
    float: left;
    margin: 5px 0 0 5px;
    text-align: right;
}

.table-agree-to-terms tr td {
    padding-top: 15px;
    padding-left: 10px;
}

.checkbox-agree {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-agree:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;

    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: black;
}

.btn-agree-wrap input[type="submit"] {
    background: #27b900;
    width: 155px;
    height: 40px;
    color: #fff;
    border: none;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}

.info_tokens {
    color: #fdf41b;
}

.not-abuse-link {
    font-size: 1.5em;
}

.support-request-info {
    font-family: Noto Sans, sans-serif;
    font-weight: normal !important;
    font-size: 1em;
    color: red;
}

.modal-dialog-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

#confirmModal_enoughTokens > .modal-dialog,
#confirmModal_notPublished > .modal-dialog {
    width: auto !important;
}

.loader{
    width: 200px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader:before, #loader:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader:before{
    z-index: 100;
    animation: spin 1s infinite;
}

#loader:after{
    border: 10px solid #ccc;
}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-4 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #d12222;
    margin: 35px 5px;
    opacity: 0;
}

#loader-4 span:nth-child(1){
    animation: opacitychange 1s ease-in-out 0.15s infinite;
}

#loader-4 span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.30s infinite;
}

#loader-4 span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.45s infinite;
}

#loader-4 span:nth-child(4){
    animation: opacitychange 1s ease-in-out 0.59s infinite;
}

@keyframes opacitychange{
    0%, 100%{
        opacity: 0;
    }

    60%{
        opacity: 1;
    }
}
.payment-transaction-table table {
    width:100%;
    white-space: nowrap;
}

.payment-transaction-table p {
    writing-mode: vertical-rl;
}

.payment-transaction-table table td {
    padding: 0 0;
    /*white-space: nowrap;*/
}

.payment-transaction-table td[data-title="response_message"] {
    max-width: 200px;
    overflow-wrap: break-word;
}

.payment-transaction-table td[data-title="response_reference"] {
    max-width: 130px;
    overflow-wrap: break-word;
}

.payment-transaction-table td[data-title="payment_provider"] {
    max-width: 130px;
    overflow-wrap: break-word;
}

.payment-transaction-table td[data-title="status"] {
    max-width: 130px;
    overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .payment-transaction-table td[data-title="currency"],
    .payment-transaction-table th[data-field="currency"],
    .payment-transaction-table td[data-title="state_code"],
    .payment-transaction-table th[data-field="state_code"] {
        max-width: 40px !important;
        overflow-wrap: break-word;
    }
    .payment-transaction-table td[data-title="user"],
    .payment-transaction-table th[data-field="user"],
    .payment-transaction-table td[data-title="payment_provider"],
    .payment-transaction-table th[data-field="payment_provider"],
    .payment-transaction-table td[data-title="response_reference"],
    .payment-transaction-table th[data-field="response_reference"] {
        max-width: 60px !important;
        overflow-wrap: break-word;
    }
}

@media screen and (min-width: 769px) and (max-width: 1505px) {
    .payment-transaction-table td[data-title="currency"],
    .payment-transaction-table th[data-field="currency"] {
        max-width: 60px !important;
        overflow-wrap: break-word;
    }
    .payment-transaction-table td[data-title="state_code"],
    .payment-transaction-table th[data-field="state_code"] {
        max-width: 40px !important;
        overflow-wrap: break-word;
    }
    .payment-transaction-table td[data-title="user"],
    .payment-transaction-table th[data-field="user"],
    .payment-transaction-table td[data-title="payment_provider"],
    .payment-transaction-table th[data-field="payment_provider"],
    .payment-transaction-table td[data-title="response_reference"],
    .payment-transaction-table th[data-field="response_reference"] {
        max-width: 80px !important;
        overflow-wrap: break-word;
    }
}

.payment-transaction-table td[data-title="create_datetime"] {
    min-width: unset !important;
}

.payment-transaction-col {
    width: auto;
    text-align: center;
}
.payment-row-align-to-top {
    position:absolute;
    z-index: 100;
    top: 7em;
}
.payment-row-height {
    height: 100px;
}

.form-control-inline {
    min-width: 12%;
    width: 12%;
    display: inline;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    /*width: 100%;*/
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-right: 5px;
}

.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.row-height-200-px {
    height: 200px;
}

.row-height-300-px {
    height: 300px;
}

.flex-direction-column {
    display: flex;
    flex-direction: column;
}

.row-height-400-px {
    height: 400px;
}

.row-height-300-px {
    height: 300px;
}

#search-report-form .checkbox-group {
    display: flex;
    justify-content: space-evenly;
    padding-top: 8px;
}

#pre-search-report-form .form-group label.control-label,
#search-report-form .form-group label.control-label {
    text-align: left;
}

.height-100-percent {
    height: 100%;
}
.height-width-100-percent {
    height: 100% !important;
    width: 100%;
}

.vertical-align-text-div {
    float: left;
    width: auto;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-table-font {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: medium;
}

.report-table-font-title {
    font-style: italic;
    height: 27px;
}

.report-print-table-font-title {
    font-style: italic;
    font-size: 28px;
    font-weight: bolder;
    height: 32px;
}

.report-hr hr {
    color: brown;
    background-color: brown;
    height: 2px;
    width: 95%;
}

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

.verification-table-th-height {
    height: 70px !important;
}

.delete-provider {
    color: white !important;
    padding: 2px 4px 4px 3px;
}

.payment-providers table>tbody>tr:first-child td {
    border-top: none !important;
}

table#user-manager-table tbody>tr>td[data-title="search"] {
    max-width: 200px;
    overflow-wrap: break-word;
}

#TokenCoefficientForm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#TokenCoefficientForm,
.payment-providers .panel {
    max-width: 720px
}

.payment-providers .panel {
    margin-top: 10px;
}

.user-icon-styling {
    margin-left: 0.5em;
    font-size: large;
    float: right;
}

.remove_horizontal_scroll {
    overflow-x: hidden !important;
}

.forFloatingElements {
    columns: 3;
}

.simple-button {
    background: #1d89d6;
    color: white;
    width: max-content;
    margin: 0px auto;
    padding: 5px 14px;
    border: none;
    border-radius: 7px;
    box-shadow: 0px 3px 11px 0px #3c3c3c;
    cursor: pointer;
}
.simple-button:active {
    transform: translateY(2px);
    box-shadow: none;
}

.hint-container {
    display: flex;
    justify-content: center;
}
.hint-font {
    color: orange;
    font-weight: bold;
}
.hint {
    display: none;
    position: absolute;
    font-size: 19px;
    font-weight: 800;
}
.fader {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
}
.message-container {
    background-color: white;
    width: 80%;
    max-width: 314px;
    padding: 17px 12px;
    border-radius: 13px;
    box-shadow: 0px 4px 13px 1px #171717;
}

.payment-info-bar-wrapper {
    display: flex;
    justify-content: center;
    border-radius: 18px;
    background-color: #ec489196;
    padding: 8px 0;
    margin: 0 10px;
    border: 1px solid #00000038;
    box-shadow: inset 0 0 4px 2px #00000082;
}

.payment-info-bar-container {
    top: 96px;
    position: absolute;
    width: 100%;
}

.payment-info-bar {
    width: 100%;
    margin: 0 10px;
    padding: 5px 10px;
    font-family: Arial;
    border-radius: 9px;
    border: 4px solid #ff3523;
}
@media screen and (max-width: 400px) {
    .payment-info-bar h4 {
        font-size: 15px;
    }
    .payment-info-bar div > a {
        font-size: 12px;
    }
}
.payment-info-bar h4 {
    color: white;
    text-shadow: 4px 0 3px #9f1b52, -4px 0 3px #9f1b52, 0 4px 3px #9f1b52, 0 -4px 3px #9f1b52;
}

.payment-info-bar h4 {
    margin-bottom: 4px;
}

.payment-info-bar div>a {
    font-weight: bold;
    color: #b0c7e9;
    text-decoration: underline;
}

/*Phone verification styles*/

.phone-input-code {
    width: 50%;
    height: 30%;
    font-size: x-large;
    text-align: center;
    margin:auto;
}

.phonetext_field .bi.bi-question-circle-fill {
    position: absolute;
    font-size: 18px;
    margin: 14px 0 0 5px;
}
#tippy-1 {
    pointer-events: all !important;
}
.tippy-box .hint-message-box {
    width: 196px;
}
.tippy-box .hint-message-box .hint-message-box__message {
    text-align: center;
    padding-top: 5px;
}
.tippy-box .hint-message-box .hint-message-box__button {
    width: 49px;
    margin: 6px auto;
    border: 1px solid white;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    transition-duration: .2s;
}
.tippy-box .hint-message-box .hint-message-box__button:active {
    transform: scale(0.91);
    transition-duration: .2s;
}
.sms-code-box {
    max-width: 271px;
    margin-left: auto;
    margin-right: auto;
}

.device-verification .message-container {
    width: 90%;
    box-shadow: 0px 0px 3000px 2000px rgb(255 255 255 / 67%);
}
.device-verification .message-container .panel-body {
    background-color: #e8e8e8;
}
.underline-link {
    text-decoration-line: underline;
}

.text-white {
    color: white !important;
}

.banned-message-small {
    width: 80%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@supports (-webkit-touch-callout: none) {
    #postFormId #countrycode {
        padding-left: 8px!important;
    }
}

.pin-code-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    grid-gap: 10px;
}
.pin-code {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    border: 2px solid black;
    caret-color: transparent;
    padding: 0 0 0 0 !important;
}
input.pin-code::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.pin-code[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 393px) {
    .confirmation-text {
        font-size: 6vw!important;
    }
}
@media screen and (max-width: 414px) {
    h3.verification-text {
        font-size: 18px!important;
    }
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    line-height: 22px;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    transition: background 0.3s ease;
    background: url(/resources/img/checkbox-1.png) 0 0 no-repeat;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
    background-image: url(/resources/img/checkbox-2.png);
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover */
.checkbox-other span:hover:before {
    filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before {
    filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before {
    filter: grayscale(100%);
    opacity: 0.6;
}

#footercontainer {
    background: linear-gradient(transparent 0.4%, transparent 1%, #d0caae 2.7%, white 3%, #c81356 4%, #c81356 25%, #ff64b1 52%, #c81356, #ff64b1);
    padding-bottom: 48px;
}
#footercontainer:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 438px;
    max-width: 95%;
    height: 72%;
    opacity: 0.5;
    background-size: 56.57px 56.57px;
    background-image: linear-gradient(135deg, #e23c83 25%, #e8438c 25%, #e8438c 50%, #e23c83 50%, #e23c83 75%, #e8438c 75%, #e8438c 100%);
    box-shadow: 0px 16px 11px 11px #df357c;
    pointer-events: none;
}
footer#footer nav {
    box-sizing: content-box;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, transparent 35%, #f389b9, transparent 65%) 100 / 2px / 2px;
}
footer#footer nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    pointer-events: none;
    border-image: linear-gradient(to left, transparent 35%, #ff9fcb, transparent 65%) 100 / 2px / 2px;
    transform: scale(1.1);
}
footer#footer nav {
    width: fit-content;
    filter: drop-shadow(0 0);
    color: #5e3021;
    background-color: #fcf5d0;
    margin: auto;
    padding: 8px 8px;
    border-radius: 13px;
    border: 2px solid #b36548;
}
footer#footer nav ul {
    border: 4px solid #ff64b1;
    padding: 16px 16px;
    border-radius: 8px;
    margin: 0;
    font-weight: bold;
}
footer#footer nav ul li a {
    color: #ff73b4;
}