﻿/* ---Basics--- */
/*====== Colors ======*/
/* ---Sections--- */
/* ---Elements--- */
.myLoading {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}

.gifLoader {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.language {
  position: absolute;
  top: 100px;
}

.flagStyle {
  width: 20px;
  margin-left: 15px;
}
