/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.no-padding {
  padding: 0px; }

#scrappedProducts body {
  background: #efefef; }

#scrappingDate {
  font-size: 30px;
  padding: 15px;
  font-weight: 500;
  font-family: Raleway; }

#scrappedProducts .price {
  color: Rgb(255, 129, 136);
  font-weight: 500;
  font-size: 18px; }
#scrappedProducts a.anchor {
  color: black !important; }
  #scrappedProducts a.anchor:hover {
    text-decoration: none; }
#scrappedProducts .name {
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px; }
  #scrappedProducts .name:hover {
    color: darkgrey;
    transition: all 0.3s; }
#scrappedProducts .oldprice {
  text-decoration: line-through;
  color: Rgb(153, 153, 153);
  font-size: 11px; }
#scrappedProducts .grid-content img {
  margin: 0 auto;
  box-shadow: rgba(29, 29, 29, 0.26) 0px 0px 4px 0px; }

.grid-content .name-price {
  margin: 0 auto;
  box-shadow: rgba(29, 29, 29, 0.26) 0px 0px 4px 0px; }

#scrappedProducts {
  background: white; }
  #scrappedProducts .grid-content {
    background: white;
    box-shadow: rgba(29, 29, 29, 0.26) 1px 1px 6px 0px; }
    #scrappedProducts .grid-content img {
      height: auto !important;
      max-height: 240px; }
    #scrappedProducts .grid-content .name-price {
      padding: 10px 15px; }
  #scrappedProducts hr {
    margin: 0px; }
  #scrappedProducts div.img {
    /*width: 263px;*/
    height: auto;
    width: 197px;
    background-size: cover;
    height: 280px;
    /*background-size: cover !important;
    background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-position: center !important; }
  #scrappedProducts .animate-bottom {
    display: none; }
  #scrappedProducts .mgb20 {
    margin-bottom: 20px; }
  #scrappedProducts .loaderDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #182D4D !important;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  #scrappedProducts .content-part {
    height: auto; }
    #scrappedProducts .content-part:nth-child(3n+1) {
      clear: both; }
  #scrappedProducts .animate-bottom {
    position: relative;
    width: 197px;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1.5s;
    animation-name: animatebottom;
    animation-duration: 1.5s; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Add animation to 'page content' */
@-webkit-keyframes animatebottom {
  from {
    left: -100px;
    -webkit-transform: scale(0);
    opacity: 0; }
  to {
    left: 0px;
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes animatebottom {
  from {
    left: -100px;
    -webkit-transform: scale(0);
    opacity: 0; }
  to {
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1; } }
#myDiv {
  display: none;
  text-align: center; }

@media only screen and (max-width: 441px) {
  #scrappedProducts div.img {
    width: 285px !important; } }
#scrappedProducts span.clicksCount {
  float: right;
  margin-top: 2px;
  color: #b3a6c4;
  font-weight: 700; }

/*Influencer calculator*/
@font-face {
  font-family: geomanistlight;
  src: url(https://influencermarketinghub.com/wp-content/themes/voice-child/geomanist-font/Geomanist-Light.otf);
  font-weight: 300; }
@font-face {
  font-family: geomanistmedium;
  src: url(https://influencermarketinghub.com/wp-content/themes/voice-child/geomanist-font/geomanist-medium-webfont.eot);
  src: url(https://influencermarketinghub.com/wp-content/themes/voice-child/geomanist-font/Geomanist-Medium.otf);
  font-weight: 400;
  font-style: normal; }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white; }

#twitter-calc.instagram {
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  font-family: geomanistlight !important; }

.swal-title, .swal-text {
  font-family: geomanistlight !important;
  color: white; }

#twitter-calc .pinkBlock {
  /*background-color: #0593e4;*/
  padding: 20px;
  color: #fff;
  text-align: center; }

