.package-btn a {
    width: 108px;
    height: 44px;
    border-radius: 12px;
    border-width: 1px;
    gap: 8px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
}
.row.package-btn {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
    padding: 0 16px;
}
a.cancel {
    background: none;
    color: #282D2C;
    width: auto;
    border: 1px solid #282D2C;
}
.package-btn .downgrade-btn {
    border-color: #268485;
    color: #268485;
}
.package-btn a.cancel-btn {
    border-color: #d90d0d;
    color: #d90d0d;
}
.package-btn a:hover {
    background: #268485;
    color: #fff;
    border: 1px solid #268485;
}
.package-btn a.cancel-btn:hover {
    background-color: #d90d0d;
    border-color: #d90d0d;
}
a.btn-2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 15px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #554FE6 !important;
    border-radius: 100px;
    color: #554FE6;
    margin: 0;
}
a.btn-2:hover{
 background-color: #554FE6;
	color: #fff !important;
}
a.btn-2:hover img{
     filter: grayscale(100) brightness(100);
}
img.tooltip-icon { 
	width: 24px;
    height: 24px;
    object-fit: contain;
}


/* popup style code start */

#downModal .modal-body{
 font-family: "Montserrat", Sans-serif;
	position:relative;
	padding:30px;
}
#downModal .modal-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
#downModal button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #a9b1c9;
    opacity: 1;
    padding: 10px;
    font-size: 10px;
    border-radius: 50px;
}
#downModal button.btn-close:hover{
 opacity: 1;
}
/* popup style code end */


