/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
* {
    font-family: "Inter", sans-serif;
}

body {
    color: #000514;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
body,
p {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

th.col-sticky-1, td.col-sticky-1 {
    position: sticky;
    left: 0;
    z-index: 5;
}
thead th {
  z-index: 10;
}
.entry-content thead th, .entry-content tr th {
    padding: 9px 10px;
	background: #f6faea;
}
.entry-content tr td {
	background:#fff;
}
.entry-title {
    font-size: 30px !important;
}

#sidebar,
.et_right_sidebar #main-content .container:before {
    display: none;
}
.et_right_sidebar #left-area {
    padding-right: 0%;
    width: 100%;
}

.et_pb_row {
    margin: 0 auto;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.heading h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}
.heading h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
#et-main-area {
    z-index: 99999;
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
}
/*
.home #page-container {
padding-top:0px !important;
}
*/

#main-header,
#main-header.et-fixed-header {
    background: linear-gradient(176deg, #f1f1f1 1.6%, #f7f7f7 9.81%, #f6f6f6 22.89%, #fbfbfb 77.69%, #f1f1f1 99.69%);
    z-index: 1;
}

.logo_container {
    text-align: center;
    display: inline;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative !important;
    padding: 0px !important;
    z-index: 1;
}
.et_header_style_left #logo {
    max-width: 200px !important;
}
.et-fixed-header #logo {
    max-width: 150px !important;
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
    max-width: 95%;
}
.col-right-header-nav {
    width: auto;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none !important;
}
#top-menu-nav {
    padding:0 10px;
}
.mobile_nav .select_page {
    display: none !important;
}
/* Logo */
/* Navigation */
#et-top-navigation {
    float: none;
    padding: 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu {
    display: flex;
    flex-direction: column;
}
#top-menu li {
    padding: 5px 0px !important;
}
#top-menu li a {
    padding: 0px !important;
}
#top-menu li a,
.et_mobile_menu li a {
    color: #20320f;
    text-align: left;
    font-weight: bold !important;
    font-size: 15px !important;
    position: relative;
    text-transform: capitalize !important;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}
#top-menu li > a {
    padding:10px !important;
}
.et_mobile_menu li > a {
	padding:5px;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
.et_mobile_menu li.current-menu-ancestor > a,
.et_mobile_menu li.current-menu-item > a,
.et_mobile_menu li.current_page_item > a,
#top-menu li a:hover {
    background: #dceba7;
    box-shadow: inset 0 0 0 2px #a7c348;
    border-radius: 8px;
    color: #20320f;
    opacity: 1 !important;
}

.nav li ul {
    padding: 20px 30px !important;
    right: -10px;
    border-radius: 20px;
    background: rgba(248, 248, 255, 0.95);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header-log-in .menu-primary {
    background: #eef3db;
    border-right: 1px solid #e6ead4;
    color: #000;
}
.menu-primary.collapsed .logout-link {
    width: auto !important;
}
.logout-link {
    border-radius: 8px;
    border: 1px solid rgba(32, 35, 255, 0.2);
    text-align: center;
    display: inline-flex !important;
    width: 135px !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}
#top-menu .logout-link a:hover {
    background: transparent;
    font-weight: 100;
}
.logout-link .menu-item {
    padding: 0px 10px !important;
}
.menu-primary.collapsed .logout-link .menu-item {
    padding: 0px 5px !important;
}
#top-menu li.current-menu-item > a .active-icon-menu,
#top-menu li a:hover .active-icon-menu,
.icon img {
    display: block;
    width:30px;
}
#top-menu li.current-menu-item > a .no-active-icon-menu,
#top-menu li a:hover .no-active-icon-menu {
    display: none;
    width:30px;
}
#top-menu .certificate-menu a {
    padding: 4px 0 !important;
}
#top-menu .certificate-menu.nmr-group_leader,
#mobile_menu .certificate-menu.nmr-group_leader {
    padding-bottom: 12px !important;
}
#top-menu .certificate-menu.nmr-group_leader:before,
#mobile_menu .certificate-menu.nmr-group_leader:before {
    content: "";
    background: rgba(32, 35, 255, 0.2);
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
}
#top-menu .users-menu.nmr-group_leader,
#mobile_menu .users-menu.nmr-group_leader {
    padding-top: 12px !important;
}
/* mobile */

