/* *********
VARIABLES
********* */
@import url('https://fonts.googleapis.com/css2?family=Capriola&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Space+Grotesk:wght@500&display=swap');


:root {
    --ColorOne: 112, 83, 89;
    --ColorTwo: 246, 130, 101;
    --ColorThree: 217, 233, 196; /* GREEN*/
    --ColorFour: 253, 250, 195; /*YELLOW*/
    --accent-white:rgb(248, 242, 233);
    --bg-color: #dec7b0;
    --accent-red: #d17c7c;
    --accent-dark-purple: #705359;
    --accent-blue: #acb9bb;
    --accent-green: #a6c29e;
    --accent-yellow: #f4d06f;
    --accent-purple: #b5afb6;
    --accent-purple-gray: #705359;
    --accent-pink: #ac8598;
    --border-color: #3e3e3e;
    --font-color: #2b2b2b;
    --accent-brown: #3b241b;
    --button-bg: #fff0d6;
    --shadow: 4px 4px 0px #d0c4a5;
}

/* *********
BASE ADJUSTMENTS
********* */

body,
html {
font-family: "Space Grotesk", mono;
padding: 0;
background: var(--accent-white);
color: #eee;
  font-family: "Source Code Pro", mono;
  line-height: 1.5em;
}

body {
  font-weight: 300;
  padding: 0px 0px;
}

hr.solid {
  margin-left: 0px;
  margin-right: 0px;
  border-width: 1px;
  border: var(--accent-blue);
}

a {
  color: var(--accent-brown);
  text-decoration: underline;
  text-underline-offset: 6px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 6px;
  /* padding-bottom: 8px; */

}

.login_h1 {
  text-transform: uppercase;
  display: block;
  margin-top: 60px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 800;
}

h1 {
    font-family: "Space Grotesk", mono;
    text-transform: uppercase;
    margin-top: 60px;
    margin-left: 0px;
    color: var(--accent-dark-purple);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
}

h2 {
  font-family: "Space Grotesk", mono;
  font-size: 20px;
  color: var(--accent-brown);
  margin-left: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0px;
}

p {
  font-family: "Space Grotesk", mono;
  margin-left: 0px;
  font-size: 13.8px;
  color: var(--accent-brown);
  letter-spacing: 1px;
}

label {
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
  color: #969696;
}

b {
  text-transform: uppercase;
}


i {
  position: relative;
  top: 4.6px;
}

.confirm-p {
  font-size: 12px;
  color: #dddddd;
}

.link {
  text-transform: uppercase;
  color:#eef2f6;
  letter-spacing: 0.05rem;
}

.tag {
  display: inline;
  background-color: #675fbc;
  border-radius: 20px;
  margin-left: 0;
  font-size: 11px;
  inline-size: max-content;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  letter-spacing: 0.05rem;
}

figure {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  width: 60%;
  color: #c4c7b1;
  border: 1px solid #111;
  border-radius: 3px;
  background: #000;
}

figure figcaption {
  font-size: 20px;
  margin-left: -30px;
  padding-left: 10px;
  display: flex;
  font-family: "Space Grotesk", mono;
  line-height: 2em;
  border-bottom: 1px solid #111;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-variant: small-caps;
  background: rgb(77,167,143);
  color: #fff;
}

/* FORM CONTAINER */
.form {
  gap: 1rem;
  width: 100%;
  max-width: 100px;
  box-sizing: border-box;
}

  .show-password {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 200px;
    justify-content: flex-start;
    gap: 7px;
    font-size: 10px;
    vertical-align: top;
    line-height: 0.3;


  }

  .form input[type="checkbox"] {
    width: 14px;
    margin: 0;
  }

/* LABELS */
label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #969696;
  display: block;
  
}

/* INPUTS */
.form input {
  width:300px;
  max-width:300px;
  height: 1.8rem;
  border: 2px solid var(--accent-purple);
  border-radius: 6px;
  font-size: 0.8rem;
  padding-left: 0.8rem;
  font-weight: bold;
  background: #fff;
  font-family: inherit;
  box-sizing: border-box;
}

/* PLACEHOLDER STYLE */
.form input::placeholder {
  color: #999;
}

/* FOCUS STATE */
.form input:focus {
  outline: none;
}

