﻿/* ---Basics--- */
/*====== Colors ======*/
/* ---Sections--- */
/* ---Elements--- */
.myLoading {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.myLoading02 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .myLoading02 img {
        width: 30px;
    }
   

    .gifLoader {
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }


.language {
  position: absolute;
  top: 100px; }

.flagStyle {
  width: 20px;
  margin-left: 15px; }
