.ttm-dashboard-content label {
font-weight: 500;	
}
.ttm-dashboard-content .ttm-form-group {
	    margin-bottom: 15px;
}

/* Style for the fieldset container */
#ttm-add-game-form .ttm-section-group {
  margin-bottom: 30px;
	background: #fff;
    border-radius: 0;
    padding: 25px;
    border: 1px solid var(--ttm-bordercolor);
}
#ttm-add-game-form .ttm-section-group .ttm-section-title {
	font-size: 20px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--body-blackfont-color);
    margin-bottom: 10px;
    padding: 3px 10px;
    background-color: #ffffff;
    display: inline-block;
    border-left: 4px solid var(--ttm-skincolor);
    border-radius: 0;
    line-height: 1.4;
}


.document-group {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 0;
}
.group-header {
  background: var(--ttm-greycolor);
  padding: 10px 15px;
  font-weight: bold;
  display: block;
  justify-content: space-between;
  align-items: center;
 position: relative;
}
.group-header button {
    background-color: transparent;
    color: var(--body-blackfont-color);
    padding: 0;
    margin: 0;
}
.group-header button.remove-group {
    cursor: pointer;
    color: #a00;	
	font-size: 14px;
}
.group-header button.toggle-group {
	font-size: 20px;
	position: absolute;
    right: 15px;
}
.group-header button.remove-group span:before {
    font-weight: 700;	
}
.group-body {
    padding: 15px;
    display: none;
}
.form-row {
  margin-bottom: 10px;
}

.document-group .group-title {
    font-size: 15px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--body-blackfont-color);
	padding-left:8px;
}

.ttm-preview-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ttm-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
}
.ttm-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.ttm-remove-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
      padding: 0;
}


.ttm-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 columns */
    gap: 10px 20px;
}

.ttm-checkbox-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
}

.ttm-checkbox-item input[type="checkbox"]:checked + span {
    color: red;
}

