body {
    font-family: 'Roboto', sans-serif;
}

/******************************/
/*****general-styles***********/
/******************************/
.placeholder {
    background-color: #fec22d;
    height: 500px;
}

.bet_titles {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #191919;
    line-height: 3rem;
    display: block;
}

.total-winnings,
.win-estimate {
    text-transform: none;
}

.bet_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.top-bar {
    background-color: #0f53b4;
    color: #fec22d;
    padding: 20px 10px;
}

.current-lotto-img {
    max-width: 70px;
}

.current-lotto-text {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fec22d;
    line-height: 21px;
    padding: 25px 0px 0px 90px;
}

.top-bar .dropdown {
    margin: 0 auto;
    display: block;
    width: 202px;
    padding-top: 12px;

}

.lotto-dropdown {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #0f53b4;
    background-color: #fec22d !important;
    border-color: #fec22d !important;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-top-style: solid;
    border-width: 1px;
    color: #0f53b4;
    background-color: #0f53b4;
}

.stake-wrapper,
#alertLotto,
.powerball-numbers-wrapper,
.odds-numbers-wrapper,
.lotto-numbers-wrapper {
    display: none;
}

.active-section,
.active-btn {
    display: block !important;
}

/******************************/
/***********game-type***********/
/******************************/
.game-type-input-group {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.game-type-lotto-dropdown {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fec22d;
    background-color: #0f53b4 !important;
    border-color: #0f53b4 !important;
}

.game-type-dropdown .btn {
    margin: 0 auto;
    display: block;
}

.game-block-bet-type {
    font-size: 16px;
    display: none;
    width: 30%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    background-color: #fec22d !important;
    border-color: #fec22d !important;
}

/******************************/
/***********bet-type***********/
/******************************/
.bet-type-input-group {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.bet-type-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #191919;
    line-height: 21px;
    display: block;
    margin-top: 30px;
    margin-bottom: 31px;
}

.bet-type-lotto-dropdown {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fec22d;
    background-color: #0f53b4 !important;
    border-color: #0f53b4 !important;
}

.bet-type-dropdown .btn {
    margin: 0 auto;
    display: block;
}

.game-type-lotto-dropdown.custom-select,
.bet-type-lotto-dropdown.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23fec22d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
}

.reset-lotto-ball,
.reset-powerball-ball,
.btn-block-lotto-type,
.btn-place-bet,
.btn-submit-bet,
.btn-placemore-bet,
.btn-block-bet-type {
    font-size: 16px;
    display: none;
    width: 30%;
    margin: 25px auto;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    background-color: #fec22d !important;
    border-color: #fec22d !important;
}

.btn-submit-bet {
    display: block;
    width: 100%;
}

.btn-placemore-bet {
    background-color: #0f53b4 !important;
    border-color: #0f53b4 !important;
    display: block;
    width: 100%;
}

/******************************/
/***** lotto-numbers***********/
/******************************/
#lotto-numbers {
    background-image: -moz-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    background-image: -webkit-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    background-image: -ms-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    padding: 1.25rem;
}

.power-ball,
.lotto-ball {
    position: relative;
    /*left: 1.5%;*/
    left: 0;
    right: 1.5%;
    margin: 0 auto;
    padding: 4px;
}

.power-ball .ball,
.lotto-ball .ball {
    margin-bottom: 5px;
    cursor: pointer;
    width: 40px;
    display: inline-block;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    /*background: transparent url(../img/lottoball.svg) center no-repeat;*/
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: #ffffff;
    /*font-weight:bold;*/
}

.power-ball-title {
    color: #191919;
    padding-top: 25px;
}

.powerball-numbers-wrapper .bet_text,
.lotto-numbers-wrapper .bet_text {
    margin-bottom: 30px;
}

