/* Nanje CSS :: for uBuyMe frontend */
.v-align-left {
  text-align: left;
}
.v-align-right {
  text-align: right;
}
.v-align-center {
  text-align: center;
}
.v-padding-5 {
  padding: 5px;
}
.v-padding-10 {
  padding: 10px;
}
.v-padding-15 {
  padding: 15px;
}
.v-padding-20 {
  padding: 20px;
}
.v-padding-30 {
  padding: 30px;
}
.v-padding-50 {
  padding: 50px;
}

.v-margin-5 {
  margin: 5px;
}
.v-margin-10 {
  margin: 10px;
}
.v-margin-15 {
  margin: 15px;
}
.v-margin-20 {
  margin: 20px;
}
.v-margin-50 {
  margin: 50px;
}
.v-input {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 3px;
}
/* uBuyMe Pagination */
.v-pagination {
  border-radius: 10px;
  margin-top: 25px;
}
.v-pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.v-pagination ul li {
  list-style: none;
  float: left;

  margin: 2px;
}
.v-pagination ul li a {
  padding: 14px;
  background: #e8f1ff;
  line-height: 10px;
  color: #233a3e;
  font-size: 16px;
}
.v-pagination ul li a:hover {
  background: #ffc107;
  color: #fff;
}
.v-pagination ul li .active {
  background: #ffc107;
}
.v-pagination-go {
  display: inline-block;
  float: right;
  margin: -14px 0 0 0;
  padding: 0;
}
.v-pagination-go input {
  padding: 12px;
  border: 2px solid #e0e1e8;
  margin: 0;
  float: left;
}
.v-pagination-go button {
  background: #00b9ff;
  padding: 8px 10px;
  border: 3px solid #54c8fd;
  color: #fff;
  font-size: 18px;
}
/* uBuyMe Pagination */
/* Breadcumb */
.v-users-breadcumb {
  background: #def1ff url(../../v-uploads/v-webmobileapp/dashboard-header.jpg)
    bottom center;
  padding: 20px 0;
}
.v-users-breadcumb ul {
  float: right;
  margin: 20px auto;
  font-size: 12px;
}
.v-users-breadcumb ul li {
  display: inline-block;
  margin: 0 12px;
}
/* V Breadcumb */
/* V Dashbaord Login Register */
.v-dashboard-profile {
  /* background: #00b568; */
  /* height: 115px; */
  text-align: center;
  /* margin: -165px 0 0 0; */
  border-radius: 10px;
}
.v-dashboard-profile img {
  width: 139px;
  padding: 3px;
  border-radius: 50%;
  margin: 0px 0 0 0;
  border: 5px solid #ffffff82;
  background: #e41c25;
}
.v-dashboard-profile span {
  background: #ffb300;
  padding: 4px 26px;
  border-radius: 50px;
  margin: -28px auto 0 auto;
  width: auto;
  display: block;
  color: #fff;
  position: absolute;
  min-width: 275px;
}
.tm-dashbaord-head {
  background: #fff;
  border-radius: 50px;

  font-size: 12px;
}
.tm-dashbaord-head ul {
  padding: 0;
  margin: 0;
}
.tm-dashbaord-head table {
  margin: 0;
  line-height: 20px;
}
.tm-dashbaord-head td {
  padding: 1px 1px;
}
.tm-dashbaord-head img {
  width: 50px;
  display: inline-block;
  border-radius: 50px;
}
.tm-dashbaord-head span {
  width: 150px;
  margin: 3px 0;
  font-size: 11px;
}
.v-dashboard-main {
  margin: 40px auto 30px auto;
}
.v-dashbody {
  padding: 10px;
  color: #fff;
}
.tm-dashbaord-sidebar {
  background: #3170f4;
  border-radius: 5px;
  padding: 35px 20px;
}
.tm-dashbaord-sidebar h4 {
  background: white;
  padding: 10px;
  margin: -15px -5px auto -10px;
  border-radius: 5px;
}
.tm-dashbaord-sidebar ul li a {
  color: #fff;
}
.v-login-emedias {
  margin: 5px 0 0 10px;
}
.v-login-head {
  border: 1px dotted #a5a5ac;
  display: inline-block;
  border-radius: 50px;
}
.v-login-head ul {
  padding: 0;
  margin: 0 6px 0 0;
  display: inline-block;
}
.v-login-head li {
  display: inline-block;
  padding: 0 5px;
}
.v-login-head span {
  display: inline-block;
}
.v-login-head span i {
  background: #3170f4;
  padding: 14px 15px;
  border-radius: 50px;
  color: #fff;
}
.v-register-now {
  background-image: linear-gradient(
    to right,
    #f09819 0%,
    #edde5d 51%,
    #f09819 100%
  );
}
.v-register-now {
  padding: 5px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  font-size: 20px;
  box-shadow: 0 0 15px #eee;
  border-radius: 50px;
  border: 2px solid #eebd3d;
  font-weight: bold;
  color: #573f00;
  cursor: pointer;
}

