.table__responsive {
    overflow: auto;
    max-width: 100%
}
/* Pagination */
.competition__paginations {
    margin-top: 24px
}

.competition__paginations ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    padding: 0;
    background: #ffffff;
    width: max-content;
    overflow: hidden
}

.competition__paginations ul li {
    margin: 0;
    box-sizing: content-box;
    padding: 0
}

.competition__paginations ul li:first-child a {
    border-left: 1px solid #ee323f
}

.competition__paginations ul li:before {
    content: none
}

.competition__paginations ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.25px;
    color: #b7bbc2;
    border-right: 1px solid #F1F2F4;
    border-top: 1px solid #F1F2F4;
    border-bottom: 1px solid #F1F2F4;
    transition: .4s
}

.competition__paginations ul li a i {
    font-size: 10px;
    line-height: 20px
}

.competition__paginations ul li a:hover {
    background: #ee323f;
    color: #fff;
    border-color: #ee323f
}

.competition__paginations ul li a.disabled {
    background: #F7F8F9;
    border-color: #f1f2f4
}

.competition__paginations ul li a.disabled i {
    color: #b7bbc2
}

.competition__paginations ul li.active a {
    background: #ee323f;
    color: #fff;
    border-color: #ee323f
}

/* Filter */
.competition__filter {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #ee323f;
    border-radius: 10px;
    margin-bottom: 30px;
    column-gap: 10px;

}

.competition__filter input {
    width: 80%;
    outline: 0;
    border-radius: 10px !important;
}

.competition__filter button {
    flex: 1;
    padding: 12px !important;
    border-radius: 10px !important;
}

.competition__filter input:focus {
    border: 0;
    outline: 0;
}

/* Table */


.competition__table {
    border-collapse: collapse;

    border: 1px solid #e1e4e8;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.competition__table thead th {
    background: #ee323f;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 12px 8px;
    width: max-content;
    text-align: left;
    border-bottom: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8
}

@media (min-width: 992px) {
    .competition__table thead th {
        font-size:14px;
        line-height: 20px
    }
}

.competition__table thead th.transparent {
    background: #ffffff
}

.competition__table thead th.no-border {
    border-right: none
}

.competition__table tr {
    transition: all 0.3s;
}

.competition__table tr.hidden {
    display: none;
    opacity: 0;
}

.competition__table tr.collapsed td{
    background: #BACDDB !important;
}

.competition__table tr.active {
    background-color: #4CAF50;
    color: white;
}

.competition__table tbody td {
    background: #ffffff;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #050f21;
    padding: 16px 8px;
    border-bottom: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8
}

@media (min-width: 992px) {
    .competition__table tbody td {
        font-size:14px;
        line-height: 20px
    }
}

.competition__table tbody td .d-flex {
    flex-wrap: wrap
}

.competition__table tbody td .d-flex .text {
    flex: 0 0 auto;
    width: calc(100% - 28px)
}

.competition__table tbody td .d-flex .btn {
    align-self: center
}

.competition__table tbody td a,.competition__table tbody td .information {
    color: #387d71
}

.competition__table tbody td .information .icon-20 {
    width: 13px;
    margin-right: 8px
}

.competition__table tbody td .more__detail__button {
    background-color: transparent;
    padding: 0
}

.competition__table tbody td .more__detail__button.show i {
    transform: rotateX(180deg);
    color: #387d71
}

.competition__table tbody td .more__detail__button i {
    margin: 0;
    color: #b0b7c3;
    font-size: 14px;
    line-height: 20px
}

.competition__table tbody td .btn {
    display: inline-flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    background: #f0faf8;
    border-radius: 100%
}

.competition__table tbody td .btn .icon-20 {
    width: 11px;
    height: 20px
}

.competition__table tbody td .btn .icon-20 i {
    color: #387d71;
    font-size: 11px;
    line-height: 20px
}

.competition__table tbody .more__detail:not(.show) {
    display: none
}

.competition__table tbody tr:hover td,.competition__table tbody tr:hover i {
    background: #BACDDB;
}

