.main-container {
    min-height: 400px;
}

.hs {
    border-top: 1px solid;
    opacity: .15;
}
.text-justify {
    text-align: justify !important;
}
.hover-underline:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #0d6efd !important;
}
.hover-cursor:hover {
    cursor: pointer;
}
.fw-normal {
    font-weight: normal !important;
}

.fs-05 {
    font-size: .5rem !important;
}
.fs-75 {
    font-size: .75rem !important;
}

.opacity-75 {
    opacity: .75 !important;
}

#rtsHeader .header-topbar .topbar-select-area .social-item {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}
#rtsHeader .header-topbar .topbar-select-area .social-item:hover {    
    background: #1d1d1d;
}
#rtsHeader.rts-header2 .sticky-menu .navbar-part .cart-icon i {
    color: #111111;
}
.header-action-items .action-item i {
    font-size: 18px !important;
}
.cart-heading i {
    font-size: 17px;
    font-weight: 500;
    color: #404040;
}
.cart-bottom-area button {
    font-size: 17px;
}

.section-area, .section-area-top {
    margin-top: 120px;
}
.section-area {
    margin-bottom: 120px;
}
.section-title-area .pretitle {
    -webkit-text-stroke-width: 0.7px;
}

.form-label {
    margin-bottom: .2rem;
}
.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.has-error > .invalid-feedback {
    display: block;
}
.has-error > .input-group > .input-group-text {
    border-color: var(--bs-form-invalid-color);
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
td, th {
    padding: 10px 0 !important;
}
th span, .modal-footer button > span {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}
th.sortable {
    cursor: pointer;
    user-select: none;
}
.sort-icon {
    transition: opacity 0.2s ease;
}
.table td.no-wrap,
.table th.no-wrap {
    white-space: nowrap;
    overflow: visible;
    text-overflow: initial;
}
.table-ox-scroll {
    overflow-x: scroll;
}
.list-img-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.list-img-container-2 {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.list-img-container-3 {
    width: 40px;
    overflow: hidden;
}
.list-img-container img,
.list-img-container-2 img,
.list-img-container-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;    /* CLAVE: Recorta la imagen para llenar el círculo sin deformarse */
    object-position: top; /* Opcional: Centra el enfoque en la cara (parte superior) */
    transition: transform 0.6s ease;
}
.list-team-name,
.list-ghost-team-name {
    width: 120px;
}
.list-team-name {
    text-align: end;
}
.list-ghost-team-name {
    text-align: start;
}

.btn-group > .btn-group-separator,
.btn-group > .btn-last {    
    border-left: 1px solid var(--bs-btn-hover-border-color);    
}
.btn-group > .btn-last {    
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}  

.dropdown-toggle span, .dropdown-toggle-split span {
    color: inherit;
    font-weight: normal;
}
.dropdown-menu a {
    cursor: pointer;
}
.dropdown-menu a.item-disabled {
    color: #c1c1c1;
    cursor: not-allowed;
    pointer-events: none;
}

textarea.no-resize {
    resize: none;
}

.no-border {
    border: none !important;
    border-radius: 0 !important;
}
.b-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.info-box {
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    margin-bottom: 30px;
}
.info-box .info-top {
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.info-box .info-top .info-title {
    font-size: 16px;
    color: #777777;
}
.info-box .info-body .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}
.info-box .info-body .info-item .icon {
    margin-right: 10px;
    width: 20px;
}
.info-box .info-body .info-item .icon i {
    font-size: 16px;
    color: var(--theme-color);
}
.info-box .info-body .info-item span,
.info-box .info-body .info-item a {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto";
}
.info-box .info-body .info-item .q-span-info {
    width: 30px;
}
.info-box .info-body .info-item .q-span {
    margin-right: 3px;
}
.info-box .info-body .info-item .a-span {
    color: #777777;
    font-weight: 300;
}
.info-box .item-container .item-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}
.info-box .item-container .item-container-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box .item-container .item-container-title {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
}
.info-box .info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.pagination-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination-area button {
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-right: 5px;
}
.pagination-area button:hover {
    background: var(--theme-color);
    color: #fff;
}
.pagination-area button.disabled, .pagination-area button:disabled {
    color: #ccc;
    pointer-events: none;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    opacity: .9;
}
.limit-option.disabled a.dropdown-item {
    color: #6c757d !important;
    background-color: #f8f9fa !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.limit-option.disabled {
    pointer-events: none;
}

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }

.pt-30 { padding-top: 30px; }