/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --bg-color: #fff;
    --text-color: #000;
}

/* Body Styles */
body {
    color: white;
    background-image: url("images/pulBg.jpg");
    background-size:cover;
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

/* Header Styles */


/* Main Title Styles */
.mainTitle {
    text-align: center;
}

.mainTitle::after {
    content: '';
    display: block;
    width: 210.0252423px;
    height: 2px;
    background-color: #02f869;
    margin: 10px auto;
}

/* Heading Styles */
h2 {
    font-size: 2rem;
    margin: 20px 0;
}

/* Profile Link Styles */
#profile-link {
    right: 0;
    position: fixed;
}

.profile-menu {
    right: 0;
    position: fixed;
    top: 40px;
}

/* Profile Image Styles */
.profile-img,
.profile-img-contacts {
    border-radius: 50px;
    padding: 2px;
    transition: padding 0.5s;
    height: 40px;
    width: 40px;
}

.profile-img-contacts {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

/* Profile Container Styles */
#profile {
    backdrop-filter: blur(10px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
}

#profileContainer {
    display: inline-block;
    background-color: #333333;
    color: white;
    border-radius: 10px;
}

.profileHead {
    color: white;
    text-align: center;
}

/* Profile Cover Image Styles */
.profile-img-cover {
    border-radius: 50px;
    padding: 2px;
    height: 200px;
    width: 200px;
}

/* Profile Styles */
.profile,
.profile-contacts {
    border: 2px solid white;
    background-color: white;
    border-radius: 5px 6px 4px 2px;
    padding: 2px;
    transition: padding 0.5s;
    color: black;
}

.profile:hover,
.profile-contacts:hover {
    padding: 10px;
}

.profile-contacts {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

/* Profile Text Box Styles */
.profileTB {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 5px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 0.5px orange;
    font-family: "Pacifico", cursive;
    font-style: oblique;
}

/* Link Styles */
a,
.links {
    text-decoration: none;
    color: white;
}

.links:hover {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #02f869;
    background-color: #02f869;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.smallLink::before {
    content: '';
    display: block;
    width: 150.0252423px;
    height: 2px;
    background-color: #02f869;
    margin: 10px auto;
}

/* Footer Styles */
.footer {
    
    backdrop-filter: blur(10px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
}

.footer::after {
    content: "";
    display: block;
    color: white;
    width: auto;
    height: auto;
    background: transparent;
    top: 5px;
    margin: 0 auto;
}

.social-links {
    margin-bottom: 10px;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    width: 32px;
    height: 32px;
}

/* Main Content Styles */
form{
   

    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
    width: max-content;
    margin: 0 auto;

}

/* main {
 
}
 */
/* Input Styles */
input[type="text"],
input[type="password"],
input[type="email"] {
    width: 300px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #02f869;
    background: transparent;
}

input[type="submit"] {
    text-decoration: none;
    color: white;
    background: transparent;
    border: none;
}

/* Grid Layout Styles */
.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.twoContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.column {
    padding: 10px;
}

/* Dark Theme Styles */

 #login{
    background-color: rgba(7, 0, 0, 0.219);
    color: var(--bg-color);
    border-radius: 10px;
} 

#logoSide{
    display: flex;
    align-items: center;
    
    justify-content: center;
}
 /* Styl kontejneru */
 .containerSwitch {
    width: max-content;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .forms {
    display: flex;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.5s ease;
  }
  
  .login-form, .register-form {
    width: 50%;
    text-align: center;
    padding: 20px;
  }
  
  .hidden {
    display: none;
  }
  
  /* Přepínač */
  .theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 185px;
    padding: 5px;
  }
  
  .theme-switch input {
    display: none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "Registrovat se";
    height: 26px;
    left: 4px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: max-content;
    padding: 0 10px;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgba(255,0,0,1);
  }
  
  input:checked + .slider:before {
    transform: translateX(80px);
    content: "Přihlásit se";
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 10px;
  }

