

.icon-checked-alt-green {
    background: url('data:image/svg+xml, %3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20sketchtool%2042%20%2836781%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3E6A7E8259-5750-4C96-BF6E-62502B34884F%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Symbol-/-Check-/-Grey%22%20stroke-width%3D%221.25%22%20stroke%3D%22%2342B549%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Check-%22%20points%3D%2212.064%200%204.243%207.821%200%203.579%22%3E%3C/polyline%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E') no-repeat;
    background-size: 18px;
    width: 18px;
    height: 14px;
    display: inline-block;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

input[type="checkbox"].checkbox-green {
    display: none;
}

label[for="use-voucher"] {
    width: 16px;
    height: 16px;
    background-color: #FFF;
    display: inline-block;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}

label[for="use-voucher"].checked {
    border-color: #42B549;
    background: #42B549 url(https://ecs7.tokopedia.net/img/recharge/ceklis.svg) center no-repeat;
    background-size: 12px;
}

.check-voucher-form {
    margin-left: 27px;
    font-size: 0;
}

.check-voucher-form .textbox-wrapper {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding-right: 15px;
}

.check-voucher-form .textbox-wrapper .icon-checked-alt-green {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.check-voucher-form .btn {
    width: 25%;
}

input[name="voucherCode"] {
    width: 100%;
    padding: 9px 11px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
}

input[name="voucherCode"].error {
    border-color: #D50000;
}

input[name="voucherCode"].success + .icon-checked-alt-green {
    display: inline-block;
}

.input-voucher-label {
    width: 75%;
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 5px;
}

.input-voucher-label.error {
    color: #D50000;
}

.input-voucher-label.success {
    color: #42B549;
}

@media (max-width: 330px) {
    .label-checkbox-green {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .label-checkbox-green {
        font-size: 14px;
    }

    .check-voucher-form .textbox-wrapper {
        width: auto;
    }

    .check-voucher-form .textbox-wrapper .icon-checked-alt-green {
        right: 25px;
    }

    .check-voucher-form .btn {
        width: 72px;
    }

    input[name="voucherCode"] {
        width: 316px;
        padding-left: 10px;
        border: 1px solid #E0E0E0;
        border-radius: 3px;
    }
}
.bridge-widget {
    display: none;
}

.bw-button {
    position: relative;
    z-index: 999;
    display: block;
    width: 27px;
    height: 27px;
    border: 0;
    outline: 0;
    top: 0;
    left: 1px;
    background-color: transparent;
    background-image: url(https://ecs7.tokopedia.net/assets/images/ic_menu.png);
    text-indent: -9999px;
    background-size: 27px 27px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.bw-button:hover {
    opacity: .8;
}

.bw-container {
    position: absolute;
    top: 38px;
    right: -20px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    width: 230px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #f8f8f8;
    height: auto;
}

.bw-container::before {
    position: absolute;
    display: block;
    border-style: solid;
    content: '';
}

.bw-container::before {
    top: -22px;
    right: 21px;
    border-width: 11px;
    border-color: transparent transparent #FFFFFF;
}

.bw-item {
    display: block;
    float: left;
    width: 93px;
    height: 86px;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.bw-item:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(204,204,204,.48);
            box-shadow: 0 0 5px 2px rgba(204,204,204,.48);
}

.bw-item a {
    text-decoration: none;
}

.bw-icon__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 50px;
    height: 50px;
}

.bw-icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-position: center center;
}

.bw-icon-toped {
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-toped@2x.png);
    background-position: 0 0;
    width: 100%;
    height: 100%;
    background-size: 37px;
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

.bw-icon-ofstore {
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-official-store@2x.png);
    width: 100%;
    height: 100%;
    background-size: 45px;
    background-position: 1px 12px;
    background-repeat: no-repeat;
}

.bw-icon-pulsa {
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-pulsa@2x.png);
    width: 100%;
    height: 100%;
    background-size: 45px;
    background-position: 1px 12px;
    background-repeat: no-repeat;
}

.bw-icon-tiket {
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-tiket@2x.png);
    width: 100%;
    height: 100%;
    background-size: 30px;
    background-position: 10px 7px;
    background-repeat: no-repeat;
}