.et_header_style_centered #main-header .mobile_nav {
    padding: 10px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}
#mobile_menu {
    background-color: #f1f1f1 !important;
    text-align: center;
    border-top: 0px solid #3f4b81;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.et_mobile_menu li a {
    color: #000 !important;
    border-bottom: 0px;
}
.et_close_icon:before {
    content: "×";
    font-size: 55px;
    top: -20px;
    right: 10px !important;
}
/* 
.et_mobile_menu .menu-item-has-children>a:first-child:after {
font-family: 'ETmodules';
content: "3";
font-size: 16px;
position: absolute;
right: 0;
top: 0;
font-weight: 800;
}
*/
.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after,
#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: "ETmodules";
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: "3";
    top: 11px;
    right: 13px;
}

/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 0px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE *****/
/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: auto;
    display: block;
    flex: 0 1 20%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar {
    padding-bottom: 0px !important;
}
.mobile_menu_bar:before {
    content: "";
    font-size: 50px;
    right: 0px !important;
    left: unset !important;
    position: absolute;
    top: -10px;
    background: url(https://app.guardtrainingcompliance.com/wp-content/uploads/2025/08/arrow-right-menu.svg);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat !important;
}
.et_close_icon:before {
    content: "";
    background: url(https://app.guardtrainingcompliance.com/wp-content/uploads/2025/08/arrow-left-icon.svg);
}
ul#mobile_menu {
    top: 100%;
}
ul#mobile_menu li {
    padding: 5px 0px;
    width: 200px;
    margin: 0 auto;
    position: relative;
}
ul#mobile_menu li.profile-mobile {
    width: 100%;
}
ul#mobile_menu li.profile-mobile a {
    padding: 0px !important;
}
ul#mobile_menu li a {
    padding-top: 0px;
    padding-bottom: 0px;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}
.nav-icon-menu-m {
    display: block;
}
.nav-icon-menu-m .menu-secondary-menu-container ul {
    display: flex;
}
.nav-icon-menu-m .menu-secondary-menu-container ul li {
    padding: 0;
    margin-right: 25px;
}
.nav-icon-menu-m .menu-secondary-menu-container ul li a {
    display: flex;
    align-items: center;
}
.nav-icon-menu-m .menu-secondary-menu-container ul li:last-child {
    margin-right: 0px;
}
.mobile-menu-bar {
    display: none;
    cursor: pointer;
}
.burger-icon {
    font-size: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 10px;
    top: 10px;
    transition: 0.4s;
}
.info-user-pic img {
    border-radius: 50%;
}
.info-user-name {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin: 20px 0 10px;
}
.info-user-email {
    color: #fff;
    font-size: 17px;
}
.logged-in .secondary-navigation {
    margin-top: 25px;
}
.logged-in .secondary-navigation ul li {
    padding: 10px 0;
}
.logged-in .secondary-navigation ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.logged-in .secondary-navigation ul li a .fa {
    margin-right: 10px;
}
.log-out-menu a:first-child {
    display: none !important;
}

#top-menu .log-out-menu a,
#top-menu .log-out-menu a:hover {
	border-radius: 8px !important;
	background:#000 !important;
	color:#fff !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}
.log-out-menu a .menu-item .icon {
	filter: brightness(0) invert(1);
}
.log-out-button {
    margin-top: 20px;
}
.log-out-button a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
}


/* profile */
.user-profile-info {
    text-align: center;
}
.user-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
}
.user-email {
    color: #81848f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.46px;
    text-transform: lowercase;
}
.edit-form form {
    width: 100%;
}
.edit-form input[type="text"], .edit-form input[type="email"], .edit-form input[type="password"],.edit-form input[type="tel"], .edit-form input[type="date"] {
 border: 2px solid #dfe5d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    width: 100%;
}
.edit-form p {
    display:flex;
}
#button-save-changes {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
    width:100%;
}
.button-reg-form {
    margin-top: 20px;
}
.title-input {
    width:150px;
}


