/*!
Theme Name: EBA-2022
Theme URI: https://www.plaimanas.com/
Author: Plaimanas Industries CO., LTD.
Author URI: https://www.plaimanas.com/
Description: Prapatsorn Theppabut - Frontend developer , Pornthip Triempetch - Wordpress developer
Version: 1.0.0
Text Domain: euro
*/
#ready-review-popup {
	opacity: 0;
	visibility: hidden;
}
span.required {
    color: red;
}
li#wppb-form-element-308 h6 {
	font-weight: normal;
}
input.wppb-msf-button[disabled]+span {
    display: none;
}
li#wppb-form-element-256>label {
	font-weight: normal;
	text-transform: none;
    margin-bottom: 10px !important;
}

.entry-form {
	overflow: initial;
}
.userlisting_pagination {
	text-align: left;
}
#single-student .break {
	    margin: 45px 0 !important;
	}
@media print {

  #header.header-fixed {
    position: relative;
	}	
	.sc-billboard,.sc-breadcrumb,.header-cta,.social-container,.wppb-back-span{
		display: none;
	}
	.pagebreak {
        clear: both;
        page-break-after: always;
    }
}

.cli-bar-popup {
	padding: 20px;
}
.entry-content table tbody tr:last-child > * {
	padding-top: var(--spacing-sm);
	border-bottom: 2px solid;
}
.credit-container .credit {
	display: flex;
    flex-direction: column-reverse;
	justify-content: flex-end;
}


#calendar {
	max-width: 100%;
}

.wppb-user-forms ul {
	max-width: 100% !important;
}
#select_user_to_edit_form {
	display: none !important;
}
.clndr-next-button.inactive,
.clndr-previous-button.inactive {
	display: none;
}

.scrollable-container {
        max-height: 600px; /* Adjust height as needed */
        overflow-y: auto;  /* Enable vertical scrolling */
}