#olza-widget-overlay{
	display: none;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	/*pointer-events: none;*/
}

#olza-widget{
	position: fixed;
	z-index: 999;
	left: 10%;
	top: 15px;
	width: calc(100% - 20%);
	height: calc(100vh - 10%);
	display: none;
}

.wpo-olza-pick{
	cursor: pointer;
	text-decoration: none;
	padding: 10px 15px;
	margin: 30px 0;
	background-color: white;
	border-radius: 5px;
}

#olza-main{
	height: calc(100vh - 160px)!important;
}

@media screen and (max-width: 768px) {
	#olza-main {
		overflow: auto!important;
		height: calc(100vh - 160px)!important;
		padding: 0 20px;
		padding-right: 10px;
	}
	
	#olza-main::-webkit-scrollbar {
		width: 10px;
	}
	
	#olza-main::-webkit-scrollbar-track {
		background: #f0f0f0;
	}
	
	#olza-main::-webkit-scrollbar-thumb {
		background: #888;
		border: 0px solid #f0f0f0;
		background-clip: content-box;
	}
	
	#olza-main::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
	
	#olza-widget{
		left: 5%;
		width: calc(100% - 10%);
	}
}

#olza-close-btn {
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    cursor: pointer !important;
    color: #666 !important;
    z-index: 9999 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

#olza-close-btn:hover {
    color: #000 !important;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 50% !important;
}

#olza-widget .modal-header {
    position: relative !important;
}