html {
  --MainColor: #592465;
}
body {
  color: black;
}
@media all and (min-width: 700px) {
  .MediaPadding {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media all and (max-width: 700px) {
  .MediaPadding {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (min-width: 1300px) {
  .MediaPadding {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html {
  font-size: 13pt;
}
* {
  box-sizing: border-box;
}
body,
select,
input,
textarea,
button,
td {
  font-family: font, arial;
  font-size: 1rem;
}
form {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
}
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
td {
  padding: 0px;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
}
img {
  border: 0px;
}
a,
.Link {
  text-decoration: none;
  cursor: pointer;
  color: #592465;
}
a * {
  cursor: pointer;
}
select,
select option {
  color: black;
}
select {
  padding: 3px;
}
select:active,
select:focus {
  border-color: #592465;
  color: black;
  outline-color: #592465;
}
::selection {
  background: #4a868d;
  color: white;
}
:focus {
  outline: solid 3px rgba(255, 255, 255, 0.4);
}
.select2 ::-webkit-input-placeholder {
  color: black !important;
}
select {
  background-color: white;
  border: 0px;
}
@media all and (min-width: 700px) {
  select.select2,
  select.select2m {
    opacity: 0;
  }
}
@font-face {
  font-family: font;
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Alef-Regular.woff) format("woff");
}
@font-face {
  font-family: font;
  font-style: normal;
  font-weight: bold;
  src: url(fonts/Alef-Bold.woff) format("woff");
}
@font-face {
  font-family: 'titles';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/shavis-regular-fm.woff2) format("woff");
}
@font-face {
  font-family: 'handwrite';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Gulash-Medium_MFW.woff2) format("woff");
}
body {
  padding: 0px;
  margin: 0px;
  color: black;
}
body.noscroll {
  overflow: hidden;
}
body.Mobile {
  direction: ltr;
}
body.Mobile > * {
  direction: rtl;
}
body.PC {
  direction: rtl;
}
#LayoutTop {
  position: fixed;
  top: 0px;
  height: 60px;
  background: white;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding-top: 4px;
  border-bottom: solid 2px black;
}
#LayoutTop > * {
  transition: all 0.4s linear;
}
@media all and (max-width: 700px) {
  #LayoutTop #Toolbar {
    padding-top: 11px;
    padding-right: 12px;
  }
}
@media all and (min-width: 700px) {
  #LayoutTop #Toolbar {
    padding-top: 12px;
    padding-right: 50px;
  }
}
#LayoutTop #Toolbar {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#LayoutTop #Toolbar .s {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  width: 30px;
  display: block;
  height: 31px;
}
#LayoutTop #Toolbar a {
  color: black;
}
#LayoutTop #Toolbar .reg1 {
  font-weight: bold;
}
#LayoutTop #Toolbar .logo {
  color: black;
  font-size: 26px;
  line-height: 1.1;
}
#LayoutTop #Toolbar .spacing {
  flex: 1 1 20%;
}
#LayoutTop #Toolbar img {
  border-radius: 4em;
  border: solid 2px black;
}
#LayoutTop #Toolbar .MenuButton.s {
  font-size: 20pt;
  line-height: 30px;
  cursor: pointer;
  background-size: 30px 30px;
  display: block;
}
#LayoutTop #Toolbar .text {
  font-size: 12pt;
  padding: 0 10px;
}
#LayoutTop #Toolbar .Search {
  background-image: url(/static/images/2022/search.svg);
}
#LayoutTop #Toolbar .Messages {
  background-image: url(/static/images/master/MailIcon.svg);
  position: relative;
}
#LayoutTop #Toolbar .Messages.NewMessages:before {
  position: absolute;
  content: attr(data-count);
  text-align: center;
  top: -10px;
  height: 26px;
  width: 26px;
  right: -10px;
  border-radius: 4em;
  background-color: #bf5074;
  color: white;
  font-weight: bold;
  line-height: 26px;
  box-sizing: border-box;
}
@media all and (max-width: 700px) {
  #LayoutTop #Toolbar .FB,
  #LayoutTop #Toolbar .FB + .text {
    display: none;
  }
}
@media all and (min-width: 1300px) {
  #LayoutTop #Toolbar {
    padding-right: 100px;
  }
  #LayoutTop .Logo {
    left: 100px;
  }
}
#LayoutTop .Logo,
#LayoutTop .MenuButton,
#LayoutTop .fb {
  transition: all 0.2s ease-in;
}
#LayoutTop .Menu {
  position: absolute;
  display: none;
  border: solid 1px silver;
  border-radius: 5px;
  z-index: 100;
  width: 150px;
  background-color: white;
  top: 55px;
  left: 20px;
}
#LayoutTop .Menu:before {
  content: ' ';
  z-index: -1;
  transform: rotate(45deg);
  top: -6px;
  position: absolute;
  left: 2%;
  width: 10px;
  height: 10px;
  background-color: white;
  border-left: solid 1px silver;
  border-top: solid 1px silver;
}
#LayoutTop .Menu a,
#LayoutTop .Menu span {
  display: block;
  font-size: 10pt;
  padding: 10px 15px;
  cursor: pointer;
}
#LayoutTop .Menu a:hover,
#LayoutTop .Menu span:hover {
  background-color: #eeeeee;
}
#LayoutTop .Menu a:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}
#LayoutTop .Menu :first-child {
  border-radius: 5px 5px 0 0;
}
#LayoutTop .Menu :last-child {
  border-radius: 0px 0px 5px 5px;
}
#LayoutTop.menu .Menu {
  display: block;
}
body:not(.Mobile) #Toolbar .reg {
  border: solid 1px black;
  border-radius: 3em;
  padding: 4px;
  font-weight: 600;
  margin: 0 5px;
}
body.logout #LayoutTop #Toolbar .Messages,
body.logout #LayoutTop #Toolbar .Search {
  display: none;
}
body.LayoutTopDown #LayoutTop {
  background: white;
}
#divMenu {
  position: fixed;
  width: 0px;
  z-index: 101;
  overflow: hidden;
  z-index: 120;
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  color: white;
  padding: 100px 0 2px;
  background-color: #592465;
  height: 100%;
  top: 0px;
  right: -450px;
  transition: all 0.2s ease-in;
}
#divMenu .Close {
  width: 34px;
  height: 34px;
  top: 20px;
  display: none;
  right: 50px;
  cursor: pointer;
  background-size: 34px;
  background-image: url(/static/images/xwhite.svg);
  border-radius: 4em;
  position: fixed;
}
@media all and (min-width: 1300px) {
  #divMenu .Close {
    right: 100px;
  }
}
#divMenu > a,
#divMenu > div {
  display: block;
  padding: 2vh 50px;
  position: relative;
  color: white;
  border-bottom: solid 1px white;
}
@media all and (min-width: 1300px) {
  #divMenu > a,
  #divMenu > div {
    padding-left: 100px;
    padding-right: 100px;
  }
}
#divMenu > a:not(.logout)::after {
  content: ' ';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50px;
  top: 2vh;
  border: solid 1px white;
  border-width: 1px 0 0 1px;
  transform: rotate(-45deg);
}
#divMenu.visible {
  right: 0px;
}
#divMenu.visible .Close {
  display: block;
}
@media all and (max-width: 360px) {
  body.Mobile #LayoutTop #Toolbar .text {
    font-size: 0.8em;
  }
}
body.Mobile #LayoutTop #Toolbar .FB.s,
body.Mobile #LayoutTop #Toolbar .s.Whatsapp {
  display: none !important;
}
body.Mobile #divMenu > a,
body.Mobile #divMenu > div {
  padding-right: 30px;
}
body.Mobile #divMenu .Close {
  right: 30px;
}
body.Mobile.logout #Toolbar.text .reg {
  display: none;
}
#divMain {
  width: 100%;
  overflow: hidden;
}
body:not(.HP) #divMain {
  margin-top: 80px;
}
.BlueButton {
  background-color: #008bd5;
  display: inline-block;
  padding: 5px 20px;
  color: white;
  border: 0px;
  font-size: 11pt;
  border-radius: 6px;
  box-sizing: content-box;
}
.error {
  color: red !important;
}
body.Mobile #LayoutTop {
  min-height: 50px;
}
body.Mobile .notmobile {
  display: none;
}
body.Mobile #divMain {
  margin-top: 62px;
}
body:not(.Mobile) .notpc {
  display: none !important;
}
@media all and (min-width: 700px) {
  .Gray {
    padding: 15px 50px;
  }
}
@media all and (max-width: 700px) {
  .Gray {
    padding: 15px 10px;
  }
}
@media all and (min-width: 1300px) {
  .Gray {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.Gray table {
  margin: 2px auto;
}
.nopic1 img {
  filter: blur(2px) grayscale(70%);
}
body:not(.Mobile) #MyPops {
  padding: 0px 0px 20px;
}
body.Mobile #MyPops {
  margin: 10px 0px;
}
body.Mobile #MyPops a {
  max-height: 61px;
}
/*windows*/
.SWindowBG {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.SWindow {
  background-color: white;
  text-align: right;
  position: fixed;
  z-index: 300;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000077;
  border-radius: 22px;
}
@media all and (max-width: 700px) {
  .SWindow {
    --height: calc(100vh - 90px);
    top: 10px;
  }
}
@media all and (min-width: 700px) {
  .SWindow {
    --height: calc(100vh - 140px);
    top: 60px;
  }
}
.SWindow > div:last-child {
  overflow-y: auto;
  max-height: var(--height);
  padding: 0 20px 20px;
}
.SWindow .X {
  font-size: 2.2rem;
  line-height: 0.6;
  position: relative;
  cursor: pointer;
}
.SWindow .X:hover {
  opacity: 0.8;
}
.SWindow .Ttl {
  clear: both;
  font-weight: bold;
  background-color: #592465;
  padding: 0.5rem 1.5rem;
  color: white;
  font-size: 1.1em;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
#helpbox {
  top: calc(50% - 180px);
  left: calc(50% - 145px);
  width: 280px;
  min-height: 150px;
  position: fixed;
  z-index: 300;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 3px 6px #00000077;
  border-radius: 22px;
}
#helpbox > div:first-child {
  margin-bottom: 70px;
}
#helpbox > div:first-child div:first-child {
  font-weight: bold;
  background-color: #592465;
  padding: 0.5rem 1.5rem;
  color: white;
  margin-bottom: 10px;
}
#helpbox > div:first-child div:last-child {
  padding: 0.5rem 1.5rem;
}
#helpbox > div:last-child {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
#helpbox > div:last-child .button {
  min-width: 105px;
  zoom: 0.9;
  margin-bottom: 1rem;
}
body > .SWindow.WinLogin a {
  color: gray;
  text-decoration: underline;
}
body > .SWindow.WinLogin .FormBox {
  max-width: 90%;
  margin: 0px auto;
}
body > .SWindow.WinLogin > div > div:first-child {
  color: #592465;
  font-size: 15pt;
  margin-bottom: 15px;
}
body > .SWindow.WinLogin input[type=text],
body > .SWindow.WinLogin input[type=date],
body > .SWindow.WinLogin input[type=password],
body > .SWindow.WinLogin input:-webkit-autofill,
body > .SWindow.WinLogin input:-webkit-autofill:active,
body > .SWindow.WinLogin input:-webkit-autofill:focus,
body > .SWindow.WinLogin input:-webkit-autofill:hover {
  background: #efefef !important;
  direction: ltr;
}
body > .SWindow.WinLogin input[type=submit] {
  background: #592465;
  color: white;
  font-weight: bold;
  border: 0px;
}
body > .SWindow.WinLogin .btn {
  padding: 16px 0px 3px;
  text-align: center;
}
body > .SWindow.WinLogin #fb {
  text-align: center;
}
body > .SWindow.WinLogin .flex {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 700px) {
  .WinReg {
    max-width: 600px;
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 10px auto;
    background-color: white;
  }
}
@media all and (min-width: 800px) {
  .WinReg {
    max-width: 800px;
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 10px auto;
    background-color: white;
  }
  .WinRegMini {
    margin-top: 45px;
    z-index: 99;
    padding: 15px;
  }
}
.WinReg .TwoOrOne {
  background-color: white;
}
button.winselect {
  overflow: hidden;
  text-align: right;
}
button.winselect select {
  display: none;
}
#BG {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 109;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#BG.visible {
  display: block;
}
#WinSelect {
  background-color: white;
  text-align: right;
  position: fixed;
  z-index: 300;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 119, 0);
  border-radius: 22px;
  width: 800px;
  display: none;
  z-index: 9110;
  height: 80%;
  top: 10%;
  left: calc(50% - 400px);
  padding: 20px;
  background-color: #eeeeee;
}
@media all and (max-width: 700px) {
  #WinSelect {
    --height: calc(100vh - 90px);
    top: 10px;
  }
}
@media all and (min-width: 700px) {
  #WinSelect {
    --height: calc(100vh - 140px);
    top: 60px;
  }
}
#WinSelect > div:last-child {
  overflow-y: auto;
  max-height: var(--height);
  padding: 0 20px 20px;
}
#WinSelect.visible {
  display: block;
}
#WinSelect .x {
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
}
#WinSelect .x::before {
  content: '✖';
  font-size: 14pt;
  font-weight: bold;
}
#WinSelect #WinSelectIn {
  background-color: white;
  height: calc(100% -  80px);
  margin-top: 4px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#WinSelect #WinSelectIn > div {
  column-count: 3;
  column-gap: 20px;
}
#WinSelect #WinSelectIn .optgroup {
  margin-bottom: 20px;
  break-inside: avoid-column;
  display: none;
}
#WinSelect #WinSelectIn .optgroup.visible {
  display: block;
}
#WinSelect #WinSelectIn h6 {
  font-weight: bold;
  padding: 4px;
}
#WinSelect #WinSelectIn h6:last-child {
  display: none;
}
#WinSelect #WinSelectIn label {
  padding: 4px;
  user-select: none;
  display: none;
  cursor: pointer;
}
#WinSelect #WinSelectIn label.visible {
  display: block;
}
#WinSelect #WinSelectIn label[for]:active,
#WinSelect #WinSelectIn label:focus {
  color: red;
}
#WinSelect .clear {
  float: right;
}
#WinSelect > div:last-child {
  margin: 6px 0px;
  text-align: left;
}
#WinSelect > div:last-child span {
  display: inline-block;
  margin-right: 10px;
}
/* global style*/

