.elementor-shortcode .subnet-wrapper{
    font-size: 14px;
}
.elementor-shortcode .subnet-wrapper h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.elementor-shortcode .subnet-wrapper p{
    font-size: 14px;
    line-height: 20px;
    color: #6D6D73;
	max-width: 600px;
}
.elementor-shortcode .subnet-wrapper .SeachInput{
    position: relative;
}
.elementor-shortcode .subnet-wrapper  .SeachInput:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/2025/11/search-normal.svg) no-repeat 0 0 transparent;
    display: block;
    left: 12px;
    top: 13px;
}
.elementor-shortcode .subnet-wrapper input#search{
    width: 260px;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    padding: 11.5px 12px 11.5px 40px;
    font-size: 14px;
    color: #6D6D73;
    line-height: 1;
}
.elementor-shortcode .subnet-wrapper .btn-group{
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    padding: 4px;
}
.elementor-shortcode .subnet-wrapper .btn-group button{
    padding: 6px 12px;
    width: 68px; 
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    color: #6D6D73;
    border: none;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.elementor-shortcode .subnet-wrapper .btn-group button.active{
    background: #F4F4F5;
    color: #000;
}
.elementor-shortcode .subnet-wrapper .btn-group button.active img{
    filter: brightness(0%);
}
.elementor-shortcode .subnet-wrapper input#search:focus{
    border-color: #000;
}
.elementor-shortcode .subnet-wrapper .table-responsive{
    border: 1px solid #E4E4E7;
    border-bottom: none;
}
.table > :not(caption) > * > *{
    background: #fff !important;
    padding: 13px 15px;
}
.elementor-shortcode .subnet-wrapper table{
    font-size: 14px;
}
.elementor-shortcode .subnet-wrapper table th,
.elementor-shortcode .subnet-wrapper table td{
    color: #6D6D73;
    line-height: 1.5;
    font-weight: 500;
    border: none !important;
    white-space: nowrap;
}
.elementor-shortcode .subnet-wrapper table tbody td{
    color: #09090B;
    font-weight: normal;
}
.elementor-shortcode .subnet-wrapper table tbody tr,
.elementor-shortcode .subnet-wrapper table tr{
    border-bottom: 1px solid #E4E4E7 !important;
    background: #fff !important;
}
.elementor-shortcode .subnet-wrapper table .badge{
    border: 1px solid #E4E4E7;
    padding: 7px 10px;
    border-radius: 10px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.btn.btn-sm.btn-link.toggle-details{
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
}
.elementor-shortcode .subnet-wrapper table tbody td span.ms-2{
    font-size: 12px;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    font-weight: bold;
    padding: 2px 6px;
}
td.payBadge{
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
}
.elementor-shortcode .subnet-wrapper .pagination-controls button{
    border: 1px solid #E4E4E7;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
}
.page-id-2744 header.elementor.fixed {
    position: relative !important;
}
.sort-icons i{
    font-size: 8px;
}
/* Custom Bootstrap tooltip style */
.tooltip-inner {
    max-width: 348px;
    background: #fff !important;
    color: #6D6D73 !important;
    font-size: 12px;
    text-align: left;
    padding: 8px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border: 1px solid #E4E4E7;
}
.tooltip-inner strong{
    color: #000;
    margin-bottom: 5px;
    display: block;
}
/* Optional: arrow color */
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #1e1e2f !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #1e1e2f !important;
}
.tooltip .tooltip-arrow::before{
    display: none !important;
}
.tooltip.show{
    opacity: 1;
}
.tooltip.bs-tooltip-bottom {
  left: 0 !important;
  transform: translateX(0) !important;
}

/* Move the tooltip arrow to match */
.tooltip.bs-tooltip-bottom .tooltip-arrow {
  left: 15px !important;
}

.elementor-shortcode .subnet-wrapper table tbody tr.details-row td{
    padding: 0 !important;
}
.elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content{
    padding: 24px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div{
    width: calc(33.3% - 16px);
}
.elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div:last-child{
    width: 100%;
}
.elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div strong{
    display: block;
    color: #6D6D73;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div p{
    border: 1px solid #E4E4E7;
    background: #fff;
    border-radius: 10px;
    color: #09090B;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    min-height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: normal;
    max-width: 100%;
}
@media screen and (max-width: 1300px) {
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content {
        padding: 16px;
        background: #fafafa;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div{
        width: calc(33.3% - 11px);
    }
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div strong,
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div p {
        font-size: 13px;
        line-height: 18px;
    }
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div p{
        padding: 6px 8px;
        min-height: 50px;
    }
}
@media screen and (max-width: 1200px) {
	.elementor-shortcode .subnet-wrapper p{
		max-width: 480px;
	}
}
@media screen and (max-width: 1024px) {
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div strong,
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div p {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div strong,
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div p {
        font-size: 11px;
    }
    .elementor-shortcode .subnet-wrapper table tbody tr.details-row td .details-content div{
        width: calc(50% - 8px);
    }
}
@media screen and (max-width: 1300px) {
    .elementor-shortcode .subnet-wrapper table{
        font-size: 13px;
    }
    .elementor-shortcode .subnet-wrapper table .badge {
        padding: 5px 7.5px;
        font-size: 13px;
    }
    .table > :not(caption) > * > * {
        padding: 10px 12px;
    }
}
@media screen and (max-width: 1024px) {
    .elementor-shortcode .subnet-wrapper p{
        max-width: 360px;
    }
    .elementor-shortcode .subnet-wrapper input#search{
        width: 220px;
    }
    .elementor-shortcode .subnet-wrapper table{
        font-size: 12px;
    }
    .elementor-shortcode .subnet-wrapper table .badge {
        padding: 5px;
        font-size: 12px;
    }
    .table > :not(caption) > * > * {
        padding: 8px 10px;
    }
    .btn.btn-sm.btn-link.toggle-details{
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 880px) {
    .elementor-shortcode .subnet-wrapper p{
        max-width: 280px;
    }
    .elementor-shortcode .subnet-wrapper input#search{
        width: 200px;
    }
    .elementor-shortcode .subnet-wrapper table,
    .elementor-shortcode .subnet-wrapper table .badge {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-shortcode .subnet-wrapper{
        font-size: 13px;
    }
    .elementor-shortcode .subnet-wrapper .align-items-end{
        max-width: 353px;
        margin: 0 auto;
    }
    .elementor-shortcode .subnet-wrapper p{
        max-width: 100%;
        font-size: 13px;
    }
    .RowPer{
        display: none !important;
    }
    .tooltip-inner {
        max-width: 260px;
        font-size: 11px;
    }
}
@media screen and (max-width: 400px) {
    .elementor-shortcode .subnet-wrapper .align-items-end{
        max-width: 333px;
    }
    .elementor-shortcode .subnet-wrapper input#search{
        width: 180px;
    }
}
@media screen and (max-width: 375px) {
    .elementor-shortcode .subnet-wrapper .align-items-end{
        max-width: 313px;
    }
    .elementor-shortcode .subnet-wrapper input#search{
        width: 150px;
    }
}