.elementor.elementor-16.elementor-location-header {
    display: none;
}
h3.old-img-title {
    margin: 20px auto 6px;
    text-align: center;
}
.elementor.elementor-556.elementor-location-footer {
    display: none;
}
a.sign-out-btn {
    font-size: 12px;
    color: #268485;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    padding: 6px;
    display: inline-block;
    margin: 0 0 10px 10px;
    text-align: center;
    font-weight: 600;
	cursor:pointer;
}
#wrapper {
    display: flex;
}
p.no-club {
    padding: 0 16px !important;
}
aside {
	width: 280px;
    background-color: #F4F6FC;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
	z-index: 1000;  
	overflow-x: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-wraper.without-profile {
    margin-bottom: 20px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

aside .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #fff;
    color: #282D2C;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 8px;
}

aside .dropdown-item {
    color: #282D2C;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

a.dropdown-item:hover {
    background: #fff;
    border: #fff;
    color: #285eaf;   
}
ul.dropdown-menu.show-aside li {
    margin: 4px 0;
}
.dropdown-item:hover svg path {
    fill: #285eaf;
}
.dropdown-item.active svg path {
    fill: #285eaf;
}
.dropdown-toggle.active {
    background-color: #fff !important;
    color: #285EAF !important;
	height:48px;
}
a.btn.btn-secondary.dropdown-toggle:hover svg path {
    fill: #285eaf;
}
a.btn.btn-secondary.dropdown-toggle.active svg path {
    fill: #285eaf;
}

.dropdown-menu {
    position: relative !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    transform: translate(0px, 0px) !important;
}
.dropdown-toggle::after {
    right: 16px;
    position: absolute;
}
.btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #285eaf;
}

.content-wrapper {
    width: calc(100% - 280px);
    background-color: #F4F6FC;
    margin-left: 280px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	height:100%;
}
.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: calc(100% - 50px);
	padding:0 12px;
}
.header-wraper {
    padding: 16px;
    background: linear-gradient(87.12deg, #319C9A 0%, #206364 100%);
    border-radius: 12px;
    margin: 20px 0 50px;
}

.header-wraper .breadcrumb-item,
.header-wraper .breadcrumb-item.active a {
    font-size: 12px;
    line-height: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
a.btn.btn-primary.cancel-plan:hover {
    background: #268485;
    color: #fff;
}

.header-wraper {
    padding: 16px;
    background: linear-gradient(87.12deg, #319C9A 0%, #206364 100%);
    border-radius: 12px;
	margin:20px 0 50px; 
}

.breadcrumb-item {
    font-weight: 400;
}

.recent-oder-card {
    min-height: 406px;
}

.breadcrumb-item.active {
    font-weight: 600;
	font-family: "Montserrat", Sans-serif;
}

.header-wraper h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
	font-family: "Hobostd", sans-serif;
}
select{
	appearance:none;
	background:#fff;
}
.select{
	position:relative;
}
.select:after{
	content:"";
	position:absolute;
	background-image:url(/wp-content/uploads/2025/05/arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:12px;
	height:8px;
	top:45px;
	right:24px;
}
.header-wraper .read-more-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
p.page-desc {
    color: #fff;    font-family: "Montserrat", Sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-bottom:0;
}
a.dropdown-item.locked {
    color: #282D2C66;
    position: relative;
}

a.dropdown-item.locked svg path {
    fill: #282D2C66;
}

a.dropdown-item.locked:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    background-image: url(/wp-content/uploads/2025/03/locked.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.account-details-wrpper {
    background: #DEEBEB;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #FEFEFE;
    margin-bottom: -50px;
    margin-top: 50px;

}

.account-details-wrpper img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #fff;
	background:#f4f4f4;
}
.avatar {
    border-radius: 8px;
    border: 1px solid #fff;
}

.left-wrapper {
    gap: 16px;
}

.left-wrapper h3 {
    font-size: 16px;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600;
}

.left-wrapper .email {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #282D2C;
    font-weight: 500;
}

a.btn.btn-primary {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #285EAF;
    border: 1px solid #285EAF;
    border-radius: 12px;
    padding: 8px 20px;
    font-weight: 500; 
	font-family: "Montserrat", Sans-serif;
}
.membership-card .card .card-body {
    position: relative;
}
h3.active {
    font-size: 14px;
    position: absolute;
    top: 16px;
    color: #268485;
    right: 20px;
}
a.btn.btn-primary:hover {
    background: #268485 !important;
    border: 1px solid #268485 !important;
	color:#fff !important;
}
.card {
    border-radius: 12px;
    margin-bottom: 24px;
    border: none;
}

.card .card-header {
    background: #fff;
    align-items:center;
    border-radius: 12px 12px 0 0;
    padding: 14px 16px;
    border-bottom: 1px solid #E5ECF9;
}

.card .card-header h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #282D2C;
    line-height: 24px;
    font-family: "Hobostd", Sans-serif;
	width:max-content;
}
.card-header .dropdown{
width:auto;
}

.card .card-body {
    padding: 16px;
}

.pack-desc {
    font-size: 14px;
    color: #282D2C;
    font-weight: 500;
}

a.view-more {
    text-decoration: none;
    color: #282D2C;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.view-more svg {
    margin-left: 8px;
}

.table-card-body {
    padding: 0 !important;
}

.table-card-body table.table{ background-color: #fff;
    border: 0;
  }
.table-card-body tr,
.table-card-body td {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #E5ECF9;
}
.card-header .dropdown-toggle::after {
    display: none;
}
table th,
table td {
	border:0;
    border-bottom: 1px solid #E5ECF9;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
    padding: 12px 16px !important;
}
.card-body table tr:last-child th,
.card-body table tr:last-child td{
    border-bottom: 0px solid #E5ECF9;   
}


table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-block-start: 0px solid #E5ECF9;
    border-bottom: 1px solid #E5ECF9;
}


table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

th[scope="col"] {
    font-weight: 600;
    padding: 12px 16px;
}

h3.pack-name {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

a.call-center-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    vertical-align: middle;
    color: #282d2c;
}

.call-center-link svg {
    width: 24px;
    height: 24px;
}

p.timing-info {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}

span.red {
    color: #DA1E28;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
}

ul.policy-links li a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.2px;
    text-align: right;
    color: #727272;
    text-decoration: none;
    vertical-align: middle;
	position:relative;
}