.pageloader {
  position: absolute;
  left: 0;
  top: 0;
  top: 180px;
  width: 100%;
  height: 48%;
  background: url("https://ui-ex.com/images/transparent-gif-loading-5.gif") 50% 50% no-repeat #f9f9f9;
  opacity: .8; }

#twitter-calc.instagram .pinkBlock {
  padding: 0; }
#twitter-calc.instagram .pinkHead, #twitter-calc.instagram .insta_footer {
  background: #12AB89; }

.swal-overlay--show-modal .swal-modal {
  background: #12AB89; }

#twitter-calc .pinkHead {
  /*margin-bottom: 20px;*/
  position: relative;
  border-bottom: 1px solid #ccc; }
#twitter-calc .topHead {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding: 20px 0; }
#twitter-calc.instagram .topHead {
  font-size: 36px; }
#twitter-calc.instagram .pinkForm {
  width: 100%;
  margin: 0 auto;
  /*padding: 0 0 0 55px;*/
  height: 40px;
  margin-bottom: 20px; }
#twitter-calc .pinkForm, #twitter-calc .footBlock .whiteForm {
  width: 90%;
  margin: 0 auto;
  /*padding: 10px 0 10px 10%;*/
  display: inline-block;
  height: 65px; }
#twitter-calc .pinkForm form, #twitter-calc .whiteForm form {
  width: 70%;
  margin: 0 auto;
  height: 100%; }
#twitter-calc .pinkForm input, #twitter-calc .whiteForm input {
  height: 100%;
  width: 80%;
  padding: 0;
  float: left;
  border: 0;
  border-radius: 5px;
  padding-left: 10px;
  color: #c4c4c4 !important;
  font-weight: 700;
  border: 1px solid #536e7d;
  background-color: #fff; }
#twitter-calc.instagram .pinkForm input {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff !important;
  max-width: 100%;
  font-size: 18px;
  outline: none; }
#twitter-calc .pinkForm button, #twitter-calc .whiteForm button, #twitter-calc .pinkForm button:focus, #twitter-calc .whiteForm button:focus, #twitter-calc .pinkForm button:active, #twitter-calc .whiteForm button:active {
  border: 0;
  width: auto;
  float: left;
  cursor: pointer;
  min-width: 30%;
  height: 100%;
  outline: 0;
  margin-left: 10px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px; }
#twitter-calc .pinkForm button img, #twitter-calc .whiteForm button img {
  width: auto;
  height: 80%;
  margin-top: 5%; }
#twitter-calc.instagram .all_res {
  display: inline-block;
  width: 100%;
  background: #12AB89;
  position: relative; }
  #twitter-calc.instagram .all_res:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
#twitter-calc .pinkBlock .result {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }
#twitter-calc.instagram .pinkBlock .result {
  /* width: 60%; */
  float: left;
  position: relative;
  margin-bottom: 0; }
#twitter-calc .pinkBlock .width50 {
  width: 50%;
  float: left;
  /*min-height: 50px;*/
  padding: 30px 0;
  text-align: center;
  border: 1px solid #ccc; }
#twitter-calc.instagram .pinkBlock .width50:first-child {
  border-right: unset;
  border-bottom: unset;
  background-color: rgba(24, 45, 77, 0.8196078431);
  border-top: 0px; }
#twitter-calc .pinkBlock .width50 .title {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600; }
#twitter-calc.instagram .pinkBlock .width50 .title {
  padding-bottom: 0; }
#twitter-calc.instagram .pinkBlock .width50 .icons {
  height: 20px;
  margin-bottom: 25px; }
  #twitter-calc.instagram .pinkBlock .width50 .icons img {
    height: 30px;
    width: 30px;
    display: inline-table; }
#twitter-calc.instagram .width50 .result {
  float: none;
  font-size: 30px;
  font-weight: 600; }

.user_data {
  position: relative;
  height: 125px;
  width: 125px;
  border: 2px solid;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto; }
  .user_data img {
    max-width: 125px;
    margin-top: 0px; }

