﻿/*Start - CSS of uploading images by adding an ad */

label.filebutton {
  overflow: hidden;
  border-radius: 4px;
  border: 1px dashed var(--violet, #ff4382);
  background: rgba(255, 67, 130, 0.1);
  cursor: pointer;
  color: BLACK;
  background-image: url(/Images/Postad/Gallery.svg);
  background-repeat: no-repeat;
  background-position: 210px 15px;
  background-size: 28px 28px;
  line-height: 65px;
  padding: 20px 55px 20px 54px;
}

label.filebutton:hover {
  background-color: #ff4382;
  color: white;
}

label span input {
  z-index: 999;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "alpha(opacity=0)";
  margin: 0;
  padding: 0;
}

#loaderMoran {
  border: 16px solid #dbd4d4;
  border-top: 16px solid #ffc50a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  left: 31%;
  text-align: center;
  top: 100px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*End - CSS of uploading images by adding an ad */

.Googlerecaptcha {
  position: relative;
  text-align: center;
  padding-right: 0;
  background-position-x: 575px;
}

.g-recaptcha {
  display: inline-block;
}

.Text4Googlerecaptcha {
  position: absolute;
  display: inline-block;
  top: 45%;
  text-align: right;
  right: 40px;
  font-family: arial !important;
}
