/* Custom Css */
.blockOverlay, .blockElement, .blockPage {
    z-index: 9999 !important;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    margin: 0 !important;
    margin-bottom: .5rem;
}

.dt-flag-img, .dt-flag-img-rounded {
    height: 40px;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    margin: 0 !important;
    margin-bottom: .5rem;
}

img#league-logo-preview {
    width: 100%;
    height: auto;
    display: block;
}

.leagues_table_image {
    width: 100px;
    height: 100px;
}

.upload_zone {
    min-height: 80px;
    border: 2px dashed #D9D9D9;
    background: transparent;
    position: relative;
    border-radius: 10px;

    /* border: 2px dashed transparent;
    border-image: linear-gradient(101.08deg, #21112D 2.11%, #21112D 52.03%, #6C3893 100%);
    border-image-slice: 1; */
}

.upload_zone_text {
    color: #21112D;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
}

.upload_zone img {
    width: 100%;
    object-fit: contain;
}

.upload_box {
    font-size: 1.2rem;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.upload_box::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%237367f0\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-download\'%3E%3Cpath d=\'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\'%3E%3C/path%3E%3Cpolyline points=\'7 10 12 15 17 10\'%3E%3C/polyline%3E%3Cline x1=\'12\' y1=\'15\' x2=\'12\' y2=\'3\'%3E%3C/line%3E%3C/svg%3E");
    font-size: 80px;
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 1;
    z-index: 2;
    color: #D9D9D9;
    text-indent: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.form-label-zone {
    width: 100%;
}

.dt-color {
    padding: 0;
}

.tag-card {
    display: inline-block;
    padding: .486rem 1rem;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bolder;
}

a.btn.btn-sm.btn-info {
    padding: 9px;
}

.form-label span {
    display: block;
    margin-bottom: 0.2857rem;
}

.time_input {
    min-height: 38px;
}

.date_times span {
    display: block;
    text-align: center;
}

.date_times span:not(:last-child) {
    margin-bottom: 3px;
    /* border-bottom: 1px solid #a9adb4; */
}

.vibe_table_image {
    width: 100px;
    height: auto;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 15rem;
}

.text-center h4, .text-center span, .capitalize {
    text-transform: capitalize;
}

.dark-layout .swal2-container .swal2-validation-message {
    background-color: #161d3100;
    color: #bd4b51;
    text-align: left;
    margin: 0em 2em 0;
    justify-content: flex-start;
}

.checked-star {
    color: gold;
}

.checked-star-half::after {
    color: gold;
    content: "\f089";
    position: relative;
}

.checked-star-half::before {
    content: "\f005";
    color: darkgray;
    position: absolute;
}

.un-checked-star {
    color: darkgray;
}

md-autocomplete .md-show-clear-button button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.autocomplete-dropdown-item img {
    width: 30px;
    margin: 3px;
}

.full_autoComplete {
    border: 1px groove #82868b;
    padding: 12px;
    border-radius: 10px;
}

.filter_autoComplete {
    background: #00000020;
    border-radius: 8px;
}

.btn_filter_autoComplete {
    width: 30px;
    padding: 0;
    height: 30px;
    margin-bottom: 6px;
}

.jq-ry-normal-group svg {
    width: 25px;
    padding: 1px
}

.jq-ry-rated-group svg {
    width: 25px;
    padding: 1px
}

md-autocomplete .md-show-clear-button button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.autocomplete-dropdown-item img {
    width: 30px;
    margin: 3px;
}

.full_autoComplete {
    border: 1px groove #82868b;
    padding: 12px;
    border-radius: 10px;
}

.filter_autoComplete {
    background: #00000020;
    border-radius: 8px;
}

.btn_filter_autoComplete {
    width: 30px;
    padding: 0;
    height: 30px;
    margin-bottom: 6px;
}

tags-input .tags {
    display: block;
    padding: .4rem .4rem;
    font-size: 1rem;
    background-clip: padding-box;
    border: 1px solid #D8D6DE;
    background: none;
    appearance: none;
    border-radius: .357rem;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

tags-input .tags input {
    background: none;
    height: 0px;
    color: #6E6B7B;
}

.dark-layout tags-input .tags input {
    color: #B4B7BD;
}

tags-input .tags input::-ms-input-placeholder {
    color: #6E6B7B;
}

tags-input .tags .tag-item {
    background: var(--main-color) !important;
}

tags-input .tags .tag-item span {
    color: var(--main-text-color) !important;
}

tags-input .tags .tag-item a {
    color: var(--main-text-color) !important;
}

@media (min-width: 1440px) {
    .col-xxl-8-in-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}
.name_initials{
    height: 32px;
    width: 32px;
    padding: 0.3rem;
    border-radius: 50%;
}

/* Breadcrumbs Style Start */
.breadcrumb-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
}

.athletes-title {
    font-size: 20px;
    /* color: #B4B7BD; */
    color: #60636a;
    font-weight: 500;
}

.breadcrumb {
    margin: 0;
    display: flex;
    list-style: none;
    font-size: 14px;
    color: #555;
}

.breadcrumb-item {
    display: inline;
    margin-right: 10px;
    /* position: relative; */
}

.breadcrumb-link {
    text-decoration: none;
    /* color: #007bff; */
    color: #6D3A95;
    font-weight: 500;
}

.breadcrumb-link:hover {
    color: #0056b3;
}
/* Breadcrumbs Style End */

/* Full Profile Start */
.profile_pencil{
    width: 40px;
    height: 40px;
    border-color: white;
    border-width: 3px;
}
.a_pencil{
    /* color: white; */
    text-decoration: none;
    color: inherit;
}
.a_pencil:hover {
    background-color: #e2e2e2;
    /* border-color: white; */
}

.a_pencil:hover i {
    color: #0b0b0b;
}
/* Full Profile End */

/* Admin Remove Phone Button Start*/
.close-button {
    color: #dc3545;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D6DE;
    border-radius: 5px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.close-button:hover {
    /* border: 1px solid #dc3545; */
    color: #5E5873;
}
/* Admin Remove Phone Button End*/

/* Button Style Start*/
.add-btn{
    /* background: linear-gradient(45deg, #21112D, #6C3893); */
    background: linear-gradient(101.08deg, #21112D 2.11%, #21112D 52.03%, #6C3893 100%);
    color: #FFFFFF;
    border-radius: 8px;
    padding: 15px 16px 15px 16px;
    /* padding: 10px 11px 10px 11px; */
    font-weight: 500;
    font-size: 15px;
    /* line-height: 22px; */
}

.cancel-btn{
    background: #FFFFFF;
    color: #474647;
    border-radius: 8px;
    padding: 15px 16px 15px 16px;
    /* padding: 10px 11px 10px 11px; */
    border: 1.5px solid #DEDCE0;
    font-weight: 500;
    font-size: 15px;
    /* line-height: 22px; */
}

.add-btn:hover{
    /* box-shadow: 0 0 10px 1px var(--main-color); */
    color: #FFFFFF !important;
    background: linear-gradient(101.08deg, #0F0814 2.11%, #21112D 52.03%, #5A2E7A 100%);
}

.cancel-btn:hover{
    /* box-shadow: 0 0 10px 1px var(--main-color); */
    color: #000000 !important;
    background: #F6F6F6;
}

.inactive_btn{
    background: #C2C2D5;
    color: #000000;
}

/* Button Style End*/

/* Custom Pagination Style Start */
.page-item.active .page-link {
    border-radius: 0.5rem;
}
/* Custom Pagination Style End */

/* Custom Dropdown Design Start */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d8d6de' class='feather feather-chevron-down'%3e%3cpolyline points='5 8 12 16 19 8' fill='%23d8d6de'%3e%3c/polyline%3e%3c/svg%3e");
    background-size: 1.5em; /* Adjust size as needed */
}
/* Custom Dropdown Design End */

/* Star New Design Start */
.checked-star_new {
    color: #EACD3A;
}

.checked-star-half_new {
    color: #EACD3A;
    position: relative;
}

.un-checked-star_new {
    color: #EACD3A;
}
/* Star New Design End */

/* User Data Start */
.user_card {
    display: flex;
    align-items: center;
    border: 1px solid #F0F0F0;
    border-radius: 12px; /* Increased from 8px to 12px */
    padding: 12px; /* Increased from 6px to 12px */
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 20px auto; /* Increased from 16px to 20px */
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Added subtle shadow */
}

.user_profile {
    margin-right: 4px; /* Increased from 2px to 4px */
}

.user_details {
    display: flex;
    flex-direction: column;
}

.user_name {
    font-size: 18px; /* Increased from 16px to 18px */
    font-weight: bold;
    color: #2a2a2a;
    margin: 0;
}

.user_email {
    display: flex;
    align-items: center;
    font-size: 13px; /* Increased from 12px to 13px */
    color: #6a6a6a;
    margin-top: 6px; /* Increased from 4px to 6px */
    white-space: normal;
    word-break: break-word;
}

.user_email-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #6a6a6a;
}
/* User Data End */

/* Verify Badge Start */
.badge-verified {
    background-color: #E8F7E8;
    color: #19AD19;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
  }
  .badge-verified .feather-icon {
    margin-right: 5px;
  }
/* Verify Badge End */

/* User Data Card Start */
.user_data_card {
    display: flex;
    align-items: center;
    padding: 14px;
    width: 100%;
    max-width: 400px;
    /* margin: 16px auto;  */
    /* box-sizing: border-box; */
}

.user_data_profile {
    margin-right: 2px;
}

.user_data_details {
    display: flex;
    flex-direction: column;
}

.user_data_name {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.user_data_email {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6a6a6a;
    margin-top: 4px;
    white-space: normal;
    word-break: break-word;
}

.user_data_email-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #6a6a6a;
}

.checkbox-container {
    margin-right: 12px;
}
/* User Data Card End */

/* Pills- Nav Links Start */
.nav-tabs .nav-link {
    padding: 8px 16px 8px 16px;
    gap: 12px;
    border-radius: 16px;
    /* background-color: #f6f6f6; */
    /* background-color: #DCDBE140; */
    margin-right: 10px;
    color: #6B6B89;
    font-size: 16px;
    box-shadow: 0px 10px 34px 0px #DCDBE140;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 34px 0px #DCDBE1;
}

.nav-tabs .nav-link:after {
    background: none !important;
}

/* Pills- Nav Links End */

/* Cover Photo Section */
.cover-photo-section {
    position: relative;
    width: 100%;
    height: 200px; /* Match the height of your cover image */
    /* border-radius: 8px; */
    background-color: #F6F6F6;
    margin: 0;
    padding: 0;
}

.cover-photo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cover-photo {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    display: block;
}
.no_cover_photo{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #6B6B89;
}
.placeholder-cover {
    text-align: center;
    color: #aaa;
}

.placeholder-cover i {
    font-size: 24px;
    margin-bottom: 8px;
    color: #ccc;
}

.placeholder-cover p {
    font-size: 14px;
    margin: 0;
}

/* Profile Picture Section */
.logo-picture-wrapper.half-overlap {
    position: absolute;
    bottom: -50px;
    left: 10%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: transparent;
    overflow: hidden;
}

.logo-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 4px solid white;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placeholder-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    font-size: 24px;
    color: #ccc;
    border-radius: 50%;
}

.placeholder-logo i {
    font-size: 36px;
    color: #ccc;
}

.placeholder-logo:hover {
    color: #888;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cover-photo-section {
        height: 150px; /* Adjust for smaller screens */
    }

    .logo-picture-wrapper.half-overlap {
        bottom: -40px;
        left: 10%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
    }

    .logo-picture {
        width: 100px;
        height: 100px;
    }

    .cover-photo {
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .cover-photo-section {
        height: 120px; /* Adjust further for very small screens */
    }

    .logo-picture-wrapper.half-overlap {
        bottom: -30px;
        left: 14%;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
    }

    .logo-picture {
        width: 80px;
        height: 80px;
    }

    .cover-photo {
        object-fit: cover;
    }

    .pt-1 {
        padding-top: 0.5rem;
    }

    .text-end {
        text-align: center;
    }
}

.my-section {
    position: relative;
    /* margin-top: 80px; */
    background-color: #FFFFFF;
    margin-top: 0px;
}

.profile_header{
    color: #21112D;
    margin-left: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    padding-top: 10px;
}

.profile_sub_header{
    color: #6B6B89;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 80%; /* Adjust percentage as needed */
    display: block;

}

.db_card_header{
    color:#21112D;
    font-weight: 500;
    font-size: 20px;
    padding:10px;
}
.db_card_sub_header{
    color:#474647;
    font-weight: 400;
    font-size: 16px;
    max-width: 80%;
    padding:10px;
}

.logo_circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* object-fit: cover; */
    display: block;
    margin: auto;
}

