/* account.css */

*{box-sizing:border-box}

.sideone {
  width: 65%;
  padding: 6%;
  box-sizing: border-box;
}

.sidesecond {
  background: #f5f5f5;
  width: 35%;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: url('../images/register-cakeshop.webp') center/cover no-repeat;
}

.side-second {
  background: #f5f5f5;
  width: 35%;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}


.account-forms {
  padding: 0% 4%;
}


.account-box, .account-container {
  margin: 5% 10%;
  box-sizing: border-box;
}


.account-box  {
  background: white;
  border-radius: 15px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: stretch;
}

.account-tabs {
  display: flex;
  margin: 4% 4%;
  gap: 30px;
  align-items: stretch;
  border-radius: 8px;
  border: 1px whitesmoke solid;
}

.account-tabs button {
  background: none;
  border: none;
  font-size: 1em;
  font-family: 'Neue Frutiger', Outfit, Inter, poppins;
  font-weight: 600;
  cursor: pointer;
  color: #909090;
  padding: 2.8% 1%;
}

.account-tabs button.account-active
.account-tabs button:hover {
  color: #000;
  border-bottom: 3px solid #000;
}

form.account-form {
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
}

form.account-active {
  display: flex;
}

.account-input {
  padding: 15px;
  font-size: 1em;
  border-radius: 8px;
  background: #f0f0f0;
  border: 1px transparent solid;
  transition: box-shadow 0.2s;
  margin: 0 0 2% 0;
  font-family: 'Neue Frutiger', Outfit, Inter, poppins;
}

.account-input:focus {
  outline: none;
  background: #f3f4ff;
  color: #6469aa;
}

label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9rem;
}

.account-error {
  font-size: 0.9em;
  color: #b00020;
}

.account-btn, .account-button, .cta-btn {
  background: #545780;
  color: #f3f4ff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.05em;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Neue Frutiger', Outfit, Inter, poppins;
  font-weight: bold;
  margin: 5% 0;
  border: 1px #f3f4ff solid;
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.account-btn:hover, .account-button:hover, .cta-btn:hover {
  background: white;
  color: #9b7853;
}

.account-contr {
  display: flex;
  justify-content: center;
}

.account-hr {
  width: 100%;
  height: 3px;
  background: #ddd;
  margin: 3% 0 0 0;
  box-sizing: border-box;
  border-bottom: 3px #eee solid;
}

/* Efektný checkbox */
.account-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.95em;
  color: #555;
  user-select: none;
}

.account-checkbox-wrapper, .account-checkbox-wrapper a {
  font-size: .9rem;
}

.account-checkbox {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #909090;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.account-checkbox:checked {
  background-color: #6469aa;
  border-color: #6469aa;
}

.account-checkbox:checked::after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 4px;
  color: white;
  font-size: 15px;
}

.account-way {
  position:relative;
}

span.greendot::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #37c837;
}


.padding-tab {
  padding: 1%;
}

.tab-padding {
  padding: 7% 5%;
}

.insidesec, .inside-sec {
  display: flex;
}

.insidesec {
  align-items: top;
}

.inside-sec {
  align-items: center;
}

.insidesec div, .inside-sec div {
  text-align: center;
}

/*  ---- informacie ---- */

.inf-side {
  margin: 3% 10%;
  box-sizing: border-box;
}

.info-tabs {
  margin: 0 0 2% 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px #f7f7f7 solid;
  background: white;
}

.info-tabs div {
  padding: 0 0 1% 0;
  box-sizing: border-box;
  border-bottom: 3px transparent solid;
}

.info-tabs a, .info-active {
  font-size: 1.1rem;
}

.info-active {
  color: #5163d5;
  border-bottom: 3px #adb7f7 solid !important;
}

.info-tabs a:hover {
  color: #a9997d;
}

.info-content {
  font-size: 1.15rem;
  background: rgba(255,255,255,0.95);
  padding: 4%;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.info-line-space {
  line-height: 1.7;
}

.account-offset {
  padding: 5%;
  box-sizing: border-box;
  width: 65%;
}

.accept-box {
  display: flex;
  gap: 5px;
}

.accept-box a {
  color: #616ae1;
}

.accept-box a:hover {
  color: #9b7853;
}

.box-pictogram {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px #eee solid;
  margin-bottom: 2%;
  box-sizing: border-box;
}

.box-pictogram div:first-child {
  width: 100%;
}

.box-pictogram div {
  padding: 0 0 2% 0;
}

.box-pictogram strong {
  display: inline-block;
  width: 30px;
  background: black;
  color: white;
  text-align: center;
}

.alert-user {
  box-sizing: border-box;
  padding: 15px;
  background: #fff0f0;
  border-radius: 15px;
  margin: 0 0 50px 0;
  color: #df1a1a;
  box-shadow: 0 6px 20px rgba(20,20,20,0.06);
  border: 1px #f9d0d0 solid;
}

.ggbox {
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  justify-content: space-between;
}

.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 0px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  width: calc(50% - 10px);
}

.btn-google:hover {
  background: #f7f7f7;
  border-color: #ccc;
}

.btn-google:active {
  transform: scale(0.98);
}

.google-icon {
  display: flex;
}



/* ---------------------- */
/* MOBILE RESPONSIVE VIEW */
/* ---------------------- */

@media (max-width: 700px) {


.btn-google {
    width: 100%;
}

  .ggbox {
    display: block;
  }


  .inf-side {
    margin: 3% 1%;
  }

  .info-tabs {
    background: none;
    display: block;
    border: 0px;
    margin: 0 0 10% 0;
  }

  .info-tabs div {
    padding: 2%;
    margin: 3% 0;
    border: 1px #f3f3f3 solid;
    border-radius: 15px;
  }

  .info-active {
    border: 1px #f8f9ff solid !important;
    background: #f8f9ff;
  }


  form {
    width: 100%;
    box-sizing: border-box;
  }

  .account-box, .account-container {
    width: 98%;
    margin: 8% 1%;
    display: block;
  }

  .account-tabs {
    gap: 1px;
    margin: 2% 0;
    justify-content: space-between;
  }

  .sideone {
    width: 100%;
    padding: 2%;
  }

  .account-tabs button {
    padding: 5% 1%;
  }

.sidesecond, .side-second {
  display: none;
}

.account-btn, .account-button {
  width: 100%;
}

.account-offset {
  width: 100%;
}

.box-pictogram {
  display: block;
}

.box-pictogram .inf-slogan {
  padding-bottom: 10%;
}


}