footer p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.2px;
    color: #727272;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F4F6FC;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0 0;
}

.sidenav a.dropdown-item {
    font-size: 14px;
    line-height: 24px;
    color: #282D2C;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
    height: 48px;
	cursor:pointer;
}

.dropdown-item svg {
    width: 20px;
    height: 20px;
}

.sidenav a:hover {
    color: #285eaf;
    font-weight: 600;
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
	color:#282d2c;
}

a.btn.btn-secondary.dropdown-toggle {
    background: none;
    border: none;
    font-weight: 600;
    color: #282D2C;
    font-size: 14px;
    line-height: 24px;
	font-family: Montserrat;
}

a.btn.btn-secondary.dropdown-toggle:hover {
    background: #fff;
    border: #fff;
    color: #285eaf;
}

/* .dropdown-menu.show {
    display: block;
    padding-left: 10px;
} */

.mobile-header {
    display: none;
}

a.btn.btn-secondary.dropdown-toggle.show {
    background: #fff;
    border: #fff;
    color: #285EAF;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
	  font-family: Montserrat;
}

a.btn.btn-secondary.dropdown-toggle svg {
    position: relative;
    top: -2px;
}

ul.mb-dropdown {
    padding: 0 20px;
}

a.mobile-logo {
    padding: 0 20px;
}

.page-title h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.footer-bar {
    width: 100%;
    margin-bottom: 20px;
    margin-top: auto;
}

ul.footer-list-side-bar li:last-child {
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #E5ECF9;
    border-radius: 12px;
}
ul.footer-list-side-bar li{
margin-bottom:10px;
}
.footer-list-side-bar li:hover {
    background: #fff;
    border-radius: 12px;
}
.footer-list-side-bar li.active {
    background: #fff;
    border-radius: 12px;
}
.footer-list-side-bar li.active a {
    color:#285eaf;
}
.footer-list-side-bar li:hover a {
    color:#285eaf;
}
.footer-list-side-bar li.active a svg path {
    fill:#285eaf;
}
.footer-list-side-bar li a:hover svg path {
    fill: #285eaf;
}
.profile-info h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
	font-family: "Montserrat", Sans-serif;
}

.profile-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #727272;
	font-family: "Montserrat", Sans-serif;
}

.footer-list-side-bar li a {
    padding: 6px 12px;
    display: flex;
	align-items:center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    color: #282D2C;
    font-weight: 600;
	height:48px;
	font-family: "Montserrat", Sans-serif;
}

.top-nav {
    width: 100%;
}

aside .dropdown-toggle::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/03/arrow.png);
    background-size: contain;
    background-position: right;
    right: 10px;
    border: none;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

aside .dropdown-toggle.active:after {
    transform: rotate(180deg);
}
.dropdown-item.active, .dropdown-item:active{
	color:#285EAF ;
    text-decoration: none;
    background-color: #fff;
	border-radius:8px;
}
.inner-card {
    background: #fff;
    border: 1px solid #E5ECF9;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.inner-card-detail p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #282D2C;
    margin-bottom: 0;
}

.inner-card-detail h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.inner-card img {
    width: 48px;
    height: 48px;
}

.school-clubs-cards {
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.card-row-evnt .school-clubs-cards:last-child {
    margin-bottom: 0px;
}

.card-row-evnt .school-clubs-cards:nth-child(odd) {
    background-color: #F4F6FC;
}

.school-clubs-cards.even {
    background: #fff;
    margin: 10px 0;
}

.school-clubs-cards p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #282D2C;
    margin-bottom: 0;
}

.school-clubs-cards img {
    float: right;
}

.school-clubs-cards h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #282d2c;
    margin: 6px 0;
}

.school-clubs-cards .client-name {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #285EAF;
    margin-bottom: 0;
}