.lotto-ball:hover .ball,
.power-ball:hover .ball {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

.lotto-ball.selected .ball,
.power-ball.selected .ball {
    /*color: #d60000; */
    color: #ffffff;
    background-color: #0c9e0c82;
    border: 1px solid #0c9e0c82;
    border-radius: 50%;
    /*background-image: url(../img/lottoball-selected.svg);*/
}
#ac004db3
.lb {
    margin-bottom: 20px;
    cursor: pointer;
    width: 50px;
}

.selected-num-wrapper {
    background-color: #0f53b4;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fec22d;
}

.power-ball-select-title,
.selected-num-wrapper .bet_titles {
    color: #fec22d;
    margin-top: 0;
    padding-top: 0 !important;
}

.selected {
    height: 50px;
    max-width: 400px;
    border-radius: 20px;
    background-image: -moz-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    background-image: -webkit-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    background-image: -ms-linear-gradient(-55deg, rgb(243, 246, 247) 0%, rgb(249, 249, 249) 100%);
    margin: 0 auto;
}

.reset-lotto-ball {
    margin: 0 auto;
    display: block;
    width: 25%;
    margin-top: 20px;
    background-color: #ba0000 !important;
    border-color: #ba0000 !important;
}

.combine-total-radio {
    width: 100% !important;
    margin: 0 auto;
    display: block !important;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

/******************************/
/*****stake-select  ***********/
/******************************/
.input-stake {
    width: 100%;
    margin: 0 auto;
}

.input-stake .input-group-text {
    font-size: 0.875rem;
}

.stake-input-wrapper lable {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #191919;
}

.stake-input-wrapper .input-group-text {
    color: #fec22d;
    background-color: #0f53b4;
    border: 1px solid #0f53b4;
}

.stake-input-wrapper .form-control {
    border: 1px solid #0f53b4;
}

#ballContainer {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    padding-top: 13px;
}

#ballContainer li {
    display: inline;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

/******************************/
/*****bet-confirmation*********/
/******************************/

/******************************/
/*************bet-slip*********/
/******************************/
.bet-slip-container {
    height: auto;
    border-radius: 0px;
    /*background-image: -moz-linear-gradient( -55deg, rgb(243,246,247) 0%, rgb(249,249,249) 100%);
    background-image: -webkit-linear-gradient( -55deg, rgb(243,246,247) 0%, rgb(249,249,249) 100%);
    background-image: -ms-linear-gradient( -55deg, rgb(243,246,247) 0%, rgb(249,249,249) 100%);
    background-color: #fec22d;
    padding-bottom: 20px;
    margin-bottom: 20px;*/
}

.bet-slip-container .alert {
    border-radius: 0;
}

.bet-slip-container .alert-warning {
    color: #161A22;
    background-color: #fec22d;
    border-color: #fec22d;
}

.bet-slip-title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #191919;
    line-height: 21px;
    display: block;
    padding-top: 20px;
}

.total-stakes {
    text-transform: none;
}

.bet-slip-sub-title {
    margin-bottom: 0.5rem;
}

.bet-slip-numbers {
    margin: 8px;
}

.betslip-date-format {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    line-height: 21px;
    display: block;
}

#stake-select {
    _height: 300px;
    padding-bottom: 30px;
}

.stake-dropdown .dropdown-toggle{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#bet-slip-container .dropdown-item{
    padding: .10rem 1.5rem;
}

.dropdown-menu {
    width: 90%;
}

@media screen and (max-width: 767px) {
    .game-type-lotto-dropdown,
    .bet-type-lotto-dropdown,
    .btn-block-bet-type,
    .btn-place-bet,
    .reset-lotto-ball,
    .reset-power-ball,
    .btn-block-lotto-type,
    .btn-placemore-bet,
    .btn-submit-bet {
        width: 100%;
    }

    .power-ball, .lotto-ball {
        /*left: 1%;*/
        left: 0;
        right: 1%;
    }

    .power-ball .ball, .lotto-ball .ball {
        padding-top: 10px;
        width: 40px;
        height: 40px;
    }

    .bet-slip-container {
        text-align: left !important;
    }

    .bet-slip-title {
        text-align: left !important;
    }

    .betslip-date-format {
        text-align: left !important;
    }

    .bet_titles, .outcome-title {
        font-size: 14px !important;
    }

}

@media screen and (max-width: 1000px) {
    .reset-lotto-ball,
    .reset-powerball-ball,
    .btn-block-lotto-type,
    .btn-place-bet,
    .btn-submit-bet,
    .btn-placemore-bet,
    .btn-block-bet-type {
        font-size: 14px;
    }
}

.market-group-title {
    background: #0f53b4;
    color: #fec22d;
    font-size: 16px;
    font-weight: 900;
    padding: 0.5rem;
    cursor: pointer;
    border-bottom: 1px solid;
}

.market-title {
    background: #778899;
    color: #fec22d;
    font-size: 16px;
    font-weight: 900;
    padding: 0.5rem;
}

.market-body {
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease all;
}

.is-closed .market-body {
    max-height: 0;
}

.market-content {
    padding: 20px;
}

.market-row {
    margin: 0;
}

.market-outcome {
    cursor: pointer;
    border: 1px solid #778899;
    margin: 0.3rem;
    background: #DCDCDC;
}

.countdown .rgb-countdown {
    float: none;
    width: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    list-style: none;
}

.countdown .rgb-countdown li {
    width: auto;
    margin: 0 3% 0 0;
    display: inline-block;
    color: inherit;
    font-size: 0.75rem;
    font-weight: 300;
}