.Gray {
  background-color: #f8f8f8;
}
/*PopBox*/

.nopic {
  display: block;
  position: relative;
}
.nopic img {
  filter: blur(4px);
}
.nopic::after {
  content: 'לא צורפה תמונה ';
  left: 5%;
  top: 5%;
  position: absolute;
  width: 90%;
  height: 90%;
  text-align: center;
  padding: 50% 15px 0;
  font-size: 12pt;
  background: rgba(255, 255, 255, 0.8) url(/static/images/logo.png) no-repeat scroll center 30%;
  background-size: 50px;
  box-sizing: border-box;
}
.nopic.hiddenpic::after {
  content: 'תמונה תישלח בפרטי';
}
#Rows {
  clear: both;
  flex-wrap: wrap;
  align-items: stretch;
}
@media all and (min-width: 700px) {
  #Rows {
    margin: 25px -25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#Rows.oneCard {
  grid-template-columns: 1fr;
}
@media all and (min-width: 700px) {
  #Rows.oneCard .PopBox {
    margin: auto;
  }
}
.transparent {
  opacity: 0.6;
}
#name {
  margin-right: 5px;
  height: 40px;
  border: 1px solid #592465;
  border-radius: 20px;
  padding: 10px;
}
.PopBox {
  margin: 70px 30px;
  color: black;
  border-radius: 20px;
  background: white;
  position: relative;
  padding-top: 80px;
  box-shadow: 4px 4px 6px 0px #00000040;
}
.PopBox h3 {
  font-family: "Varela Round", sans-serif;
  color: black;
  font-size: 20px;
  text-align: center;
  margin: 25px auto 10px;
}
.PopBox img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 30px;
  border: 4px solid white;
  object-fit: cover;
}
.PopBox .details-grid {
  background: whitesmoke;
  margin-top: 20px;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
/*popbox and profile page */

.tags-container {
  color: black;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tag {
  background: #fbc903;
  padding: 4px 10px;
  border-radius: 10px;
}
.details-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.detail-item {
  color: black;
  width: 40%;
  display: flex;
  align-items: center;
  gap: 7px;
}
.icon-location,
.icon-heart,
.icon-gear,
.icon-eye {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.detail-item .icon-location {
  background: url('/static/images/2025/map.svg') no-repeat;
}
.detail-item .icon-heart {
  background: url('/static/images/2025/heart.svg') no-repeat;
}
.detail-item .icon-gear {
  background: url('/static/images/2025/settings.svg') no-repeat;
}
.detail-item .icon-eye {
  background: url('/static/images/2025/eye-open.svg') no-repeat;
}
.detail-item .icon-calendar {
  background: url('/static/images/2025/calendar.svg') no-repeat;
}
.detail-item .icon-star {
  background: url('/static/images/2025/star.svg') no-repeat;
}
/*popbox*/

.hands {
  float: left;
  position: relative;
  top: -28px;
  display: inline-block;
  padding: 0;
}
.hands img {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: -3px;
}
.hands span {
  position: absolute;
  display: flex;
  left: 1px;
}
/*popbox*/

.UserIconImg {
  position: relative;
  border-radius: 90%;
  display: inline-block;
  background-color: black;
  width: 50px;
  height: 50px;
}
.UserIconImg img {
  width: 100%;
  height: 100%;
  border-radius: 90%;
}
.UserIconImg .UserTopText {
  display: none;
}
.UserIconImg::after {
  content: ' ';
  width: 7px;
  height: 7px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 100%;
}
.UserIconImg.OnlineTrue.UserIconImg::after {
  background-color: #40eb95;
}
.BeforePaging {
  text-align: center;
  color: black;
}
.Paging {
  text-align: center;
  clear: both;
  padding-top: 15px;
  font-size: 13pt;
}
.Paging a:not(.Arrow),
.Paging b {
  display: inline-block;
  color: black;
  padding: 0px 6px;
}
.Paging > b {
  color: #4a868d;
  font-weight: normal;
}
.Paging > .Arrow {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 13px;
  top: 20px;
  margin: 0 10px;
}
.Paging > .Arrow:first-child {
  right: 30px;
  background-image: url(/static/images/Profile/left.svg);
}
.Paging > .Arrow:last-child {
  left: 30px;
  background-image: url(/static/images/Profile/right.svg);
}
/* forms*/

.chk label {
  display: inline-block;
}
.FormAdminBox {
  background-color: #dbe9c1;
  padding-bottom: 10px;
}
@media all and (max-width: 700px) {
  .FormAdminBox > div {
    width: 100%;
  }
}
@media all and (min-width: 700px) {
  .FormAdminBox {
    display: flex;
  }
  .FormAdminBox > div:first-child {
    padding: 0px calc(25% - 130px) 0px calc(25% - 170px) !important;
  }
  .FormAdminBox > div:last-child {
    padding: 0px calc(25% - 170px) 0px calc(25% - 130px) !important;
    border-right: solid 1px #e6e6e6;
  }
}
.BGMain {
  background-color: #f8f8f8;
}
.BGMain .RegHelp:empty {
  display: none;
}
.BGMain h4 {
  font-size: 15pt;
  margin-bottom: 20px;
  padding: 0px calc(25% - 130px) !important;
}
.BGMain ul {
  padding: 0px calc(25% - 130px) !important;
}
#Profile h4.h4 {
  font-size: 20pt;
  margin-bottom: 20px;
}
.TwoOrOne {
  padding-bottom: 10px;
}
@media all and (max-width: 700px) {
  .TwoOrOne > div {
    width: 100%;
  }
}
@media all and (min-width: 700px) {
  .TwoOrOne {
    display: flex;
  }
  .TwoOrOne > div:first-child {
    padding: 0px calc(25% - 130px) 0px calc(25% - 170px) !important;
  }
  .TwoOrOne > div:last-child {
    padding: 0px calc(25% - 170px) 0px calc(25% - 130px) !important;
    border-right: solid 1px #e6e6e6;
  }
}
@media all and (min-width: 700px) {
  .One {
    padding: 0px calc(25% - 170px) 0px calc(25% - 130px) !important;
  }
}
.TwoOrOne .FormBox {
  padding: 2px 10px;
}
.FormBox {
  padding: 0px 10px;
}
.FormBox div > label:not(.radio2),
.FormBox div .lbl {
  font-size: 12pt;
  display: inline-block;
  margin-bottom: 2px;
  color: black;
}
.FormBox div > label:not(.radio2) span {
  color: gray;
}
.FormBox div label.error {
  color: red;
}
.FormBox > div {
  min-height: 22px;
  clear: both;
  padding-top: 15px;
}
.FormBox > div b {
  color: #4a868d;
}
.FormBox > div:not(.line):after {
  clear: both;
  content: ' ';
  display: block;
}
.FormBox input[type=text],
.FormBox input[type=date],
.FormBox input[type=password],
.FormBox input[type=number],
.FormBox div > select,
.FormBox .input,
.FormBox textarea,
.FormBox .winselect {
  width: 100%;
  display: block;
  padding: 3px 6px;
}
.FormBox input[type=text]:not(span),
.FormBox input[type=date]:not(span),
.FormBox input[type=password]:not(span),
.FormBox input[type=number]:not(span),
.FormBox div > select:not(span),
.FormBox .input:not(span),
.FormBox textarea:not(span),
.FormBox .winselect:not(span) {
  border: solid 1px #592465;
}
.FormBox input[type=text]:not(span):active,
.FormBox input[type=date]:not(span):active,
.FormBox input[type=password]:not(span):active,
.FormBox input[type=number]:not(span):active,
.FormBox div > select:not(span):active,
.FormBox .input:not(span):active,
.FormBox textarea:not(span):active,
.FormBox .winselect:not(span):active,
.FormBox input[type=text]:not(span):focus,
.FormBox input[type=date]:not(span):focus,
.FormBox input[type=password]:not(span):focus,
.FormBox input[type=number]:not(span):focus,
.FormBox div > select:not(span):focus,
.FormBox .input:not(span):focus,
.FormBox textarea:not(span):focus,
.FormBox .winselect:not(span):focus {
  border-color: #592465;
  outline-color: transparent;
}
.FormBox .select2 {
  width: 100% !important;
  display: block;
}
.FormBox .select2-selection.select2-selection--multiple,
.FormBox .input > .rangeIn {
  border: solid 1px #592465;
  border-radius: 0px;
}
.FormBox .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
}
.FormBox .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #4a868d;
}
.FormBox .select2-container--default .select2-selection--multiple {
  min-height: 27px;
}
html body .select2-dropdown {
  border-radius: 0px;
  border-width: 0px;
}
input[type=text].error,
.FormBox textarea.error,
.FormBox input[type=password].error,
.FormBox select.error {
  border: solid 1px #ff5252 !important;
}
.FormBox .input > select.rangeIn {
  width: 71px;
}
.FormBox span.input {
  position: relative;
}
.FormBox .input .spnCheckboxContainer {
  float: right;
  margin-left: 9px;
  height: 21px;
}
.FormBox input.email,
.FormBox input.phone {
  direction: ltr;
  text-align: left;
}
label.error {
  clear: both;
  display: block;
}
.FormBox div.required::before {
  position: absolute;
  content: '';
  color: #4a868d;
  padding-left: 4px;
  margin-right: -10px;
}
.FormBox > div.Info,
.FormBox > div div.Info {
  padding: 0px 40px 0px 15px;
  height: auto !important;
  margin: 10px 6px 10px 0px;
}
#EditSend {
  text-align: left;
  margin-top: 15px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #592465;
}
.select2-selection--multiple,
.select2-selection--single {
  background-color: white !important;
  border: 1px solid #592465 !important;
  border-radius: 30px !important;
  height: 48px !important;
  padding: 0 15px 0 50px !important;
  position: relative;
  display: flex !important;
  align-items: center !important;
}
.select2-selection--multiple::before,
.select2-selection--single::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5d3a6c;
  border-left: 2px solid #5d3a6c;
}
.select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.select2-search__field::placeholder,
.select2-selection__rendered {
  color: #592465;
  font-size: 18px;
}
.select2-selection__rendered {
  line-height: 46px;
}
.select2-search__field {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  outline: none !important;
}
.select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  line-height: initial;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #592465 !important;
  box-shadow: none !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 15px;
  background-color: #eeeeee;
}
::-webkit-scrollbar-thumb {
  background-color: #592465;
  border-radius: 4px;
}
.select2-results__options *::-webkit-scrollbar,
textarea *::-webkit-scrollbar,
div *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*forms- new*/