/* SELECT DROPDOWNS */
.form select {
  width: 100%;
  height: 1.8rem;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.8rem;
  padding-left: 0.8rem;
  background: #fff;
  font-family: inherit;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
  color: #454545;
  box-sizing: border-box;
}

.numbers {
  cursor: context-menu;
  -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.pre {
  font-family: "Space Grotesk", mono;
  background: black;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0px;
  border-radius: 6px;
  letter-spacing: 1px;
}

.tiles {
  display: grid;
  width: 100px;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.3rem;
  row-gap: 1.4rem;
  margin-top: 1.25rem;
  padding-right: 1rem; /* Add padding instead of margin */

  @media (max-width: 600px) {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.7rem;
  }
}

.tile {
  flex: 0 0 auto;
  width: 300px; /* slightly smaller for mobile */
  margin-top: 16px;
	padding: 1rem;
  border: 2px solid #3d3638;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #3d3638;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: 0.25s ease;
  font-size: 14px;
  background: var(--accent-pink);
  &:hover {
    transform: translateY(-5px);
  }

    h1 {
      font-family: "Space Grotesk", mono;
      letter-spacing: 1px;
      color: var(--accent-brown);
      text-transform: capitalize;
      margin-top: 10px;
      font-size: 22px;
    }

    a {
      font-family: "Capriola", mono;
    }
    
  
    &:nth-child(2) {
      background: var(--accent-purple);
      &:focus-within {
        transform: translateY(-5px);
      }
    }
    &:nth-child(3) {
      background: var(--accent-blue);
      &:focus-within {
        transform: translateY(-5px);
      }
    }
    @media (max-width: 600px) {
    .tiles {
      flex-direction: row;
    }
  }
}


h3 {
  font-family: "Space Grotesk", mono;
  letter-spacing: 1.4px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--accent-brown);
}


h4 {
  font-family: "Space Grotesk", mono;
  color: var(--accent-brown);
  margin-top: 30px;
  letter-spacing: 1.4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}



/* *********
HEADER
********* */


/* *********
UCP
********* */

.ioneUCP {
font-family: "Space Grotesk", mono;
display: inline-flex;
position: fixed;
line-height: 3.2;
top: 0;
left: 0px;
width: 100%;
height: 60px;
background: var(--accent-white);
color: var(--accent-brown);
padding-left: 20px;
padding-top: 8px;
box-sizing: border-box;
font-size: 12px;
z-index: 99999;
align-items: center;
justify-content: space-between;

}

.ioneUCP a {
border-bottom: 2px solid transparent;
padding-bottom: 8px;
position: relative;
}

.ioneUCP a:hover {
    border-bottom: 2px solid var(--accent-purple);
}

.ioneUCP ucp-name, ucp-other {
display: block;
flex: 0 1 auto;
text-align: right;
}

ucp-name {
text-transform: uppercase;
margin-right: 20px;
}


.ioneUCP ucp-name a {
text-decoration: none;
font-weight: 800;
letter-spacing: 1.2px;
color: var(--accent-white);
font-size: 14px;
position: relative;
top: 1px;
margin-left: 8px;

}

ucp-links {
display: inline-flex;
flex: 1 1 auto;
align-items: left;
position: relative;
}

ucp-links a, ucp-other a {
color: var(--accent-brown);
text-decoration: none;
font-size: 12px;
margin-right: 20px;
margin-top: 30px;
}


}
/* Hide toggle by default */
.ucp-toggle,
.ucp-toggle-label {
  display: none;
}

/* Hamburger icon base style */
.ucp-toggle-label {
  font-size: 22px;
  cursor: pointer;
  color: #f9e6f1;
  margin-left: auto;
  padding: 0 10px;
  line-height: 1;
}

  .ucp-bottom {
    display: none; /* hidden by default */
  }

  @media (max-width: 600px) {
    .ucp-bottom {
      position: fixed;
      bottom: 0;
      background: var(--accent-white);
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      z-index: 1000;
    } 
    .ucp-bottom a {
      display: flex;
      flex-direction: column; /* Stack icon and text vertically */
      align-items: center;
      font-family: "Space Grotesk", mono;
      color: var(--accent-brown);
      text-decoration: none;
      font-size: 10px;
      text-align: center;
    }

    .ucp-bottom a i,
    .ucp-bottom a span.material-icons-outlined {
      display: block;
      font-size: 24px;
      margin-bottom: 2px;
    }

    body {
      padding-bottom: 60px; /* prevent content being hidden under navbar */
    }
  }
  