.v-register-now:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.v-register-now a {
  color: #ffffff;
}

.v-login-now {
  background-image: linear-gradient(
    to right,
    #1a2980 0%,
    #26d0ce 51%,
    #1a2980 100%
  );
}
.v-login-now {
  padding: 5px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  font-size: 20px;
  box-shadow: 0 0 15px #eee;
  border-radius: 50px;
  cursor: pointer;
  color: #fbfbfb;
  border: 2px solid #25c4c9;
  font-weight: bold;
}

.v-login-now:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.v-register {
  background: #ffae00;
  padding: 5px 15px;
  margin-right: 10px;
}
.v-login {
  padding: 5px 10px;
  background: #1c3481;
}
.v-register a,
.v-login a {
  color: #fff;
}
.v-main-button {
  background-image: linear-gradient(
    to right,
    #ff4e50 0%,
    #f9d423 51%,
    #ff4e50 100%
  );
}
.v-main-button {
  padding: 10px 15px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
  box-shadow: 0 0 20px #eee;
  border: 2px solid #ffefb0;
  border-radius: 50px;
}

.v-main-button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
/* V Dashbaord Login Register */
/* Review and Comment */
.v-review-form {
  padding: 10px;
  border: 1px dotted #729599;
  border-radius: 10px;
  margin: 20px 0 0 0;
}
.v-review-base {
  background: #f6f4e1;
  margin: 0 0 20px 0;
  border-radius: 28px 5px 5px 5px;
  padding: 10px;
}

.v-review-base img {
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}
.v-review-reply img {
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}
.v-review-reply {
  background: #e6e6e6;
  margin: -20px 9px auto 77px;
  border-radius: 28px 0 16px;
  padding: 5px;
  border-top: 2px solid #cab3bd;
}

.v-review-rating li {
  float: left;
  font-size: 30px;
  color: #ffa600;
  margin: 7px 1px;
}
.v-review-login {
  background: #f2fbd2;
  padding: 20px 10px;
  text-align: center;
  border-radius: 5px;
}

.v-rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.v-rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.v-rating:not(:checked) > label:before {
  content: "★ ";
}
.v-rating > input:checked ~ label {
  color: #ffc700;
}
.v-rating:not(:checked) > label:hover,
.v-rating:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.v-rating > input:checked + label:hover,
.v-rating > input:checked + label:hover ~ label,
.v-rating > input:checked ~ label:hover,
.v-rating > input:checked ~ label:hover ~ label,
.v-rating > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/* Review and Comment */

.v-users-setting {
  margin: 50px auto;
}
.v-users-setting-forms {
  border: 2px dotted #3170f4;
  border-radius: 10px;
  padding: 30px;
  margin: 30px auto auto auto;
}
.v-users-setting-forms h2 {
  text-align: center;
  margin: 0px 0 40px 0;
  background: #3170f4;
  border-radius: 48px;
  padding: 7px 10px;
  color: #fff;
  font-size: 23px;
}
.v-users-setting-forms input {
  margin: 0 0 10px 0;
}
/* V Search */
#v-searchbox {
  /* width: 90%; */
  margin: auto;
}
#v-searchbox {
  /* width: 470px; */
}
.v-search-input {
  padding: 10px 46px 10px 20px;
  border: 1px solid rgb(190, 188, 188);
  width: 100%;
  border-radius: 60px !important;
  background: #f6f1f1;
  font-size: 14px;
  color: #385539;
  line-height: 20px;
}
.v-search-button {
  position: absolute;
  right: 3px;
  padding: 7px 8px;
  border: 0px solid #e30b5c;
  background: #ffae00;
  border-radius: 100% !important;
  top: 2px;
  line-height: 23px;
}
.v-search-button:hover {
  border: 1px solid #36d1ff;
  background: #00baf2;
}
.v-search-button i {
  color: #fff;
  font-size: 17px;
}
.v-search-input {
  padding: 10px 46px 10px 20px;
  border: 1px solid rgb(190, 188, 188);
  width: 100%;
  border-radius: 60px !important;
  background: #f6f1f1;
  font-size: 14px;
  color: #385539;
}

.v-search-button:hover {
  border: 1px solid #36d1ff;
  background: #00baf2;
}
.v-search-button i {
  color: #fff;
  font-size: 17px;
}
#v_livesearchpages {
  display: block;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  position: absolute;
  z-index: 9999999;
  margin-top: 43px;
}
#v_livesearchpages a {
  padding: 8px 9px;
  border-bottom: 1px solid #91ebf7;
  display: block;
  background: #4ecbdb;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 20px;
}
#v_livesearchpages a:hover {
  background: #ffae00;
}
#v_livesearchpages img {
  border-radius: 3px;
}