.bw-icon-donation
{
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-donasi@2x.png);
    width: 100%;
    height: 100%;
    background-size: 38px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.bw-icon-help {
    background-image: url(https://ecs7.tokopedia.net/img/icon_tokopedia-bantuan@2x.png);
    width: 100%;
    height: 100%;
    background-size: 38px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.bw-icon__text {
    display: block;
    margin: 0;
    padding: 5px 0 20px;
    color: #787878;
    font-size: 11px;
    line-height: 1.5;
}


@media (min-width: 1024px) 
{
	.wrap_bridge-menu
    {
	    line-height: 50px;
	    display: inline-block;
	}
    .bridge-widget {
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}.dropdown-user
{
    top: 48px;
    left: -130px!important;
    border-radius: 3px;
    display: block;
    visibility: visible;
}

.dropdown-user::before
{
    content: '';
    border-style: solid;
    position: absolute;
    border-color: transparent transparent #fff!important;
    right: 63px!important;
}

.dropdown-hover-toggle
{
    cursor: pointer;
}.css-merchant-2cx_ap0r {
    position: absolute;
    left: 14px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACIAAAAgBAMAAACFobf6AAAAFVBMVEVMaXH////////////////////////zsRG/AAAABnRSTlMALut8yxB5e98YAAAAPElEQVQoz2NggAKRAAZUwKjmiiYilJYSgKYkLRldSZrB0FKCDJJBSgiKYOrCYjKm7UNHEVosY0kJiNQCAHRMMhMooJXAAAAAAElFTkSuQmCC') transparent no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.css-merchant-G16g50wx {
    height: 26px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    padding-left: 14px;
}

.css-merchant-3_k7cJJs span {
    display: none;
}


@media (min-width: 1024px) {
    .css-merchant-G16g50wx {
        margin-left: 30px;
        padding-left: 0;
    }

    .css-merchant-3_k7cJJs {
        display: inline-block;
    }

    .css-merchant-3_k7cJJs span {
        display: inline;
        color: #FFF;
    }

    .css-merchant-2cx_ap0r {
        display: none;
    }
}

@media (max-width: 330px) {
    .css-merchant-G16g50wx {
        height: 23px;
    }
}
.collapsible {
    cursor: pointer;
}

.collapsible-icon {
    vertical-align: text-bottom;
}

button.collapsible{
    border: none;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

button.collapsible:focus, button.collapsible:active {
   outline: none;
   -webkit-box-shadow: none;
           box-shadow: none;
}

.collapsible span{
    float: left
}hr.line {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff
}

@media (min-width: 1024px) {
    hr.line {
        margin: 17px 0;
    }
}

/** Footer **/

.main-footer {
    background-color: transparent;
    min-height: 89px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 0;
    padding: 23px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.main-footer .copyright,
.main-footer .mobile-menu a{
    color: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    margin: 5px 4px;
}

.main-footer .mobile-menu {
    margin-top: 7px;
}

@media (min-width: 1024px) {
    .main-footer {
        text-align: left;
    }

    .main-footer .mobile-menu {
        display: none;
    }

    .main-footer .toped-logo {
        width: 40px;
    }
}

@media (max-width: 1023px) {
    #footer-root {
        display: none;
    }
}body {
    height: 100%;
    background: #F4F4F4;
    color: #515151;
    font-size: 14px;
    font-family: open sans, sans-serif;
    padding-top: 0;
    margin: 0;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

/** Helper **/

table td {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.desktop-inline-block {
    display: none;
}

/** Body **/

.main-wrapper {
    width: 100%;
    padding-top: 50px;
    position: relative;
    padding-bottom: 90px;
}

.box {
    margin-bottom: 20px;
    padding: 12px 10px;
    background: #FFF;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.purchase-detail .logo-wrapper {
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 13px;
}

.purchase-detail .img-admin-logo-wrapper {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 6px;
    border: 1px solid #E0E0E0;
    padding: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}

.purchase-detail .img-admin-logo-wrapper .img-admin-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 70%;
    max-width: none;
}

.purchase-detail table {
    display: inline-block;
    width: calc(100% - 75px);
    vertical-align: top;
    font-size: 12px;
}

.purchase-detail table td {
    vertical-align: top;
    padding-bottom: 7px;
}

.purchase-detail table td:last-child {
    font-size: 14px;
}

.purchase-detail table td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    word-break: normal;
}

.item-detail-wrapper {
    background-color: #FAFAFA;
    padding: 12px;
    border-radius: 3px;
}

.item-detail table td {
    padding: 2px 0;
}

.item-detail table td:first-child {
    width: 35%;
}

@media (max-width: 330px) {
    .label-checkbox-green {
        font-size: 12px;
    }

    .purchase-detail table td {
        padding-bottom: 0;
    }

    .purchase-detail table td:last-child {
        font-size: 12px;
    }

    .item-detail {
        font-size: 12px;
    }

    .item-detail table td {
        padding: 0;
    }

    .item-detail table td:first-child {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .desktop-inline-block {
        display: inline-block;
    }

    .label-checkbox-green {
        font-size: 14px;
    }

    .main-wrapper {
        margin: 50px auto auto;
        max-width: 650px;
        width: 100%;
    }

    .box {
        border: 1px solid #E0E0E0;
        border-radius: 3px;
        padding: 16px;
    }

    .box:first-child {
        margin-top: 80px;
    }

    .purchase-detail {
        width: 480px;
        margin: 0 auto;
    }

    .purchase-detail .logo-wrapper {
        width: 170px;
    }

    .purchase-detail .img-admin-logo-wrapper {
        width: 65px;
        height: 65px;
    }

    .purchase-detail table {
        width: calc(100% - 175px);
    }

    .item-detail-wrapper .description {
        font-size: 12px;
    }

    .item-detail-wrapper table {
        font-size: 13px;
    }

    .item-detail-wrapper table tr td:first-child {
        width: auto;
        padding-right: 25px;
    }

    .item-detail p {
        font-size: 13px;
    }

    .menu-right .menu-right__item
    {
        line-height: 50px;
    }
}