.preview_on_mobile {
	width: 260px;
	height: 400px;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
	border-top: 40px solid #333;
	border-bottom: 40px solid #333;
	border-radius: 20px;
	margin: 30px auto;
}
.preview_on_mobile_title{
    color:#21112D;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: center; /* Center everything initially */
    position: relative; /* Allows absolute positioning */
    width: 100%;
}

.offcanvas-header .btn-close {
    position: absolute;
    left: 0; /* Moves the close button to the left */
}


.fetch_details {
	width: 126px;
	height: 34px;
	margin: 10px auto;
    background-color: #FBF5FF;
    color: #000000;
    padding: 8px 16px 8px 16px;
    gap: 10px;
    border-radius: 10px;
    opacity: 0px;
}

#crop-info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Connect to stripe Button Start */
.connect_to_stripe {
    /* Layout */
    display: flex;
    flex-direction: row; /* Horizontal flow */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: fit-content; /* Hug content (153px) */
    height: 36px; /* Fixed height */
    border-radius: 8px;
    border: 1.5px solid #21112D; /* Updated border width */
    padding: 15px 16px 15px 16px;
    gap: 8px;

    /* Colors */
    background-color: #FFFFFF; /* Typography/White */
    color: #21112D; /* Typography/Black */

    /* Typography - Web body/14 Medium */
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center; /* Horizontal alignment */

    /* Remove invalid opacity value */
    /* opacity: 0px; - This was invalid, removed */
}
/* Connect to stripe Button End */


