* {
    margin: 0;
}

body {
    background-color: #444242;
    /* border: 3px solid red; */
    /* display: flex; */
    /* flex-direction: column;* /
    /* justify-content: center; */
    /* margin: 20px; */
    height: calc(100vh - 40px);
    padding: 20px;
}

#address {
    align-items: center;
    background-color: #5b5b5b;
    border: 3px solid #888;
    border-radius: 10px;
    color: #888;
    display: block ruby;
    font-family: sans-serif;
    font-size: medium;
    justify-content: center;
    margin-bottom: 10px;
    overflow: auto;
    padding: 2px;
}

#content {
    display: inline-table;
}

#contextMenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: 160px;
}

#contextMenu ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

#contextMenu li {
  padding: 8px 12px;
  cursor: pointer;
}

#contextMenu li:hover {
  background: #007BFF;
  color: #fff;
}

#dropzone {
    align-items: center;
    border: 3px dashed #888;
    border-radius: 10px;
    color: #888;
    display: flex;
    font-family: sans-serif;
    height: 200px;
    justify-content: center;
    text-align: center;
}

#dropzone.dragover {
    background-color: #f9fff9;
    border-color: #4caf50;
    color: #4caf50;
}

#image-container {
    align-items: center;
    /* border: 3px solid #888; */
    border-radius: 10px;
    display: flex;
    height: calc(100% - 60px);
    justify-content: center;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

#image-container img {
    /* border: 3px solid #999; */
    border-radius: 10px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

#make_photo {
    background-color: lightblue;
    border: 1px solid black;
    border-radius: 60px;
    position: relative;
    width: 100%;
}

#make_photo_container {
    border: 2px solid green;
    display: block;
    height: 120px;
    margin: 0 auto;
    padding: 1em;
    position: relative;
    width: 120px;
}


.address_folder {
    align-items: center;
    /* border: 1px solid #888; */
    /* border-radius: 10px; */
    color: aliceblue;
    cursor: pointer;
    /* margin: 2px; */
    padding: 2px;
    text-decoration: none;
}
.address_folder:hover {
    /* background-color: #4a664a; */
    /* border-color: #4caf50; */
    text-decoration: underline;
}
.address_folder a {
    color: aliceblue;
    text-decoration: none;
}
.address_folder a:visited {
    color: aliceblue;
    text-decoration: none;
}
.address_path {
    align-items: center;
    /* border: 1px solid #888; */
    /* border-radius: 6px; */
    cursor: default;
    margin: 2px;
    text-decoration: none;
}
.folder {
    background-color: #5b5b5b;
    border: 3px solid #888;
    border-radius: 10px;
    border-style: ridge;
    color: #888;
    display: inline-flex;
    font-family: sans-serif;
    font-size: larger;
    height: 140px;
    justify-content: space-evenly;
    margin: 10px 10px 10px 10px;
    overflow: auto;
    text-align: center;
    text-wrap: balance;
    width: 140px;
}
.folder::after {
    margin: 20px 20px 20px 0px;
}
.folder:hover {
    background-color: #4a664a;
    border-color: #4caf50;
}
.image {
    /* border: 3px solid #888; */
    border-radius: 10px;
    display: grid;
    height: auto;
    justify-content: center;
    margin: 20px 20px 0px 0px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: auto;
}
.image-container {
    /*align-items: center;*/
    border: 3px solid #888;
    border-radius: 10px;
    border-style: ridge;
    color: #888;
    display: inline-block;
    font-family: sans-serif;
    font-size: larger;
    height: 140px;
    justify-content: space-evenly;
    margin: 10px 10px 10px 10px;
    overflow: auto;
    text-align: center;
    text-wrap: balance;
    width: 140px;
}
.image-container::after {
    margin: 20px 20px 20px 0px;
}
.image-container:hover {
    background-color: #f9fff9;
    border-color: #4caf50;
    color: #4caf50;
}
.image-container img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.item {
    cursor: pointer;
    display: inline-block;
}
.link {
    color: aliceblue;
    padding: 6px;
    text-decoration: none;
    width: 100%;
}
.video-container {
    /*align-items: center;*/
    background-color: #000;
    border: 3px solid #888;
    border-radius: 10px;
    border-style: ridge;
    color: #888;
    display: inline-block;
    font-family: sans-serif;
    font-size: larger;
    height: 140px;
    justify-content: space-evenly;
    margin: 10px 10px 10px 10px;
    overflow: auto;
    text-align: center;
    text-wrap: balance;
    width: 255px;
}
.video-container::after {
    margin: 20px 20px 20px 0px;
}
.video-container:hover {
    /* background-color: #f9fff9; */
    border-color: #4caf50;
    color: #4caf50;
}