.login-form-logo {
    text-align: center;
    margin-bottom: 20px;
}
.text-login-form {
    color: #81848f;
}
/* edit profile */
.menu-primary.collapsed .nav-profile-mobile {
        padding: 16px 10px 25px;
}
.menu-primary.collapsed .menu-content {
    padding:0px;
}
.menu-content {
    text-align:center;
}
.menu-item {
    display: flex;
    align-items: center;
    padding: 3px;
    transition: background-color 0.3s;
}

.icon {
    font-size: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.title {
    flex: 1;
    transition: opacity 0.3s;
}
.menu-toggle {
    display: none;
    text-align: center;
    margin-bottom: 0px;
}
#toggle-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px;
    filter: brightness(0) invert(1);
}
#toggle-button img {
    width:20px;
}
.menu-primary.collapsed {
    width: 10% !important;
    max-width: 70px !important;
}

.menu-primary.collapsed .title,
.menu-primary.collapsed .nav-profile-mobile .title-link {
    opacity: 0;
    display: none !important;
}

.menu-primary.collapsed .menu-item {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /* position: relative; */
}
.menu-primary.collapsed .icon {
    margin-right: 0;
    position: relative;
}
.menu-primary.collapsed .profile-mobile {
    display: block;
}
.nav-profile-mobile {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    background: #86a614;
    padding:85px 10px 25px;
}
.menu-item-profile .icon img,
.nav-profile-mobile .img-profile img {
    border-radius: 50%;
    width: 50px;
}
.nav-profile-mobile .img-profile img {
    width: auto;
}
.nav-profile-mobile .img-profile {
    margin-bottom: 10px;
    margin-right: 0px;
    justify-content: center;
}
.menu-primary.collapsed .nav-profile-mobile .img-profile img {
    height: 30px;
    width: 30px;
}
.nav-profile-mobile .title-name {
	display:block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nav-profile-mobile .title-link a {
    width: 100%;
    color:#fff;
}
.nav-profile-mobile a:hover,
.profile-mobile a:hover {
    background: transparent !important;
}
#top-menu .nav-profile-mobile .title-link a,
#mobile_menu .nav-profile-mobile .title-link a {
    color: #81848f !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
}
.nav-profile-mobile .title-link,
.nav-profile-mobile .title-link a,
.nav-profile-mobile .title-name,
.nav-profile-mobile .img-profile {
    text-align: center !important;
}
.et_pb_menu__menu_open .menu-item-profile,
.et_pb_menu__menu_open .nav-icon-menu-m {
    visibility: hidden;
}
#main-footer {
    display: none;
}
.et_pb_row {
    width: 90% !important;
    max-width:1200px !important;
}
.section-login {
	padding:0px !Important;
	display:flex;
}
.section-login .et_pb_row {
	padding:0px !important;
	width:100% !important;
	max-width:100% !important;
}
.col-left-login {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 15px;
    color: #fff;
    background: radial-gradient(1200px 600px at 10% -10%, rgba(255, 255, 255, .07) 0 50%, transparent 55%), linear-gradient(135deg, #8BAE2F 0%, #6A8721 55%, #5C781E 100%);
}
.col-right-register,
.col-right-login {	
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-right-login {
	    padding: 48px 15px;
}
.brand-title h1 {
	font-size: clamp(28px, 3.2vw, 36px);
    font-weight: 800;
    letter-spacing: .2px;
	color:#fff;
}
.brand-status {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f6fff9;
    color: #0d7a4a;
    border: 1px solid #d5f3e3;
    font-size: 12px;
    font-weight: 700;
}
.brand-sub {
	color:#fff;
    margin-top: 20px;
    line-height: 1.6;
    opacity: .95;
    font-size: clamp(14px, 1.6vw, 16px);
}
.brand-bullets {
    margin-top: 28px;
    display: grid;
    gap: 12px;
    font-size: 15px;
}
.bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.bullet i {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .22);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}
.img-pdf {
    text-align:center;
}
.img-pdf img {
    width:40px;
}

.pagination {
	text-align: center;
    margin-bottom:20px;
    margin-top:10px;
}
.page-num {
	display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
    padding: 3px 7px;
    background: #eef3db !important;
    width: 30px;
    height: 30px;
    color: #44523a;
    border-radius: 5px;
    border: 1px solid #44523a;
}
.pagination .page-num:hover {
    background: #eee;
}
.modal {
        display: none;
}
.table-scroll,
.certificate-stats,
.table-user {
    overflow-x:scroll;
	min-height:500px;
}
/* my dashboard */
.row-diagram {
    display:flex;
    gap:30px;
    flex-wrap:wrap;
	flex-direction:column;
}
.col-left-diagram {
	display:flex;
	gap: 50px;
   /* flex:0 0 250px; */
	text-align:center;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08); 
    padding: 20px;
    margin-bottom: 24px;
	width:100%;

}
.col-left-diagram canvas {
	width:260px !important;
	height:260px !important;
}
.diagram-legend {
	width:100%;
}
.diagram-legend ul {
	display:flex;
	flex-wrap:wrap;
}
.diagram-legend ul li {
	display:flex;
	align-items:center;
	margin:4px 10px 4px 0px;
	cursor:pointer;
}
.status-badge {
	color:#fff !important;
	text-align: center;
    font-weight: bold;
    border-radius: 50px;
    padding: 3px 15px;
}
.col-right-table-result {
    width:100%;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08); 
    padding: 20px;
    margin-bottom: 24px;
	min-height:500px;
}
#cert-table-title {
    margin-top:0;
    margin-bottom:8px;
    font-size:20px;
    font-weight:bold;
    color:#000;
}
#cert-table-container {
    margin-top:6px;
}
.tr-first-row {
    background:#f6faea;
    
}
.tr-first-row th {
    color:#44523a !important;
}
#cert-table-container td {
    color:#000;
}
.title-total {
    font-weight:bold;
    margin-top:10px;
    text-align:left;
}
.title-overview-diagram {
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
/* end my dashboard */
/* add certificate */
.row-add-certificate {
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    padding: 20px !important;
}
.row-certificates {
    display:flex;
    align-items:center;
    justify-content:space-between;
	flex-wrap:wrap;
	gap:20px;
	margin-bottom:20px;
}
.heading-table h2 {
     font-weight: bold;
    text-align: left;
    font-size: 20px;
	padding-bottom:0px;
}
#open-add-modal-btn {
    border:none;
    color:#fff;
    font-weight:bold;
    background:#86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}
.edit-btn,
.add-cert-button,
.uc-reminder-btn {
    border:none;
    font-weight:bold;
    background: #eef3db;
    color: #26350f;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}

.row-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.row-input:first-child {
    margin-top:30px;
}
.row-filters:first-child {
	 margin-top:10px;
}
.row-textarea,
.row-filters {
	flex-direction:column;
}
.row-filters {
    align-items: start;
    width:200px;
}
.col-left-add-user,
.col-right-add-user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.row-textarea label,
.row-filters label,
.row-team-filter .row-input label {
    width: 100%;
}
.row-team-filter .row-input {
	flex-direction:column;
}

.row-filters label,
.row-team-filter .row-input label{
	margin-bottom:5px;
}
.row-filters input,
.row-filters select {
    width: 100% !important;
}
.row-input select, .row-input input[type="date"], .row-input input[type="text"], .row-input input[type="email"], .row-input input[type="file"],
.row-input input[type="password"], .row-input textarea, .row-input [type="tel"],
.row-input input[type="number"] {
    border: 2px solid #dfe5d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    width: 100%;
}
.row-input input[type="password"] {
	width:70%;
}
.row-input textarea {
min-height:200px;
}
#user_search, #role_filter {
	border: 2px solid #dfe5d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}
#user_search {
    max-width:200px;
    width: 100%;
}
.row-input select:focus,
.row-input input[type="date"]:focus,
.row-input input[type="text"]:focus,
.row-input input[type="email"]:focus,
.row-input input[type="file"]:focus,
.row-input input[type="password"]:focus,
#user_search:focus,
#role_filter:focus {
    border-color: #000;
    outline: none;
}
.row-buttons-form {
    text-align:right;
}
.row-buttons-form button,
.row-inner-input-pass button {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}
#open-create-user-modal,
#uc_reset_btn,
#clearFiltersBtn {
	border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}