/* add social link Button Start */
.add_social_link{
    color: #6D3A95;
    font-size:18px;
    font-weight:bold;
}
/* add social link Button End */

/* profile Tags Start */
.tags-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#tags-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
}

.remove-tag-btn {
    margin-left: 5px;
    background: none;
    border: none;
    color: #ff0000;
    font-size: 14px;
    cursor: pointer;
}

.remove-tag-btn:hover {
    color: #cc0000;
}
/* profile Tags End */

.form-check-primary .form-check-input:checked {
    background-color: #19AD19;
}

/* Media Cards and Pagination Start */
.my_media_card{
    width: 24rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 44px; /* Approximate height for 2 lines */
}

.card-thumbnail {
    position: relative;
    width: 100%;
    height: 236px;
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0px 10px 34px 0px #DCDBE1;
}

.card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.grey_box {
    background: rgba(0, 0, 0, 0.4);
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}

.media_title{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #21112D;
    margin-bottom: 10px;
    margin-top: 10px;
}

.media_description{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #474647;
}

.play-icon {
    font-size: 1.5rem;
    color: white;
    /* background: rgba(0, 0, 0, 0.6); */
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image_badge {
    display: inline-block;
    font-size: 0.75rem;
    padding: 6px 12px 6px 12px;
    border-radius: 16px;
    /* background: #D0CDD2; */
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
}

.icon-button {
    cursor: pointer;
    padding: 5px; /* Optional: add some padding to the icons */
    display: inline-block;
}

.icon-button i {
    font-size: 1.5rem; /* Adjust icon size */
    color: white;
}

.my_pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2px;
    padding: 5px;
}

