#privacy_container *,
#terms_container * {
  box-sizing: inherit;
  line-height: 1.3;
  letter-spacing: 0;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 62.5%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/******** scrollbar START  ********/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f2f2f1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/******** scrollbar END ********/

/* DATING familySafe support & terms START*/

#supportModalClose,
.popup-privacy-close-button,
.popup-terms-close-button {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 1;
  background-color: #fff;
  color: #e4002b;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
}

div#privacy_container,
div#terms_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.privacy_container_inner,
.terms_container_inner {
  background: #fff;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 800px rgba(0, 0, 0, 0.5);
  color: #000;
  max-width: 1000px;
  width: 96%;
  height: 96%;
  border-radius: 5px;
  padding: 2rem 0;
  position: relative;
}

.privacy_container_content,
.terms_container_content {
  padding: 2rem;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
}

.privacy_container_content h2,
.terms_container_content h2 {
  font-size: 2.4rem !important;
  margin-bottom: 1.5rem;
  color: #524f4f !important;
}

.privacy_container_content h4,
.terms_container_content h4 {
  font-size: 1.6rem !important;
  font-weight: bold;
  margin: 1.5rem 0;
  color: #524f4f !important;
}

.privacy_container_content p,
.privacy_container_content li,
.privacy_container_content a,
.terms_container_content p,
.terms_container_content li {
  font-size: 1.4rem;
  margin: 1.5rem 0;
  color: #524f4f !important;
}
.privacy_container_content a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
.privacy_container_content table {
  border-collapse: collapse;
}
.privacy_container_content table tbody tr {
  border-bottom: 1px solid #000;
}
.privacy_container_content table tbody tr td {
  padding: 10px 1px;
}
.terms_container_content li,
.privacy_container_content li {
  margin-left: 20px;
}

span.domain:not(h2 > span.domain) {
  font-size: 1.4rem;
  font-weight: bold;
}

/* Support form */
div#supportModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#supportForm {
  position: relative;
  max-width: 600px;
  width: 96%;
  max-height: 96%;
  overflow: hidden scroll;
  padding: 2rem;
  color: #000;
  background: #fff;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  height: auto;
}

#supportForm h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #524f4f !important;
}

#supportForm p {
  font-size: 1.8rem;
  margin: 1.5rem 0;
  font-weight: normal;
  color: #524f4f !important;
}

#supportForm #supportModalClose {
  right: 4px;
}

#supportForm form {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#supportForm form .inputHolder {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
#supportForm form .inputHolder label {
  margin: 1rem 0;
  padding-left: 0.5rem;
  font-size: 1.8rem;
}
#supportForm form .inputHolder input,
#supportForm form .inputHolder textarea {
  font-family: inherit;
  margin: 0;
  padding: 1rem;
  border-radius: 10px;
  background-color: #edf2f5;
  border: none;
  font-size: 1.8rem;
}

#supportForm form .inputHolder textarea::placeholder {
  font-size: 1.8rem;
}

#supportForm form .inputHolder textarea {
  min-height: 15rem;
}

#supportForm form .inputHolder input:active,
#supportForm form .inputHolder input:focus,
#supportForm form .inputHolder textarea:active,
#supportForm form .inputHolder textarea:focus {
  outline: none;
}

#submitSupportForm {
  margin-top: 2.5rem;
  display: flex;
  background: linear-gradient(rgb(72, 84, 97) 0%, rgb(40, 49, 59) 74%);
  font-size: 2rem;
  text-transform: uppercase;
  justify-content: center;
  padding: 1.2rem;
  border-radius: 10px;
  color: #fff;
}

#supportForm form #errMsg {
  margin: 0;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.8rem;
}

/* DATING familySafe support & terms END*/
@media (max-width: 480px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 420px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 360px) {
  html {
    font-size: 55%;
  }
}

#termsPrivacy {
  width: calc(100% - 30px);
  display: flex;
  margin: 16px auto;
  font-family: sans-serif;
  max-width: 450px;
  background-color: rgb(0 0 0 / 10%);
  border-radius: 6px;
  padding: 8px;
}
#acceptPrivacyAndTerms {
  position: relative !important;
  margin-right: 4px;
}
/* TERMS*/
#pleaseAcceptTerms > p:nth-child(1) {
  color: #000;
  font-size: 13px;
}

#pleaseAcceptTerms > p:nth-child(2) {
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 10px;
}

#termsLink,
#privacyLink {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  color: #5b5bfd;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  display: none;
  z-index: 9999;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 10px auto 0px;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#customAlert {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 999999;
}

#customAlert .content {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
  background: rgb(255, 255, 255);
  padding: 15px 10px;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 200px;
  max-width: 300px;
  width: 95%;
  height: auto;
  color: rgb(51, 51, 51);
  border-radius: 2px;
  margin-top: 40px;
}

#customAlert .content .text {
  font-size: 15px;
  font-family: sans-serif;
}

#customAlert .content .buttons {
}

#customAlert .content .buttons .close {
  font-family: sans-serif;
  border: none;
  padding: 8px 10px;
  background: limegreen;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.314) 0px 5px 10px;
  cursor: pointer;
}

.reg-success .redirect {
  color: #862856;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  padding: 8px;
}

/*form submit*/
.submit_forma {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-from {
  margin-top: 16px;

}
.reg-success {
  text-align: center;
  margin-top: 16px;
}
.forma {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reg-from .forma .form_intro  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 15px auto;
	display: block;

}
.reg-from .forma  #email {

}
.reg-from .forma .submit_button {
  cursor: pointer;

}
.reg-from .forma .error {
	display: inline-block;
	clear: both;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  line-height: 1;
	color: #be0027;
  padding: 3px;
  border-radius: 3px;
}