:root {
/* COLORI */
    --background-oc: #f0f9ff;
    --blue-oc: #4E79A7;

    --red-palette: #E15759;
    --orange-palette: #F28E2B;
    --green-palette: #59A14F;
    --white-red: #ffb5b6;
/* Temp */
    --blue-oc-2: #afafaf;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("fonts/Inter-Regular.ttf"); /* format(“truetype”); */
}

.ddk-container .control {
    padding: 5px !important;
}

.btn {
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
/*  // display: block;*/
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;

/*
//   @media(min-width: 400px) {
//     display: inline-block;
//     margin-right: 2.5em;

//     &:nth-of-type(even) {
//       margin-right: 0;
//     }
//   }
*/

  @media(min-width: 600px) {

    margin: 0 1em 2em;
/*
//     &:nth-of-type(even) {
//       margin-right: 2.5em;
//     }

//     &:nth-of-type(5) {
//       margin-right: 0;
//     }
*/
  }

  /*&:hover { text-decoration: none; }*/

}

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 12px
}

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  border-radius: 12px
}


.button {
  display: inline-block;
  padding: 10px 100px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 12px;
  box-shadow: 0 9px #999;
  background-color: var(--blue-oc);
}

.button:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.image {
    width: 90%;
    height: 100%;
    margin-top: 20px;
    background: url(/assets/main_page_images/file_upload_slide_ITA.PNG) center center no-repeat;
    background-size: 100% 100%;
}

@keyframes upperlogoFadeInOut1 {
    0% {
        background: url(/assets/main_page_images/file_upload_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    8% {
        background: url(/assets/main_page_images/file_upload_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    10% {
        background: url(/assets/main_page_images/categorization_time_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    18% {
        background: url(/assets/main_page_images/categorization_time_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    20% {
        background: url(/assets/main_page_images/merging_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    28% {
        background: url(/assets/main_page_images/merging_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    30% {
        background: url(/assets/main_page_images/cleaning_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    38% {
        background: url(/assets/main_page_images/cleaning_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    40% {
        background: url(/assets/main_page_images/pivot_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    48% {
        background: url(/assets/main_page_images/pivot_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    50% {
        background: url(/assets/main_page_images/data_mining_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    58% {
        background: url(/assets/main_page_images/data_mining_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    60% {
        background: url(/assets/main_page_images/data_mining_cat_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    68% {
        background: url(/assets/main_page_images/data_mining_cat_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    70% {
        background: url(/assets/main_page_images/hypothesis_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    78% {
        background: url(/assets/main_page_images/hypothesis_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    80% {
        background: url(/assets/main_page_images/spc_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    88% {
        background: url(/assets/main_page_images/spc_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    90% {
        background: url(/assets/main_page_images/process_analysis_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    98% {
        background: url(/assets/main_page_images/process_analysis_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
    100% {
        background: url(/assets/main_page_images/file_upload_slide_ITA.PNG) center center no-repeat;
        background-size: 100% 100%;
    }
}


.image {
   animation: upperlogoFadeInOut1 30s ease-in-out infinite;
}

#dv-content-saca .export{
    min-height: 5px;
    height: 22px;
    margin-top: 12px;
    margin-left: 5px;
    font-size: 9px;
    margin-bottom: 5px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#table-corr-no-cat .export{
    min-height: 5px;
    height: 30px;
    margin-left: 15px;
    font-size: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#tables-block .export{
    min-height: 5px;
    height: 30px;
    margin-left: 55px;
    font-size: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#dv-content-single .export{
    min-height: 5px;
    height: 25px;
    font-size: 9px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#dv-content-multiple .export{
    min-height: 5px;
    height: 25px;
    font-size: 9px;
    margin-bottom: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#dv-content-saca-cat .export{
    min-height: 5px;
    height: 30px;
    margin-left: 1352px;
    font-size: 10px;
    margin-bottom: 5px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7
}

#table-files .export{
    min-height: 5px;
    height: 30px;
    margin-left: 28px;
    font-size: 10px;
    margin-bottom: 5px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#es-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#norm-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#ip-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#runchart-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#gage_cont-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#kw-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#regression-result .export{
    min-height: 5px;
    height: 30px;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    background-color: #4E79A7;
}

#normality-res p{
    margin:0 !important;
}

#stability-res p{
    margin:0 !important;
}

#tips-res p{
    margin:0 !important;
}

#norm-stat-item > .control--item {
    flex: 0 !important;
}

.cell-markdown {
    font-family: Quicksand !important;
}

.close-button {
    display: none;
}

#choose-language-info-item .Select-value {
    background-color: white !important;
}