/* color palette */
/* https://www.color-hex.com/color-palette/30023 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&family=Righteous&display=swap');

.righteous-regular {
   font-family: "Righteous", sans-serif;
   font-weight: 400;
   font-style: normal;
}

.plus-jakarta-sans-400 {
   font-family: "Plus Jakarta Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}

body {
   margin: 0;
   padding: 0;
   font-family: 'Plus Jakarta Sans', sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   color: #38220f;
   background-color: #ece0d1;
}

header {
   background-color: #ece0d1;
   padding: 20px;
   /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: sticky;
   top: 0;
}

header nav {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 20px;
}

header nav .logo {
   display: flex;
   align-items: center;
}

header nav .logo img {
   height: 40px;
   margin-right: 10px;
}

header nav ul {
   list-style: none;
   display: flex;
   margin: 0;
   padding: 0;
}

header a {
   text-decoration: none;
   color: #333;
   margin-left: 20px;
   font-weight: 500;
}

/* From Uiverse.io by elijahgummer */
/* https://uiverse.io/elijahgummer/slimy-bobcat-84 */
.tooltip-container {
   /* --background: #22d3ee;
  position: relative;
  background: var(--background); */
   cursor: pointer;
   transition: background 0.3s;
   /* font-size: 17px;
  padding: 0.7em 1.8em; */
}

.tooltip {
   position: absolute;
   /* top: 100%; */
   bottom: 120%;
   left: 50%;
   transform: translateX(-50%) translateY(-10%);
   /* Adjusted the initial position */
   opacity: 0;
   pointer-events: none;
   transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
   background: var(--background);
   color: #38220f;
   border-radius: 0.3em;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   width: auto;
   /* Adjusted the width */
   padding: 0.5em 1em;
   /* Adjusted padding */
   white-space: nowrap;
   /* Prevent text wrapping */
}

.tooltip-container:hover .tooltip {
   bottom: -120%;
   /* Adjusted the tooltip position */
   opacity: 1;
   pointer-events: auto;
   transform: translateX(-50%) translateY(0);
}

/* end From Uiverse.io by elijahgummer */

/* From Uiverse.io by eslam-hany */
.button-container {
   display: flex;
   gap: 10px;
   background-color: rgba(150, 114, 89);
   width: 300px;
   height: 50px;
   align-items: center;
   justify-content: space-around;
   border-radius: 10px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px,
      rgba(150, 114, 89, 0.3) 3px 5px 10px;
   transition: all 0.5s;
}

.button-container:hover {
   width: 400px;
   transition: all 0.5s;
}

.button-nav {
   outline: 0 !important;
   border: 0 !important;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: transparent;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}

.button-nav:hover {
   transform: translateY(-3px);
}

.icon {
   font-size: 20px;
}

/* end from Uiverse.io by eslam-hany */

.container-content {
   padding: 20px;
   max-width: 1025px;
   min-height: 70vh;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   /* align-items: center; */
   justify-content: start;
}

.content {
   padding: 0px 30px;
   width: 100%;
}

footer {
   background-color: #ece0d1;
   padding: 20px;
   text-align: center;
   color: #333;
   margin-top: 40px;
}

.breadcrumb {
   font-size: 14px;
   color: #967259;
   margin-bottom: 10px;
}

.card-container {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 30px;
   margin-top: 20px;
   margin-bottom: 45px;

}

.card {
   /* width: 190px;
    height: 254px; */
   border-radius: 15px;
   /* background: #ece0d1; */
   box-shadow: 5px 5px 20px #bebebe,
      -5px -5px 20px #ffffff;
   padding: 20px;
   /* margin-bottom: 20px; */
}

