/* BASIC css start */
.customPopup {
    width: 100%;
    min-width: var(--pc-min-width);
    max-width: var(--pc-max-width);
    height: 30%;
    min-height: 17rem;
    max-height: 26rem;
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-top-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;

    -webkit-box-shadow: 0px -3px 5px #00000020;

    box-shadow: 0px -3px 5px #00000020;
}
.customPopupClose {
    z-index: 1;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 0.875rem;
}
.customPopupContent {
    width: 100%;
    height: 100%;
    border-top-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
background-image: url("https://ai.esmplus.com/sentimall/etc/POPUP/CUSTOM-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.customPopupContentTexts {
    width: 23rem;
    height: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 2rem;
}
.customPopupContentTexts h5 {
    padding: 1rem 0;
    font-weight: 500;
}
.customPopupContentTexts h2 {
    font-weight: 700;
    letter-spacing: -1.5px;
    margin: -0.375rem 0;
    font-size: 1.5rem;
}
.customPopupContentTexts h2 span {
    font-weight: 900;
    color: #1c97ff;
}
.customPopupContentBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1rem;
}
.customPopupContentBtns a {
    width: 10rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 2.5rem;
    background-color: var(--white);
    -webkit-box-shadow: 1px 1px 3px #00000020;
    box-shadow: 1px 1px 3px #00000020;
    font-size: 0.75rem;
}
.customPopupContentBtns a:hover {
    background-color: var(--black);
    color: var(--white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.customPopupBottom {
    width: 100%;
    line-height: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    gap: 0.25rem;
}
.customPopupBottom p {
    /* flex: 1; */
    text-align: center;
    color: var(--charcol);
}
.customPopupBottom input {
    width: 0.875rem;
    height: 0.875rem;
}
/* .customPopupBottom p:first-child {
    border-right: 1px solid #cccccc;
} */

/* BASIC css end */