#uc_reset_btn {
	margin-top:20px;
}
#open-create-bulk-user-modal {
	border: none;
    color: #26350f;
    font-weight: bold;
    background: #eef3db;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}
.row-inner-input-pass button {
	width:100%;
}
#add_certificate_btn:disabled,
#ucm_add_btn:disabled {
    background-color: #ccc;
    color: #777;
    cursor: not-allowed;
    opacity: 0.6;
}
#cancel_btn {
    background:#f0f0f0;
    color:#000;
}

.status.valid {
	text-align:center;
    color: #1f7a3f;
    font-weight: bold;
    background: #e7f7ec;
    border-radius: 50px;
    padding: 3px 15px;
}
.status.invalid {
    text-align: center;
    color: #b71c1c;
    font-weight: bold;
    background: #fde8e8;
    border-radius: 50px;
    padding: 3px 15px;
}
.success,
.error {
	text-align:center;
    margin-top: 20px;
}
.msg-error,
.error,
.uc-feedback {
	margin: 10px 0px;
    padding: 10px;
    border-radius: 6px;
    background: #fde8e8;
    color: #b71c1c;
}
.uc-feedback {
	width:100%;
}
.msg-success,
.success{
	margin: 10px 0px;
    padding: 10px;
    border-radius: 6px;
    background: #e7f7ec;
    color: #1f7a3f;
}
/* end add certificate */
/* user management */
.table-user {
	overflow-x:scroll;
}
.table-user td,
.table-user th{
	text-align:center;
}
.row-inner-input-pass {
	display:flex;
	gap:10px;
	width: 100%;
}
.edit_user_btn,
.reset-password-button{
	cursor:pointer;
    border: none;
    color: blue;
    background: transparent;
    text-decoration: underline;
}
.edit_user_btn:hover,
.reset-password-button:hover {
	color:red;
}
.row-add-user,
.row-team-filter {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	margin-bottom:20px;
}
.row-team-filter {
	justify-content:start;
}
.row-team-filter .row-input:first-child {
    margin-top: 10px;
}
.row-input-cert {
	justify-content: start;
}