.my_pagination #entries-info {
    text-align: left;
    font-size: 14px;
}

.my_pagination #pagination {
    background-color: #F3F2F7;
    border-radius: 15px;
    text-align: right;
}

.my_pagination .active {
    background-color: var(--main-color);
    color: white;
}
/* Media Cards and Pagination End */

.badge-success-athlete-type {
    background-color: #e3efe3;
    color: #19AD19;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
 }
.badge-primary-athlete-type {
    background-color: #e1e6eb;
    color: #2E94DC;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.no-bg {
    background-color: transparent !important;
    /* border: none; */
    box-shadow: none;
    cursor: default;
}

.badge-active-membership-type {
    background-color: #19AD191A;
    color: #19AD19;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
 }

.badge-pending-membership-type {
    background-color: #EACD3A1A;
    color: #DCAE2E;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.badge-expired-membership-type {
    background-color: #f4d9da;
    color: #d83646;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.badge-canceled-membership-type {
    background-color: #e1e6eb;
    color: #2E94DC;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.badge-blocked-membership-type {
    background-color: #f1f9c7;
    color: #ede730;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.preview_on_mobile_btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #474647;
    border-radius: 8px;
    border: 1.5px solid #DEDCE0;
    background-color: #FFFFFF;
}

/* Pagination New Start */
/* .dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dataTables_paginate .pagination {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    justify-content: center;
}

.dataTables_paginate .pagination li a {
    border-radius: 6px !important;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #21112D;
}

.page-item.disabled .page-link {
    background-color: #FFFFFF;
}

.page-item.active {
 background-color: #FFFFFF;
}

.dataTables_paginate .pagination li.active a {
    background: linear-gradient(101.08deg, #21112D 2.11%, #21112D 52.03%, #6C3893 100%);
    color: white;
    border: none;
}

.dataTables_paginate .pagination .previous {
    margin-right: auto;
}

.dataTables_paginate .pagination .next {
    margin-left: auto;
} */
/* Pagination New End */

