﻿@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lds-double-ring {
    position: relative;
}

    .lds-double-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 8px solid #000;
        border-color: #1d3f72 transparent #1d3f72 transparent;
        -webkit-animation: lds-double-ring 1.6s linear infinite;
        animation: lds-double-ring 1.6s linear infinite;
    }

        .lds-double-ring div:nth-child(2) {
            width: 140px;
            height: 140px;
            top: 30px;
            left: 30px;
            border-color: transparent #5699d2 transparent #5699d2;
            -webkit-animation: lds-double-ring_reverse 1.6s linear infinite;
            animation: lds-double-ring_reverse 1.6s linear infinite;
        }

.lds-double-ring {
    width: 160px !important;
    height: 160px !important;
    -webkit-transform: translate(-80px, -80px) scale(0.8) translate(80px, 80px);
    transform: translate(-80px, -80px) scale(0.8) translate(80px, 80px);
}

.pageMask {
    z-index: 9999;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.59);
    display: none;
}



.Center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.sideMenu {
    cursor: pointer;
}
.Link {
  cursor: pointer;
}
  .example-modal .modal {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      display: block;
      z-index: 1;
    }

    .example-modal .modal {
      background: transparent !important;
    }