.alert.bg-success {
    background-color: #28a745;
    color: #fff;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 15px;
}
.alert.bg-danger {
  background-color: #dc3545;
  color: #fff;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 15px;
}
.message-inner {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#ttm-popup-message {
    position: fixed;
    z-index: 99;
    top: 40%;
    right: 0;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.wp-ttm-uploaded-file-preview {
    position: relative;
    display: inline-block;	
}
.wp-ttm-uploaded-file .wp-ttm-remove-uploaded-file {
	position: absolute;
    top: -6px;
    right: -7px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 22px;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

.ttm-btn.ttm-submit-game-btn {
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 2em;
    padding:5px 15px;
	background-color: var(--ttm-skincolor);
    color: #ffff;
    border-color: var(--ttm-skincolor);
}
.ttm-box-inner {
	display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px 30px; 
	align-items: center;
	justify-content: space-between;
}
.ttm-dashboard-boxes .ttm-box-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ttm-dashboard-boxes .ttm-box-icon i {
    font-size: 26px;
    line-height: 26px;
    width: auto;
    height: auto;
}
.ttm-dashboard-boxes .skincolor {
	background-color:var(--ttm-skincolor);
	    color: #fff;
}
.ttm-box-icon.grey {
	background-color: #e5e5e5;
}
.ttm-box-icon.red {
	background-color: #ffe5e5;
    color: #ef5f5f;
}
.ttm-box-icon.orange {
	background-color: #fff2e0;
}
.ttm-box-icon.green {
	background-color: #d2ffdd;
	color:#3ece6a;
}
.ttm-box-details strong {
	display: block;
    font-size: 40px;
    line-height: 50px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	color: var(--ttm-whitecolor);
}
#ttm-profile-form .clan-logo-description {
    margin-bottom: 0;
}
.ttm-social-row select {
	max-width: 150px;
}
.ttm-social-row {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.ttm-social-row select,
.ttm-social-row input {
    padding: 8px;
    flex: 1;
}
#ttm-social-links-wrapper .ttm-social-row select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#ttm-social-links-wrapper .ttm-social-row select::after {
    content: "\f107";
    font-family: 'ttm-gamezi-icons';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.ttm-social-row:last-child {
    margin-bottom: 30px;
}
.remove-social-row {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 3px;
}
#ttm-loader {
	display:none;
	position:fixed;
	top:0; left:0; 
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	z-index:9999;
	text-align:center;
}
/* profile page css */
.ttm-user-dashboard {
    display: flex;
    gap: 40px;
    margin: 0px 0px 80px;
	position: relative;
}
body.themetechmount-footer-cta-yes .ttm-user-dashboard  {
	margin-bottom:75px;
}
.ttm-dashboard-sidebar {

}
.ttm-dashboard-sidebar .profile-avatar img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
	    border: 1px solid var(--ttm-bordercolor);
}
.profile-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}
.ttm-dashboard-sidebar .ttm-sidebar-inner {
    width: 406px;	
    background: var(--ttm-greycolor);
    padding: 9px 30px 7px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--border-radius-box) 0;
}
.ttm-gamer-panel #masthead {
    position: relative;
    background-color: #fff;
}
.ttm-dashboard-header .ttm-brand-inner {
	display: flex;
    vertical-align: middle;
    gap: 35px;
}
.ttm-dashboard-header .ttm-brand-inner .ttm-sidebar-toggle i {
    font-size: 32px;
    display: inline-block;
    line-height: 32px;
}
#ttm-sidebar-toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;	
	display: none;
}
.sidebar-links .profile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid var(--ttm-bordercolor);
    border-radius: 0;
    padding: 14px 0;
    color: var(--ttm-whitecolor);
    text-transform: var(--button-text-transform);
    font-size: 20px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--button-font-weight);
	position: relative;
}
.sidebar-links .profile-link i {
	margin-right: 18px;
    font-size: 18px;
}
.sidebar-links .profile-link i.right {
    margin: 0;
    position: absolute;
    right: 0;
}
.sidebar-links .profile-link:hover, .sidebar-links .profile-link.active {
    background-color: transparent;
    color: var(--ttm-skincolor);
}
.sidebar-links .profile-link:last-child {
    border: 0;
}
.ttm-dashboard-inner h4 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
}
div#ttm-social-links-wrap #add-social-link {
    background: transparent;
    color: var(--ttm-whitecolor);
    padding: 0 40px 0 0;
    font-size: 15px;
    position: relative;
}
div#ttm-social-links-wrap #add-social-link:before {
    content: '\e853';
    font-family: 'ttm-gamezi-icons';
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: -6px;
    background: var(--ttm-light-white);
    border-radius: 50%;
	font-weight: 400;
}
.ttm-update-profile-form .btn-primary {
    width: 100%;
    background: var(--ttm-white-alpha);
    border: 1px solid var(--ttm-skincolor);
	margin-bottom: 30px;
} 
#ttm-social-links-wrapper .ttm-social-row select, #ttm-social-links-wrapper .ttm-social-row input {
    padding: 17px 25px;
    line-height: initial;
    border-color: var(--ttm-white-alpha);
    flex: 1;
    background: var(--ttm-white-alpha);
}
#ttm-social-links-wrapper .remove-social-row {
    background: var(--ttm-white-alpha);
    color: #fff;
    width: 46px;
    height: 44px;
    border: 1px solid var(--ttm-skincolor);
}
.ttm-social-row select option {
    background: var(--ttm-greycolor);
}
/* custom header */

.ttm-dashboard-header {
    background: var(--ttm-greycolor);
    box-shadow: unset;
    position: absolute;
    z-index: 1000;
    width: calc(100% + 50px);
    top: 0;
    left: -50px;
    margin-top: 15px;
    border-radius: var(--border-radius-box) 0;
}

.ttm-dashboard-sidebar {
    width: 406px;
    flex: 0 0 406px;
    position: relative;
}

.ttm-sidebar-inner{
    width: 100%;
}

.ttm-sidebar-inner.is-fixed{
    position: fixed;
    top: 120px;
    width: 406px;
    z-index: 99;
}

.ttm-sidebar-inner.is-bottom{
    position: absolute;
    bottom: 0;
    top: auto;
    width: 406px;
}
.ttm-brand-text {
    font-size: 16px;
    margin-bottom: 0;
}

.ttm-user-profile {
    position: relative;
}

.ttm-dropdown-toggle {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.ttm-user-meta {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 12px;
}

.ttm-user-name {
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
}

.ttm-user-email {
    font-size: 12px;
    color: #7f8c8d;
}

.ttm-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #7f8c8d;
}

