﻿
.popupDialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.popupSocialMedia {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

h1 {
    color: green;
}
/*.disabled-link {
    pointer-events: none;   
    color: gray;  Optional styling 
    text-decoration: none;
    cursor:default;
}*/
.disabled-link a {
    pointer-events: none;
    color: #9c1616;
    text-decoration: none;
    cursor: not-allowed;
}


.container.pro-popup {
    padding: 28px;
    text-align: center;
}

    .container.pro-popup i {
        color: gold;
        border-radius: 80px;
        display: inline-flex;
        padding: 10px;
        background: #2e2e2e;
        font-size: 25px;
    }

.pro-popup h3 {
    margin-top: 20px;
    font-size: 30px;
}

.container.pro-popup p {
    color: #7a7a7a;
    width: 400px;
}

a.up-btn {
    text-decoration: none;
    background: #d19e1d;
    background: -webkit-linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
    background: linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
    display: inline-flex;
    margin-top: 2px;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px;
}

a.close-btn i {
    color: #000 !important;
    background: #ccc !important;
    justify-content: center;
    height: 25px;
    display: inline-flex;
    font-size: 13px !important;
    width: 25px !important;
    right: 4px;
    align-items: center;
    top: 4px;
    position: absolute;
}

a.up-btn:hover {
    box-shadow: 0 4px #efa424;
    top: 2px;
}

a.up-btn:active {
    box-shadow: none;
    top: 6px;
}

img#ContentPlaceHolder1_ImgLogo {
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    height: 61px;
}

img#ContentPlaceHolder1_ImgFavicon {
    margin-bottom: 20px;
    width: 43px;
}
