.admodal- .modal-content {
    border: 0;
	background: none;
    margin: auto
}

.admodal-.mobile- .modal-content {
	width: 90%
}

.admodal-.mobile- .modal-dialog {
	display: flex;
    height: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

.admodal- .modal-header,
.admodal- .modal-content .modal-header {
	position: absolute;
    width: fit-content;
    height: fit-content;
    top: 1rem;
    right: 1rem;
    padding: 0;
    z-index: 2;
    border: 0;
    background: 0 0
}

.admodal- .modal-header:after,
.admodal- .modal-content .modal-header:after {
    border: 0
}

.admodal- .modal-header .btn-adclose {
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
    border: 0;
    border-radius: var(--adclose_BTN_RADIUS);
    background: var(--adclose_BTN_BG);
    color: var(--adclose_BTN_TXT)
}

.admodal- .modal-body,
.admodal- .modal-content .modal-body {
	padding: 0;
	background: 0 0
}

/* Dont Show Again Pop up */
.modal-footer {
	border-top: none;
	justify-content: center; 
	color: #fff;
}

.admodal- .modal-footer input{
	cursor: pointer
}
/* Dont Show Again Pop up */