* {
  box-sizing: border-box;
}

.window {
    
    

    border: 4px;
    border-style: solid;
    border-radius: 10px;
    position: absolute;
    top: 45%; 
    left: 35%; 
   
    display: flex;
    flex-direction: column;
    background-color: rgba(78, 70, 241, 0.25);
    


}
.windowheader {
    display: flex;
    margin: 0;
    border-radius: 10px;

    background-color: rgba(0, 0, 0, 0.25);
    user-select: none; 
    cursor: grab;

    

}

.windowheader div {
    width: 100%;

    display: flex;
    justify-content: center;
    margin-left: -5%;
}

.windowheader * {
    margin: 8px;
    align-self: center;

}
.window .content {
    border-radius: 10px;
    background-color: rgb(31, 32, 32);
    padding: 10px;
    margin: 5px;
    height: 100%;
   
}

.content button{
    font-family: Helvetica, Arial, sans-serif;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    
    
    
 

}

input {
    border-radius: 7px;
    border-style: solid;
}



#notes {
    position: absolute;
}
.open {
    border-radius: 30px;
    border-style: solid;
    height: 80%;
    align-self: center;
   

}

.window header button {
    border-radius: 10px;
    margin: 8px;
    height: 15px;
    border-style: none;
    width: 15px;
    cursor: pointer;
   
    background-color: #FF605C;



}
.window header:active {
  
    cursor: grabbing;
   



}



body {
    background-image: url("images/ship.png");
     background-size: cover;

    margin: 0;
  padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p {
  font-family: Helvetica, Arial, sans-serif !important; 
  color: white;
  margin: 0;
}

h1 {
     font-weight: bold;
}


#spaces {
    transform: translate(0%, 0%);
     top: 10%; 
    left: 75%; 
}

#spaces .content{
    display: flex;
    flex-direction: column;
}


nav {
    width: 100%;
    display: flex;
    justify-content: space-between;


    
}
#time {

    border-radius: 30px;
    background-color: rgba(256, 256, 256, 0.25);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}



input[type="datetime-local"] {
  background: #1a1a1a;
  color: #f0f0f0;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  
  
}

#countdownDisplay {
    justify-self: center;

}


#spaceDivider {
    display: flex;
    justify-content: space-between;
  
}

#spaceDivider > div {

    margin: 10px;
    
}

#spaceDivider > div > input {
    width: 100%;



}

#pomodoro {
     transform: translate(0%, 0%);
     top: 10%; 
    left: 3%; 

    width: 300px;
    height: 200px;
}

#pomodoro > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upper {
    display: flex;
    justify-content: space-between;
    
    width: 100%;

    

}

#mediaWindow {
     resize: both;
     overflow: auto;
     width: 250px;
     height: 350px;

}



#chooseSpace img {
    width: 100px;
    height: 100px;

    
    border-radius: 10px;
}
#chooseSpace ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    list-style: none

}

#chooseSpace{
    height: 250px;
    overflow: scroll;
}

#chooseSpace button{
    background-color: #1a1a1a;
    border-radius: 10px;
    margin: 0px;
}

#chooseSpace li button:hover {
      transform: scale(1.05);


}

#desktopButtons {
    
    display: flex;
}

#desktopButtons > button {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin-left: 10px;
    

}

.notVisibleOnLoad {
    display: none;
}

#mediaDropDownButton {
    
    background-color: rgba(0, 0, 0, 0.25);
 
}

.imagee {

   
    background-size: contain;

    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url("https://i.pinimg.com/736x/9a/68/c0/9a68c08d007087df531b7c1c23923015.jpg");
}
#musicYTWindow .content {
    display: flex;
    flex-direction: column;
}


#musicYTWindow input{
    height: 30px;
    width: 100%;
}

#musicYTWindow .content button {
    width: 30px;
    height: 30px;
    padding: 0px;
    margin-left: 5px;
}

textarea {
    resize: both;
}
