/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Quape VN
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/

.section-management .items .items-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
	display: none;
}
.section-management .items .items-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    background: #ffffff;
    z-index: 9999;
	
	@media (max-width: 768px) {
		width: 90%;
	}
}
.section-management .items .items-content {
    overflow: auto;
	max-height: 200px;
    padding-right: 20px;
	
	&::-webkit-scrollbar {
		width: 4px;
	}
	
	&::-webkit-scrollbar-track {
		background: #231F20;
    	border-radius: 10px;
	}
	
	&::-webkit-scrollbar-thumb {
		border-radius: 10px;
    	background-color: #BFC6CB; 
	}
	
	&::-webkit-scrollbar-thumb:hover {
		background-color: #231F20; 
	}
}

@media (max-width: 768px) {
    .e-con > .e-con-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 480px) {
    .e-con > .e-con-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