.empty_table_title{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #6B6B89;
}

.empty_table_description{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #6B6B89;
}

.label_title{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #474647;
}

/* SP Vault Start */
.vault_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #21112D;
}
.folder_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #474647;
}
.shared_with{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6B6B89;
}
.shared_with_text{
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #6B6B89;
}
.file_name{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #474647;
}
.file_extension{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #474647;
}
.date_size{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6B6B89;
}
.card-box{
    box-shadow: 0px 10px 34px 0px #DCDBE1;
    border-radius: 16px;
}
.popup-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6B6B89;
}
.popup-title-free{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #6B6B89;
}

.faq-list-table table {
  display: none !important;
}

.faq_card{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 20px !important;
}

.faq_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #21112D;
    margin: 0px;
}

.faq_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #474647;
    margin: 0px;
    max-width: 95%;
}

/* SP Vault End */

.myShortName {
    max-width: 130px; /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.feeds_modal_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #21112D;
}

/* SP Post Start */
.user-my-network-post-list-table {
  display: none !important;
}

.user-wevolv-network-post-list-table {
  display: none !important;
}

.post_card{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 20px !important;
}

.post_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #21112D;
}

.post_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #474647;
}

.post_image{
    white-space: nowrap;
    background-color: #dbd8eb;
    border-radius: 20px;
    position: relative;
    display: inline-flex;
}
/* SP Post End */

/* SP Question Start */
.user-my-network-question-list-table {
  display: none !important;
}

.user-wevolv-network-question-list-table {
  display: none !important;
}

.question_card{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 20px !important;
}

.author-question-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #21112D;
}

.author-question-date{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B6B89;
}

.question-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #21112D;
}

.question-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #474647;
}

.author-comment-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #21112D;
}

.author-comment-date{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #474647;
}

.view-more-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    color: #6D3A95;
    cursor: pointer;
    display: inline-block;
}

/* SP Question End */

/* SP Vibe Start */
.user-my-network-vibe-list-table {
  display: none !important;
}

.user-wevolv-network-vibe-list-table {
  display: none !important;
}

.vibe_card{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 20px !important;
}

.vibe_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #21112D;
}

.vibe_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #474647;
}

.span-display {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.span-display span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}
/* SP Vibe End */

