/* Theme Name: Standard */

/* input[type="file"] {
	display: none;
} */

/**** BODY & MISC ****/

html {
	overflow-x: hidden;
	min-height: 100vh;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

/* hr {
	display: inline-block;
	margin: 30px 3%;
	width: 94%;
	padding: 0;
	height: 1px;
	background: #ccc;
	border: none;
	clear: both;
} */

ul {
	list-style-type: circle
}

/* 
.alignright {
	display: block;
	float: right;
	margin: 15px 5x 15px 15px;
	padding-bottom: 15px;
}

.alignleft {
	display: block;
	float: left;
	margin: 15px 15x 15px 5px;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

#clear, .clear {
	clear: both;
} */

/* html, body, div, ul, li, form, input, label, textarea, a, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .wp-caption, .gallery-item, h1, h2, h3, h4, h5 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */


@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}

/**** FONT CONTROL ****/

body {
	font-family: 'Hind', 'Open Sans', Trebuchet MS, sans-serif;
	font-weight: 400;
	font-size: 21px;
	/* line-height: 50px; */
	color: #1a1a1a;
}

p {
	font-size: 21px;
	line-height: 35px;
	margin: 0px;
	font-weight: 300;
}

/**** FORMS ****/
/* 
form {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	color: inherit;
} */

/* input, label, textarea, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .inputlike, .custom-file-upload {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 6px 9px;
	background: #f9f9f9;
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 15px;
	font-family: inherit;
	font-weight: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (max-width: 500px) {
	input, label, textarea, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .custom-file-upload {
		font-size: 13px;
	}
} */
/* 
#submit, .submit, input[type=submit], .custom-file-upload {
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	font-weight: 600;
	clear: both;
	text-align: center;
	vertical-align: middle!important;
	line-height: 58px!important;
} 
*/

/* label {
	height: auto;
	font-size: 13px;
	border: none;
	background: none!important;
	line-height: 12px;
	margin: 0;
	padding: 18px 9px 6px 9px;
	text-transform: uppercase;
} */

/* input[type=checkbox]+label, input[type=radio]+label {
	padding: 10px 20px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
	text-transform: initial;
}

input[type=checkbox]:checked+label, input[type=radio]:checked+label {
	background: #0073bf!important;
	color: rgb(253, 246, 246)!important;
}

input[type=radio], input[type=checkbox] {
	display: none;
} */


/* input[type=checkbox]:checked+label.accountchoiceimg, input[type=radio]:checked+label.accountchoiceimg {
	border-bottom: 10px solid #ff0000;
	background: #fff;
	color: inherit!important;
} */


/**** TABLES ****/

table {
	font-size: .75em;
	line-height: 1em;
}


td {
	padding: 18px 12px;
}

/**** HEADER & MENU ****/

#header {
	display: flex;
	justify-content: space-between;
	/* width: 100%; */
	height: 139px;
	padding: 0px 15px 15px 15px;
}

/* .banner {
	height: 90px;
	width: 728px;
	margin-top: 20px;
} */

 #header #logo {
	max-width: 200px;
	max-height: 100px;
	display: block;
	object-fit: contain;
} 
 
#header a {
	font-size: .75em;
	color: #1a1a1a;
	font-weight: bold;
	padding: 12px;
} 

#loginLogo {
	max-width: 50px;
}
/* 
#sidemenu {
	position: absolute;
	top: 180px;
	left: 0;
	width: 250px;
	padding: 25px;
	font-size: .75em;
	text-transform: uppercase;
}

#sidemenu li {
	display: block;
	width: 100%;
	padding: 6px;
	font-size: .85em;
}

#sidemenu a {
	color: #999!important;
	font-weight: bold;
}

#sidemenu .fas {
	margin-right: 12px;
}

#sidemenu hr {
	margin: 17px 3%;
} */

/* @media (max-width: 1200px) {}

@media (max-width: 900px) {
	#topmenu {
		height: 100px;
	}
	#topmenu li {
		display: none;
	}
	#topmenu #menubutton {
		display: block;
		top: 15px;
	}
} */

/**** CONTENT ****/
/* 
#content_wrapper {
	display: block;
	position: absolute;
	width: 100vw;
	max-width: 100vw;
	height: auto;
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 28px 25px 0 25px;
}

#content {
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
	width: 100%;
} */

@media (max-width: 1000px) {
	#content {
		padding: 2% 5% 40px 5%;
		margin-top: -30px;
	}
}

/**** CONTAINER SIZES ****/

/* #container {
	display: block;
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 0 3%;
	margin: 0 auto;
	position: relative;
	position: relative;
	overflow-y: auto;
} */
/* 
.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.3%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w66 {
	width: 66.6%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
} */

/* @media (max-width: 800px) {
	.w5, .w10, .w15, .w20, .w25, .w30, .w33, .w33 .w35, .w40, .w45, .w49, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
		width: 100%;
		clear: both;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
} */
@media screen and (max-width: 800px) {
	.header-icons{
		display: inline !important;
		padding-top: 15px;
	}
}

