.modalNoRounded {
    position: relative;
    background: #fff;
    margin-top: 24px;
    border-radius: 0 0 0px 0px;
    min-height: 200px;
    width: 100%;
    padding: 0 10px 10px;
}

.modal-content {
    overflow-y: auto;
    white-space: wrap;
    scrollbar-width: none;
    background-color: #fff;
    padding: 32px;
    animation: 0.5s popUp;
    position: fixed;
    width: 100%;
    height: 75%;
    z-index: 9999;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    max-width: 600px;
    max-height: 590px;
    bottom: 0;
    scrollbar-width: none;
}
.popHeading {
    color: #C9243A !important;
    font-size: 20px;
    position: relative;
    margin-top: 0;
    padding-top: 16px;
    text-align: center;
}
.popBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    width: fit-content;
    cursor: pointer;
    gap: 15px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    height: fit-content;
    text-align: center;
    color: #fff;
    padding: 4px;
}
.box2 {
    position: relative;
    margin-top: 24px;
    background: #C9243A;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9;
    min-width: 121px;
    color: #fff;
    text-align: center;
}

/* pop */
.modalPop{
    animation: 0.5s popDwwn !important;
}

.popBox{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    width: fit-content;
    cursor: pointer;
    gap: 15px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    height: fit-content;
    text-align: center;
    color: #fff;
    padding: 4px;
}
.popTitle {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 5px 5px;
    text-wrap: wrap;
    width: -webkit-fill-available;
    text-align: center;
    bottom: -0;
    background: #C9243A;
    width: 100%;
    left: 0;
    right: 0;
	font-size: 12px;
    text-wrap-style: pretty;
}
@keyframes popDown {
    0%{
        transform: translate(0,0%);
    }
    
    100%{
    transform: translate(0,200%);
    }
}
.popDown{
animation: 2s popDwwn !important;
}
.popUp{
    animation: 0.5s popUp;
    display: block;
}
.modalPop {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    overflow-y: hidden;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}
.overflow,.relative
{
    scrollbar-width: none !important; 
}
.copyTap2 {
    content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
    top: 23%;
	cursor: pointer;
}
.copyLink {
    content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
	top: 32.8%;
    cursor: pointer;
}
.copyLink2 {
	
	content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
	top: 29.8%;
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #00000040;
    overflow-y: hidden;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    z-index: 9998;
    opacity: 1;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: auto;
}
.flexC{
    display: flex;
    align-content: center;
    align-items: stretch;
    align-items: center;
}
.twoGrid{
display: grid;
grid-template-columns: 1fr 1fr ;
gap: 10px;


}
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #00000040;
    overflow-y: hidden;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    z-index: 9998;
    opacity: 1;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: auto;
}

.popModal {
    transform: translate(0, 0%);
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box2 {
    position: relative;
    margin-top: 24px;
    background: #C9243A;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9;
    min-width: 121px;
	color:#fff;
	text-align: center;
}
.popHeading {
    color: #C9243A !important;
    font-size: 20px;
    position: relative;
    margin-top: 0;
    padding-top: 16px;
    text-align: center;
}

.gridContainer{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap:10px 20px;	
	padding: 0 10px;
	box-sizing: border-box;

}


.itemsImg img,.itemsImg2 img{
	margin-bottom: 10px;

}

.itemsImg{
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.modalImg{
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 40px;
}