@font-face {
    font-family: MyriadPro-Bold;
    src: url('/Content/fonts/MYRIADPRO-BOLD.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* .ohyea__popup-event {
    max-width: 100%;
    min-width: 320px;
}


.ohyea__popup-event .ohyea__popup-event_dialog {
    min-width: 1280px;
} */

#ohyea__md_popup_event .modal-content, body {
    background-color: transparent;
}

@media screen and (max-width: 1336px) {
    .ohyea__popup-event .ohyea__popup-event_content {
        transform: scale(0.92, 0.92);
    }
}

.popup-event-frame-tour {
    display: flex;
    position: relative;
    height: 555px;
    width: 117.5%;
    overflow: hidden;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    top: -33px;
    left: -113px;
}


.top-bar {
    width: 100%;
    height: 70px;
}
.top-bar .container{
    width: auto;
    padding: 0;
}

.top-bar .container .itemGroup{
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    padding: 10px 15px 25px 15px;
}

.top-bar .container .itemGroup .item .button-back{
    background-image: url(/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/button_back.png);
    width: 85px;
    height: 64px;
    background-repeat: no-repeat;
}

.text-tournament .text{
    padding: 3px;
    font-size: 44px;
    font-style: italic;
    color: #ffd937;
    text-shadow: #971809 2px 0 0, #971809 1.75517px 0.958851px 0, #971809 1.0806px 1.68294px 0, #971809 0.141474px 1.99499px 0, #971809 -0.832294px 1.81859px 0, #971809 -1.60229px 1.19694px 0, #971809 -1.97998px 0.28224px 0, #971809 -1.87291px -0.701566px 0, #971809 -1.30729px -1.5136px 0, #971809 -0.421592px -1.95506px 0, #971809 0.567324px -1.91785px 0, #971809 1.41734px -1.41108px 0, #971809 1.92034px -0.558831px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.top-bar .container .itemGroup .item .icon-question{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/button_question.png');
    width: 62px;
    height: 62px;
}
.popup_tour_slide {
    position: absolute;
    left: 0px;
    top: 41%;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: flex-end;
}

.slide-right {
    background-image: url(/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/slide.png);
    width: 71px;
    height: 75px;
    z-index: 10;
    position: absolute;
    right: 0px;
}

.slide-left {
    position: absolute;
    background-image: url(/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/slide.png);
    width: 71px;
    height: 75px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    z-index: 10;
    left: 0px;
}

.slide-right:not(.disabled):hover,
.slide-left:not(.disabled):hover {
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px rgb(48, 40, 40));
}

/*  */

.popup-event-frame-detail {
    position: relative;
    width: 318px;
}