.ttm-dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.ttm-dropdown-toggle[aria-expanded="true"] + .ttm-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ttm-user-card {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecf0f1;
}

.ttm-dropdown-links a {
    display: flex;
    align-items: center;
    padding:5px 0px;
    text-decoration: none;
    transition: all 0.2s;
}
.ttm-dropdown-links a i {
    padding-right: 10px;
    display: inline-block;
    width: 23px;
}
.ttm-icon-user, 
.ttm-icon-info, 
.ttm-icon-logout {
    width: 20px;
    margin-right: 12px;
    text-align: center;
}

.ttm-dcontent-inner {
	margin-top:70px;
}
.ttm-user-avatar img {
	max-width:40px !important;
}


.ttm-password-inner,
.ttm-profile-box {
    background: transparent;
    border-radius: 0;
}
.ttm-password-inner input[type="password"] {
    margin-bottom: 15px;
    background: var(--ttm-white-alpha);
}
.ttm-password-inner .btn-primary {
    width: 100%;
    background: var(--ttm-skincolor);
    color: var(--ttm-blackishcolor);
    margin-top: 15px;
    border-color: var(--ttm-skincolor);
    text-shadow: unset;
	margin-bottom: 40px;
}
/* delete account */
.delete-account-section {
    display: flex;
    align-items: end;
	justify-content: space-between;
}
.delete-account-section .delete-account-section-wrap {
    width: 58%;
}
.delete-account-section .delete-account-section-wrap p {
    margin: 0;
}
/* delete account */
/* my teams page */

.ttm-dashboard-content {
    background-color: var(--ttm-greycolor);
    padding: 30px 40px 40px;
    border-radius: var(--border-radius-box) 0;
    width: 100%;
    border: 1px solid var(--ttm-bordercolor);
}

.ttm-user-profile {
  display: flex;
  align-items: center;
}

.ttm-user-avatar img {
  border-radius: 50%;
}

.ttm-user-meta {
  margin-left: 10px;
  font-weight: 600;
  color: #1e1e2f;
}

.ttm-my-teams-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.ttm-my-teams-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e2f;
}

.ttm-submit-game-btn {
  background-color: #4676f1;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s;
}

.ttm-submit-game-btn:hover {
  background-color: #315dd6;
}

.ttm-my-teams-table {
  width: 100%;
  border-collapse: collapse;
}

.ttm-my-teams-table th {
	padding: 12px;
	text-align: left;
	font-size: 16px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	color: var(--ttm-whitecolor);
	border-right: none;
}

.ttm-my-teams-table td {
  padding: 20px 12px;
  vertical-align: middle;
  border:none;
  border-bottom:1px solid var(--ttm-bordercolor);
}

.game-thumb img {
  border-radius: 10px;
  width: 100px;
  height: auto;
}

.game-info h5 {
	font-size: 17px;
	color: var(--ttm-secondarycolor);
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	display: block;
	margin-bottom:5px;
}

.game-info i {
    color: var(--body-fonts-color);
	font-size: 14px;
	line-height: 14px;
	position: relative;
}