.view-event-btn a {
    background: #285eaf;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    height: 44px;
    margin-top: 32px;
    border-radius: 12px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

.view-event-btn a:hover {
    background: #268485;
}

a.btn.btn-primary.cancel-plan {
    color: #285EAF;
    background: #fff;
}

.table-card-body {
    padding: 0 !important;
    height: 240px;
/*     overflow-y: scroll; */
	border-radius: 12px;
}

h3.pack-price {
   
    margin-top: 30px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #268485;
}

.pack-price span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #282d2c;
}
.plus-vat{
margin-bottom: 40px;
	font-weight:600;
	font-family: "Montserrat", Sans-serif;
}
 
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
    background-color: #cc336600;
}

aside .dropdown-menu.show-aside {
    display: block;
    padding-left: 10px;
}

.main-card .card-body {
    height: 400px;
    overflow-y: auto;
}

.document-card .card-body {
    padding: 16px 0;
    height: 292px;
	overflow: auto;
}

footer {
    margin-top: auto;
	bottom: 0;   
}

a.condition {
    padding-right: 28px;
}

a.condition:before {
    content: "|";
    position: absolute;
    right: 0;
    padding: 0 12px;
    top: 2px;
}

img.dots {
    float: right;
}

.profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.card-body .show-lock-card {
    display: none;
}

.locked .show-lock-card {
    display: block;
}

.card-header .dropdown-menu {
    position: absolute !important;
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #285EAF;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #3471C20D !important;
    padding: 4px;
}

a.dropdown-item {    
    padding: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #282d2c;
	cursor:pointer;
}
.nav-list li {
    margin: 4px 0;
}
.card-header .dropdown-menu.show-aside a:last-child {
    border-bottom: 0px;
}

.card-body.locked {
    padding: 60px;
}
.document-card .card-body.locked {
    padding: 24px;
}
.card-body.locked.call-locked {
    padding: 20px;
}
.call-locked .show-lock-card img {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
}
.call-locked .show-lock-card h3 {
    font-size: 12px;
    line-height: 22px;
}
.show-lock-card img {
    width: 80px;
    height: 80px;
    margin: 0 auto 32px;
    display: table;
}

.show-lock-card h3 {
    font-family: "Hobostd", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #282d2c;
    text-align: center;
}

.show-lock-card p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #3e4040;
    text-align: center;
}

.card.no-orders {
    min-height: 300px;
}

.locked .card-row-evnt {
    display: none;
}

.locked .club-content {
    display: none;
}

.school-clubs-cards:hover {
    background-color: #F4F6FC;
}

.card-body.table-card-body tr:last-child,
.card-body.table-card-body td:last-child {
    border: 0px;
}

/* modal*/
.modal-content {
    border-radius: 12px;
}

.modal-header {
    background: #268485;
    display: block;
    padding: 24px 16px;
}

.modal-header h3 {
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}

.modal-header p {
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

button.btn-close1 {
    border: none;
    text-align: right;
    width: 100%;
}

.modal-body {
    padding: 24px 16px;
}

.modal-body h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #282d2c;
    margin-bottom: 12px;
}

.package-detail label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.package-detail select {
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 24px;
}

.package-detail select:focus-visible {
    outline: 1px solid #285EAF;
    background: #F6F5FE;
}

.package-featured {
    background: #F4F6FCB2;
    padding: 12px;
    border-radius: 8px;
}

.package-featured h3 {
    margin-bottom: 4px;
}

.package-featured p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
    color: #282d2c;
}

.package-featured ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.package-featured ul li {
    width: 47%;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #282d2c;
    padding-left: 30px;
    position: relative;
}

.package-featured ul li:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/03/tick.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
}

.price h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #282d2c;
}

.price span.sign {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    color: #282d2c;
    position: relative;
    vertical-align: top;
}

span.yearly {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: #3e4040;
    vertical-align: bottom;
}

.modal-footer .button a {
    background: #285EAF;
    padding: 8px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    height: 44px;
    display: block;
}

.modal-footer .button img {
    padding: 4px;
}

