/* The Modal (background) */
.popup-loader {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /*overflow: auto;*/
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    /* Black w/ opacity */
}

/* Modal Content/Box */
.popup-content {
    /*background-color: transparent;*/
    margin: 12% auto;
    max-width: 300px;
    border-radius: 20px;
    /*border: 1px solid #888;*/
    box-sizing: unset !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 80%;
    background: #fff;
}

.popup-content p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: unset !important;
    overflow: hidden;
    margin: 12px 0;
}

.loader {
    height: 35px;
    margin: 15px 120px 0px 130px;
}

.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #28C8FA transparent transparent transparent;
}

.loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.popup-hr {
    border: 0;
    border-top: 1px solid #D9D9D9;
}

/* The close Button */
.popup-close {
    text-align: center;
    color: #00b0f0;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
}

.div-popup-content1 {
    margin: auto;
    display: flex;
    background: transparent;
    justify-content: center;
    height: 100%;
}

.div-popup-content2 {
    display: flex;
    align-items: center;
    height: auto;
}

.div-popup-content3 {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #888;
    padding: 10px;
}

@media only screen and (max-width: 750px) {
    .div-popup-content1 {
        margin: auto;
        /* height: 100%; */
        display: table;
        /* margin-top: 11vh; */
        background: transparent;
        justify-content: center;
        height: 100%;
    }

    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 10% !important;
        border: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .div-popup-content1 {
        margin: auto;
        display: table;
        background: transparent;
        justify-content: center;
        height: 100%;
    }

    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 13% !important;
        border: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 9% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 850px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 11% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 5% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 914px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 15% !important;
        border: none !important;
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%) !important;
    }
}

@media only screen and (max-width: 920px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 23% !important;
        border: none !important;
    }
}