/* == New css add here == */
.hide{display:none;}


.modal-popup .modal-header .close {
    /* background: #000; */
    opacity: 1;
    text-shadow: none;
    color: #fff;
    /* border-radius: 50px; */
    /* width: 25px; */
    /* height: 25px; */
    line-height: 20px;
    /* text-align: center; */
    position: absolute;
	top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    font-size: 35px;
	transition: all .5s ease;
}
.modal-popup .modal-header, .modal-popup .modal-body {
	padding:0;
	border:0;
}
.model{
	z-index:999999
}
.modal-popup .modal-header .close:hover {
	background-color: #fff;
	color: #000;
}

.modal-popup .modal-header {
	justify-content: center;
}

.modal-popup h4 {
	text-align: center;
}

.modal-popup iframe {
	width: 100%;
}

.oc2 .modal-popup .modal-body{
	max-height: 100vh;
}

.oc2 .modal-popup .checkbox-inline{
	
    padding-right: 0;
    display: table;
}

.modal-popup .modal-footer {
	text-align: left;
	position: absolute;
    border: 0 !important;
    bottom: 0;
    right: 0;
}

#tmd-popupwindow .right {
    text-align: center;
	border: 5px solid #ddd;
    padding: 15px;
}

#tmd-popupwindow img{
	width: 100%;
}

#tmd-popupwindow .right img {
    margin: 0px auto 10px;
	max-width: 250px;
}

#tmd-popupwindow .pera {
	text-align: right;
	margin: 0;
}

.oc2 #tmd-popupwindow .box-product {
	align-items: center;
}
.checkbox-inline.addshow {
	padding:0;
}
.checkbox-inline.addshow input[type="checkbox"] {
	padding:0;
	margin:0;
	position: inherit;
}

html[dir="rtl"] .modal-popup .modal-footer {
    text-align: right;
}
html[dir="rtl"] .checkbox-inline.addshow {
	padding-right:20px;
}
.oc3 .checkbox-inline.addshow, .oc30.checkbox-inline.addshow {
    padding-right: 0px !important;
}


.modal-popup .modal-dialog { 
	margin: 8% auto;
}
	
.modal-popup .modal-content {
	background: #0C5BD0;
	color: #fff;
	border: 0;
}
.modal-popup  h4{color: #fff;text-transform: uppercase}
.modal-popup   h3{color: #fff; line-height: 27px;text-transform: uppercase;}
.modal-popup .modal-content .checkbox-inline.addshow { 
	justify-content: end;
	gap:8px;
}


/* == responsive start here == */
@media (max-width: 768px){
	#tmd-popupwindow .right img {
		margin: 0px auto 10px;
	}
	
	.modal-popup .modal-dialog {
		margin: 10% 8%;
	}
}

@media (max-width: 576px){
	/*#tmd-popupwindow .box-product > div{
		width:100% !important;
	}*/
	.modal-popup h3 {
		font-size: 18px;
	}
}