/* Pricing Card Button Hover Effects */
.pricing-btn {
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pricing-btn.btn-primary:hover:not(:disabled) {
    background-color: #0056b3;
    border-color: #0056b3;
}

.pricing-btn.btn-outline-primary:hover:not(:disabled) {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pricing-btn.btn-info:hover:not(:disabled) {
    background-color: #138496;
    border-color: #138496;
}

/* Pricing Card Layout */
.pricing-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.pricing-card .card-body {
    height: 100%;
}

.pricing-features {
    min-height: 200px;
}

/* Sidebar Subscription Status */
.brand-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subscription-badge {
    margin-left: 18px; /* Move subscription badge a little to the right */
}

/* Hide subscription badge when menu is collapsed */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .subscription-badge {
    display: none;
}

/* Hide user name (SP name) in dropdown when menu is collapsed */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .user-name {
    display: none;
}

/* Hide user status (role name) in dropdown when menu is collapsed */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .user-status {
    display: none;
}

/* Hide avatar (Wevolv icon) in dropdown when menu is collapsed */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .avatar {
    display: none;
}

/* Hide entire user dropdown when menu is collapsed */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .dropdown-user {
    display: none;
}

.subscription-status {
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contract Analyzer Tool Button - Wevolv Brand Colors */
.btn-wevolv-contract-tool {
    background: linear-gradient(101.08deg, #21112D 0%, #21112D 40%, #6C3893 100%);
    border: 1.5px solid #6D3A95;
    color: white;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
}

.btn-wevolv-contract-tool:hover {
    background: linear-gradient(101.08deg, #2a1a3a 0%, #2a1a3a 40%, #7d42a8 100%);
    border-color: #7d42a8;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(109, 58, 149, 0.3);
}

.btn-wevolv-contract-tool:focus {
    background: linear-gradient(101.08deg, #21112D 0%, #21112D 40%, #6C3893 100%);
    border-color: #6D3A95;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(109, 58, 149, 0.25);
}

.btn-wevolv-contract-tool:active {
    background: linear-gradient(101.08deg, #1a0e24 0%, #1a0e24 40%, #5a2e7a 100%);
    border-color: #5a2e7a;
    color: white;
    transform: translateY(0);
}

.btn-wevolv-contract-tool:disabled {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    opacity: 0.65;
    transform: none;
    box-shadow: none;
}

.btn-wevolv-contract-tool:disabled:hover {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: none;
    box-shadow: none;
}

/* Contract Analysis Buttons - Wevolv Brand Colors */
.btn-wevolv-analysis {
    background: linear-gradient(101.08deg, #6D3A95 0%, #6C3893 100%);
    border: 1px solid #6D3A95;
    color: white;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.875rem;
}

.btn-wevolv-analysis:hover {
    background: linear-gradient(101.08deg, #7d42a8 0%, #7d42a8 100%);
    border-color: #7d42a8;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(109, 58, 149, 0.3);
}

.btn-wevolv-analysis:focus {
    background: linear-gradient(101.08deg, #6D3A95 0%, #6C3893 100%);
    border-color: #6D3A95;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(109, 58, 149, 0.25);
}

.btn-wevolv-analysis:active {
    background: linear-gradient(101.08deg, #5a2e7a 0%, #5a2e7a 100%);
    border-color: #5a2e7a;
    color: white;
    transform: translateY(0);
}

.btn-wevolv-analysis:disabled {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    opacity: 0.65;
    transform: none;
    box-shadow: none;
}

.btn-wevolv-analysis:disabled:hover {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: none;
    box-shadow: none;
}

/* Contract Scraped Data Button - Wevolv Brand Colors */
.btn-wevolv-scrapped {
    background: linear-gradient(101.08deg, #21112D 0%, #6D3A95 100%);
    border: 1px solid #6D3A95;
    color: white;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.875rem;
}

.btn-wevolv-scrapped:hover {
    background: linear-gradient(101.08deg, #2a1a3a 0%, #7d42a8 100%);
    border-color: #7d42a8;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(109, 58, 149, 0.3);
}

.btn-wevolv-scrapped:focus {
    background: linear-gradient(101.08deg, #21112D 0%, #6D3A95 100%);
    border-color: #6D3A95;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(109, 58, 149, 0.25);
}

.btn-wevolv-scrapped:active {
    background: linear-gradient(101.08deg, #1a0e24 0%, #5a2e7a 100%);
    border-color: #5a2e7a;
    color: white;
    transform: translateY(0);
}

.btn-wevolv-scrapped:disabled {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    opacity: 0.65;
    transform: none;
    box-shadow: none;
}

.btn-wevolv-scrapped:disabled:hover {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: none;
    box-shadow: none;
}