.popup-event-row {
    position: absolute;
    top: 362px;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-active .popup-event-row {
    width: 318px;
}

.popup-event-frame-detail.game{
    /* flex: none; */
    /* width: 297px; */
    min-width: 365px;
    height: 100%;
    position: relative; 
    top: -1px;
    display: flex;
}

.popup-event-frame-style{
    flex: none;
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/style.png');
    width: 386px;
    height: 100%;
    position: relative; 
}

.popup-event-reward{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/money.png');
    width: 201px;
    height: 44px;
    position: absolute;
    left: 46%; 
    transform: translateX(-50%);
}
.popup-event-reward p {
    color: yellow;
    font-size: 25px;
    position: absolute;
    margin-left: 62px;
    margin-top: 3px;
}

.popup-event-user{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/user.png');
    width: 64px;
    height: 22px;
    position: absolute;
    right: 2px;
    background-size: cover;
    top: 10px;
}
.userNumber{
    color: white;
    font-size: 14px;
    margin-left: 18px;
    line-height: 1.7;
}

.popup-event-ground{
    position: absolute;
    top: 405px;
    width: 318px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-ground{
    font-size: 23px;
    background: -webkit-linear-gradient(top,#fff,#ffff4c 30%,#ff8113 60%,#ff8113 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 750;
    text-transform: uppercase;
    position: relative;
    left: 1%;
}

.event-ground-status{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/Ellipse 1.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    left: 8%;
}
.popup-event-time{
    position: absolute;
    top: 437px;
    width: 318px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.time{
    color: #00FF00;
    font-size: 25px;
    position: relative;
    width: 100%;
}

.event-button{
    position: absolute;
    top: 468px;
    width: 300px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.popup-event-tournament{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/button_RANK.png');
    background-size: cover;
    width: 138px;
    height: 45px;
    cursor: pointer;
}

.btn-go-game{
    background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7-2/button_GO.png');
    background-size: cover;
    width: 138px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -8px;
}

.popup-event-tournament:hover,
.btn-go-game:hover {
    filter: brightness(1.15);
}

    .btn-go-game .text {
        font-size: 32px;
        font-weight: bold;
        color: white;
        margin-bottom: 3px;
    }

/* .footer{
    height: 65px;
    width: 1280px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
} */

.popup-event-dontShow{
    color: white;
    height: 31px;
    right: 25px;
    width: auto;
    bottom: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.checkbox-tour-label {
    display: inline-block;
    margin-top: 2px;
    width: 30px; 
    height: 30px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -4px;
}

.tour-ckb-bg {
    display: inline-block;
    margin-top: 2px;
    width: 30px; /* Kích thước của hình ảnh checkbox */
    height: 30px; /* Kích thước của hình ảnh checkbox */
    background-image: url('/Content/distv2/img/sprite-sheet/poup-tour/check-box.png'); /* Đường dẫn đến hình ảnh checkbox */
    background-size: cover; /* Hiển thị hình ảnh checkbox kích thước đầy đủ */
    cursor: pointer;
}

.tour-ckb-text {
    margin-top: 8px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 7px;
    text-shadow: #000 2px 0 0, #000 1.75517px 0.958851px 0, #000 1.0806px 1.68294px 0, #000 0.141474px 1.99499px 0, #000 -0.832294px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px 0.28224px 0, #000 -1.87291px -0.701566px 0, #000 -1.30729px -1.5136px 0, #000 -0.421592px -1.95506px 0, #000 0.567324px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -0.558831px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.checkbox-input-tour:checked + .checkbox-tour-label {
    width: 40px;
    height: 30px;
    background: url("/Content/distv2/img/sprite-sheet/poup-tour/tick-check-box.png"); /* Đường dẫn đến hình ảnh checkbox khi được chọn */
}

.checkbox-input-tour {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Leader Board*/
.leader-b-left-game {
    background-color: transparent;
    background-repeat: no-repeat;
    /* background-image: url(img/sprite-sheet/poup-tour/tienlen.png); */
    background-size: 112%, 100%;
    background-position: center;
    height: 100%;
    position: relative;
    z-index: 3;
}

.popup-tour {
    background: url(img/sprite-sheet/poup-tour/bg-tour.png);
    /* width: 980px; */
    /* width: 1010px;
    width: 1290px; */
    height: 606px;
    background-size: 110%;
    background-position-x: center;
    /* padding: 40px 25px 35px 16px; */
    background-repeat: no-repeat;
    border-radius: 8px;
}

.ohyea__popup-event .popup-tour .popup-event-left-frame {
    width: 443px;
    float: left;
    padding: 15px 0;
    overflow: hidden;
    position: absolute;
}

.ohyea__popup-event .popup-tour .popup-event-left-frame:after {
    content: '';
    width: 100%;
    height: calc(100% + 15px);
    position: absolute;
    background: transparent;
    z-index: -1;
    top: -15px;
    left: -115px;
    box-shadow: 35px 0px 100px #00000080;
}

.ohyea__popup-event .popup-tour .popup-event-right-frame {
    width: 600px;
    float: left;
    position: absolute;
    right: 0px;
}

.tour-tab {
    text-align: left;
    position: relative;
    left: 10px;
    top: 7px;
    height: 70px;
}

.tour-tab-item {
    display: inline-flex !important;
    cursor: pointer;
    float: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    min-height: 60px;
    border: none;
    position: relative;
    margin-bottom: 0;
}

.tour-tab-item .ic-tab{
    background-image: url(img/sprite-sheet/poup-tour/tab-normal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 113%;
    height: 100%;
    position: absolute;
}

.tour-tab-item .ic-play{
    background-image: url(img/sprite-sheet/poup-tour/tour-play.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 33px;
    height: 33px;
    top: -8px;
    left: -1px;
    z-index: 4;
    position: absolute;
}

.tour-tab-item .time{
    background-image: url(img/sprite-sheet/poup-tour/tab-time.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 35px;
    top: -18px;
    left: 35px;
    z-index: 0;
    position: absolute;
}

.tour-tab-item .lab-time{
    width: 125px;
    height: 35px;
    top: -16px;
    left: 35px;
    text-align: center;
    z-index: 0;
    position: absolute;
    font-weight: 500;
    color: #ffffff;
}

.tour-tab-item label {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 14px;
    cursor: pointer;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-shadow: #000 2px 0 0, #000 1.75517px 0.958851px 0, #000 1.0806px 1.68294px 0, #000 0.141474px 1.99499px 0, #000 -0.832294px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px 0.28224px 0, #000 -1.87291px -0.701566px 0, #000 -1.30729px -1.5136px 0, #000 -0.421592px -1.95506px 0, #000 0.567324px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -0.558831px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-tab-li.active .tour-tab-item .ic-tab {
    background-image: url(img/sprite-sheet/poup-tour/tab-active.png);
}

.tour-tab-li {
    position: relative;
    display: inline-block !important;
    padding-top: 20px;
    width: 172px;
    z-index: 1;
}

.tour-tab .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent; 
}

.list-leader-board{
    height: 478px;
    overflow: auto;
    width: 114%;
    z-index: 1;
    left: -82px;
    top: 7px;
    position: relative;
}

.item-leader-board{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0px;
    width: 100%;
    height: 53px;
    background: url(img/sprite-sheet/poup-tour/normal-tour-item.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.top-tour-item{
    background: url(img/sprite-sheet/poup-tour/top-tour-item.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.item-leader-board-self{
    left: -84px;
    top: 5px;
    position: relative;
    width: 114%;
    background: url(img/sprite-sheet/poup-tour/user-tour-item.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0 0 8px 0px;
}

.item-leader-board .icon-rank{
    width: 266px;
    text-align: center;
    position: relative;
}

.item-leader-board .icon-rank::before{
    top: -4px;
    left: 18px;
    width: 70px;
    /* background-image: url(/dist/img/sprite-sheet/popup/popup-vsc.webp); */
    background-position: -886px -294px;
}

.item-leader-board .icon-rank .text{
    position: absolute;
    top: 7px;
    left: 112px;
    width: 40px;
    /* text-align: center; */
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}


.item-leader-board .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 215px;
}

.item-leader-board .info .avatar{
    width: 57px;
    height: 57px;
    padding: 3px 2px;
    z-index: 2;
    position: relative;
}

.avatar-bg{
    background: url(img/sprite-sheet/poup-tour/ava-tour.png);
    z-index: 1;
    position: absolute;
    left: -3px;
    top: 5px;
    width: 48px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.avatar-main{
    position: absolute;
    left: -2px;
    top: 6px;
    z-index: 0;
    border-radius: 35%;
}

.item-leader-board .info img{
    width: 46px;
    height: 46px
}

.item-leader-board .info .name{
    color: #ffffff;
    font-weight: 700;
    padding-left: 12px;
    padding-top: 5px;
    text-align: center;
}

.item-leader-board .info .name .text{
    font-size: 18px;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    display: block;
    max-width: 140px;
    font-weight: 500;
}

.item-leader-board .coin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin-left: 25px;
    margin-right: auto;
    position: relative;
}

.item-leader-board .coin .number{
    position: relative;
    left: 12px;
}

.item-leader-board .coin .icon{
    position: absolute;
    background: url(img/sprite-sheet/poup-tour/tour-coin.png);
    width: 40px;
    height: 40px;
    background-size: 80%;
    top: 9px;
    left: -28px;
    background-repeat: no-repeat;
}

.item-leader-board .coin .number .text{
    position: relative;
    background-image: linear-gradient(#ffef81 37%,#ff8400 64%,#ffef81 79%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 2;
    font-size: 23px;
}

.item-leader-board .coin .number .text-shadow{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 23px;
    text-shadow: #9e0400 2px 0 0, #9e0400 1.75517px 0.958851px 0, #9e0400 1.0806px 1.68294px 0, #9e0400 0.141474px 1.99499px 0, #9e0400 -0.832294px 1.81859px 0, #9e0400 -1.60229px 1.19694px 0, #9e0400 -1.97998px 0.28224px 0, #9e0400 -1.87291px -0.701566px 0, #9e0400 -1.30729px -1.5136px 0, #9e0400 -0.421592px -1.95506px 0, #9e0400 0.567324px -1.91785px 0, #9e0400 1.41734px -1.41108px 0, #9e0400 1.92034px -0.558831px 0;
}

.top-tour{
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    top: -5px;
    left: 102px;
}

.top-tour{
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    top: -5px;
    left: 102px;
}

.leader-board-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
    position: absolute;
    left: 85px;
}

.text-title{
    padding: 3px;
    font-size: 26px;
    font-style: italic;
    color: #ffd937;
    text-shadow: #971809 2px 0 0, #971809 1.75517px 0.958851px 0, #971809 1.0806px 1.68294px 0, #971809 0.141474px 1.99499px 0, #971809 -0.832294px 1.81859px 0, #971809 -1.60229px 1.19694px 0, #971809 -1.97998px 0.28224px 0, #971809 -1.87291px -0.701566px 0, #971809 -1.30729px -1.5136px 0, #971809 -0.421592px -1.95506px 0, #971809 0.567324px -1.91785px 0, #971809 1.41734px -1.41108px 0, #971809 1.92034px -0.558831px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.text-date{
    padding-left: 3px;
    font-size: 15px;
    font-style: italic;
    color: #ffffff;
    text-shadow: #9e0400 2px 0 0, #9e0400 1.75517px 0.958851px 0, #9e0400 1.0806px 1.68294px 0, #9e0400 0.141474px 1.99499px 0, #9e0400 -0.832294px 1.81859px 0, #9e0400 -1.60229px 1.19694px 0, #9e0400 -1.97998px 0.28224px 0, #9e0400 -1.87291px -0.701566px 0, #9e0400 -1.30729px -1.5136px 0, #9e0400 -0.421592px -1.95506px 0, #9e0400 0.567324px -1.91785px 0, #9e0400 1.41734px -1.41108px 0, #9e0400 1.92034px -0.558831px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-go-leader-board{
    background: url(/Content/distv2/img/sprite-sheet/poup-tour/btn-go.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 53px;
    left: 28px;
    width: 271px;
    height: 83px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    cursor: pointer;
}

.btn-go-leader-board .text{
    color: #fff;
    text-shadow: #038e13 1px 0 0, #038e13 0.540302px 0.841471px 0, #038e13 -0.416147px 0.909297px 0, #038e13 -0.989992px 0.14112px 0, #038e13 -0.653644px -0.756802px 0, #038e13 0.283662px -0.958924px 0, #038e13 0.96017px -0.279415px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    position: absolute;
    /* top: 50%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 34px;
    width: 100%;
}
.content-count-down{
    position: absolute;
    top: 0;
}
.tour-game-bg {
    position: absolute;
    width: 98%;
    left: 0;
    top: 0;
    border-radius: 8px 0 0 8px;
}
.tour-game-img {
    height: 100%;
    width: 100%;
    position: relative;
    display: block !important;
}

.tour-game-img:hover {
    cursor: grab;
}

.tour-game-img img{
    position: absolute;
    left: 0px;
    height: 100%;
    z-index: -1;
}

.leader-board-back{
    width: 85px;
    height: 64px;
    background: url(/Content/distv2/img/sprite-sheet/poup-tour/back.png);
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer;
}

.checkinfo-tour .item-leader-board .coin .number .text,
.checkinfo-tour .item-leader-board .coin .number .text-shadow {
    font-size: 23px;
}

.tour-tab-item.checkinfo-tour-tab label {
    font-size: 20px;
}

.popup-event-tournament.btn-checkInfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popup-event-tournament.btn-checkInfo > .text {
        font-size: 20px;
        font-weight: bold;
        color: white;
        margin-bottom: 7px;
    }

.btn-event-tour-slot {
    left: 0px;
}

.btn-go-game.btn-join-tour .text {
    font-size: 25px;
}

.ticket-price {
    position: absolute;
    border-radius: 3px;
    z-index: 1;
    color: white;
    width: 114px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 115px;
    bottom: 143px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; 
}

    .ticket-price span {
        font-size: 20px;
        margin-right: 4px;
    }

    .ticket-price img {
        width: 30px;
    }

    .ticket-price.num-ticket-user {
        z-index: 3;
        bottom: 16px;
        left: 66px;
        height: 30px;
        width: 211px;
        background-color: rgba(0, 0, 0, 0.8);
    }

        .ticket-price.num-ticket-user span {
            margin-right: unset;
            font-size: 16px;
        }

    .event-button .ticket-price {
        left: 172px;
        top: 56px;
        height: 25px;
        width: 85px;
        border-radius: 3px;
    }

.event-button .ticket-price span {
    font-size: 18px;
}

.event-button .ticket-price img {
    width: 20px;
}

.checkinfo-tour .item-leader-board .info.checkinfo-info {
    display: none;
}

.checkinfo-tour .item-leader-board .coin.checkinfo-coin {
    margin-left: 116px;
}

    .checkinfo-tour .item-leader-board .coin.checkinfo-coin .number .text,
    .checkinfo-tour .item-leader-board .coin.checkinfo-coin .number .text-shadow {
        font-size: 32px;
    }

.icon-tour-question {
    position: absolute;
    top: 25%;
    right: 10%;
    cursor: pointer;
}

    .icon-tour-question img {
        width: 43px;
    }
    
    #ohyea__md_popup_event .modal-body.ohyea__popup-event_body {
        padding: 0px !important;
    }

    /* #ohyea__md_popup_event .ohyea__popup-event-modal-close{
        right: -5px !important;
        top: -5px !important;
    } */

    #ohyea__md_popup_event .ohyea__popup-event-modal-close {
        right: -18px;
        top: -18px;
    }

    .modal-content:has(.popup-tour) .ohyea__bg--overlay-hozital {
        background: #ac9a07 !important;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        left: -2px;
        top: -2px;
    }

    #ohyea__md_popup_event .modal-dialog {
        width: auto !important;
        min-width: 600px !important;
    }
    .ohyea__popup-event {
        max-width: 1332px !important;
        width: auto !important;
    }

    #popup_tour {
        width: 1290px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
        #popup_tour {
            width: 1186px;
        }

        .popup-event-frame-tour {
            left: -104px
        }
    }

    #popup_leader_board {
        width: 1010px;
    }
    