﻿/*#region header */

@media only screen and (max-width: 768px) {
    .header-top .img-logo {
        margin: 0 auto;
    }
}

.header-area {
    background-image: linear-gradient(to right, #7f0662, #6a2a5b);
}

    .header-area .header-top {
        background: url('../../Assest/images/logo/bg_slogan.jpg');
        background-size: cover;
    }

        .header-area .header-top .img-logo img {
            height: 40px;
        }

        .header-area .header-top .h-middle {
            height: 80px;
            padding: 0 !important;
            margin: 0;
            transition: all 0.5s ease;
        }

            .header-area .header-top .h-middle .main-title,
            .header-area .header-top .h-middle .bcm-logo {
                opacity: 1;
                transition: all 0.2s ease;
            }

            .header-area .header-top .h-middle.anm {
            }

                .header-area .header-top .h-middle.anm .main-title,
                .header-area .header-top .h-middle.anm .bcm-logo {
                    opacity: 0;
                }


        .header-area .header-top .navbar-nav li {
        }

            .header-area .header-top .navbar-nav li a {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                padding: 0px 25px;
            }

            .header-area .header-top .navbar-nav li:last-child a {
                padding-right: 0px;
            }

            .header-area .header-top .navbar-nav li a i {
                font-size: 17px;
            }

    .header-area .header-body {
        position: relative;
    }

        .header-area .header-body .nav-link.active {
            background-color: #fff;
            color: #6a2a5b !important;
            border-radius: 5px;
        }

        .header-area .header-body .logo-overlay img {
            width: 155px;
            position: absolute;
            bottom: -80px;
            left: 0;
            transition: all 0.5s ease;
        }

            .header-area .header-body .logo-overlay img.anm-lg {
                width: 65px;
                bottom: -27px;
                left: 80px;
            }

        .header-area .header-body .header-user {
            line-height: 40px;
        }

            .header-area .header-body .header-user:hover {
                color: #fff;
            }

            .header-area .header-body .header-user .img-user-header img {
                width: 30px;
                height: 30px;
                padding: 1px;
                border: 1px solid #eee;
            }

            .header-area .header-body .header-user .name-user {
                font-weight: 600;
                font-size: 14px;
            }

        .header-area .header-body .upload {
            padding-right: 0px !important;
        }

            .header-area .header-body .upload .btn-lgi {
                background-color: #eb1e22 !important;
                color: #fff !important;
                font-weight: bold;
            }

    .header-area .phone-call {
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 3px 7px;
    }

.bcm-logo {
    height: 50px;
}

    .bcm-logo a {
        width: 100%;
        height: 100%;
        display: block;
    }

        .bcm-logo a img {
            width: 300px;
            height: 55px;
        }

.logo-small-top img {
    width: 100px;
    opacity: 1;
    transition: all .3s ease;
}

.main-title {
    display: inline-block;
    color: #6a2a5b;
    font-family: "utmavobold";
    font-size: 28px;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
    margin-top: 5px;
    line-height: 1.2;
    padding: 0;
    text-transform: uppercase;
    margin-left: 16.66666667%;
}

.language-list ul li {
    float: left;
}

    .language-list ul li a {
        background-image: url('../../Assest/images/icon/bg_language.png');
        width: 25px;
        height: 25px;
        border-radius: 17%;
        display: inline-block;
        background-size: auto 25px !important;
    }

    .language-list ul li .flag-vn {
        background-position: left center;
    }

    .language-list ul li .flag-en {
        background-position: -30px center;
    }

.language-list .language-title {
    float: left;
    margin-right: 15px;
}

.language-list ul {
    float: right;
}

.menu-bottom {
    margin-left: 150px;
    transition: all 0.3s ease;
}

    .menu-bottom.anm-mbt {
        margin-left: 50px;
    }

    .menu-bottom li {
        padding: 0 10px;
    }

        .menu-bottom li a {
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
        }

@media only screen and (max-width: 576px) {
    .logo-small-top img {
        width: 50px !important;
    }

    .main-title {
        margin-left: 5px;
        font-size: 14px;
    }

    .menu-bottom {
        margin-left: 0;
    }

        .menu-bottom li a {
            text-align: center;
        }

    .header-area .header-body .upload {
        margin: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 912px) {
    .logo-small-top img {
        width: 58px !important;
    }

    .main-title {
        margin-left: 5px;
        font-size: 22px;
    }
}
/*#endregion */

/*#region home-section */

.home-section {
    background: url('../../Assest/images/backgroud/bg-sc.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
}

    .home-section .bg-overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        z-index: 1;
    }

    .home-section .main-content {
        width: calc(100% - 200px);
        margin: 50px auto;
        margin-top: 50px;
        border-radius: 5px;
        background-color: #ffffff9c;
        padding: 0 20px 1px 20px;
    }

    .home-section.login-page .main-content {
        max-width: 480px !important;
        width: unset;
    }

@media only screen and (max-width: 768px) {
    .home-section .main-content {
        width: calc(100% - 0px) !important;
        padding: 0 !important;
    }
}

.home-section .main-content .title-top {
    text-align: center;
}

    .home-section .main-content .title-top .center-title {
        background-color: #6a2a5b;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 20px;
        font-weight: 500;
        position: relative;
    }

        .home-section .main-content .title-top .center-title .end::before {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 38px 38px 0px 0;
            box-shadow: -3px 0px 0px 0px #6a2a5b;
            border-color: #6a2a5b transparent transparent transparent;
        }

        .home-section .main-content .title-top .center-title .end::after {
            content: "";
            position: absolute;
            right: -46px;
            top: 3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 15px 0 0;
            -webkit-box-shadow: 0px 0px 0px 0px #4986ff;
            -moz-box-shadow: 0px 0px 0px 0px #4986ff;
            box-shadow: 0px 0px 0px 0px #4986ff;
            border-color: #4986ff transparent transparent transparent;
            transform: rotate( 45deg );
        }

        .home-section .main-content .title-top .center-title .start::before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 38px 0px 0 38px;
            -moz-box-shadow: -0px 0px 0px 0px #6a2a5b;
            box-shadow: 0px 0px 0px 0px #6a2a5b;
            border-color: #6a2a5b transparent transparent transparent;
        }

        .home-section .main-content .title-top .center-title .start::after {
            content: "";
            position: absolute;
            left: -46px;
            top: 3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 15px 0 0;
            -webkit-box-shadow: 0px 0px 0px 0px #4986ff;
            -moz-box-shadow: 0px 0px 0px 0px #4986ff;
            box-shadow: 0px 0px 0px 0px #4986ff;
            border-color: #4986ff transparent transparent transparent;
            transform: rotate( 45deg );
        }

.home-section .content-season .slide-wrap {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #fff;
}

    .home-section .content-season .slide-wrap .item-season {
        padding: 10px 20px;
        cursor: pointer;
    }

        .home-section .content-season .slide-wrap .item-season .ss-img {
            width: 100%;
            height: 160px;
            display: block;
            position: relative;
        }

        .home-section .content-season .slide-wrap .item-season img {
            height: 100%;
        }

        .home-section .content-season .slide-wrap .item-season .season-text {
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            background-color: #0000007a;
            font-size: 16px;
            padding: 10px;
            text-align: center;
            color: #fff;
            font-weight: bold;
        }

.home-section .main-content .title-middle {
    /*text-align: center;
    margin-bottom: 10px*/
}

    .home-section .main-content .title-middle .center-title {
        background-color: #6a2a5b;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 12px;
        font-weight: 500;
        position: relative;
    }

/*#endregion */

/*#region home-match */
.slide-match-wrap .item-match {
    width: 500px;
    margin: 15px;
}

.img-card-match {
    position: relative;
}

    .img-card-match img {
        width: 100%;
        object-fit: cover;
    }

.match-list .img-card-match img {
    width: 100%;
    height: 225px;
}


.slick-list .img-card-match img {
    height: 300px;
}

.img-card-match .overlay-match {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    top: 40px;
    left: 42px;
    right: 40px;
    bottom: 30px;
}

.img-card-match .overlay-backgroud {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

.img-card-match .overlay-match .w-time {
    background-color: #6a2a5b;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}

    .img-card-match .overlay-match .w-time p {
        color: #fff !important;
        margin: 0;
    }

.img-card-match .overlay-match .club {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

    .img-card-match .overlay-match .club img {
        width: 45px;
        height: 60px;
        display: block;
        margin: 0 auto;
    }

.match-time {
    margin-top: 1px;
}

    .match-time .wrap-club {
        border: 1px solid #eee;
    }

    .match-time .w-time {
        background-color: #6a2a5b;
        text-align: center;
        padding: 10px;
        font-weight: 500;
    }

        .match-time .w-time p {
            color: #fff !important;
            margin: 0;
        }

    .match-time .club {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

        .match-time .club img {
            margin: 0 auto;
            margin-bottom: 15px;
        }

.card-body .card-bottom .stadium-title {
    font-weight: bold;
    font-size: 15px;
}

/*#endregion */

/*#region footer */

.footer {
    background: #000 url(../../Assest/images/backgroud/bg_footer.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 30px 0;
}

.footer {
    color: #fff;
}

    .footer h3 {
        text-transform: uppercase;
        font-family: "UTM Bebas";
    }

    .footer .textwidget {
        font-size: 16px;
        line-height: 25px;
    }

    .footer .left {
        padding-right: 50px;
    }

    .footer .right {
        padding-left: 50px;
    }

@media only screen and (max-width: 576px) {
    .footer .left {
        padding-right: 15px;
    }

    .footer .right {
        margin-top: 15px;
        padding-left: 15px;
    }
}

.copyright {
    text-align: center;
    padding: 12px;
    color: #fff;
    background-color: #643664;
    font-size: 16px;
}
/*#endregion */

/*#region login */

.wrap-login {
    max-width: 450px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .wrap-login .title {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
        color: #6a2a5b;
    }

    .wrap-login input::placeholder {
        font-style: italic;
        font-size: 14px;
    }

    .wrap-login .btn-login {
        background-color: #fa3527;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
    }

    .wrap-login .btn-refesh-password {
        background-color: #ebebeb;
        color: #000;
    }

    .wrap-login .btn-fb {
        background-color: #2a416f;
        color: #fff;
        width: 100%;
    }

.form-separator {
    color: #ccc;
    margin: 15px 0;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-separator:before {
        display: block;
        content: '';
        border-top: 1px solid #EFEFEF;
        width: calc(50% - 25px);
    }

    .form-separator:after {
        display: block;
        content: '';
        border-top: 1px solid #EFEFEF;
        width: calc(50% - 25px);
    }
/*#endregion */

/*#region wrap-booking */
.wrap-booking {
    margin: 30px 0 30px 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

    .wrap-booking .info-match .img-card-match {
        background-color: #f8f8f8;
        border-radius: 10px;
    }

        .wrap-booking .info-match .img-card-match .img-top {
            width: 100%;
            height: 250px;
        }

        .wrap-booking .info-match .img-card-match .overlay-match {
            top: 30% !important;
            left: 50% !important;
            right: unset;
            bottom: unset;
            transform: translate(-50%,0)
        }

.title-main {
    padding: 10px;
    background-color: #eee;
    color: #6a2a5b;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.wrap-booking .info-book .content-booking {
    padding: 10px;
    border: 1px solid #eee;
}

.wrap-booking .info-book .form-label {
    font-weight: 500;
    color: #6a2a5b;
    min-width: 100px;
}

.wrap-booking .info-book .list-block {
}

    .wrap-booking .info-book .list-block .block-item {
        width: 110px;
        padding: 15px;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #6a2a5b;
        border-radius: 5px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .wrap-booking .info-book .list-block .block-item.active {
            background-color: #6a2a5b;
            color: #fff;
        }

        .wrap-booking .info-book .list-block .block-item p {
            margin: 0;
        }

.wrap-booking .info-book .quantity {
    width: 200px;
}

.wrap-booking .info-book label,
.wrap-booking .info-book .txt-value {
    font-size: 16px;
}

@media only screen and (max-width: 512px) {
    .wrap-booking .info-book .quantity {
        width: 100%;
    }

    .wrap-booking .btn-booking {
        margin-top: 30px;
        width: 100%;
    }

    .wrap-booking .info-book .item-payment .check {
        margin-right: 13px !important;
    }

    .wrap-booking .info-book .content-booking .type-payment img {
        width: 35px !important;
    }

    .wrap-booking .info-book .content-booking .type-payment {
        font-size: 14px;
    }
}

.wrap-booking .info-book .item-payment {
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

    .wrap-booking .info-book .item-payment .check {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #6a2a5b;
        margin-right: 30px;
    }

    .wrap-booking .info-book .item-payment.active .check {
        background-color: #6a2a5b;
    }

.wrap-booking .info-book .content-booking .type-payment .logo-payment {
    margin-right: 15px;
    font-size: 18px;
}

.wrap-booking .info-book .content-booking .type-payment img {
    width: 50px;
}
/*#endregion */

/*#region Transaction */

/*#region transaction */

.transaction-status-success label {
    font-size: 20px;
    font-weight: bold;
    color: #1a7c08;
    margin-bottom: 10px;
}

.transaction-status-success .message {
    font-size: 18px;
    color: #1a7c08;
}

.transaction-status-error label {
    font-size: 20px;
    font-weight: bold;
    color: #fa3527;
    margin-bottom: 10px;
}


.transaction-status-error .message {
    font-size: 18px;
    color: #fa3527;
}

.tab-content .tab-pane {
    border: 1px solid #ddd;
    border-top: unset;
}

.wrap-status {
    text-align: center;
}

    .wrap-status img {
        width: 70px;
        margin: 15px auto;
    }

.table-transaction .text-end {
    font-weight: bold;
}
/*#endregion */
/*#endregion */
/*#region profile */
#profile {
}

    #profile .img-profile {
        width: 110px;
        height: 110px;
        display: inline-block;
        position: relative;
        border: 1px solid #eee;
        border-radius: 50%;
    }

        #profile .img-profile .select-upload {
            position: absolute;
            background: #4a4a4a;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
            bottom: 0;
            left: 70px;
            z-index: 2;
            line-height: 52px;
            cursor: pointer;
            text-align: center;
        }

        #profile .img-profile .overlay {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fafafa;
            opacity: 0.5;
            display: block;
            z-index: 1;
        }

        #profile .img-profile .img-loading {
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(45px, 45px);
            color: #727272;
            font-size: 25px;
            z-index: 2;
        }

        #profile .img-profile .select-upload i {
            width: 25px;
            height: 20px;
            display: inline-block;
            color: #fff;
            font-size: 22px;
        }

        #profile .img-profile img {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 55px;
            margin: 0 auto;
        }

    #profile .info-profile {
    }

        #profile .info-profile label {
            font-weight: 700;
        }

#modal-upload .modal-title {
    font-size: 16px;
    color: #5b6b81;
    line-height: 21px;
}