.countdown .rgb-countdown li + li {
    /*margin: 0 5% 0 0;*/
}

.countdown .rgb-countdown li p {
    margin: 0;
    display: inline-block;
}

.countdown .rgb-countdown li h6 {
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 0px
}

.countdown .rgb-countdown li h6 span {
    margin: 0 auto;
    float: none;
    padding: 0 0 0;
    color: #0f68bc;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    background: transparent;
    display: inline-block;
}

.chosen-numbers .numbers span {
    margin-bottom: 5px;
    cursor: pointer;
    width: 40px;
    display: inline-block;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    border: 1px solid #0c9e0c;
    border-radius: 50%;
    background-color: #0c9e0c;
    font-weight: bold;
    color: #ffffff;
}

.numbers-wrapper:nth-child(2) span {
    border: 1px solid #0f53b4;
    background-color: #0f53b4;
}

.outcome-title {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #191919;
    line-height: px;
    display: block;
}

.stake-input {
    /*height: calc(2.05rem + 1px);*/
    padding: .375rem .575rem;
    width: 100%;
    text-align: center;
    display: unset;
    border-color: #e9ecef;
}

.game-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    /*border-bottom: 1px solid #6c757d;*/
}

.draw-result {
    font-weight: bold;
}

.bet-title {
    font-size: 1rem;
}

.bet-header {
    font-size: 12px;
}

.btn-custom {
    white-space: normal;
    display: block;
    text-align: left;
    background-color: #F4F4F4;
    text-transform: uppercase;
    color: #161A22;
    border-radius: 0;
    font-size: 0.875rem;
}

.bet-type-container .btn-light.btn-custom.active,
.bet-type-container .btn-light.btn-custom:active,
.bet-type-container .btn-light.btn-custom:focus {
    background-color: #0c9e0c;
    border-color: #0c9e0c;
    color: #FFFFFF;
}

.btn-clear,
.btn-add {
    border-radius: 0;
    border-width: 2px;
    font-weight: 600;
    padding: .2rem .75rem;
}

.btn-clear {
    color: #0f68bc;
    border-color: #0f68bc;
}

.btn-add {
    color: #0c9e0c;
    border-color: #0c9e0c;
}

.btn-back {
    border: none;
    font-size: 3.5rem;
    line-height: 2rem;
    color: #0f68bc;
    vertical-align: baseline;
    text-align: left;
    display: block;
    width: 100%;
}

.btn-back .fa-angle-left {
    font-size: 3.5rem;
    line-height: 2rem;
    color: #0f68bc;
}

.bet-type-container .btn-outline-primary.btn-back:hover,
.bet-type-container .btn-outline-primary.btn-back:focus,
.bet-type-container .btn-outline-primary.btn-back:active {
    color: #0f68bc;
    background-color: transparent;
    border-color: transparent;
    border: none;
    border-box: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.alphabet-letter {
    cursor: pointer;
    width: 40px;
    display: inline-block;
    padding-top: 11px;
    height: 40px;
    text-align: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    border: 1px solid #F4F4F4;
    /*border-radius: 50%;*/
    background-color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    color: #BBBBBB;
}

.alphabet-letter.active {
    color: #161A22;
    background-color: #F4F4F4;
}

.lotteries-countdown .vuejs-countdown {
    margin-top: 80px;
    color: white;
}

.lotteries-countdown-mobile {
    color: white;
}

.selected-balls {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0.3rem;
    margin: 0.05rem;
    text-align: center;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background-color: #ffffff;
    font-weight: bold;
}

.selected-balls-wrapper:nth-child(2) span {
    background-color: #dedede;
}

.market-option {
    background: #dedede;
    padding: 0.4rem;
    margin: 0.5rem;
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0;
    color: #161A22;
    font-size: 0.95rem;
}

.breadcrumb .breadcrumb-item a {
    color: #161A22;
}

.breadcrumb .breadcrumb-item.active {
    color: #161A22;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #BBBBBB;
    content: "\203A";
}

.bet-type-container .card.card-market,
.sidebar .card.card-betslip {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(163, 163, 163, 0.8);
    -moz-box-shadow: 0px 0px 20px 0px rgba(163, 163, 163, 0.8);
    box-shadow: 0px 0px 20px 0px rgba(163, 163, 163, 0.8);
}

.bet-type-container .card-title.bet_titles {
    position: relative;
    line-height: 2rem;
    margin-bottom: 20px;
}

.sidebar .card.card-betslip .card-body {
    padding: 1rem 1.5rem;
}

.sidebar .card.card-betslip .card-title.bet_titles {
    margin: 0
}

.sidebar .card.card-betslip .bet-now-btn {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #0f68bc;
    border-color: #0f68bc;
    padding: 1rem 3rem;
}

.sidebar .card.card-betslip .bet-clear-btn {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #ba0000;
    border-color: #ba0000;
    padding: 0.5rem 3rem;
    margin-top: 1px;
}

.sidebar .card.card-betslip .bet-book-btn {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #008000;
    border-color: #008000;
    padding: 0.5rem 3rem;
    margin-top: 1px;
}

.bet-type-container .card-title.bet_titles:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #0F68BC;
}