.modal-footer .button a:hover {
    background: #268485;
}

#cancelModal button.btn-close1 {
    padding: 0;
}

#cancelModal .modal-content {
    border-radius: 12px;
    padding: 16px;
}

#cancelModal .modal-footer {
    justify-content: end;
    border-top: none;
    padding-bottom: 0;
}

#cancelModal .modal-header {
    background: none;
    border-bottom: 0px;
    padding: 0;
}

#cancelModal .modal-body {
    padding: 12px 16px 0;
}

.cancel-description h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.cancel-description p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #282d2c;
    margin-bottom: 0;
}

.button.cancel-btn a {
    background: #DA1E28;
}
tbody, td, tfoot, th, thead, tr:hover{
border-radius:0px !important;
	background:#fff !important;
}
.close-btn {
    cursor: pointer;
    color: #333;
    z-index: 1000;
    position: absolute;
    top: 24px;
    right: 24px;
}
.pms-account-subscription-action-link__abandon {
    display: none !important;
}
span.bbp-reply-post-date, span.bbp-admin-links a {
	padding-right:16px;
}
.card.sub-user-card {
    min-height: 300px;
}
body.sidebar-open {
    overflow: hidden;
}
td.view-card-td.all-job-btn .dropdown-toggle:after {
    display: none;
}
/*  change-pwd*/
.change-password-form {
    background: #fff;
    box-shadow: 2px 2px 7px #ddd;
}
.change-password-form h2 {
    font-family: 'Hobostd';
    text-align: center;
    margin-bottom: 16px;
}
.change-password-form label {
    font-size: 14px;
    font-family: 'Montserrat';
    padding-bottom: 8px;
    font-weight: 500;
}
.change-password-form input {
    border: 1px solid #ddd;
    border-radius: 6px;
}
.change-password-form button {
    background: #285EAF;
    color: #fff;
    border: none;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
    padding: 10px 28px;
	font-weight:500;
}
.change-password-form button:hover {
	background:#268485;
}

@media (max-width: 1580px) {
    .buttons {
        display: block !important;
    }

    a.btn.btn-primary {
        margin: 8px 0;
        padding: 8px 12px;
    }
}

@media (max-width: 1440px) {
    .document-card .card-body {
        height: 265px;
    }

    h3.pack-price {
        margin-bottom: 30px;
    }

    .membership-card .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .membership-card .col-lg-9 {
        flex: 0 0 auto;
        width: 50%;
    }

    .member-document-card .col-lg-3 {
        flex: 0 0 auto;
        width: 40%;
    }

    .member-document-card .col-lg-9 {
        flex: 0 0 auto;
        width: 60%;
    }
}
@media (max-width: 1340px) {
    h3.pack-price {
        margin-bottom: 30px;
    }
	.document-card .card-body.locked {
	   height:auto;
	}
}