.row-input-cert label,
.row-input-cert select {
	width:auto;
}
.row-input-cert select {
    max-width: 170px;
}
/* end user management */
/* Сортируеми хедъри и падащо меню за статус */
.th-sortable {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}
.th-caret {
    font-size: 12px;
    opacity: 0.7;
    transition: transform 0.15s ease;
}
.th-sortable[data-order="asc"] .th-caret {
    transform: rotate(180deg);
}
.th-status-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}
.status-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
    min-width: 180px;
    z-index: 10000;
    display: none;
}
.status-dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #222;
    white-space: nowrap;
}
.status-dropdown a:hover {
    background: #f2f2f2;
}
/* мини стил за сортиращи стрелки и статус менюто в празния случай (ако решиш да сложиш таблица по-късно) */
.th-sortable {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}
.th-caret {
    font-size: 12px;
    opacity: 0.7;
    transition: transform 0.15s ease;
}
.th-sortable[data-order="asc"] .th-caret {
    transform: rotate(180deg);
}
.th-status-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}
.status-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
    min-width: 160px;
    z-index: 10000;
    display: none;
}
.status-dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #222;
    white-space: nowrap;
}
.status-dropdown a:hover {
    background: #f2f2f2;
}
.btn-back {
	margin-bottom:25px;
}
.btn-back a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #000;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(139, 174, 47, 0.22), 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: transform 0.04s ease, filter 0.15s ease, background 0.15s ease;
}
#reset_btn {
	margin-bottom:20px;
}
/* register system */
.register-container {
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 30px 20px !important;
    background: #fff;
}
.col-right-register {
   padding: 48px 15px;
}
.col-right-register .et_pb_module {
	width:100% !important;
}
.rf-links {
	display:flex;
	align-items:center;
    justify-content:space-between;
}
.lr-link {
	text-align:center;
}
.register-link {
    margin-bottom: 20px;
}
.lr-link a {
	color:#000;
}
.register-link a,
.lr-link a span {
    color: #6A8721;
}
.register-container .ff-default .ff-el-form-control {
    margin-top: 5px !important;
    margin-bottom: 5px;
    width: 100%;
    border: 2px solid #dfe5d6;
    border-radius: 12px;
    padding: 15px 12px 15px 12px;
    background: #fff;
    font-size: 14px;
    color: #000;
}
.register-container .ff-default .ff-el-form-control:focus {
     border: 2px solid #dfe5d6;
	color: #000;
    outline: none;
}
.register-container .ff-default .ff-el-form-control::placeholder {
	font-size: 14px;
    color: #000;
}
.register-container .ff-btn-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    width: 100%;
    padding: 0 18px !important;
    border: 0;
    border-radius: 12px !important;
    background: #8BAE2E !important;
    color: #fff;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
    font-size: 16px !important;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(139, 174, 47, 0.22), 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: transform 0.04s ease, filter 0.15s ease, background 0.15s ease !important;
}
.register-container .ff-btn-submit:hover {
    filter: brightness(1.03) saturate(1.02);
    background: #769425 !important;
	opacity:1 !important;
}
/* end register system */
.table-room thead th, .table-room tr th {
    min-width: auto !important;
}
.table-room {
	overflow-x:scroll;
}
.delete-user-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
}
.gl-edit-extras {
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
	border: 2px solid #dfe5d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}
.room-checkbox-list {
    border: 2px dashed #dfe5d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
#edit_gl_room_checkboxes label,
.gl-edit-extras label {
	width:auto;
}
.gl-inner {
	width:100%;
}
.seat-banner {
	margin: 10px 0;
    padding: 10px;
    background: #f6faea;
    border: 2px solid #dfe5d6;
    border-radius:12px;
}
.gt-mrum-info,
.gt-room-seats-top {
    padding: 10px;
    background: #f6faea;
    border: 2px solid #dfe5d6;
    border-radius: 12px;
    margin:10px 0;
}
.add-button {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
}
.gl-room-tab {
    border: none;
    color: #000;
    padding: 12px 16px;
	font-weight: bold;
    background: #f6faea;
    border: 2px solid #dfe5d6;
    border-radius: 14px;
	cursor: pointer;
}
.gl-room-tab.active{
    border: none;
	color: #fff;
    background: #86a614 !important;
}
.room-left,
.seats-room-right {
	width:100%;
	margin: 5px 0;
}
.create-room-inner {
	margin-top:15px !important;
}
.create-room-inner input{
	margin-top:5px;
}
.button-create-room {
	margin:15px 0;
}
.gt-room-del, .gt-room-manage-seats {
    width: 100%;
    margin: 5px 0;
	max-width:150px;
}
#gt_rooms_table td:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-input-manage {
	gap:10px;
}
/* product */

.product-inner .woocommerce ul li {
	width:100% !Important;
	margin:0px !important;
}
.product-info,
.product-cart-info {
	display:flex;
	align-items: stretch;
    justify-content: space-between;
	width: 640px;
    max-width:100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}
/*
.col-product-info-left,
.col-product-info-right {
	width:calc(50% - 20px);
}
*/
.col-product-info-left {
    flex: 1;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e5e7eb;
}
.product-name h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color:#000;
}
.regular-price,
.sale-price,
.product-price-cart {
    font-size: 18px;
    font-weight: 600;
    color:#86a614;
    margin-bottom: 10px;
}
.total-seats {
display:flex;
flex-wrap:wrap;
}
.total-seats-title {
	font-weight: bold;
    margin: 10px 0 5px;
}
.total-seats strong {
	margin-left:5px;
}
.col-product-info-right {
    width: 100%;
    background: #f3f4f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 18px;
}
.product-quantity {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn-quantity {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    transition: background 0.15s ease;
}
.product-quantity-input {
    width: 90px;
    height: 37px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #000;
    background: #fff;
    outline: none;
}
.form-product {
	width:100%;
}
.add-to-cart-btn,
.update_cart {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
    width: 100%;
}
.add-to-cart-btn i {
margin-right:10px;
}

/* end product */
/* cart */
.buttons-cart {
	display:flex;
}
.cart-text-buttons {
    visibility: hidden;
    margin-top: 10px;
    width: 100%;
    color: #5d7408;
    font-weight: 500;
    font-size: 12px;
}
.cart-product-list {
	padding-left:0px !important;
}
.cart-product-item {
	list-style:none;
}
.remove-product-cart {
	border: none;
    color: #ff0000;
    border-radius: 14px;
    width: 50px;
    font-size: 20px;
	cursor:pointer;
}
/* end cart */
/* Скриване на стрелките в Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Скриване на стрелките в Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.js-cart-row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.buttons-product {
display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.button-checkout {
margin-top:25px;
}
.button-checkout a {
	border: none;
    color: #fff;
    font-weight: bold;
    background: #86a614;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
    width: 100%;
}
.cart-subtotal-title {
	font-weight: bold;
    padding-bottom: 5px;
}
.cart-subtotal {
	margin-top:20px;
}
.et-cart-info {
	display:none;
}
.wc-block-components-checkout-place-order-button {
	border-radius: 12px;
    background: #000;
}
.wc-block-components-checkout-place-order-button__text {
	color:#fff !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow:none !important;
}
@media screen and (max-width:1200px) and (min-width:768px) {

}
@media screen and (max-width:1100px) {
		#gt_rooms_table td:last-child {
	width:180px;
}
}
@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 981px) {
    .menu-toggle {
        display: block;
    }
    .header-log-in .menu-primary {
        width: clamp(150px, 20%, 300px) !important; /* Минимум 150px, по възможност 20%, максимум 300px */
        transition: width 0.3s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: fixed;
        left: 0;
    }
    .logged-in #et-main-area {
        width: 80%;
        float: right;
    }
	.log-out-menu {
	position: absolute !important;
    bottom:30px;
    width: 130px;
}
	.collapsed .log-out-menu {
        right: 10px;
        width: 50px !important;
    }
    .collapsed#et-main-area {
        width: 93% !important;
    }
    .mobile-menu-bar {
        display: none;
    }
    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    .logout-link {
        position: absolute !important;
        transform: translate(-50%, -50%);
        left: 50% !important;
        bottom: 0px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .col-left-background {
        display: block;
    }
    .nav-icon-menu-m {
        display: none;
    }
    .menu-content {
        transition: opacity 0.3s;
    }
    .menu-item-profile .icon img,
    .nav-profile-mobile .img-profile img {
        width: auto;
    }
    .profile-mobile {
        display: none;
    }
    .menu-item-profile {
        display: none;
    }
	.section-login {
    height: 100vh;
}
	.section-login .et_pb_row {
	display:flex;
}
	.col-left-login,
    .col-right-login,
	.col-right-register{
    padding: 48px 40px;
}
	.register-container {
		padding:30px 30px;
	}
	th.col-sticky-2, td.col-sticky-2 {
    position: sticky;
    left: 110px;
    z-index: 5;
}
	#ajax-user-registration .row-input label {
		width:30%;
	}
	.row-input label {
    width:100%;
}
	.row-input-manage .add-button {
	width:280px;
}
}
@media screen and (max-width: 980px) {
    .et_secondary_nav_only_menu #main-header,
    .et_secondary_nav_only_menu #main-header {
        position: fixed;
    }
    #et-top-navigation {
        display: flex !important;
		flex-direction:column;
        align-items: center;
        justify-content: space-between;
        padding: 0px 0px 10px !important;
    }
	.menu-content {
    width: 100%;
}
	.header-menu-container {
		width:100%;
		max-width:100%;
	}
    .menu-item-profile {
        align-items: start;
    }
	.mobile_menu_bar {
    display: none;
	}
	.nav-profile-mobile {
    padding: 30px 10px 25px;
	margin-bottom:15px;
}
	.title {
    display: none;
}
    #top-menu {
        flex-direction: row;
        justify-content: center;
    }
	.icon {
    margin-right: 0px;
	}
	#top-menu li.current-menu-item > a .active-icon-menu, #top-menu li a:hover .active-icon-menu, .icon img {
		width: 25px;
	}
	#top-menu li > a {
    padding: 5px !important;
}
	.nav li {
		margin:0 2px;
	}
	.col-left-diagram {
		flex-direction:column;
	}
	.row-input {
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.row-input label {
        margin: 5px 0px;
    }
}
@media screen and (max-width: 980px) and (min-width: 601px) {

}
@media screen and (min-width: 601px) {
 #clearFiltersBtn {
	margin-top:25px;
}
	.edit-form p {
    align-items:center;
}
	.entry-content thead th, .entry-content tr th {
    min-width: 160px;
}
	.row-inner-input-pass button {
	width:30%;
}
		.create-room-inner {
	display: flex;
    flex-direction: row;
    align-items: center;
	gap:10px;
	}