#modal-upload .modal-footer .btn {
    color: #7f8fa4;
}

#modal-upload .modal-body .no-photo {
    text-align: center;
    max-height: 100%;
    height: 150px;
    line-height: 150px;
    border: 1px dashed #dfdfdf;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 5px;
}

#modal-upload .modal-footer .btn.btn-light {
    background-color: #fff;
    background-image: linear-gradient(-1deg,#f2f4f7 2%,#fff 98%);
    border: 1px solid #e2e7ed;
    border-color: #ced0da;
}

#modal-upload .modal-footer .btn.btn-success {
    color: #fff !important;
    background-color: #008848;
    border-color: #088b4e;
}

#modal-upload .modal-footer .f-main {
    width: 100%;
}

#modal-upload .modal-footer .f-left {
    width: 100px;
    float: left;
}

#modal-upload .modal-footer .f-center {
    width: 100%;
    float: left;
    padding: 5px;
}

#modal-upload .modal-footer .f-right {
    width: 200px;
    text-align: right;
    float: right;
}

/*#endregion */

/*#region modal-create-store */

#modal-create-store {
    text-align: center;
}

    #modal-create-store img {
        width: 150px;
        margin: 0 auto;
        display: block;
    }
/*#endregion */

/*#region list-ticket */

.list-ticket {
}

    .list-ticket .ticket-item {
        border: 1px dashed #a3a3a3;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .list-ticket .ticket-item .ticket-img {
            padding: 15px;
        }

            .list-ticket .ticket-item .ticket-img img {
                margin-bottom: 10px;
                width: 110px;
            }

        .list-ticket .ticket-item .midle-info {
            padding: 15px;
            border-left: 1px dashed #ccc;
        }

            .list-ticket .ticket-item .midle-info .logo-fc img {
                width: 35px;
            }

            .list-ticket .ticket-item .midle-info .logo-fc .title-fc {
                font-weight: bold;
                margin-left: 10px;
                color: #6c265b;
            }

            .list-ticket .ticket-item .midle-info .description {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 5px;
                margin-top: 5px;
            }

            .list-ticket .ticket-item .midle-info .info-row {
                font-size: 13px;
                text-align: left;
            }


                .list-ticket .ticket-item .midle-info .info-row i {
                    min-width: 20px;
                }

        .list-ticket .ticket-item .ticket-price {
            color: #eb1e22;
            font-weight: bold;
            margin-right: 5px;
        }

        .list-ticket .ticket-item .btn-eye {
        }

        .list-ticket .ticket-item .draw-qr-ticket canvas {
            width: 110px;
        }