.bet-type-container .card .card-subtitle {
    color: #262930;
}

.odds-text {
    float: right;
    font-weight: bold;
}

hr.bet-slip-game-divider {
    border-top: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}

#draws.form-control-sm {
    height: calc(2.25rem + 2px);
    border-color: #e9ecef;
}

hr.bet-line-end {
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    background-color: transparent;
}

.bet-wrapper:last-of-type hr.bet-line-end {
    border: none;
}

.btn-hot-numbers {
    color: #dc3545;;
    border-color: #dc3545;;
}

.btn-hot-numbers:hover,
.btn-hot-numbers:not(:disabled):not(.disabled).active,
.btn-hot-numbers:not(:disabled):not(.disabled):active,
.show > .btn-hot-numbers.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-hot-numbers.focus, .btn-hot-numbers:focus,
.btn-hot-numbers:not(:disabled):not(.disabled).active:focus,
.btn-hot-numbers:not(:disabled):not(.disabled):active:focus,
.show > .btn-hot-numbers.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
}

.chosen-numbers .numbers.hot-numbers span {
    border: 1px solid #dc3545;
    background-color: #dc3545;
}

.btn-cold-numbers {
    color: #0f4b9e;
    border-color: #0f4b9e;
}

.btn-cold-numbers:hover,
.btn-cold-numbers:not(:disabled):not(.disabled).active,
.btn-cold-numbers:not(:disabled):not(.disabled):active,
.show > .btn-cold-numbers.dropdown-toggle {
    color: #ffffff;
    background-color: #0f4b9e;
    border-color: #0f4b9e;
}

.btn-cold-numbers.focus, .btn-cold-numbers:focus,
.btn-cold-numbers:not(:disabled):not(.disabled).active:focus,
.btn-cold-numbers:not(:disabled):not(.disabled):active:focus,
.show > .btn-cold-numbers.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(15, 75, 158, 0.5);
}

.chosen-numbers .numbers.cold-numbers span {
    border: 1px solid #0f4b9e;
    background-color: #0f4b9e;
}

.numbers-wrapper.cold-numbers:nth-child(2) span,
.numbers-wrapper.hot-numbers:nth-child(2) span {
    border: 1px solid #0c9e0c;
    background-color: #0c9e0c;
}

/*  UNCOMMENT (OR PUT IN SITE CSS) IF YOU WANT PURCHASES /
    BREAKDOWN TO BE FULL WIDTH WITHIN NORMAL LAYOUT  */
/*
.purchase-list-wrapper .container,
.purchase-detail-wrapper .container {
    width: 100% !important;
    max-width: unset !important;
}
*/
/*  PURCHASES / BREAKDOWN FULL WIDTH WITHIN NOLAYOUT  */
#no-layout .purchase-list-wrapper .container,
#no-layout .purchase-detail-wrapper .container {
    width: 100% !important;
    max-width: unset !important;
}

.fa-star.active {
    color: #fec22d;
}

.fa-star .active {
    color: #fec22d;
}

.fadeBall {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;;
}

#feedback .feedback-label {
    font-size: 14px;
    font-weight: bold;
}

#feedback .feedback-success {
}

.btn-selection {
    background-color: #e2e6ea;
    color: #000000;
}

.btn-selection:hover {
    background-color: #0c9e0c;
    color: #fff;
}

.btn-sl-active {
    background-color: #0c9e0c;
    color: #fff;
}

input.manual-entry-input{
    width: 100px;
    text-align: center;
}

.manual-ball {
    margin-bottom: 5px;
    cursor: pointer;
    width: 40px;
    display: inline-block;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    border-radius: 50%;
    background-color: #0c9e0c;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
 }

.main-balls {
    border: 1px solid #0c9e0c;
    background-color: #0c9e0c;
}

 .bonus-balls {
     border: 1px solid #0f4b9e;
     background-color: #0f4b9e;
 }

.action__watch-live {
    display: flex;
    background: inherit;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    border: 2px solid #0f68bc;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}