.detail-page .g-col .center-col {
    width: calc(100% - 320px);
}
/* .detail-page .winner-card .add-list li:not(:last-child) {
    margin-bottom: 5px;
} */
.detail-page .winner-card .add-list li p {
    display: flex;
    width: 100%;
    gap: 0 100px;;
}
.detail-page .winner-card .add-list li span {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    width: calc(100% - 202px);
}
.detail-page .winner-card .won-card  .add-list li span {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    width: calc(100% - 202px);
}
.winner-card .won-card .add-list li p {
    gap: 0 80px;
}
.detail-page .winner-card .won-card .add-list li b {
    width: 96px;
    color: #424242;
    font-weight: 700;
}
.detail-page .winner-card .add-list li p a {
    text-decoration: none;
}
.detail-page .pills {
    padding: 4px 14px;
    border-radius: 50px;
    background-color: #fbfaec;
    display: inline-block;
    /* margin-right: 10px; */
}
.won-card {
    display: flex;
    flex-wrap: wrap;
}
.detail-page .add-list {
    margin-bottom: 0;
}
.left-won {
    width: calc(100% - 227px);
}
.won-card .btn-list button {
    display: inline-block;
    padding: 7px 23px 9px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    background-color: #0e8444;
    border: 2px solid transparent;
    color: #fff;
    transition: 0.5s;
}
.won-card .btn-list-2 button {
    display: inline-block;
    padding: 7px 23px 9px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    background-color: #d00d0d;
    border: 2px solid transparent;
    color: #fff;
    transition: 0.5s;
}
.won-card .btn-list .select-btn {
    background-color: #fbfaec;
    color: #424242;
    margin-left: 15px;
    display: inline-block;
    padding: 7px 30px 9px 25px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: 0.5s;
    appearance: none;
    background:  url("../public/assets/images/angle-down.png") no-repeat 149px , #fbfaec;
    width: 180px;
}
.won-card .btn-list .select-btn:focus-visible {
    outline: none;
}
.btn-yellow {
    padding: 7px 40px 9px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    background-color: #ffba00;
    border: 2px solid transparent;
    color: #4f4e4e;
    transition: 0.5s;
}
.tabs-body button {
    width: 196px;
}
.tabs-body .nav-tabs .nav-item.show .nav-link, .tabs-body .nav-tabs .nav-link.active {
    background-color: #0e8444;
    color: #fff;
}
.tabs-body .nav-tabs {
    gap: 0 10px;
    border: none;
}
.tabs-body .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #4f4e4e;
    padding: 13px 0px;
}
.tabs-body .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.tab-data h3 {
    margin-bottom: 14px;
}
.tab-data p {
    font-size: 16px;
    color: #424242;
}
.tab-content p.color-green {
    font-size: 20px;
    color: #0e8444;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0;
}
.comment-section {
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.comment-section h3 {
    font-size: 20px;
    color: #424242;
}
.comnt-dp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.comment-heading{
    margin-top: 25px;
}
.comment-box {
    padding: 10px;
}
.comment-section ul li:not(:last-child) .comment-box {
    border-bottom: 2px solid #eeeeee;
    padding: 20px 0;
}
.coment-data {
    width: calc(100% - 85px);
}
.coment-data .color-green {
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}
.hr{
    margin-left: -8%;
    opacity: 0.1;
}
.coment-data h3 {
    font-size: 18px;
    color: #424242;
    margin-bottom: 8px;
}
.coment-data p {
    margin-bottom: 0;
}
.comnt-form .btn-list button {
    font-size: 18px;
    padding: 9px 39px 10px;
}
.comnt-form .form textarea {
    min-height: 200px;
}
.comnt-form {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}

.single-comment {
    position: relative;
    padding: 7px 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #231F20;
}

.single-comment .comment-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.single-comment .comment-date {
    font-size: 13px;
    font-weight: normal;
}
.CommentBorderedItem {
    border-right: #ccc 1px solid;
    padding-right: 2px;
    border-top: #ccc 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #ccc 1px solid;
    padding-top: 2px;
    border-bottom: #ccc 1px solid;
    background-color: #efffee;
    font-size: 15px;
}