:root {
    --primary-color: rgba(0,152,135,1);
    --secondary-color: rgba(106,217,170,1);
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


textarea{
    width:200px;
    height:150px;
}

.fileupload {
    margin: 20px auto;
    width: 400px;
}

#droparea {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    font: 21pt bold arial;
    color: #bbb;
}



#uploadfile {
    width: 60%;
    display: inline-flex;
    margin-left: 5%;
}


.bordo-arr {
    border-radius: 10px;
}

.font-title {
    font-size: calc(1.525rem + 3.3vw);
    /*font-size: calc(1.15rem + 3vw);*/
    color: var(--primary-color);
    /*    font-family: 'Century Gothic';
    font-family: 'Malgun Gothic';*/
    font-family: Dubai
}

.btn-conferma {
    align-content: flex-end;
    padding: 10px 36px;
    border-radius: 40px;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.btn-conferma:hover {
    padding: 10px 36px;
    border-radius: 40px;
    background-color: white;
    color: var(--primary-color);
}
body:has(> div > main > .background-sfumatura) {
    /* background: linear-gradient(55deg, rgba(237,237,237,1) 60%, rgba(106,217,170,1) 80%, rgba(0,152,135,1) 100%);
        background: rgba(237,237,237,1);
    */
    background: radial-gradient( farthest-corner at 100% 0%, var(--primary-color) 2%, var(--secondary-color) 13%, rgba(237,237,237,1) 28% );
}
.imagine-css {
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width:auto; 
    height:auto; 
    max-width:70%; 
    max-height: 300px;
}
.marginB{
    margin-bottom: 130px;
}
.itemupload {
    border: 1px solid;
    border-radius: 15%;
}
.css-interno {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.css-interno label {
    font-weight: bold;
}
.link-cambioColore {
    color: var(--primary-color);
}
.link-cambioColore:hover {
    color: var(--secondary-color);
}
.homeColor {
    accent-color: var(--primary-color) !important; 
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0.25rem 0.10rem var(--secondary-color) !important;
}
.large-ChkBox {
    width: 15px;
    height: 15px;
}

.align-chkBox{
    align-items: center;
    display: flex;
}
.align-chkBox > input{
    margin-right:5px
}

.result-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
}
.result-message .fa-circle-check {
    font-size: 9rem;
    color: green;
}
.result-message .fa-circle-xmark {
    font-size: 9rem;
    color: red;
}