@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


*{
  /* text-align: left; */
  color: #595959;
  margin: 0;
  padding: 0;
  /* user-select: none; */
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  height: 100%;
}
body{
  display: grid;
  place-items: center;
  background-color: #dde1e7;
  text-align: center;
}

.custom-font-size {
    font-size: 16px;
}

.large-text {
    font-size: 26px;
    text-align: center; /* Center aligns the text */
    font-weight: bold; /* Makes the text bold. You can also use numeric values like 600, 700 etc. */
 font-family: 'Poppins', sans-serif;
}

.text {
    font-size: 20px; /*Adjust This value as needed to get the desired font size
    /* font-size: auto; */
}


/* ============= Preview Mode =================== */

/* Updated styles for navigation buttons */

.nav-button {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  background-color: #093d51;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1; /* Ensure buttons are on top of the image */
}

.nav-left {
  left: 10px;
}

.nav-right {
  right: 10px;
}

.nav-button:hover {
  background-color: #fa8100;
}

/* Styles for the image name */
.image-name {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}

/* Styles for the download button and container */
.download-section {
  text-align: center;
  margin-top: 20px;
}

.download-section button {
  background-color: #03a9f4;
  color: white;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
  font-size: 16px;
  line-height: 36px; /* Adjust to center vertically */
  padding: 0 15px;
}

.download-section button:hover {
  background-color: #039be5;
}


/* ================== Images  =================== */
.logo {
  text-align: center;
  width: 50%;
}




/* ================== Labels  =================== */


label {
  font-family: 'Poppins', sans-serif;
  font-size: 15px; /* Adjust this size as needed */
  text-align: center;
}



/* ================== Button Active  =================== */

button:active {
  background-color: #dde1e7; /* Change to the normal background color when the button is clicked */
  color: #595959; /* Change the text color to the normal state */
  box-shadow: 2px 2px 5px #BABECC, -5px -5px 10px #ffffff73; /* Change the box shadow */
}

/* ================== Sign UP =================== */

.sign-up {
  text-align: center;
  margin: 10px 0;
  color: #595959;
  font-size: 16px;
}

.sign-up a {
  color: #3498db;
  text-decoration: none;
}

.sign-up a:hover {
  text-decoration: underline;
}

/* ================== Download =================== */

.download {
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 20%;
  height: 40px;
  background-color: #fa8100;
  color: #fff;
  border-radius: 25px;
  /* box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff; */
}

.download:hover {
  background-color: #093d51;
}

.download:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}

.download.text{
color: #dde1e7;

}


/* ================== Button Sign UP =================== */

.signup {
  letter-spacing: .5px;
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #fa8100;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}

.signup:hover {
  background-color: #093d51;
}

.signup:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}


/* ============= Button SignIN =================== */

.signin {
  letter-spacing: .5px;
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #fa8100;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}

.signin:hover {
  background-color: #093d51;
}

.signin:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}



/* ============= Button SignOut =================== */

.signout {
  letter-spacing: .5px;
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #fa8100;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}

.signout:hover {
  background-color: #093d51;
}

.signout:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}


/* ================== Button Reset =================== */

.reset {
  letter-spacing: .5px;
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #fa8100;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}

.reset:hover {
  background-color: #093d51;
}

.reset:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}


/* ================== Button Filter and Reset Filter =================== */

.filter {
  letter-spacing: .5px;
  font-size: medium;
  text-align: center;
  font-family: 'Poppins';
  line-height: inherit;
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #093d51;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}

.filter:hover {
  background-color: #fa8100;
}

.filter:active {
  color: #fff; /* This ensures the font color remains white when the button is clicked */
}

/* ================== FileName in Modal =================== */

#fileName {
  margin-top: 20px;
  color: #dde1e7;
  text-align: left;
}



.center {
    display: flex;
    justify-content: center;
    border: none;
    align-items: center;
}
.logo {
    border: none;
  border: none;
  outline: none;
}

img[src='/img/logo.png'] {
    border: none;
}


.contentdashboard {
  width: 20%;
  height: 90%;
  padding: 48px 38px; /* Increased padding to add space */
  background-color: #dde1e7;
/*  overflow-y: auto;*/ /* Add scroll if content overflows */
  border-radius: 10px;
  box-shadow: -3px -3px 7px #ffffff73,
              2px 2px 5px rgba(94,104,121,0.288);
  position: fixed;
/*  top: 10px;*/ /* Added to provide space from the top */
  left: 18px; /* Added to provide space from the left */
  z-index: 4;
  font-family: 'Poppins', sans-serif;
  overflow-y: auto;
}

.contentdashboard .text {
  font-size: auto;
  font-weight: 600;
  margin-bottom: 53px; /* Increased margin-bottom to add space */
  color: #595959;
  margin: 10px;
  text-align: center;
}

#dashboard {
    width: 80%;
    margin-left: 20%; /* Offset it by the width of .contentdashboard */
    padding: 10px; /* Add some padding inside */
background-color: #dde1e7;
}

/* Styling for thumbnails */
#dashboard img {
    max-width: 200px;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

#dashboard img:hover {
    transform: scale(1.1); 
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}


.popup-hidden {
    display: none;
}

.popup-visible {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid black;
    z-index: 1000;
}

.content{
  width: 330px;
  padding: 40px 30px;
  background-color: #dde1e7;
  border-radius: 10px;
  box-shadow: -3px -3px 7px #ffffff73,
               2px 2px 5px rgba(94,104,121,0.288);
}
.content .text{
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #595959;
}
.field{
  height: 50px;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 19px;
}
.field:nth-child(2){
  margin-top: 20px;
}
.field input{
  height: 100%;
  width: 100%;
  padding-left: 45px;
  outline: none;
  border: none;
  font-size: 12px;
  background-color: #dde1e7;
  color: #595959;
  border-radius: 25px;
  box-shadow: inset 2px 2px 5px #BABECC,
              inset -5px -5px 10px #ffffff73;
}
.field input:focus{
  box-shadow: inset 1px 1px 2px #BABECC,
              inset -1px -1px 2px #ffffff73;
}
.field span{
  position: absolute;
  color: #595959;
  width: 50px;
  line-height: 50px;
}
.field label{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  pointer-events: none;
  color: #666666;
}
.field input:valid ~ label{
  opacity: 0;
}
.forgot-pass{
  text-align: left;
  margin: 10px 0 10px 5px;
}
.forgot-pass a{
  font-size: 16px;
  color: #3498db;
  text-decoration: none;
}
.forgot-pass:hover a{
  text-decoration: underline;
}
button{
  margin: 10px 0;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  background-color: #dde1e7;
  border-radius: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #595959;
  /* box-shadow: 2px 2px 5px #BABECC,
             -5px -5px 10px #ffffff73; */
}
button:focus{
  color: #fff;
  /* box-shadow: inset 2px 2px 5px #BABECC,
             inset -5px -5px 10px #ffffff73; */
}
.sign-up{
  margin: 10px 0;
  color: #595959;
  font-size: 16px;
}
.sign-up a{
  color: #3498db;
  text-decoration: none;
}
.sign-up a:hover{
  text-decoration: underline;
}
