﻿/*pwa modal*/
.install-modal {
/*    top: 22%;
    left: 1%;*/
    display: block;
}

.install-modal-dialog {
    top: 22%;
    left: 1%;
    width: 300px;
    /*min-height: 312px;*/
    max-height: 350px;
    background: white;
    border-radius: 10px;
    pointer-events: initial !important;
    margin: 3.5rem auto !important;
    border: 1px solid #ccc;
}


.install-btn {
    border: 1px solid var(--core-color);
    border-radius: 35px;
    color: var(--core-color);
    margin: auto;
}

.install-img-div {
    margin: 10px;
}

.install-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: 50% 50%;
}

.install-cancle {
    position: absolute;
    top: 10px;
    right: 14px;
}

    .install-cancle:hover {
        background: transparent !important;
    }

    .install-cancle:focus {
        box-shadow: none !important;
    }

.abotimg {
    width: 40px;
    height: 40px;
}

.install-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.install-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -26px;
    z-index: 2;
}

    .install-close span {
        top: 2px;
        position: absolute;
        right: 7px;
        font-size: 24px;
        color: var(--core-color);
    }

@media (max-width: 767px) {
    .install-modal-dialog {
        top: 10%;
    }
}
/*end pwa modal*/
