/* @override
	http://127.0.0.1:8000/static/sard/css/base.css
	http://127.0.0.1:8000/static/sard/css/base.css?* */

:root {
    --primary: #4F7CAC;
    --primary-dark: #3f678b;
    --bg: #F9F7F3;
    --text: #2a2a2a;
    --accent: #C5A46D;
    --card: #ffffff;
    --muted: #6b7280;
    --ring: 0 0 0 3px rgba(79,124,172,.25);
    --radius: 18px;
    --shadow: 0 10px 30px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
}

html {
	background-color: #050701;
}

body{
	background: #F9F7F3;
	font-family:  -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important;
	text-rendering:optimizeLegibility;
	color: var(--text);
}

nav {
	padding: 10px;
	background-color: #fffbd9a0;
	margin-bottom: 0px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.3) inset, 0px 0px 3px rgba(0,0,0,.6);
	z-index: 5;
	font-size: 1.2rem;
	
}
.nav-link{
	padding: 0px 0px 0px 0px!important;
	color: var(--text)!important;

}

.navbar-nav .nav-link.active{
	color: white;
	border-bottom: 1px dotted #e0d8c0;
}


.hero {
    background: linear-gradient(180deg, #4F7CAC 0%, #6fa0c8 50%, #4F7CAC 100%);
    color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.hero aside {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0.3%, rgba(255, 255, 255, 0.7) 49.3%, rgba(255, 255, 255, 0.7) 100%) !important;
}
.hero li {
	list-style: none;
}
.hero .rounded-pill {
	background-image: -webkit-linear-gradient(top, #6b9cc4 0%, #5380ad 100%);
	background-image: -moz-linear-gradient(top, #6b9cc4 0%, #5380ad 100%);
	background-image: -ms-linear-gradient(top, #6b9cc4 0%, #5380ad 100%);
	background-image: linear-gradient(to bottom, #6b9cc4 0%, #5380ad 100%);
}
.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecf4fb;
    color: #113c64;
    border: 1px solid #d8e7f5;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
	line-height:12px;
    font-weight: 700;
}

.card {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
    border: 1px solid #eef2f7;
}


main {
	
}

/* */
.form-floating>.form-control {
	padding: .75rem .75rem;
    height: calc(2.7rem + calc(var(--bs-border-width)* 2)); 
    min-height: calc(2.7rem + calc(var(--bs-border-width)* 2)); 
    line-height: 1;
	margin: 0;
}
.form-floating>label {
    padding: .75rem .75rem;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.7) translateY(-.6rem) translateX(.15rem);
}
.form-horizontal .mb-3 {
	margin-bottom: .7rem!important;
}

/**Animate links */
a {
	position: relative;
	text-decoration: none;
}
nav a:not(.no-hover)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e0d8c0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
nav a:hover::before {
  transform: scaleX(1);
}

a:link, a:visited{
	color: #0e263f !important;
	text-shadow: 0 1px 0px #ffffff33!important;
	text-decoration: none
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}


.content a:link, .content a:visited{
	color: #fdfec0;
	border-bottom: 1px #fff2b3 dotted;
}
.content a:hover{
	text-decoration:none;
	color: #fdfa9c;
	border-bottom: 1px #003172 solid;
}
.logo{
	background: url("../img/sard-logo-blue.5b3935a65df2.png") 0 center no-repeat;
	background-size: contain;
	display: block;
	width: 475px;
	z-index:99;
	height: 101px;
	
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lead {
	color: #333;
}


.btn {
	border-radius:8px
}
a.btn-primary, input.btn-primary {
	border: 1px solid rgba(150,150,150,.5);
	border-bottom: 1px solid rgba(100,100,100,.5);
	background: linear-gradient(to bottom, #84b5e8 0%, #507dac 100%) #507dac;
	text-shadow: 0 -1px 0px #000000dd!important;
	color: white!important;
	font-weight:600;

}
a.btn-secondary {
	border: 1px solid rgba(150,150,150,.5);
	border-bottom: 1px solid rgba(100,100,100,.5);
	background-color:  #fffffffa;
	color: #333;	
	text-shadow: 0 1px 0px white;
}
a.btn:link {
	border-bottom: 1px solid rgba(100,100,100,.5);

}


.btn-client-type {
	font-size: 1.75rem;
	background: linear-gradient(to bottom, rgba(54, 54, 54, 0.49) 0%, rgba(10, 10, 10, .5) 99.8%);
	
}

.formbox{
	background-color: rgba(255,255,255,);
	border-radius: 15px;
	padding: 15px;
}
input{
	color: black;
}
label{
	color: #666;
}
.form-check-label {
	font-size: .93rem;
	margin-left: 10px;
	width: 95%;
}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
	margin-top: -1px;
}
a.btn-dark:link {
	color: white;
}
.btn-primary {
	--bs-btn-border-color: #0007d4;
	--bs-btn-bg: #0450d8;
	color: #fff;
}

footer, footer a:link, footer a:visited {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color:  #0f2640;
	margin-bottom: 1rem;
	color:  #d9e6f5!important;
}

#div_id_turnstile label{
	display:none;
}

textarea {
	field-sizing: content!important;
	height: auto!important;
	max-height: 250px;
}

.disclaimer{
    font-size: .8rem;
    color: #888;
}


/*Dropzone */
dropzone{
	min-height:70px!important;
	padding: 10px 10px!important;
}
.dz-message{
	pointer-events: none;
}

footer {
	margin-bottom: 1rem;
}

#file_dropzone {
    background: rgba(0,0,0,.05);
    width: 100%;
    border-radius: 7px;
    text-align: center;
	padding: 3px 20px;
	border: 2px dashed #dca10d;

    -webkit-transition: all 0.3s ease-out;
    -moz-transititon: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#file_dropzone input{
	color: white;
}
.dz-drag-hover #file_dropzone{
	background-color: green;
}
div.dz-details {
	overflow:hidden;
	padding: 0px 5px;
}
div.dz-default.dz-message {
	margin: 10px;
}
#upload_previews{
	color: white;
	margin: 5px;
}
#upload_previews .preview-body{
	font-size: .7em;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding:3px;
	background-color: rgba(0,0,0,.25);
}


.progress{
    margin:5px 0px;
}
#progress_template{
    text-align:right;
}
#progress-extended{
    float: right;
    clear: right;
}


.files canvas{
    float: left;
    margin-right: 20px;
}
.file_container{
    clear: both;
}