/* Responsive layout */
@media (max-width: 768px) {
  ucp-links > *:not(.ioneHeader) {
    display: none;
  }

  ucp-links {
    display: block;
    width: 100%;
  }

  .ioneHeader {
    display: flex;
    flex-wrap: row;
    align-items: left;

  }

  /* Optional: Hide top right links on mobile too */
  .ioneUCP > .nav_top_right {
    display: none;
  }
}


body {
  padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Additional styling for modal content, input fields, and buttons can be added here */

.ioneHeader {
    font-family: "Space Grotesk", mono;
    position: relative;
    z-index: 5;
  }
  
  .ioneHeader h1 {
    font-family: "Space Grotesk", mono;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    display: inline-flex;
    margin-left: 8px;
    color: var(--accent-purple-gray);
    width: 140px;
    font-weight: 800;
    padding-top: 18px;
  }
  
  .ioneHeader u {
    display: inline-block;
    font-size: 120px;
    clip-path: polygon(0 0, 74% 0%, 74% 100%, 0% 100%);
    text-decoration: none;
    margin-right: -12px;
    padding-top: 20px;
    margin-top: -40px;
  }
  
  
.fuller-button {
  font-family: "Space Grotesk", mono;
	color: var(--accent-brown);
  display: inline-block;
  height: 26px;
  text-align: center;
  margin-top: 20px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 10px;
	border-radius: 10px;
	letter-spacing: 0.12em;
	font-size: 0.7em;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	/* margin: 1em; */
	
	&.blue {
		border: var(--accent-dark-purple) solid 2px;
    background-color: var(--bg-color);
	}
	
	&.blue:hover {
		border: white solid 2px;
	}

	&.red {
		border: var(--accent-red) solid 2px;
    background-color: var(--bg-color);	
  }
	
	&.red:hover {
      background-color: var(--accent-red);	
		border: var(--accent-red) solid 2px;
	}

  &.delete {
    background-color: #fb5454;
    border-color: #fb5454;
    border-radius: 10px
  }
	
	&.white {
		border: var(--accent-dark-purple) solid 2px;
    background-color: var(--bg-color);
	}
	
	&.white:hover {
		border: white solid 2px;
	}
}

.comments {
  background:rgb(230, 227, 234);
  margin-top:20px;
  padding-top: 0px;
  border: 3px solid rgb(154, 149, 149);
  border-radius: 20px;
  padding: 20px;
}

.comments-list {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 10px
}

.client-status {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd4e7;
  border-radius: 50%;
  margin-left: 8px;
}

.client-status:before{
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in;
}

.client-status.online,
.client-status.online:before{
   background: #72ff7d;
}

.client-status.wait,
.client-status.wait:before{
   background: #ffda72;
}

client-status.offline,
.client-status.offline:before{
   background: #ff4242;
}

.status{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d63031;
  border-radius: 50%;
  margin-left: 8px;
}

.status:before{
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in;
}

.status.online,
.status.online:before{
   background: #72ff7d;
}

.status.wait,
.status.wait:before{
   background: #ffda72;
}

status.offline,
.status.offline:before{
   background: #ff4242;
}

@keyframes pulse {
  from{
    transform: scale(0.5);
    opacity: 1;
  }to{
    transform: scale(1.6);
    opacity: 0;
  }
}

.wrapper .content {
  margin: 10px 0;
}
.content p {
  font-size: 15px;
}
.content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  margin: 12px 0;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
}
.content ul li {
  color: #333;
  margin: 4px 3px;
  list-style: none;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 5px 8px 5px 10px;
  border: 1px solid #e3e1e1;
}
.content ul li i {
  height: 20px;
  width: 20px;
  color: #808080;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #dfdfdf;
  justify-content: center;
}
.content ul input {
  flex: 1;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.wrapper .details {
  justify-content: space-between;
}
.details button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 5px;
  background: #ecbd00;
  transition: background 0.3s ease;
}
.details button:hover {
  background: #fecd03;
}

.icon-button {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    font-size: 1.2em;
    margin-left: 8px;
}
.icon-button:hover {
    color: #0056b3;
}

