.loadspinOverlay {
    /* margin-top: 50px; */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /* background-color: rgb(0, 0, 0); */
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
  }

  .loadspinOverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .loadspinOverlay a:hover,
  .loadspinOverlay a:focus {
    color: #000;
  }
  
  .loadspinOverlay .closebtn {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 30px;
    z-index: 1;
  }
  
  .loadspinOverlay .closebtn i {
    font-size: 14px;
    background: #eee;
    padding: 8px;
    border-radius: 5px;
  }

  @media screen and (max-height: 450px) {
    .loadspinOverlay a {
        font-size: 20px
    }
    .loadspinOverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
  }

  /* Custom */

  .customloadspinOverlay {
    /* margin-top: 50px; */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
  }

  .customloadspinOverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .customloadspinOverlay a:hover,
  .customloadspinOverlay a:focus {
    color: #000;
  }
  
  .customloadspinOverlay .closebtn {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 30px;
    z-index: 1;
  }
  
  .customloadspinOverlay .closebtn i {
    font-size: 14px;
    background: #eee;
    padding: 8px;
    border-radius: 5px;
  }

  @media screen and (max-height: 450px) {
    .customloadspinOverlay a {
        font-size: 20px
    }
    .customloadspinOverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
  }