.game-price {
  color: #1a73e8;
  font-weight: 700;
  margin-top: 6px;
}
.ttm-pstatus {
  color: white;
  padding:3px 15px;
  border-radius:5px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;	
}
.ttm-pstatus.status-pending {
  background-color: #ffb822;
}
.ttm-pstatus.status-publish {
  background-color:#008000;
}
.ttm-pstatus.status-sold {
  background-color: var(--ttm-skincolor);
}
.ttm-edit-btn,
.ttm-delete-game {
  display: inline-block;
  background-color: #f1f4fc;
  padding:13px;
  margin-right: 5px;
  border-radius: 8px;
  color: var(--ttm-secondarycolor);
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ttm-fav-listing .ttm-fav-delete:hover,
.ttm-edit-btn:hover,
.ttm-delete-game:hover {
  background-color: var(--ttm-skincolor);
  color: #fff;
}

table.ttm-my-teams-table tbody tr, table.ttm-my-teams-table thead tr {
    border: none;
	border-bottom: 1px solid var(--ttm-bordercolor);
}

#ttm-ajpanel-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 12px;
    z-index: 100;
    font-size: 23px;	
}
#ttm-ajpanel-close {
	display: none;
}
.profile-picture-section {
    background-color: var(--ttm-white-alpha);
    padding: 20px;
    border-radius: var(--border-radius-box) 0;
    margin-bottom: 10px;
}
.ttm-dashboard-content .card-header h3 {
    margin-bottom: 3px;
}
.ttm-dashboard-content .profile-wrap.update-profile {
    margin-top: 40px;
}
.profile-form-fields .row > div {
    padding-left: 12px;
    padding-right: 12px;
}
.profile-form-fields .row {
    margin: 0 -12px 25px;
}
.profile-form-fields .row:last-child {
    margin-bottom: 0;
}
div#ttm-social-links-wrap {
    display: flex;
	align-items: baseline;
    justify-content: space-between;
}
.delete-modal{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.delete-modal-content{
	background: var(--ttm-greycolor);
    padding: 50px 30px;
    border-radius: var(--ttm-button-shape);
    text-align: center;
    max-width: 50%;
    width: 90%;
    color: var(--ttm-whitecolor);
}

.delete-modal-actions{
	margin-top:20px;
	display:flex;
	justify-content:center;
	gap:15px;
}
.delete-modal-actions .cancel-delete {
    background: var(--ttm-blackishcolor);
    color: var(--ttm-whitecolor);
}
.delete-modal-actions .cancel-delete:hover {
    color: var(--ttm-blackishcolor);
    background: var(--ttm-skincolor);
}
.confirm-delete {
    background: transparent;
    padding: 0 35px;
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
    color: var(--ttm-dark-red);
    border-radius: 0 var(--ttm-button-shape);
    line-height: var(--button_fontsize);
    border: 1px solid var(--ttm-dark-red);
}
.confirm-delete:hover {
    background: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
	color: var(--ttm-blackishcolor);
    border-radius: var(--ttm-button-shape) 0;
}
.ttm-pstatus.status-disapproved {
background-color: #ff0000;
}

.ttm-pstatus.status-on_hold {
  background-color:#f0ad4e;
  text-transform: uppercase;
}
.ttm-pstatus.status-mark_sold {
  background-color: var(--ttm-skincolor);
}

#ttm_delete_account {
    padding: 0 30px;
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
    border-radius: var(--ttm-button-shape) 0;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    border: 1px solid var(--ttm-dark-red);
    background: rgb(255 50 50 / 15%);
    line-height: var(--button_fontsize);
    color: var(--ttm-dark-red);
}
#ttm_delete_account:hover {
    border-radius: 0 var(--ttm-button-shape);
}
/***** progress bar ***/
.ttm-win-ratio {
    margin-top: 40px;
}
.ttm-win-head h5 {
    margin-bottom: 8px;
}
.ttm-win-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ttm-win-percent {
    color: var(--ttm-whitecolor);
}
.ttm-dashboard-boxes {
    margin-top: 42px;
}
.dashboard-notloginbox {
    margin-bottom: 80px;
}
/* Progress Bar Container */
.ttm-progress {
    width: 100%;
    height: 16px;
    background: rgba(255,255,255,0.20);
    border-radius: var(--border-radius-box);
    overflow: hidden;
	padding: 3px;
}