.button {
  border-radius: 2em;
  padding: 0.4em;
  min-width: 150px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.button-full {
  background-color: #592465;
  border: solid 1px #592465;
  color: white;
}
.button-empty {
  background-color: white;
  border: solid 1px #592465;
  color: #592465;
}
.button-do {
  background-color: #592465;
  color: white;
  font-weight: 400;
  border: 0;
  box-shadow: 0px 3px 6px #00000029;
}
.button-do-empty {
  background-color: white;
  color: #fcc69b;
  font-weight: bold;
  border: solid 1px #fcc69b;
}
/*paging*/

#Pages .Page:not(.active) {
  display: none;
}
.Flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.Flex label {
  padding: 10px;
}
.Flex label,
.Flex img {
  cursor: pointer;
}
.Flex .radio2 {
  text-align: center;
}
.Flex .radioImg:not(.selected) {
  opacity: 0.4;
  transition: opacity ease-in 0.2s;
}
.Flex .radioImg:hover {
  opacity: 1;
}
.Flex .radioImg input {
  display: none;
}
/*msg*/

#PBSelectUser {
  margin-bottom: 10px;
}
#PBSelectUser select {
  float: left;
  width: calc(100% - 150px);
}
#WinMessageForm #divSelectWink {
  display: flex;
  flex-wrap: wrap;
}
#WinMessageForm #divSelectWink span {
  max-width: 20%;
  margin: 5px;
  padding: 5px;
  flex: 1 1 calc(20% - 30px);
  text-align: center;
}
#WinMessageForm #divSelectWink span.selected {
  background-color: #4a868d;
}
#WinMessageForm #divSelectWink span:focus {
  outline: solid 2px #4a868d;
}
#WinMessageForm textarea {
  height: 150px;
}
.Wim {
  --border: #bbbbbb;
  --padding-border: 50px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  border-top: solid 1px var(--border);
  border-bottom: solid 1px var(--border);
  background-color: #ffffff99;
}
.Wim > *:not(.noflex) {
  border-left: solid 1px var(--border);
  max-width: 33%;
  min-width: 12%;
  text-align: center;
  color: black;
  display: block;
  flex: 1 1 auto;
}
.Wim > span > input[type=text],
.Wim > span > input[type=password] {
  width: 90% !important;
}
.Wim > .select2 {
  width: 100% !important;
  position: relative;
}
.Wim .select2-selection__arrow {
  display: none;
}
.Wim .select2-selection::after {
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 10px;
  content: ' ';
  border: solid 1px black;
  border-width: 0px 1px 1px 0px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.Wim select {
  max-height: 2rem;
}
.Wim .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.Wim .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.Wim .select2-container--default .select2-selection--multiple {
  border: 0px;
}
.Wim .select2-container--default.select2-container--focus .select2-selection--multiple,
.Wim .select2-container--default .select2-selection--single {
  border: 0px;
}
.Wim span .select2.select2-container.select2-container--default {
  width: 130px !important;
}
@media all and (max-width: 600px) {
  .Wim {
    flex-wrap: wrap;
    border-top: 0;
  }
  .Wim > *:not(.noflex) {
    padding: 13px 13px;
    border-top: solid 1px var(--border);
  }
  .Wim:not(.two) > * {
    flex-basis: 33%;
  }
  .Wim:not(.two) > *:nth-child(3n) {
    border-left-width: 0px;
  }
  .Wim.two > * {
    flex-basis: 50%;
    min-width: 50%;
  }
  .Wim.two > *:nth-child(2n) {
    border-left: 0px;
  }
  .Wim .select2-selection::after {
    left: 8%;
  }
}
@media all and (min-width: 600px) {
  .Wim {
    padding-inline: var(--padding-border);
  }
  .Wim > *:not(.noflex) {
    padding: 13px 10px;
  }
}
.Wim.Border {
  border: solid 1px #bbbbbb;
  border-width: 1px 0px;
}
.Wim.BGColor {
  background-color: #592465;
  --border: white;
  color: white;
}
.Wim.BGColor a {
  color: white;
  font-weight: bold;
}
.select2-search--dropdown .select2-search__field {
  display: none;
}
form.Wim select {
  background-color: transparent;
}
@media all and (max-width: 700px) {
  form.Wim > span:last-child {
    min-width: 100%;
    border-bottom: solid 1px silver;
    border-left: 0px;
    /*border-top: 0px;*/
  
  }
  form.Wim .select2 {
    min-width: 70%;
  }
  form.Wim span:nth-child(6),
  form.Wim span:nth-child(5),
  form.Wim span:last-child {
    border-bottom: 0px;
  }
}
@media all and (min-width: 700px) {
  form.Wim span:nth-child(6) {
    border-left: 0px;
  }
  form.Wim > :first-child {
    padding-right: 0px;
  }
  form.Wim > :last-child {
    padding-left: 0px;
    text-align: left;
    border-left: 0px;
  }
  form.Wim .ChkboxRow {
    padding: 8px;
  }
}
#reg .FormBox > div:first-of-type {
  padding-top: 0px;
}
#reg #fb {
  position: absolute;
  top: 15px;
  left: 15px;
}
body.Mobile #reg .Ttl {
  position: absolute;
  top: 18px;
  width: calc(100% - 30px);
  z-index: -1;
}
@media all and (max-height: 530px) {
  body.Mobile #reg .FormBox > div {
    padding-top: 7px;
  }
}
.ui-datepicker-inline {
  display: none;
  opacity: 0;
  height: 0.1px;
}
footer {
  background: #592465;
  display: flex;
  color: white;
  justify-content: center;
  gap: 35px;
  padding: 10px;
}
footer .title {
  font-family: titles;
  font-size: 2rem;
}
footer > div {
  min-width: 120px;
  line-height: 1.1;
}
footer > div:last-child {
  text-align: left;
}
footer .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer img {
  width: 30px;
  aspect-ratio: 1;
}
footer .terms {
  background: #fbc903;
  padding: 4px 10px;
  border-radius: 20px;
  color: #592465;
}
@media all and (max-width: 800px) {
  footer {
    flex-direction: column;
  }
}
#WinMessage {
  position: fixed;
  z-index: 104;
  display: none;
  background-color: white;
  box-shadow: 0 0 148px 1000px rgba(0, 0, 0, 0.6);
}
#WinMessage.visible {
  display: block;
}
#WinMessage.wait {
  cursor: wait;
}
#WinMessage #WinMessageUser .nopic {
  display: none;
}
#WinMessage #WinMessageUser .UserIconImg {
  border-radius: 4em;
  background-color: #eeeeee;
  width: 50px;
  height: 50px;
  float: right;
}
#WinMessage #WinMessageUser .UserIconImg img {
  border-radius: 5em;
}
#WinMessage #WinMessageUser:after {
  content: ' ';
  clear: both;
  display: block;
}
#WinMessage #WinMessageUser b {
  font-weight: normal;
  font-size: 10pt;
  color: black;
  display: inline-block;
  margin-right: 10px;
}
#WinMessage .left {
  display: flex;
  font-size: 10pt;
  color: #888888;
}
#WinMessage .left img,
#WinMessage .left span {
  width: 17px;
  cursor: pointer;
  height: 17px;
  margin: 0px 6px;
  display: inline-block;
}
#WinMessage .left .del {
  background-image: url(/static/images/remove.svg);
}
#WinMessage .left .block {
  width: auto;
}
#WinMessage .left .block:before {
  content: 'חסום';
  position: relative;
  top: -2px;
  font-size: 1.3em;
}
#WinMessage .left #WinMessageFav {
  background-image: url(/static/images/starEmpty.svg);
  background-size: contain;
}
#WinMessage .left #WinMessageFav.fav {
  background-image: url(/static/images/star2.svg);
}
#WinMessage .UserIconImg.Bool {
  border: solid 1px #cfbb6b;
}
#WinMessage .WinMessageMain,
#WinMessage.WinFullMessage #WinMessageForm {
  clear: both;
  background: #f8f8f8 url(/static/images/bgsica.svg) repeat scroll 0 0;
  background-size: 30px 30px;
  padding: 15px;
  overflow: hidden;
  overflow-y: scroll;
}
#WinMessage .WinMessageMain:after,
#WinMessage.WinFullMessage #WinMessageForm:after,
#WinMessage .WinMessageMain .Message,
#WinMessage.WinFullMessage #WinMessageForm .Message {
  clear: both;
  content: ' ';
  display: block;
}
#WinMessage .WinMessageMain .Message,
#WinMessage.WinFullMessage #WinMessageForm .Message {
  position: relative;
}
#WinMessage .WinMessageMain .Message .UserIconImg,
#WinMessage.WinFullMessage #WinMessageForm .Message .UserIconImg {
  width: 50px;
  height: 50px;
  float: right;
  border-radius: 6em;
}
#WinMessage .WinMessageMain .Message.MyMessage .UserIconImg,
#WinMessage.WinFullMessage #WinMessageForm .Message.MyMessage .UserIconImg {
  float: left;
}
@media all and (min-width: 700px) {
  #WinMessage .WinMessageMain .Message:not(.MyMessage) .UserIconImg,
  #WinMessage.WinFullMessage #WinMessageForm .Message:not(.MyMessage) .UserIconImg {
    margin-right: 30px;
  }
  #WinMessage .WinMessageMain .Message.MyMessage .UserIconImg,
  #WinMessage.WinFullMessage #WinMessageForm .Message.MyMessage .UserIconImg {
    margin-left: 30px;
  }
}
#WinMessage .Post {
  padding: 8px 15px;
  clear: both;
}
#WinMessage .Post > div.toolbar {
  height: 29px;
}
#WinMessage .Post > div.toolbar > * {
  float: right;
  margin-left: 6px;
  font-size: 10pt;
  padding: 3px;
}
#WinMessage .Post > div.toolbar img {
  max-width: 25px;
  max-height: 25px;
}
#WinMessage .Post > div.toolbar::after {
  clear: both;
  content: ' ';
}
#WinMessage .Post textarea {
  width: 100%;
  height: 70px;
  max-width: 100%;
  resize: none;
  font-size: 10pt;
  overflow: hidden;
  border: solid 1px silver;
}
#WinMessage .Post textarea:focus,
#WinMessage .Post textarea:active {
  border-color: #4a868d;
  outline: solid #4a868d 2px;
  overflow-y: scroll;
}
#WinMessage .Post .error {
  color: red;
}
#WinMessage .Post .Send {
  text-align: left;
  margin-top: 10px;
}
#WinMessage .Post .SendMessage {
  padding: 5px;
}
#WinMessage .Post .SendMessage.error {
  background-color: #fc8686;
}
#WinMessage .Post .SendMessage.success {
  background-color: #4a868d;
}
#WinMessage .Post .button:disabled {
  cursor: default;
}
#WinMessage:not(.PremiumDisabled) .MatchmakerDisabled {
  display: none;
}
#WinMessage.PremiumDisabled .MatchmakerDisabled {
  text-align: center;
  font-size: 13pt;
  margin-top: -30px;
}
#WinMessage.PremiumDisabled button {
  width: 500px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
