body {
  font-family: "BPG Banner ExtraSquare Caps", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  
  background-color: #f9f9f9;
}

/*აქედან*/

canvas {
  display: block;
}

/*აქამდე*/

   .gallery {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    background: #5a3c9805;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 7px 0px 7px;
    border-radius: 7px;
}

.addphoto {
    position: fixed;
    background: #673ab7;
    padding: 0px 30px 0px 30px;
    font-size: 37px;
    margin-top: 250px;
    z-index: 999;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 1px 6px 0px #999999;
}
a.addphoto\+ {
    color: #ffffff;
    display: contents;
    box-shadow: inset 0 4px 17px 16px #ffffff;
}
.gallery img {
    width: 26%;
    max-width: 208px;
    height: 138px;
    border-radius: 3px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    object-fit: cover;
    image-rendering: pixelated;
    border: 0px solid #673ab7;
}

form {

    z-index: 999;
}

 #photo-popup {
            display: none;
            position: absolute;
            background: white;
            border: 1px solid #ccc;
            padding: 10px;
            z-index: 100;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #photo-popup button {
            margin: 5px;
        }
.profile-links {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
        padding: 10px;
        background-color: #f0f0f0;
        border: 1px solid #ddd;
        border-radius:8px;
        z-index:99;
    }
    .profile-links a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
    .profile-links a:hover {
        text-decoration: underline;
    }

#status {
  
  left: 50%;
  transform: translateX(-50%);
 
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}
img {
    border-radius: 50%;              /* მრგვალი ფორმის შექმნა */
    width: 52%;                      /* სურათის სიგანე */
    height: 209px;                   /* სურათის სიმაღლე */
    border-color: #673AB7;           /* საზღვრის ფერი */
    border: 5px solid #673AB7;       /* საზღვარი */
    padding: 0px;                    /* Padding - გადიდებული არ იქნება */
    object-fit: cover;               /* სურათის პროპორციების შენარჩუნება */
    image-rendering: pixelated;       /* პიქსელიზაციის ეფექტი */
    z-index:99;
}

.container {
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 39px;
    width: 93%;
}

input[type="email"] {
    font-family: "BPG Banner ExtraSquare Caps", sans-serif;
}
input[type="password"] {
    font-family: "BPG Banner ExtraSquare Caps", sans-serif;
}
input[type="text"] {
    font-family: "BPG Banner ExtraSquare Caps", sans-serif;
}
p {
    margin: 0;
    padding: 11px;
    border-radius: 20px;
    border-color: #673ab7;
    border: 1px solid #673ab7;
    margin-bottom: 12px;
    width: 95%;
}
h1 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 21px;
}

header {
  width: 100%;
  font-family: "BPG Banner ExtraSquare Caps", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6947c5;
  padding: 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  z-index:21;
}

header .menu-icon,
header .auth-icon {
  cursor: pointer;
  font-size: 29px;
  padding: 0px 10px 0px 13px;
  color: #ffffff;
}

header .title {
  font-family: "BPG Banner ExtraSquare Caps", sans-serif;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  flex: 1;
}

header .dropdown {
  position: relative;
  display: inline-block;
  z-index:99;
}

header .dropdown-content {
    display: none;
    position: absolute;
    right: -225px;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px #5a3c9859;
    z-index: 99!important;
    border-radius: 8px;
    padding: 5px;
    margin: 5px 10px 0px 5px;
    touch-action: pan-x;
}

header .dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

header .dropdown-content a:hover {
  background-color: #f1f1f1;
}

header .dropdown:hover .dropdown-content {
  display: block;
}

video {
  border: 1px solid #6947c5;
  border-radius: 20px;
  width: auto;
  height: 300px;
  z-index:20;
}

#output {
  margin-top: 20px;
  font-size: 24px;
  color: #333;
}

button {
    background-color: #6947c5;
    font-family: "BPG Banner ExtraSquare Caps", sans-serif;
    color: white;
    padding: 17px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    z-index: 99;
}

button:hover {
  background-color: #5a3c98;
}

/* Form styles */
.form-container {
    max-width: 400px;
    margin: 20px auto;
    z-index:20;
    padding: 20px;
    
    
}

label {
    display: block;
    z-index:20;
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #5a3c98;
    border-radius: 5px;
    font-size: 16px;
    z-index:20;
    box-sizing: border-box;
}

 .form-container {
        width: 90%;
        z-index:20;
    }

   .form-buttons {
    align-items: stretch;
    z-index: 20;
    display: flex
;
    z-index: 20;
    justify-content: space-between;
    gap: 10px;
}

    button {
        width: 100%; /* Make buttons full width on small screens */
        margin-bottom: 10px; /* Add space between buttons */
        z-index:20;
    }

