* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    background-image: url(../photos/bg2.jpg);
    color: #E9E9E9;
    font-family: "Motiva Sans", sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #66c0f4;
}

body h3 {
    color: #fff;
    font-family: "Motiva Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

/* glava */
.glava {
    background: #171d25;
    font-family: "Motiva Sans", sans-serif;
    font-size: 14px;
    height: 104px;
    width: 100%;
    min-width: 940px;
}

.vsebina-glave {
    position: relative;
    width: 940px;
    height: 104px;
    margin: 0 auto;
    z-index: 402;
}

/* logo */
.logotip {
    float: left;
    margin-right: 40px;
    padding-top: 30px;
    width: 176px;
    height: 44px;
}

.glavna-navigacija {
    position: absolute;
    left: 200px;
}

.nav-povezava {
    display: block;
    position: relative;
    padding: 45px 7px 7px 7px;
    line-height: 16px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #dcdedf;
    text-transform: uppercase;
    font-family: "Motiva Sans", "Twemoji", "Noto Sans", Helvetica, sans-serif;
}

.nav-povezava:hover {
    color: #ffffff;
}

/* Modra črta pod aktivnim zavihkom */
.nav-povezava.aktivna {
    color: #dcdedf;
}

.nav-povezava.aktivna::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #1a9fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}


.uporabniski-meni {
    position: absolute;
    right: 0;
    top: 6px;
    height: 21px;
    color: #b8b6b4;
    font-size: 11px;
}

/* gumb za namestitev */
.gumb-namesti {
    display: inline-block;
    background-color: #5c7e10;
    height: 24px;
    line-height: 24px;
    margin-right: 3px;
    color: #e5e4dc;
    text-decoration: none;
    vertical-align: top;
}

.vsebina-gumba-namesti {
    padding-left: 35px;
    padding-right: 9px;
    background-image: url("https://store.akamai.steamstatic.com/public/shared/images/header/btn_header_installsteam_download.png?v=1");
    background-repeat: no-repeat;
    background-position: 10px 5px;
    display: block;
}

.gumb-namesti:hover {
    background-color: #6c9018;
    color: #ffffff;
}

/*prijava, jezik*/
.povezava-menija {
    padding: 0 4px;
    cursor: pointer;
    color: #b8b6b4;
    vertical-align: top;
}

.povezava-menija:hover {
    color: #ffffff;
}

.povezava-jezik {
    padding-right: 18px;
    background-image: url("https://store.akamai.steamstatic.com/public/shared/images/popups/btn_arrow_down_padded.png");
    background-position: right center;
    background-repeat: no-repeat;
}


.store-meni {
    background: radial-gradient(
        107.95% 57.49% at 50% 100%,
        rgba(24, 37, 53, 0.2) 0%,
        rgba(24, 37, 53, 0.5) 5%,
        rgba(24, 37, 53, 0.85) 20%,
        #182535 60%,
        #192330 100%
    );
    background-color: #171a21;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    width: 100%;
}

.store-vsebina {
    width: 940px;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


.store-nav {
    display: flex;
    flex: 1;
}

.nav-gumb {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.nav-gumb:hover {
    color: #66c0f4;
}

.nav-gumb svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: currentColor;
    transition: transform 0.2s;
}

.nav-gumb:hover svg {
    transform: translateY(2px);
}

/* div za input */
.search-div {
    display: flex;
    height: 30px;
    background: rgba(49, 98, 130, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 3px;
}

.search-box:hover {
    border-color: #66c0f4;
}

.search-input {
    flex: 1;
    min-width: 0;
    padding: 0 10px;
    background: none;
    border: 1px solid #ffffff24;
    border-radius: 2px 0 0 2px;
    color: white;
}

.search-input::placeholder {
    color: white;
    opacity: 0.5;
}

.search-button {
    width: 34px;
    border: none;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    background-color: #1a9fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background-color: #45acff;
}

.search-button svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

/* sredina */
.sredina {
    width: 100%;
    flex: 1;
    background-image: url(../photos/bg2.jpg);
    background-position: left;
}

.glavno {
    padding: 50px;
    min-height: 600px;
    max-width: 700px;
    margin: 0 auto;
    background: transparent;
}

.okvir {
    padding: 20px 16px;
    position: relative;
    margin-left: -100px;
}

.crtacc {
    height: 49px;
    margin: 0 0 30px;
    font-size: 34px;
    font-weight: 200;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.email {
    height: 58px;
    margin: 25px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.email-label {
    color: #b8b6b4;
    font-size: 14px;
}

.email-input {
    width: 304px;
    height: 34px;
    padding: 6px 8px;
    background-color: #32353c;
    color: white;
    border-radius: 3px;
    border: 1px solid transparent;
}

.hidden {
    visibility: hidden; 

}

#emailError, #confirmError {
    display: flex;
    align-items: center;
    color: #ff4b4b;
    font-size: 12px;
    margin-top: 4px;
}

#emailError svg, #confirmError svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    fill: #ff4b4b;
}

.input-error {
    border-color: #ff4b4b !important;
}



.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 12px;
}

.logo-text small {
    font-size: 10px;
    color: white;
    opacity: 0.7;
}




.continue {
    margin-top: 35px;
    
}

.continuespan {
    display: inline-block;
 
    padding: 0 20px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #47bfff 5%, #1a44c2 60%) 25% / 330% 100%;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #0003;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
       width: 136px;
    height: 36px;
}




/*footer STEAM LOGO*/
footer{
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #181a21;
 padding: 16px 0 60px 0;
    width: 100%;
    height: 273px;
}

.footer-content{
      width: 940px;
    margin: 0px auto;
    padding-top: 16px;
    width: 1000px;
    height: 200px;
    

}

.footer-content img{
  width: 88px;
  height: 25px;
}

.line{
    border-top: 1px solid #363c44;
    height: 8px;
    margin-top: 15px;
}

.footer-text{

    margin-left: 12px;
    color: #8F98A0;
    font-size: 12px;
    line-height: 16px;
}

#footer-logo-steam{
  flex-direction: column;
      float: right;
    padding-top: 2px;
    width: 92px;
    height: 31px;
}

.footer-text a{
  text-decoration: none;
  font-weight: normal;
   color: #C6D4DF;
   cursor: pointer;
   font-size: 12px;
}

.footer-text a:hover{
  text-decoration: none;
	color: white;
}

.footer-valve-links{
      margin-top: 8px;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #61686D;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

.footer-valve-links a{
   text-decoration: none;
  font-weight: normal;
   color: #C6D4DF;
   cursor: pointer;
   font-size: 13px;
}

.footer-valve-links a:hover{
  color: white;
}

.footer-valve-links img{
  width: 16px;
  height: 16px;
}

.password-container {
    position: relative;
    width: 304px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #b8b6b4;
    cursor: pointer;
}

.password-strength {
    list-style: none;
    margin-top: 10px;
}

.password-strength li {
    color: #ff4b4b;
}

.password-strength li.valid {
    color: green;
}

#confirmPasswordError {
    color: #ff4b4b;
    font-size: 12px;
    margin-top: -28px;
}

.createacc-popup {
    position: fixed;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 35px 55px;
    min-width: 380px;
    background: rgba(22, 27, 36, 0.90);
    backdrop-filter: blur(10px);
    border: 3px solid #2d72ff;
    border-radius: 14px;
    box-shadow: 0 0 35px rgba(0,0,0,0.65);
    color: white;
    text-align: center;
    font-size: 22px;
    z-index: 99999;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity .25s ease, transform .25s ease;
    display: none;
}

.createacc-popup.visible {
    opacity: 1;
    transform: scale(1);
    display: block;
}

.popup-content {
    background: transparent;
    text-align: center;
}

.popup-btn {
    margin-top: 18px;
    padding: 10px 20px;
    background: #2d73ff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;

}