/* From Uiverse.io by TCdesign-dev */
.bottone5 {
   align-items: center;
   background-color: #ece0d1;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: .65rem;
   box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
   box-sizing: border-box;
   color: rgba(0, 0, 0, 0.85);
   cursor: pointer;
   display: inline-flex;
   /* font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; */
   /* font-size: 16px; */
   font-weight: 600;
   justify-content: center;
   /* line-height: 1.25; */
   min-height: 2.2rem;
   padding: calc(.675rem - 1px) calc(.75rem - 1px);
   text-decoration: none;
   transition: all 250ms;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: baseline;
   width: auto;
}

.bottone5:hover,
.bottone5:focus {
   border-color: rgba(0, 0, 0, 0.15);
   box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
   color: rgba(0, 0, 0, 0.65);
}

.bottone5:hover {
   transform: translateY(-1px);
}

.bottone5:active {
   background-color: #F0F0F1;
   border-color: rgba(0, 0, 0, 0.15);
   box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
   color: rgba(0, 0, 0, 0.65);
   transform: translateY(0);
}

/* end from Uiverse.io by TCdesign-dev */

table {
   width: 100%;
   border-collapse: collapse;
}

table th {
   /* background-color: #f2f2f2; */
   padding-bottom: 20px;
   text-align: center;
   border-bottom: #967259 1px solid;
}

table td {
   padding: 10px 0px;
   text-align: center;
}

.char-separator {
   margin: 0 5px;
   color: #999;
}

.sub-container {
   margin: 40px 10px;
   padding: 25px;
}


.glass {
   /* width: 300px;
   height: 200px;
   margin: auto;
   padding: 20px; */
   background: rgba(255, 255, 255, 0.2);
   /* Semi-transparent white */
   backdrop-filter: blur(10px);
   /* Apply blur effect */
   /* border-radius: 15px; */
   /* Rounded corners */
   /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
   /* Subtle shadow */
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
   /* Light border */
   text-align: center;
   /* color: white; */
}

.form-group {
   margin-top: 20px;
   /* margin-bottom: 15px; */
   display: flex;
   flex-direction: column;
   /* align-items: flex-start; */
}

.form-check {
   margin-top: 15px;
   margin-bottom: 15px;
   display: flex;
   align-items: center;
   gap: 10px;
}

form label {
   margin-bottom: 5px;
   font-weight: 500;
}

.input-cst {
   /* width: 100%; */
   /* padding: 8px; */
   font-weight: 500;
   font-size: 14px;
   border: none;
   outline: none;
   border-radius: 10px;
   /* margin: 5px 15px 5px 15px; */
   margin-top: 10px;
   /* margin-bottom: 10px; */
   padding: 0.8em;
   background-color: #ece0d1;
   box-shadow: inset 2px 5px 8px rgba(0, 0, 0, 0.2);
   transition: 300ms ease-in-out;
}

/* .input:focus {
  background-color: white;
  transform: scale(1.05);
  box-shadow: 13px 13px 100px #969696,
             -13px -13px 100px #ffffff;
} */

form button {
   background-color: #967259;
   color: white;
   padding: 10px 20px;
   border: none;
   border-radius: 10px;
   cursor: pointer;
}

#btn-form {
   align-items: center;
   background-color: #dbc1ac;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: .65rem;
   box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
   box-sizing: border-box;
   color: rgba(0, 0, 0, 0.85);
   cursor: pointer;
   display: inline-flex;
   /* font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; */
   font-size: 16px;
   font-weight: 600;
   justify-content: center;
   /* line-height: 1.25; */
   min-height: 3.2rem;
   padding: calc(.675rem - 1px) calc(1.75rem - 1px);
   text-decoration: none;
   transition: all 250ms;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: baseline;
   width: auto;
   margin-top: 20px;
}

#btn-form:hover,
#btn-form:focus {
   border-color: rgba(0, 0, 0, 0.15);
   box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
   color: rgba(0, 0, 0, 0.65);
}

#btn-form:hover {
   transform: translateY(-1px);
}

#btn-form:active {
   background-color: #F0F0F1;
   border-color: rgba(0, 0, 0, 0.15);
   box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
   color: rgba(0, 0, 0, 0.65);
   transform: translateY(0);
}