﻿#restrict-pop-modal {
    background: white;
    padding: 2%;
    font-family: Arial, Helvetica, "Sans Serif";
}

#restrict-pop-modal p {
    margin: 0;
    font-size: 0.9em;
}

#restrict-pop-modal h3 {
    color: #de1118;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: bold;
}

#restrict-pop-modal i {
    color: #de1118;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    padding: 5px;
    border: 2px solid #de1118;
    border-radius: 50%;
}

.contact {
    margin-top: 1em;
    font-size: 0.9em;
}

.contact div {
    display: inline-block;
    margin-right: 2em;
}


.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #000;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.close {
    position: absolute;
    right: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    border: 0;
    background: unset;
    opacity: 0.8 !important;
}

.restrict-modal-close {
    top: 18px;
}
.restrict-modal-close:before,
.restrict-modal-close:after
{
    width: 2px;
    height: 10px;
    background-color: #848282;
}

.contact img {
    vertical-align: middle;
    margin-right: 5px;
}

.overlay {
    background: #868686;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

#is-restricted-modal-bg {
    background: #ffff;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#is-restricted-modal {
    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    width: 30%;
    margin: auto;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    border-radius: 6px;
    text-align: center;
}

#is-restricted-modal .header {
    border-bottom: 1px solid #eee;
}

#is-restricted-modal .header h3 {
    font-size: 24.5px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
}

#is-restricted-modal .body
{
    margin: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
}

#is-restricted-modal .footer {
    min-width: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #fff;
    padding: 15px;
    border-radius: 0 0 6px 6px;
}

#is-restricted-modal .footer a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
    font-weight: 400;
    display: block;
}

#is-restricted-modal,
#is-restricted-modal-bg {
    display: none;
}
@media screen and (max-width: 767px) {
    #restrict-pop-modal {
        height: 45%;
        margin-top: 10px;
    }
    #is-restricted-modal {
        width: 85%;
    }
    #is-restricted-modal .footer a {
        padding: 0;
        font-size: 15px;
    }
    #restrict-pop-modal .close {
        top: 5px;
    }
    #restrict-pop-modal h3{
        font-size:17px;
    }
    .txt-inline-mob {
        display: inline;
    }

}