.competition__table tbody tr.more__detail__show td {
    color: #387d71;
    background-color: #f0faf8
}

.competition__table tbody tr.more__detail td {
    background: #fafbfb
}

.competition__table tbody tr.more__detail .more__detail__content .col-lg-2 {
    align-self: center
}

.competition__table tbody tr.more__detail .more__detail__content .col-lg-2:last-child {
    text-align: center
}

.competition__table tbody tr.more__detail .more__detail__content .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8a94a6;
    margin-bottom: 4px
}

.competition__table tbody tr.more__detail .more__detail__content .content {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.competition__table tbody tr.more__detail .more__detail__content .content_mb {
    margin-bottom: 4px
}

.desktop__table {
    display: none
}

@media (min-width: 992px) {
    .desktop__table {
        display:block
    }
}

.mobile__table {
    display: block
}

@media (min-width: 992px) {
    .mobile__table {
        display:none
    }
}

.mobile__table .table__content {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e4e8
}

.mobile__table .table__content .table__body .d-flex .left {
    flex: 0 0 auto;
    width: calc(100% - 60px);
    padding: 20px 16px;
    border-right: 1px solid #e1e4e8
}

.mobile__table .table__content .table__body .d-flex .left .title,.mobile__table .table__content .table__body .d-flex .left .sub__title {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #050f21;
    margin-bottom: 10px
}

.mobile__table .table__content .table__body .d-flex .left .more__link a {
    display: flex
}

.mobile__table .table__content .table__body .d-flex .left .more__link a span {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #387d71
}

.mobile__table .table__content .table__body .d-flex .left .more__link a i {
    margin-left: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #387d71
}

.mobile__table .table__content .table__body .d-flex .right {
    flex: 0 0 auto;
    width: 60px
}

.mobile__table .table__content .table__body .d-flex .right .top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    border-bottom: 1px solid #e1e4e8
}

.mobile__table .table__content .table__body .d-flex .right .top .share--show {
    width: 28px;
    height: 28px;
    background: #f0faf8;
    border-radius: 100%;
    cursor: pointer
}

.mobile__table .table__content .table__body .d-flex .right .top .share--show i {
    font-size: 11px;
    line-height: 20px;
    color: #387d71
}

.mobile__table .table__content .table__body .d-flex .right .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%
}

.mobile__table .table__content .table__body .d-flex .right .bottom .more__detail__button {
    background-color: transparent;
    padding: 0
}

.mobile__table .table__content .table__body .d-flex .right .bottom .more__detail__button.show i {
    transform: rotateX(180deg);
    color: #387d71
}

.mobile__table .table__content .table__body .d-flex .right .bottom .more__detail__button i {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #8a94a6
}

.mobile__table .table__content .table__body:not(:first-child) {
    border-top: 1px solid #e1e4e8
}

.mobile__table .table__content .table__body .more__detail:not(.show) {
    display: none
}

.mobile__table .table__content .table__body .more__detail__content {
    background: #fafbfb;
    padding: 20px 16px;
    border-top: 1px solid #e1e4e8
}

.mobile__table .table__content .table__body .more__detail__content .d-flex {
    flex-wrap: wrap;
    margin-top: -10px
}

.mobile__table .table__content .table__body .more__detail__content .d-flex>* {
    padding-top: 10px
}

.mobile__table .table__content .table__body .more__detail__content .d-flex .title {
    width: 50%;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8a94a6
}

.mobile__table .table__content .table__body .more__detail__content .d-flex .content {
    width: 50%;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #050f21
}
.activeRow td{
    background: #BACDDB !important;
}
.form__control {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #050f21;
    width: 100%;
    padding: 14px 16px
}

.form__control::placeholder {
    color: #8a94a6
}

.tooltip {
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Styling for the tooltip text */
.tooltip-text {
    visibility: hidden;
    background-color: #2C3E50;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 99;
    bottom: 80%;
    left: 0;
    margin-left: -75px; /* Adjust this value based on your tooltip width */
    opacity: 0;
    transition: opacity 0.3s;

}

.hidden-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
    padding: 0 5px;
}