@media (max-width: 991px) {
	.mobile-logo img {
    width: 200px;
}
	ul.dropdown-menu.show-aside {
		display: block;		
	}
	.dropdown-toggle::after{
		background-image: url(/wp-content/uploads/2025/03/arrow.png);
		border:none;
		width: 10px;
        height: 6px;
	}
	.dropdown-toggle.active:after {
		transform: rotate(180deg);
	}
	a.sign-out-btn {
		padding:2px 6px 4px;
	}	
	.sidenav { 
    	padding: 40px 0 0;
	}
    .header-wraper .read-more-btn {
        display: none;
    }	
    .footer-bar {
        width: 100%;
        margin: 80px 0 0;
        padding: 0 20px;
		position:absolute;
		bottom:0;		
		z-index:9999;
		background: #f4f6fc;
    }
    ul.mb-dropdown {
        position: relative;
        height: calc(100vh - 260px);
        overflow: scroll;
    }
    .account-details-wrpper {
        display: block !important;
    }

    .card-body.table-card-body {
        width: 100%;
        overflow: scroll;
    }

    table.table {
        width: 1150px;
    }

    .card-body {
        width: 100%;
        overflow: scroll;
    }

    aside {
        display: none;
    }

    .content-wrapper {
        width: 100%;
        margin-left: 0;
    }
   
    .membership-card .col-lg-9 {
        flex: 0 0 auto;
        width: 50%;
    }

    .member-document-card .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .member-document-card .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    #wrapper {
        display: flex;
        flex-wrap: wrap;
        background: #F4F6FC;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 12px 20px;
        background: #fff;
        margin-bottom: 16px;
    }

    .profile img.avatar.avatar-80.photo {
        width: 40px;
        height: 40px;
        border-radius: 100px;
    }	
    footer p {
        text-align: center;
    }

    footer .text-end {
        text-align: center !important;
    }
	.dropdown {
		width: 100%;
		text-align: left;		
	}	
	.card-header .dropdown{
		width:auto;
	}
	aside .dropdown-toggle::after{
		top:14px;
	}
	a.btn.btn-secondary.dropdown-toggle:hover{
		width:100%;
		text-align: left;
		margin-bottom: 0;    
		height: 48px;
		display: flex;
        align-items: center;
        gap: 8px;
	}
	a.btn.btn-secondary.dropdown-toggle.show svg path{
		fill:#285EAF;
	}
	.mb-dropdown li {
		margin: 4px 0;
	}
	a.btn.btn-secondary.dropdown-toggle{
		width: 100%;
    	text-align: left;
		display: flex;
        align-items: center;
        gap: 8px;
		height:48px;
	}
	a.dropdown-item:hover{
		border-radius:12px;
	}
	ul.dropdown-menu.show-aside{
		overflow:scroll;
		height:300px;
	}
	
}

@media (max-width: 767px) {	
    .right-wrapper a.btn.btn-primary {
        width: 100%;
    }
	.header-wraper {
		margin:20px 0 50px;
	}
    .left-wrapper {
        display: block !important;
        margin: 8px 0;
    }

    .inner-profile-div {
        margin: 15px 0 0;
    }

    .membership-card .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
	a.btn.btn-primary{
	padding:8px 20px;
	}

    .membership-card .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }
	aside .dropdown-toggle::after {  
		right: 10px;
		top: 14px;
	}
	.package-detail .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
	.pms-form-errors-wrapper p, .pms-payment-error p, .pms_success-messages-wrapper p {
		max-width: 800px;
		margin: 18px auto;
		margin-bottom: 24px;
		BORDER-RADIUS: 12PX;
		padding: 20px 10px 20px 90px !important;
	}
	
	
}
@media (max-width:576px){
.modal-content {
		width:80% !Important;
	}
}
@media (max-height:450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }	
}
 
.table-card-body .table tr:last-child td {
    border: 0px;
}
.table-card-body .table tr:last-child{ border-bottom:none; }
.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
	font-family: "Montserrat", Sans-serif;
}
.breadcrumb-item a:hover {
   background:none;
}
.member-document-card .table tr:last-child td{
	border-radius:0 12px 0 0;
}
.member-document-card .card-body table tr:last-child th{
		border-radius:0 0 0 12px !important;
}
.member-document-card .card-body table tr:last-child td{
		border-radius:0 0 12px 0 !important;
}
.club-chat-detail a {
    text-decoration: none;
    color: #282d2c;
}

.knowledge_hub #myTab .hide-this-category {
    pointer-events: none;
    background-color: transparent;
    color: #282D2C66;
    position: relative;
    padding-right: 20px;
}


.knowledge_hub #myTab .hide-this-category:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: -10px;
    background-image: url(/wp-content/uploads/2025/03/locked.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
}


@media screen and (max-width: 480px) {
	a.btn-2{
     margin-bottom:10px;
	}
}

/* width */
::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
	
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8b8b8b; 
	border-radius:10px;
}

/* width */
body::-webkit-scrollbar {
  width: 10px !important;
}