#v_livesearchpages_mobile {
  display: block;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  position: absolute;
  z-index: 9999999;
  margin-top: 43px;
}
#v_livesearchpages_mobile a {
  padding: 8px 9px;
  border-bottom: 1px solid #91ebf7;
  display: block;
  background: #4ecbdb;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 20px;
}
#v_livesearchpages_mobile a:hover {
  background: #ffae00;
}
#v_livesearchpages_mobile img {
  border-radius: 3px;
}
#v_ajax_loader_div {
  /* width: 100%; */
  text-align: center;
  margin: auto;
  background: #009fff4d;
  position: absolute;
  /* height: 100%; */
  vertical-align: middle;
  z-index: 9999999999;
  padding: 5px;
  border-radius: 10px;
}
#v_ajax_loader_div img {
  width: 50px;
  padding: 5px;
  border-radius: 100px;
}
#v_ajax_loader_small {
  width: 100%;
  text-align: center;
  margin: auto;
  background: #009fff4d;
  position: absolute;
  height: 100%;
  vertical-align: middle;
  z-index: 9999999999;
  padding: 5px;
  border-radius: 29px;
  right: 0;
  top: 0;
}
#v_ajax_loader_small img {
  width: 63px;
  padding: 0;
  border-radius: 119px;
}
.v-search-button #v_ajax_loader_small {
  right: 0;
  top: 0;
}
/* V Search */
/* V Sticky Header */
.v-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.v-sticky + .content {
  padding-top: 102px;
}
/* V Sticky Header */
/* V Contact */
.v-address {
  margin: 20px auto;
  vertical-align: top;
}
.v-map {
  top: 0;
  vertical-align: top;
}
.v-social-media li {
  float: left;
  padding: 10px;
}
/* V Contact */
/* OTP */
#v_otppartitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(
    to left,
    black 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

#v_otpinner {
  left: 0;
  position: sticky;
}

#v_otpdivduter {
  width: 190px;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
#v_otploginresult h3 {
  text-align: center;
  color: #ff8300;
}
/* OTP */

.v-users-setting {
  margin: 50px auto;
}
.v-users-setting-cms {
  margin: 30px auto;
}
.v-gallery-vi img {
  width: 100%;
}

.v-users-setting-gallery h3 {
  padding: 10px 0;
}
.v-whatsapp {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99999999999;
}
.emedias-copyright {
  background: #970627;
  padding: 10px 0 10px 0;
}
.emedias-copyright p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0;
}
.eemedias-copyright-dev {
  text-align: right;
}
.eemedias-copyright-dev a {
  color: rgb(255, 235, 239);
}
.v-whatsapp {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99999999999;
}
.v-call {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99999999999;
}
.v-call span {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 18px 10px 10px 10px;
}
.button-container {
  position: relative;
  display: inline-block;
}

.info-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.tooltip {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the button */
  left: 50%;
  margin-left: -80px; /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

section.v-pages-section {
  margin: 40px auto;
}

.v-socialmedia-footer {
  /*margin: 5px;*/
  text-align: center;
}
.v-socialmedia-footer li {
  display: inline-block;
}
.v-socialmedia-footer li a {
  /* background: url(../../v-uploads/v-webmobileapp/socialmedia.png); */
  border-radius: 50px;
  padding: 5px 5px;
  font-size: 30px;
  line-height: 0;
  color: rgb(255, 235, 239);
}
.v-socialmedia-footer .v-facebook a {
  background-position: -47px 3px;
}
.v-socialmedia-footer .v-instagram a {
  background-position: 1px 3px;
}
.v-socialmedia-footer .v-linkedin a {
  background-position: -195px 3px;
}
.v-socialmedia-footer .v-twitter a {
  background-position: 304px 3px;
}
.v-socialmedia-footer .v-pinterest a {
  background-position: -243px 3px;
}
.v-socialmedia-footer .v-youtube a {
  background-position: -144px 3px;
}
.v-socialmedia-footer .v-whatsappc a {
  background-position: -292px 3px;
}
.v-ads-header img {
  width: 100%;
}
.v-ads-sidebar {
  margin: 20px 0px;
  border: 2px solid #dbdbdb;
}
.v-ads-sidebar img {
  width: 100%;
}
.v-ads-innerpage {
  margin: 30px 0px;
}
.v-ads-innerpage img,
.v-ads-body img {
  width: 100%;
}

.v-users-polls table {
  background: #fff2d9;
  border: 1px solid #ffd991;
  padding: 10px;
}

.v-users-polls table td,
.v-users-polls table th {
  background: #fff2d9;
  border: 2px solid #fff !important;
  padding: 13px;
}
.v-users-polls table img {
  width: 90px;
  border-radius: 10px;
}
.v-users-polls ul {
  font-size: 22px;
  list-style: disclosure-closed;
}

.emedias-copyright-dev a {
  color: #ff0060;
}
.emedias-copyright-dev img {
  width: 40px;
}
/* Nanje Gowda Media */

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .emedias-copyright {
    padding: 30px 0 68px 0;
    text-align: center;
  }
  .v-users-breadcumb {
    margin-top: 70px;
  }
  .v-users-breadcumb ul {
    margin: 0 auto !important;
  }
}
/* Nanje Gowda Media */
