/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20-Feb-2026, 9:04:30 am
    Author     : Raimech_Aero
*/

.text_muted_foreground{
    color: hsl(30,7.4%,47%);
}
:root {
  --head-font: "Cormorant Garamond", Georgia, serif;
  --secondary: 35 25% 90%;
  --foreground:30 10% 15%;
  --muted_foreground: 30,7.4%,47%; 
}
.italic{
    font-style: italic;
}
.textbox_prop{
    width:100%;
    border-radius:8px;
    height:40px;
    border:1px solid hsl(60, 2.4%, 83.5%); 
}
.textbox_prop_large{
    width:100%;
    border-radius:8px;
    height:80px;
    border:1px solid hsl(60, 2.4%, 83.5%); 
    margin-bottom: 25px;
}
.list_center{
    list-style-type:none;
    text-align:justify;
    
}
.input_text{
    margin-right: 20px;
   
}
.fields
{
    display: block;
}

.field_text
{
    display: block;
    
}

.field_text_inner
{
     display: block;
     margin-bottom: 20px;
}