﻿.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    background-color: rgb(0,0,0,.4);
    
}
.layout.center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout.start {
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.modalSort{
background-color: #fff;
border-radius: 5px;
padding: 20px;
font-size: 12px;
min-width: 40%
}