#twitter-calc.instagram .pinkBlock .footBlock {
  width: 75%;
  float: right;
  margin: 25px 40px;
  position: relative; }
#twitter-calc.instagram .footEarning {
  margin-top: 0;
  border-top: unset;
  position: relative;
  background-image: url(https://influencermarketinghub.com/wp-content/themes/voice-child/img/ramka.png);
  background-size: 100% 100%; }
#twitter-calc .footEarning .title {
  background-color: #333a3f;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 7px 20px;
  margin: 0 auto;
  width: 230px;
  font-size: 15px; }
#twitter-calc .footEarning .sumRes {
  border: 2px solid #333a3f;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px 15px;
  font-size: 30px;
  font-weight: 700;
  color: #0593e4; }
#twitter-calc.instagram .footEarning .sumRes {
  color: #fff;
  border: unset; }
#twitter-calc.instagram .footEarning .title {
  padding: unset;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -13px;
  font-size: 18px;
  background-color: transparent; }
#twitter-calc.instagram .insta_footer {
  padding: 20px 0;
  border-top: 1px solid #ccc; }
#twitter-calc .pinkBlock .width50:nth-child(2) {
  border-bottom: unset;
  background-color: rgba(166, 224, 205, 0.6705882353);
  border-top: 0px; }
#twitter-calc .pinkBlock .width50:nth-child(3) {
  border-right: unset;
  background-color: rgba(166, 224, 205, 0.6705882353);
  border-bottom: 0px; }
#twitter-calc.instagram .pinkBlock .width50:last-child {
  background-color: rgba(24, 45, 77, 0.8196078431);
  border-bottom: 0px; }

.imageLowerBlock {
  overflow: auto;
  margin-top: 20px; }

/* a#submitInstagram {
    display: inline-block;
    width: 15%;
    padding: 10px 0px;
    float: left;
    cursor: pointer;
    border-radius: 10px;
} */
img#submitInstagram {
  cursor: pointer; }

#submitInstagram {
  background-color: white; }

.swal-button {
  margin: 0 auto;
  display: block;
  padding: 15px 35px;
  font-size: 24px;
  background: white !important;
  color: black; }

.swal-button-container {
  display: block; }

.swal-text {
  text-align: center !important;
  font-size: 22px !important; }

#col-full-145, #row--27759 {
  padding: 0px; }

form#channel {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center; }
  form#channel img.lazyloading {
    position: absolute;
    bottom: -12px;
    right: 30px; }

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity and color as needed */
  z-index: 1; }

.spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 5px solid grey;
  border-top-color: #12AB89;
  animation: spin 1s linear infinite; }

.overlay.active,
.spinner.active {
  display: block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.all_res {
  display: flex;
  justify-content: center;
  align-items: center; }

.result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  /* Adjust gap as needed */
  max-width: 65%;
  /* Adjust max-width as needed */
  text-align: center;
  box-sizing: border-box;
  align-items: center; }

.width50 {
  width: 100%;
  box-sizing: border-box; }

.title {
  font-size: 16px;
  /* You can adjust the font size as needed */
  font-weight: bold;
  margin-bottom: 5px; }

.icons img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px; }

.result {
  font-size: 30px;
  /* Adjusted font size for .result */
  font-weight: bold;
  margin-bottom: 0;
  /* Adjusted margin for .result */ }

.imageLowerBlock {
  display: flex;
  justify-content: center;
  align-items: center; }

.footBlock {
  max-width: 400px;
  /* Adjust max-width as needed */
  text-align: center; }

.title {
  font-size: 16px;
  /* You can adjust the font size as needed */
  font-weight: bold;
  margin-bottom: 5px; }

.result-percent {
  font-size: 30px;
  /* Adjusted font size for .result-percent */
  font-weight: bold;
  margin-bottom: 0;
  /* Adjusted margin for .result-percent */ }
