/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat' ,'Open Sans', sans-serif;
  font-size: 1em;

}

label {
  font-family: 'Montserrat' ,'Open Sans' !important;
}
/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); */
body {
    color: rgba(0,0,0,0.6);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

.header {
    margin: -5px 10px;
    font-size:18px;color:#444;padding:0 10px;
}

h1,h2,h3{line-height:1.2; font-weight: 800;}

.logo {
    color: rgb(115, 115, 115);
    font-family: 'Open Sans', sans-serif;

    line-height:1.2; font-weight: 800;font-size: 1.2em;
    float: left;
    padding: 10px 30px;
}

.header-controls {
    float: right;
    padding: 10px 30px;
}

.image-preview {
  text-align: center;
    min-width: 150px;
    min-height: 150px;
    padding: 0;
    margin: 0;
}

.greenIcon {
    width: 32px;
    height: 32px;
    padding: 4px 4px;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
  }

  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color:  white; /* #333;*/
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    }
  }

  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    }
  }
  .ms-MessageBar-icon{
    visibility: hidden;
  }
  .ms-DetailsRow-fields {
    user-select: text !important;
  }

  .ms-DetailsHeader{
    background-color: lightgray;
    padding: 0;
  }

  .ms-ComboBox-Input{
    font-family: 'Montserrat' ,'Open Sans', sans-serif!important;
  }