@media only screen and (max-width: 512px) {
    .list-ticket .ticket-item {
        text-align: center;
    }

        .list-ticket .ticket-item .ticket-img {
            margin-bottom: 15px;
        }

        .list-ticket .ticket-item .midle-info .description {
            margin-bottom: 15px;
        }

        .list-ticket .ticket-item .midle-info {
            margin-bottom: 15px;
        }

        .list-ticket .ticket-item .ticket-price {
            margin-bottom: 15px;
        }
    #my-ticket .info-book {
       margin-top:15px;
    }

    #my-ticket .content-booking,
    #my-ticket .content-booking .card-body {
        padding: 0;
        border:unset;
    }

    #my-ticket .ticket-item .midle-info {
       border-left:unset;
    }

    #my-ticket .ticket-item .midle-info  button{
        width:100%;
    }
}

/*#endregion */
/*#region ticket-qr */
#ticket-modal .ticket-qr {
}

    #ticket-modal .ticket-qr .alert-default {
        background-color: #eee;
        color: #fa3527;
    }

    #ticket-modal .ticket-qr .ticket-info {
        border: 1px solid #eee;
    }

        #ticket-modal .ticket-qr .ticket-info .info-item {
            padding: 10px;
        }

            #ticket-modal .ticket-qr .ticket-info .info-item label {
                font-weight: bold;
                font-size: 16px;
            }

            #ticket-modal .ticket-qr .ticket-info .info-item .name-value {
                font-size: 15px;
            }