.room-left,
.seats-room-right {
	width:50%;
}
	.col-product-info-right {
    width: 240px;
	}
	.product-quantity,
	.buttons-product {
    justify-content: space-between;
	}
	.cart-text-buttons {
    margin-top: -10px;
	}

}
@media screen and (max-width: 600px) {
.row-filters {
    width: 100%;
}
	#row-add-user-table-c .col-left-add-user, #row-add-user-table-c .col-right-add-user {
    gap: 0px;
}
	.col-left-diagram {
    flex: 0 0 100%;
	}
	.diagram-legend ul {
		flex-direction:column;
	}
	.row-input {
    margin: 5px 0;
}
	.row-team-filter {
    flex-direction: column;
    align-items: start;
}
	.row-team-filter .row-input,.row-team-filter .row-input-cert select {
    align-items:start;
    width: 100%;
	max-width:100%;
}
	.row-team-filter {
		gap:0px;
	}
		.edit-form p {
  flex-direction:column;
}
	.title-input {
		margin-bottom:5px;
	}
	.col-left-diagram canvas {
    margin: 0 auto;
	width:100% !important;
	height:auto !important;
	}
	.row-inner-input-pass {
    flex-direction: column;
}
	.row-inner-input-pass input[type="password"] {
    width: 100%;
}
	#gt-manage-room-users-modal-content div {
		flex-wrap:wrap;
	}
	.product-info,
	.product-cart-info {
		flex-direction:column;
	}
	
}