#WinMessage.PremiumDisabled .Send,
#WinMessage.PremiumDisabled textarea {
  display: none;
}
@media all and (max-width: 700px) {
  #WinMessage {
    width: 100%;
    z-index: 99999;
    top: 0;
    height: 100%;
  }
  #WinMessage .WinMessageMain {
    padding: 8px;
  }
  #WinMessage .x {
    display: none;
  }
  #WinMessage .y {
    float: left;
    padding: 20px;
  }
  #WinMessage .y {
    background-color: white;
    background: url(/static/images/profile/back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 0px;
    color: white;
    font-size: 1pt;
    width: 50px;
  }
  #WinMessage .left {
    display: block;
    clear: both;
    padding: 10px 4px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px silver;
  }
  #WinMessage .left * {
    zoom: 0.6;
  }
  #WinMessage .innerdate {
    display: none;
  }
  #WinMessage #WinMessageUser {
    padding: 3px;
    height: 50px;
    text-align: center;
  }
  #WinMessage #WinMessageUser .UserIconImg {
    margin: 4px 0px 0px 3px;
    float: none;
    width: 7px;
    height: 7px;
    zoom: 2;
  }
  #WinMessage #WinMessageUser .UserIconImg img {
    display: none;
  }
  #WinMessage #WinMessageUser > span {
    font-size: 1.4em;
  }
  #WinMessage #WinMessageUser b {
    display: block;
  }
  #WinMessage .WinMessageMain {
    height: calc(100% - 146px);
    transition: all 0.3s ease-in-out;
  }
  #WinMessage .WinMessageMain .Message .UserIconImg {
    width: 40px;
    height: 40px;
  }
  #WinMessage .Post {
    position: relative;
  }
  #WinMessage .Post > div.toolbar {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #WinMessage .Post textarea {
    width: calc(100% - 40px);
    height: 3em;
  }
  #WinMessage .Post .Send {
    display: none;
  }
  #WinMessage .Post .mobile-send {
    position: absolute;
    left: 10px;
    border: solid 1px black;
    border-radius: 4em;
    width: 29px;
    height: 28px;
    font-size: 25px;
    line-height: 25px;
    color: black;
    background-color: white;
    padding: 0px;
    box-sizing: border-box;
  }
  #WinMessage.WinFullMessage .mobile-send {
    bottom: 30px;
  }
  #WinMessage.WinFullMessage #WinMessageForm {
    height: calc(100% - 40px);
  }
  #WinMessage.WinFullMessage .Post textarea {
    height: 60vh;
  }
}
#WinMessage #WinMessageReaded,
#WinMessage #WinMessageSent {
  display: none;
}
#WinMessage #WinMessageReaded.visible,
#WinMessage #WinMessageSent.visible {
  display: block;
}
#WinMessage #WinMessageReaded {
  color: #0093ff;
}
@media all and (min-width: 700px) {
  #WinMessage {
    max-width: 900px;
    width: 100%;
    top: 80px;
    height: calc(91% - 50px);
    left: calc(50% - 450px);
  }
  #WinMessage .WinMessageMain {
    padding: 15px;
  }
  #WinMessage .x {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin: 15px 15px;
  }
  #WinMessage .y {
    display: none;
  }
  #WinMessage .left {
    float: left;
    padding: 25px 15px 25px 45px;
  }
  #WinMessage #WinMessageUser {
    padding: 3px 45px 15px 0px;
    height: 80px;
    float: right;
    width: calc(100% - 250px);
  }
  #WinMessage #WinMessageUser > span {
    color: #cfbb6b;
    float: right;
    font-weight: bold;
    padding: 10px 5px;
  }
  #WinMessage .WinMessageMain {
    height: calc(100% - 300px);
  }
  #WinMessage .Post .mobile-send {
    display: none;
  }
  #WinMessage #WinMessageForm {
    padding: 0px 32px;
  }
  #WinMessage.WinFullMessage .mobile-send {
    bottom: 30px;
  }
  #WinMessage.WinFullMessage #WinMessageForm {
    height: calc(100% - 140px);
    position: relative;
  }
  #WinMessage.WinFullMessage .Post textarea {
    height: calc(100vh - 500px);
  }
}
#WinMessageForm.notpostable .Post {
  display: none;
}
#WinMessageForm:not(.notpostable) .NotPost {
  display: none;
}
#smilies span {
  cursor: pointer;
}
.wait_out {
  position: relative;
}
.wait_out::after {
  content: ' ';
  position: absolute;
  background: #ffffff99 url(/static/images/wait.gif) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#infbottom {
  position: fixed;
  border: solid 1px black;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  z-index: 999;
  box-sizing: border-box;
}
#infbottom .X {
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  font-size: 14pt;
  padding: 5px;
  border: solid 1px black;
  text-align: center;
}
#infbottom > img {
  width: 100%;
}
.regbox .text {
  padding-right: 2em;
  line-height: 1.4em;
}
.regbox .text h4 {
  color: #f4738f;
  font-size: 1.2em;
  margin-bottom: 0.4em;
}
.regbox .text ul {
  margin-right: -27px;
}
.regbox .text li {
  background: transparent url(/static/images/bool/bullet.svg) no-repeat scroll right top;
  background-size: 20px 20px;
  padding-right: 27px;
}
.regbox .text select {
  max-width: 140px;
  border: solid 1px silver;
}
.regbox .text input {
  max-width: 140px;
}
@media all and (min-width: 750px) {
  .regbox {
    display: flex;
  }
  .regbox > img {
    flex: 0 0 45%;
    margin-left: 5%;
  }
  .regbox > div {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 750px) {
  .regbox img {
    width: 81%;
    display: block;
    margin: 0px auto -15px;
    position: relative;
    top: -20px;
  }
}
.handwrite {
  font-family: handwrite;
  font-size: 4rem;
}
.black {
  color: black;
  font-weight: 600;
}
.frozen {
  background: #f6f0da;
  width: 100%;
  position: sticky;
  top: 60px;
  z-index: 20;
}
.frozen .text {
  border: solid 1px #592465;
  border-radius: 4px;
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.frozen button {
  margin: 10px;
}