/* 
.HamburgerMenuWrapperOpen {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: width 0.3s; 
	transition: width 0.3s;
	margin-left: 15px;
	height: calc(100vh - 139px);
	max-height: calc(100vh - 139px);
}
.HamburgerMenuWrapperClosed {
	overflow: hidden;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}
.hamburger-header {
	white-space: nowrap;
	text-align: left;
	margin: -10px 0 -10px 15px;
	font-weight: bold;
	font-size: 16px;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
  .hamburger-header-tools {
	white-space: nowrap;
	text-align: left;
	margin:27px 0 -10px 15px;
	font-weight: bold;
	font-size: 16px;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
  .hamburger-header-tools-PC {
	white-space: nowrap;
	text-align: left;
	margin: 10px 0 0 15px;
	font-weight: bold;
	font-size: 16px !important;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
.hamburger-menu-item {
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	margin: 2px 0 0 20px;
	font-size: 16px;
	line-height: 25px;
  }
.hamburger-button {
	background-color: #0073bf;
	border-radius: 20px;
	margin-right: 35px;
	color: white;
	text-align: center;
	font-family: inherit;
	vertical-align: middle!important;
	white-space: nowrap;
	-webkit-transition: width 0.3s;
	min-width: 145px;
	font-size: 15px;
	font-weight:700;
	padding: 5px;
  } */
/* .menu-content-container {
	display: flex;
	width: 100%;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
} */

.header-icons {
	display: flex;
	gap: 12px;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
}

.content-container-menu-open {
	width: 88%;
	-webkit-transition: width 0.3s; 
	transition: width 0.3s;
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
}
.content-container-menu-closed {
	/* width: 100%; */
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
  }
/* .menu-class-open {
	vertical-align: top;
	width: 12%;
	-webkit-transition: width 0.3s; 
	transition: width 0.3s;
	overflow: hidden;
	padding-left: 10px;
}
.menu-class-closed {
	vertical-align: top;
	width: 1%;
	-webkit-transition: width 0.3s; 
	transition: width 0.3s;
	overflow: hidden;
  } */
/* .menu-content-container {
    display: flex;
    width: 100%;
}
.center-alignment-helper {
	display: flex;
	height: 100%;
	vertical-align: middle;
}
.menuBarsContainer {
	margin-top: 46px;
	margin-left: 9px;
	text-align: center;
	height: 52px;
	width: 52px;
} */
/* .menuBarsContainer:hover {
	border-radius: 90%;
	max-height: 52px;
	max-width: 52px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	cursor: pointer;
} */
/* .menuBars {
	cursor: pointer;
	text-align: center;
}

.headerBadgeClass {
	margin-top: -50px;
}

.hamburgerMenuBadge{
	margin-top: -20px;
	margin-right: 10px;
} */

/* scroll bar width */
::-webkit-scrollbar {
	width: 8px;
  }
  
  /* Scroll bar Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white; 
	border-radius: 4px;
  }
   
  /* scroll bar Handle */
  ::-webkit-scrollbar-thumb {
	background: #cccccc; 
	border-radius: 4px;
  }
  
  /* scroll bar Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #888888; 
  }

/* User and Customer Management Styles */

/* Common Button Styles */
/* .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #1a1a1a;
    color: white;
}

.btn-primary:hover {
    background: #333;
}

.btn-success {
    background: #28a745;
    color: white;
}

.btn-success:hover {
    background: #218838;
}

.btn-warning {
    background: #ffc107;
    color: #1a1a1a;
}

.btn-warning:hover {
    background: #e0a800;
}

.btn-danger {
    background: #dc3545;
    color: white;
}

.btn-danger:hover {
    background: #c82333;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 5px;
} */

/* User Container */
/* .user-container {
    max-width: 1400px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1a1a1a;
}

.user-header h1 {
    margin: 0;
    font-size: 32px;
    color: #1a1a1a;
}

.user-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.user-table th,
.user-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.user-table th {
    background: #f8f8f8;
    font-weight: 600;
    color: #1a1a1a;
}

.user-table tr:hover {
    background: #f9f9f9;
}

.user-table .inactive-row {
    background: #f5f5f5;
    color: #999;
} */

/* Customer Container */
/* .customer-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.customer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1a1a1a;
}

.customer-header h1 {
    margin: 0;
    font-size: 32px;
    color: #1a1a1a;
}

.customer-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.customer-table th,
.customer-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.customer-table th {
    background: #f8f8f8;
    font-weight: 600;
    color: #1a1a1a;
}

.customer-table tr:hover {
    background: #f9f9f9;
}

.customer-table .inactive-row {
    background: #f5f5f5;
    color: #999;
} */

/* Status Badges */
/* .status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
}

.status-active {
    background: #d4edda;
    color: #155724;
}

.status-inactive {
    background: #f8d7da;
    color: #721c24;
}

.status-admin {
    background: #d1ecf1;
    color: #0c5460;
}

.status-user {
    background: #e2e3e5;
    color: #383d41;
} */

/* Modal Styles */
/* .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.modal-content {
    background: white;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.modal-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1a1a1a;
}

.modal-header h2 {
    margin: 0;
    font-size: 24px;
    color: #1a1a1a;
} */

/* Form Styles */
/* .form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a1a1a;
} */
/* 
.form-group input,
.form-group select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a1a1a;
}

.form-group .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group .checkbox-group input[type="checkbox"] {
    width: auto;
} */

/* .form-note {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 25px;
} */

/* .message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: none;
}

.message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.no-results {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 18px;
}

.current-user-badge {
    background: #fff3cd;
    color: #856404;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}
   */

