/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 14:50:47 */
.btn.btn-danger {
	background-color: red;
	color: #fff !important;
	transition: .3s;
}
.btn.btn-danger:hover {
	background-color: #8c1d1d;
	color: #fff;
	transition: .3s;
}
.form_group__btns .meeting-edit, .form_group__btns .meeting-delete {
	padding: 2px 12px !important;
	font-size: 14px;
}

#meeting_date[readonly] {
	background-color: #ccc;
	border-color: #ccc;
	opacity: .6;
	cursor: not-allowed;
}
.member_calendar {
	max-width: 100%;
	width: 710px;
	margin: 0 auto 50px;
}

.wholesale_menu_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wholesale_menu_list li {
	flex: 0 0 14.28%;
	max-width: 14.28%;
	padding: 10px 5px;
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.modal-trigger.week_day-edit {
	position: absolute;
	right: -7px;
	top: -10px;
	cursor: pointer;
}
.wholesale_menu_list li .sel-date {
	width: 100%;
	cursor: pointer;
	height: 100%;
}
.wholesale_menu_list li .show-date {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.calender-head-month-year {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.calender_year span {
	display: block;
	font-size: 36px;
	font-weight: 600;
	color: red;
}
.calender_month span {
	font-size: 24px;
	color: var(--primary);
}
.select_year__month {
	background-color: #ccc;
	display: flex;
	justify-content: flex-end;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.select_year {
	margin-right: 4px;
}
.week_day.calendar-head-days {
	background-color: var(--primary);
	color: #fff;
}
.week_day.calendar-head-days.saturday, .week_day.calendar-head-days.sunday{
	background-color: red;
}



label.error{
	color:red!important
}
.alert.alert-success {
    background: green;
    color: #fff;
    padding: 9px;
    margin-bottom: 10px !important;
}
.alert.alert-danger {
    background: red;
    color: #fff;
    padding: 9px;
    margin-bottom: 10px !important;
}
.login_page {
	display: flex;
	padding: 100px 0;
	height: calc(100vh - 208px);
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	position: relative;
}

.login_page:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.7);
}
.login_inner {
	max-width: 94%;
	width: 400px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 20px;
}
.login_inner h2 {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 30px;
	margin-bottom: 30px;
}
.login_inner form label {
	display: block;
	width: 100% !important;
	color: #000;
}
.login_inner form .input {
	width: 100% !important;
	height: 38px;
	padding: 5px 10px !important;
}
.login_inner form .wppb-password-field-container {
	width: 100% !important;
}

.login_inner .button.button-primary {
	width: 100%;
	background-color: var(--primary);
	color: #fff;
	border: 0;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 18px;
}
.login_inner__foot {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
}
.login_inner__foot p {
	padding-bottom: 8px;
}
.page_wrap {
	min-height: calc(100vh - 208px);
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
}
.page_sidebar {
	background-color: #ececec;
	padding: 20px 0;
	width: 300px;
	min-width: 300px;
}
.sidebar_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar_nav a {
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.sidebar_nav .active a, .sidebar_nav a:hover {
	background-color: var(--primary);
	color: #fff;
}
.page_content {
	width: calc(100% - 300px);
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 40px;
}
.members_form {
	max-width: 100%;
	width: 560px;
	margin: 0 auto 30px;
}
.ta_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.ta_col_6 {
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 auto;
}
.page_content .form_group {
	margin-bottom: 15px;
}
.members_form label {
	color: #000;
	width: 90px;
	display: inline-block;
}

.page_content .form_control {
    background-color: #ececec;
    border: 0;
    color: #000;
    padding: 8px 10px;
    width: 170px;
}
.members_form button.btn.btn-primary {
    border: 0;
    border-radius: 0;
    width: 170px;
}
.text_center {
    text-align: center;
}
.table_responsive {
	overflow-y: scroll;
}
.table_responsive table {
	width: 100%;
	border: 1px solid #333;
	border-left: 0;
	color: #000;
	min-width: 960px;
}
.table_responsive th {
	padding: 10px 5px;
	text-align: center;
	border-left: 1px solid #333;
}
.table_responsive td {
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.text_uppercase {
	text-transform: uppercase;
}
.page_heading {
	color: #000;
	font-size: 30px;
	font-family: var(--primaryfont);
}
.edit_option {
	margin: 10px 0 30px 0;
	border: 1px solid var(--primary);
	padding: 10px 0;
}
.edit_option .edit_option__from {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.edit_option__input {
	width: 60%;
}

.edit_option__input .form-control {
	border: 0;
	padding: 10px 15px;
	height: 100%;
	color: var(--primary);
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	flex: ;
}
.edit_option__btns .btn {
	background-color: #ccc;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	padding: 6px 20px;
	margin-right: 10px;
}
.video_list__item iframe {
	height: auto !important;
	aspect-ratio: 16/9;
	width: 100% !important;
}
.ta_col_6.video_list__col {
	margin-bottom: 15px;
	margin-top: 15px;
}
.ta_col_4.card_col {
	flex: 0 0 auto;
	width: 100%;
	max-width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 15px 0;
}
.mt_50 {
	margin-top: 50px;
}
.card_col__single {
	height: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	box-shadow: 0 0 5px #ccc;
}
.card_col__single h3 {
	color: #000;
	font-family: var(--primaryfont);
	font-size: 20px;
}
.card_col__single ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.card_col__single ul li {
	border-top: 1px solid #ccc;
}
.card_col__single ul li a {
	padding: 5px 0;
	display: block;
}
.pagination.cuspagination {
    margin-top: 40px;
    margin-bottom: 40px;
}
#my-page {
    list-style: none;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}
#my-page li {
	margin: 0 2px;
}
#my-page li a {
	display: block;
	padding: 2px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
}
#my-page li a.active {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.page_content__from .form_group {
    margin-bottom: 10px;
}

.page_content__from label {
    display: block;
    color: #000;
}
.page_content__from .form_control {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 9px;
    color: #000;
    min-height: 36px;
}
.form_group.form_group__btns {
    margin-bottom: 0;
    text-align: right;
    padding-top: 10px;
}
.form_group__btns .btn {
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 8px 20px;
}
.form_group__btns .btn.btn-primary {
    color: #fff;
    margin-left: 10px;
}
.page_content__btn_top {
    text-align: right;
    margin-bottom: 30px;
}
.page_content__btn_top  .btn.btn-primary {
    color: #fff;
    margin-left: 10px;
    font-family: var(--primaryfont);
    padding: 12px 26px;
}
.page_content__modal .custom-modal__body {
    padding: 25px 20px;
    max-height: 84vh;
    overflow-x: hidden;
}
.updated_file__label {
    background-color: #ccc;
    color: #000;
    padding: 5px 20px 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}
.remove_uploaded__file {
    color: red;
    position: relative;
    left: 9px;
    font-size: 22px;
    top: 2px;
    cursor: pointer;
}
.edit_option__input {
    width: 60%;
    height: 100%;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
}

@media screen and (max-width: 1200px){
	.wholesale_menu_list li {
		flex: 0 0 16.667%;
		max-width: 16.667%;
	}
}
@media (max-width: 980px) {
	.ta_col_4.card_col {
		max-width: 50%;
	}
	.wholesale_menu_list li {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767px) {
	.ta_col_6.video_list__col {
		max-width: 100%;
	}
	.ta_col_4.card_col {
		max-width: 100%;
	}
	.wholesale_menu_list li {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}


@media screen and (max-width: 575px){
	.wholesale_menu_list li {
		flex: 0 0 50%;
		max-width: 50%;
	}

}