/*#endregion */


/*#region ticket */

.cardWrap {
    width: 27em;
    margin: 3em auto;
    color: #fff;
    font-family: sans-serif;
}

.card-c {
    background: linear-gradient(to bottom, #e84c3d 0%, #e84c3d 26%, #ecedef 26%, #ecedef 100%);
    height: 11em;
    float: left;
    position: relative;
    padding: 1em;
    margin-top: 100px;
}

.cardLeft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 16em;
}

.cardRight {
    width: 6.5em;
    border-left: 0.18em dashed #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .cardRight:before, .cardRight:after {
        content: "";
        position: absolute;
        display: block;
        width: 0.9em;
        height: 0.9em;
        background: #fff;
        border-radius: 50%;
        left: -0.5em;
    }

    .cardRight:before {
        top: -0.4em;
    }

    .cardRight:after {
        bottom: -0.4em;
    }

h1 {
    font-size: 1.1em;
    margin-top: 0;
}

    h1 span {
        font-weight: normal;
    }

.title, .name, .seat, .time {
    text-transform: uppercase;
    font-weight: normal;
}

    .title h2, .name h2, .seat h2, .time h2 {
        font-size: 0.9em;
        color: #525252;
        margin: 0;
    }

    .title span, .name span, .seat span, .time span {
        font-size: 0.7em;
        color: #a2aeae;
    }

