
/* DropdownSelect */


.akx-dropdown {
  z-index: 1; /* so rects etc wont eat its events */
}    
.akx-dropdown select {
  background: none;
  border: none;
  width: 100%;
  /* no arrow .. yes arrow .. custom arrow in custom.css */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.akx-dropdown select:focus {
  outline: none;
}

.akx-dropdown select::-ms-expand {
  display: none;
}


/* LineDiagram */


    /* aos */
    [data-figma-name="LineDiagram"].aos-animate {
      animation: scale-from-bottom var(--MS_TRANSITION_2) ease-out forwards;
    }
    

/* List */


.el-listitem .ftype-text {
  /*width: 100%;*/
  height: auto;
}
  

/* PageTitle */


/* desktop otsikot */
body.akx-desktop [data-figma-name="PageTitle"] {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25em;
    text-align: center;
    left: 0;
    right: 0;
    width: 80%;
}