/* Progress Fill */
.ttm-progress-fill {
    height: 100%;
    width: 0;
    border-radius: var(--border-radius-box);
    background: var(--ttm-skincolor);
    transition: width 0.8s ease-in-out;
}
.ttm-user-dashboard .ttm-header-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.ttm-user-dashboard .ttm-header-wrap .ttm-submit-team-btn {
    text-transform: var(--button-text-transform);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
}
.ttm-user-dashboard .ttm-header-wrap .ttm-submit-team-btn i {
    background-color: var(--ttm-light-white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: var(--ttm-button-shape);
	margin-left: 2px;
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table th {
	padding-bottom: 12px;
	font-family: var(--body-font-family);
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table th.ttm-myteam-logo-title {
    padding-left: 0;
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table > thead > tr {
    border-bottom: 1px solid var(--ttm-bordercolor) !important;
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table tbody tr:last-child > td {
    border: 0;
    padding-bottom: 0;
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table .team-thumb {
    padding-left: 0;
}
.ttm-dashboard-inner .ttm-my-teams-table-wrapper .ttm-my-teams-table .team-thumb img {
    width: 110px;
}
.ttm-my-teams-table-wrapper .team-info-details {
    display: flex;
    gap: 40px;
}
.ttm-my-teams-table-wrapper .team-info-details span {
    font-weight: 600;
    color: var(--ttm-whitecolor);
}
.ttm-my-teams-table-wrapper .team-info-details > div:before {
    content: '';
    height: 17px;
    width: 1px;
    display: block;
    background: var(--ttm-light-white);
    position: absolute;
    right: -20px;
    rotate: 16deg;
    top: 5px;
}
.ttm-my-teams-table-wrapper .team-info-details > div:last-child:before {
    display: none;
}
.ttm-my-teams-table-wrapper .team-info-details > div {
    position: relative;
}
.ttm-my-teams-table td.team-info h5 {
    margin-bottom: 12px;
}
.ttm-my-teams-table a.ttm-edit-btn {
    width: 54px;
    height: 54px;
    line-height: 24px;
    font-size: 18px;
    background: var(--ttm-white-alpha);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape) 0;
    border: 1px solid var(--ttm-white-alpha);
}
.ttm-my-teams-table a.ttm-edit-btn:hover {
    border-color: var(--ttm-skincolor);
    background: var(--ttm-skincolor);
    color: var(--ttm-blackishcolor);
	border-radius: 0 var(--ttm-button-shape);
}
.ttm-my-teams-table a.delete-team-btn {
    color: var(--ttm-dark-red);
    font-size: 20px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid transparent;
	border-radius: var(--ttm-button-shape) 0;
}
.ttm-my-teams-table a.delete-team-btn:hover {
    border: 1px solid var(--ttm-dark-red);
    background: rgb(255 50 50 / 15%);
	border-radius: 0 var(--ttm-button-shape);
}
.ttm-my-teams-table a.delete-team-btn {
    color: var(--ttm-dark-red);
    font-size: 20px;
}
.ttm-my-teams-table a.delete-team-btn:hover i:before {
    content: '\e879';
}

/* matchbox style2 */
.ttm-dashboard-content.ttm-mymatch-wrapper .ttm-my-matches-wrapper {
    margin: 0 -15px;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    position: relative;
    z-index: 1;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams .team span {
    display: none;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams .team {
    width: 110px;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams .vs {
    height: 60px;
    width: 60px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    background: var(--ttm-white-alpha);
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s ease;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams .team.loser-team {
    opacity: 50%;
    filter: grayscale(1);
}
.ttm-dashboard-content.ttm-mymatch-wrapper {
    background: transparent;
    padding: 0;
    border: 0;
	flex: 1;
}
.gamezi-box.gamezi-box-match.gamezi-matchbox-style2 {
    background-color: var(--ttm-greycolor);
    padding: 30px 40px 40px;
    border-radius: var(--border-radius-box) 0;
    border: 1px solid var(--ttm-bordercolor);
	text-align: center;
	margin-bottom: 30px;
	position: relative;
    overflow: hidden;
}
.gamezi-matchbox-style2 .gamezi-box-top-content {
    z-index: 1;
    position: relative;
}
.gamezi-box.gamezi-box-match.gamezi-matchbox-style2:before {
    content: '';
    z-index: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(rgba(255,255,255,0), var(--ttm-skincolor), rgba(255,255,255,0) 25%);
    opacity: 0;
}
.gamezi-box.gamezi-box-match.gamezi-matchbox-style2:hover:before {
    animation: rotate 3s linear infinite;
    opacity: 1;
}
.gamezi-box.gamezi-box-match.gamezi-matchbox-style2:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: var(--ttm-greycolor);
    border-radius: var(--border-radius-box) 0;
}
.gamezi-matchbox-style2 .ttm-match-social-links-wrapper .social-icons a {
    color: var(--ttm-whitecolor);
    font-size: 22px;
    width: 36px;
}
.gamezi-matchbox-style2 .ttm-match-social-links-wrapper .social-icons a:hover {
    color: var(--ttm-skincolor);
}
.gamezi-matchbox-style2 .ttm-match-social-links-wrapper .social-icons {
    text-align: center;
    margin-top: 28px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.gamezi-matchbox-style2 .gamezi-post-item-bottom .match-date-time .match-date {
    padding-right: 35px;
    position: relative;
}
.gamezi-matchbox-style2 .gamezi-post-item-bottom .match-date-time .match-date:after {
    content: '';
    height: 18px;
    width: 1px;
    display: block;
    position: absolute;
    right: 15px;
    top: 1px;
    background: var(--body-fonts-color);
    rotate: 25deg;
}
.gamezi-matchbox-style2 .gamezi-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 6px;
}
.gamezi-matchbox-style2 .match-result-text {
    color: var(--ttm-skincolor);
}
.gamezi-matchbox-style2:hover .gamezi-post-item-top .match-teams .vs {
    background: var(--ttm-skincolor);
    color: var(--ttm-blackishcolor);
}
.gamezi-matchbox-style2 .match-teams:after {
    content: '';
    width: 130px;
    height: 130px;
    left: 0;
    right: 0;
    top: calc(50% - 130px / 2);
    bottom: auto;
    margin: auto;
    background: var(--ttm-skincolor);
    filter: blur(50px);
    display: block;
    position: absolute;
    opacity: 0.3;
    transform: scale(0);
    transition: all 0.5s ease;
    z-index: -1;
}
.gamezi-matchbox-style2:hover .match-teams:after {
    transition: all 0.5s ease;
    transform: scale(1);
} 
/* matchbox style2 */
/* Responsive Design */
@media (max-width: 1200px) {
	.sidebar-links .profile-link i.right {
		display: none;
	}
	.ttm-user-dashboard {
		display: flex;
		gap: 30px;
		margin: 0px 0px 50px;
		flex-direction: column;
	}
    .ttm-sidebar-inner .site-title {
        width: 100%;
		text-align: left;
        padding: 0 45px 0 15px;
    }
	.ttm-dashboard-sidebar .ttm-sidebar-inner {
		width: 290px;
		background: var(--ttm-blackishcolor);
		position: relative;
	}
	.ttm-dashboard-sidebar {
		-webkit-transform: translateY(-30%);
        transform: translateY(-30%);
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		position: absolute;
        z-index: 1;
		opacity: 0;
		visibility: hidden;
	}
	.ttm-header-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 30px;
	    z-index: 2;
	}
	.ttm-dashboard-sidebar.ttm-sidebar-collapsed {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	#ttm-ajpanel-close,
	#ttm-sidebar-toggle {
		display: block;
	}
	.ttm-user-dashboard .ttm-dashboard-sidebar {
        margin-bottom:0px;
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
	.ttm-dashboard-header {
        width: 100%;
        left: 0;
        z-index: 1;
        position: relative;
		margin-top: 0;
	}
}
@media (max-width: 991px) {
.gamezi-box.gamezi-box-match.gamezi-matchbox-style2 {
    padding: 30px 20px 30px;
}
}

@media (max-width: 768px) {
    .ttm-box-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ttm-header-container {
        padding: 12px 15px;
    }
    
    .ttm-user-name {
        display: none;
    }
    
    .ttm-user-email {
        display: none;
    }
    
    .ttm-dropdown-menu {
        width: 250px;
        right: -10px;
    }
	.ttm-my-teams-table-wrapper .team-info-details {
		display: block;
	}
	.ttm-my-teams-table-wrapper .team-info-details > div:before {
		display: none;
	}
	.ttm-dashboard-content.ttm-teamdashboard {
		padding: 30px 15px 20px;
	}
}

@media (max-width: 480px) {
    .ttm-dropdown-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .ttm-box-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 479px) {
.ttm-user-dashboard .ttm-header-wrap {
    display: block;
    margin-bottom: 20px;
    padding-top: 50px;
}
.ttm-my-teams-table td.team-info h5 {
	font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ttm-user-dashboard {
    margin: 0px 0px 40px;
}
.gamezi-matchbox-style2 .gamezi-post-item-top .match-teams .vs {
    height: 40px;
    line-height: 43px;
    font-size: 16px;
}
.gamezi-matchbox-style2 .gamezi-post-item-bottom .match-date-time .match-date {
    padding-right: 18px;
}
.gamezi-matchbox-style2 .gamezi-post-item-bottom .match-date-time .match-date:after {
    right: 6px;
}
}