.title {
    margin: 2em 0 0 0;
}

.name, .seat {
    margin: 0.7em 0 0 0;
}

.time {
    margin: 0.7em 0 0 1em;
}

.seat, .time {
    float: left;
}

.eye {
    position: relative;
    width: 2em;
    height: 1.5em;
    background: #fff;
    margin: 0 auto;
    border-radius: 1em/0.6em;
    z-index: 1;
}

    .eye:before, .eye:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
    }

    .eye:before {
        width: 1em;
        height: 1em;
        background: #e84c3d;
        z-index: 2;
        left: 8px;
        top: 4px;
    }

    .eye:after {
        width: 0.5em;
        height: 0.5em;
        background: #fff;
        z-index: 3;
        left: 12px;
        top: 8px;
    }

.number {
    text-align: center;
    text-transform: uppercase;
}

    .number h3 {
        color: #e84c3d;
        margin: 0.9em 0 0 0;
        font-size: 2.5em;
    }

    .number span {
        display: block;
        color: #a2aeae;
    }

.barcode {
    height: 2em;
    width: 0;
    margin: 1.2em 0 0 0.8em;
    box-shadow: 1px 0 0 1px #343434, 5px 0 0 1px #343434, 10px 0 0 1px #343434, 11px 0 0 1px #343434, 15px 0 0 1px #343434, 18px 0 0 1px #343434, 22px 0 0 1px #343434, 23px 0 0 1px #343434, 26px 0 0 1px #343434, 30px 0 0 1px #343434, 35px 0 0 1px #343434, 37px 0 0 1px #343434, 41px 0 0 1px #343434, 44px 0 0 1px #343434, 47px 0 0 1px #343434, 51px 0 0 1px #343434, 56px 0 0 1px #343434, 59px 0 0 1px #343434, 64px 0 0 1px #343434, 68px 0 0 1px #343434, 72px 0 0 1px #343434, 74px 0 0 1px #343434, 77px 0 0 1px #343434, 81px 0 0 1px #343434;
}


/*#endregion */

/*#region privacy-policy */

#privacy-policy {
    margin-top: 120px;
}

    #privacy-policy h1 {
        line-height: 40px;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
    }


@media only screen and (max-width: 512px) {
    #privacy-policy {
        margin-top: 50px;
    }

        #privacy-policy h1 {
            font-size: 16px;
        }
}



#privacy-policy .line {
    background: url('/Assest/images/icon/mid_sep.png');
    height: 1px;
}

#privacy-policy h2 {
    font-size: 19px;
    text-transform: uppercase;
}

#privacy-policy .content {
    font-size: 16px;
    padding-bottom: 20px;
}

    #privacy-policy .content:last-child {
        margin-bottom: 20px;
    }

/*#endregion */

.terms_condition_paypal {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: inherit;
    overflow-y: auto;
    padding: 0 0 30px 0;
    text-align: left !important;
}