@media screen and (max-width:425px) {
    #user_search, #role_filter {
        max-width: 100%;
        width: 100%;
    }
	.add-button {
    width: 100%;
}
}
/*
@media (max-width: 768px) {
    table#certificates_table thead {
        display: none;
    }

    table#certificates_table, 
    table#certificates_table tbody, 
    table#certificates_table tr, 
    table#certificates_table td {
        display: block;
        width: 100%;
    }

    table#certificates_table tr {
        margin-bottom: 1rem;
        border: 1px solid #ddd;
        padding: 10px;
    }

    table#certificates_table td {
        text-align: left;
        padding: 5px 10px;
        border: none;
        position: relative;
        padding-left: 50%;
    }


    table#certificates_table td:before {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
    }

    td:nth-of-type(1):before { content: "#"; }
    td:nth-of-type(2):before { content: "Certificate Title"; }
    td:nth-of-type(3):before { content: "Status"; }
    td:nth-of-type(4):before { content: "Issued on"; }
    td:nth-of-type(5):before { content: "Expires on"; }
    td:nth-of-type(6):before { content: "Certification Body"; }
    td:nth-of-type(7):before { content: "Type of Certificate"; }
    td:nth-of-type(8):before { content: "PDF"; }
    td:nth-of-type(9):before { content: "Download"; }
    td:nth-of-type(10):before { content: "Edit"; }
}
*/