@import url(fonts.css);

body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

a {
    color: #004dc5;
}

img {
    image-rendering: crisp-edges;
}

strong {
    font-weight: bolder;
}

a:hover, a:active {
    color: #333;
}

a:focus, select:focus, option:focus, option:active:focus, .btn:focus, .btn:active:focus, :focus, :active:focus, input:focus, input:active, input:active:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #BBB !important;
}

::-moz-placeholder {
    color: #BBB !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB !important;
}

.help-block, .text-muted {
    color: #999;
}

.text-success, .help-block.text-success {
    color: #499914;
}

.text-danger, .help-block.text-danger, .text-error, .help-block.text-error, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #CC0000;
}

.text-cta, .help-block.text-cta, .text-cta, .help-block.text-cta, .has-cta .help-block, .has-cta .control-label, .has-cta .radio, .has-cta .checkbox, .has-cta .radio-inline, .has-cta .checkbox-inline, .has-cta.radio label, .has-cta.checkbox label, .has-cta.radio-inline label, .has-cta.checkbox-inline label {
    color: #FF4688;
}

.modal-body.alert {
    margin: -1px 0 0;
    border-radius: 0;
}

.alert-info, .alert-danger, .alert-error, .alert-success, .alert-warning {
    background: #009DDE;
    color: white;
    border: 0;
    text-shadow: none;
}

.alert-info-alternate {
    background: #b2deef;
    color: #333;
}

.alert-danger, .alert-error {
    background: #e74c3c;
}

.alert-success {
    background: #18bc9c;
}

.alert-warning {
    background: #ffcf9d;
    color: #333;
    border: none;
}

.alert.alert-info .text-danger {
    color: #840B0B;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.alert .btn.btn-default {
    color: #333;
}

.alert a {
    color: white;
    text-decoration: underline;
}

.alert-warning a:not(.btn) {
    color: #333;
    font-weight: bold;
}

.alert .close {
    color: #333;
}

.alert ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.alert-heading {
    display: block;
    margin-bottom: 5px;
}

.alert-heading:last-child {
    margin-bottom: 0;
}

strong.alert-heading {
    font-size: 15px;
    margin-bottom: 10px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    background: white;
}

.nomargin {
    margin-bottom: 0 !important;
}

.form-control,
.form-control:focus,
.input-group-integrated, .selectize-input,
.selectize-input.focus,
.has-error .form-control:focus {
    border: 1px solid #c4d1db;
    box-shadow: none;
}

.form-control,
.input-group-integrated, .selectize-input {
    border-radius: 4px;
}

.form-control:focus, .input-group-integrated.focus, .selectize-input.focus {
    border-color: #0055ee;
}

.selectize-input.selectize-input-sm {
    height: 26px;
    min-height: initial;
    padding: 3px 8px;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #CC0000;
    box-shadow: none;
}

.input-group-integrated.autocomplete-open {
    border-radius: 4px 4px 0 0;
}

.input-group-integrated .form-control, .input-group-integrated .form-control:focus {
    border: none;
    box-shadow: none;
}

.input-group-integrated .btn-link {
    background: white;
    border-radius: 6px;
}

.input-group-integrated .btn-link:hover {
    text-decoration: none;
}

.btn {
    font-weight: 600;
}

.btn-link {
    box-shadow: none;
    color: #004dc5;
}

.btn-link:hover, .btn-link:active {
    color: #333;
}

.btn-default {
    border-color: #A2A8AE;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active, .open .dropdown-toggle.btn-default {
}

.input-group-btn .btn {
    box-shadow: none;
}

.btn-lg {
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #0090FF;
    border-color: #0090FF;
}

.btn-primary:hover {
    background-color: #0072db;
    border-color: #0072db;
}

.btn-cta {
    color: white;
    background: #ff4688;
    border-color: #ff4688;
    font-weight: 600;
}

.btn-cta:hover, .btn-cta:active, .btn-cta:focus {
    color: white;
    background: #d43f6a;
    border-color: #d43f6a;
}
.cursor-pointer{
    cursor: pointer;
}

.btn-paypal {
    color: #333;
    background: #FFC439;
    border-color: #FFC439;
}

.btn-paypal:hover {
    background: #FFAF00;
    border-color: #FFAF00;
}

.btn-xs {
    font-size: 11px;
}

.btn-add-to-wallet {
    background: transparent;
    padding: 5px 0;
}

.btn-add-to-wallet img {
    width: 105px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0090FF;
}

.alert .btn, .alert .btn:hover {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-shadow: none;
}

.alert p, .alert ul {
    margin-bottom: 10px;
}

.alert > p + p {
    margin-top: 0;
}

.alert p:last-child, .alert ul:last-child, .well p:last-child, .well ul:last-child {
    margin-bottom: 0;
}

.alert .form-control {
    border-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
    font-size: 13px;
}

.radio input, .checkbox input, .radio-inline input, .checkbox-inline input {
    margin-top: 1px;
}

.panel-footer {
    background: #ebf0f4;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.btn .fa {
    font-size: 14px;
    margin: 1px 5px 0 0;
}

.btn-xs .fa {
    font-size: 13px;
    margin: 1px 5px 0 0;
}

.btn-sm .fa {
    line-height: 1.1em;
}

.btn-icon .fa, .btn-xs.btn-icon .fa {
    margin-right: 0;
}

.panel-heading {
    padding: 20px 12px;
}

.panel-body {
    padding: 12px;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3 {
    margin: 0;
}

.panel-main {
    padding: 0;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #D8DEE3;
}

.panel-main .panel-heading {
    background: #F3F6F8;
    border-radius: 2px 2px 0 0;
    border: none;
}

.panel-main .panel-body {
    background: white;
}

.panel-main .panel-footer {
    border: none;
    background: #F3F6F8;
}

.panel-main .panel-heading h2 {
    line-height: 26px;
    margin: 0;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 2.2rem;
    line-height: 24px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
    text-transform: none;
}

.table-tickets {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    width: 100%;
}

.table-tickets > thead > tr > th,
.table-tickets > tbody > tr > th,
.table-tickets > tbody > tr > td,
.table-tickets > tfoot > tr > td {
    border: none;
}

.table-tickets > thead > tr > th:not([class^="text-"]),
.table-tickets > tbody > tr > th:not([class^="text-"]),
.table-tickets > tbody > tr > td:not([class^="text-"]),
.table-tickets > tfoot > tr > td:not([class^="text-"]) {
    text-align: center;
}

.table-tickets > tbody > tr > td {
    background: #F3F6F8;
    border: 2px solid #D1DEE8;
    border-left-width: 0;
    border-right-width: 0;
    vertical-align: middle;
    padding: 10px;
}

.table-tickets > tbody.cart-item--with-children > tr:first-child > td {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child > td {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child:not(:nth-last-child(2)) > td {
    border-bottom: none;
    border-radius: 0;
    padding-bottom: 0;
}

.table-tickets > tbody.cart-item--with-children > tr.cart-item__child > td:first-child {
    padding-left: 30px;
}

.table-tickets > thead > tr > th:last-child,
.table-tickets > tbody > tr > td:last-child,
.table-tickets > tfoot > tr > td:last-child {
    text-align: right;
}

.table-tickets > thead > tr > th:first-child,
.table-tickets > tbody > tr > td:first-child,
.table-tickets > tfoot > tr > td:first-child {
    text-align: left;
}

.table-tickets > tbody > tr > td:first-child {
    border-radius: 2px 0 0 2px;
    border-left-width: 2px;
}

.table-tickets > tbody > tr > td:last-child {
    border-radius: 0 2px 2px 0;
    border-right-width: 2px;
}

.table-tickets > tbody > tr.spacer > td {
    border: none;
    background: transparent;
}

.table-tickets > tbody > tr.spacer > td {
    padding: 0;
    height: 12px;
    line-height: 0;
    font-size: 0;
}

.table-tickets > tfoot > tr > th {
    border: none;
}

.table-tickets > tbody > tr > td > .close {
    float: right;
    width: 16px;
    text-align: center;
    margin: 6px 0 0 10px;
}

table.table.table-tickets > tfoot > tr > td, table.table.table-tickets > tfoot > tr > th {
    vertical-align: top;
}

table.table.table-tickets > tfoot > tr > td:first-child {
    padding-left: 0;
}

table.table.table-tickets > tfoot > tr > th:last-child {
    padding-right: 0;
}

ul.list-ticket-types, ul.list-ticket-types li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-ticket-types > li {
    background: #F3F6F8;
    border: 2px solid #D1DEE8;
    margin-bottom: 12px;
    border-radius: 2px;
}

ul.list-ticket-types > li:first-child {
    background: transparent;
    border: none;
    margin: 0;
}

ul.list-ticket-types li > div {
    display: table;
    width: 100%;
}

ul.list-ticket-types li > div > div {
    display: table-row;
}

ul.list-ticket-types li > div > div > div {
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
}

ul.list-ticket-types > li:first-child > div > div > div {
    padding-top: 0;
    font-weight: 600;
}

ul.list-ticket-types li > div > div > div:not([class^="text-"]) {
    text-align: center;
}

ul.list-ticket-types li > div > div > div:first-child {
    text-align: left;
}

ul.list-ticket-types li > div > div > div:last-child {
    text-align: right;
}

ul.list-ticket-types li div.description {
    font-size: 12px;
    padding: 0 10px 10px 10px;
    margin-top: -5px;
}

ul.list-ticket-types li div.discounts {
    font-size: 12px;
    padding: 0 10px 10px 10px;
}

ul.list-ticket-types li div.discounts p {
    margin-bottom: 5px;
}

ul.list-ticket-types li div.discounts p:last-child {
    margin-bottom: 0;
}

ul.list-ticket-types li.ticket-type-group ul li {
    border-top: 1px solid #D1DEE8;
}

ul.list-ticket-types li.ticket-type-group > div > div > div:first-child {
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding-top: 12px;
    padding-bottom: 12px;
}

ul.list-ticket-types li.ticket-type-group ul li.ticket-type:hover {
}

ul.list-ticket-types li ul li > div > div > div:first-child,
ul.list-ticket-types li ul li div.description,
ul.list-ticket-types li ul li div.discounts {
    padding-left: 30px;
}

ul.list-ticket-types li ul li ul li > div > div > div:first-child,
ul.list-ticket-types li ul li ul li div.description,
ul.list-ticket-types li ul li ul li div.discounts {
    padding-left: 60px;
}

ul.list-ticket-types li.ticket-type-group a.ticket-type-group-toggle {
    float: right;
    font-size: 12px;
    width: 20px;
    text-align: center;
    line-height: 21px;
    height: 20px;
    background: #bfccd6;
    color: white;
    border-radius: 100%;
}

ul.list-ticket-types li.ticket-type-group a.ticket-type-group-toggle:hover {
    background: #929ea8;
}

.list-ticket-types .addons__title {
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    border-top: 1px solid #D1DEE8;
}

.list-ticket-types .addon .addon__name {
    padding-left: 30px;
}

.list-ticket-types .addon .addon__price {
    width: 100px;
}

.list-ticket-types .addon .addon__fee {
    width: 100px;
}

.list-ticket-types .addon .addon__price-disclaimer,
.list-ticket-types .addon .addon__fee-disclaimer {
    display: block;
}


.label {
    font-size: 12px;
    font-weight: 600;
}

.table > thead > tr > th {
    font-weight: 600;
}

.form-control-code {
    font-family: monospace;
    background-color: #F0F3F6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff4688;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff4688;
}

.tooltip-inner {
    background-color: #ff4688;
    text-align: left;
    font-size: 13px;
    line-height: 1.5em;
}

.tooltip.in {
    opacity: 1;
}

.help-icon {
    color: #ff4688;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.password-field {
    position: relative;
}

.password-field .password-toggle {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 12px;
    cursor: pointer;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}

.password-field.password-field-lg .password-toggle {
    font-size: 13px;
    right: 15px;
    top: 14px;
}

.password-field .password-toggle:hover {
    color: #444;
}

tr.order-item--addon td:first-child {
    padding-left: 30px !important;
}

.btn-success {
    background-color: #17bc91;
}

.btn-success:hover {
    background-color: #11a781;
}

/*
NFT START
 */



.ltb{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.p2-regular{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.p2-medium{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.p2-semibold{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.p2-bold{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.h2-bold{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.h1-semibold{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.large-title-bold{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.table.nft-table > thead > tr > th {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .modal-md {
        width: 500px;
    }

    .modal-400{
        width: 400px;
    }
}

.nft-m-top{
    margin-top: 40px;
}

.nft-m-bottom{
    margin-bottom: 40px;
}

.nft-m-top-20{
    margin-top: 20px;
}

.nft-m-bottom-20{
    margin-bottom: 20px;
}

.nft-m-top-5{
    margin-top: 5px;
}

.nft-m-bottom-5{
    margin-bottom: 5px;
}

.nft-m-bottom-small{
    margin-bottom: 10px;
}

.nft-m-top-small{
    margin-top: 10px;
}

.underline{
    text-decoration: underline;
}

.p-l-10{
    padding-left: 10px;
}

.p20{
    padding: 20px;
}

.m20{
    margin: 20px;
}

.m30{
    margin: 30px;
}

@media (max-width: 768px) {
    .nopadding-m{
        padding: 0;
    }

    .nomargin-m{
        margin: 0;
    }
}

.letter1px{
    letter-spacing: 1px;
}

.nft-page body{
    background: #F3F5FB;
}

img.qr-img{
    border: 3px solid #FFF !important;
    border-radius: 5px;
}

.nft-container-fluid{
    padding: 0;
}

.nft-page .panel.panel-main{
    border: none;
}

.btn-wallet{
    padding: 10px 16px;
    width: 170px;
    white-space: normal;
}

.btn-wallet-mini{
    width: 80px;
    /*height: 45px;*/
    padding: 5px 5px;
}

.btn-wallet-wide{
    width: 250px;
}

.btn-wallet-superwide{
    width: 260px;
}

.btn-default.btn-wallet {
    background-color: #FFF;
    color: #178AF5;
    border-color: #93C8FB;
}

.btn-default.btn-wallet:hover, .btn-default.btn-wallet:active, .btn-default.btn-wallet:focus {
    color: #FFFFFF;
    background-color: #0090FF;
}

.success .btn-wallet {
    background: #E3FFE8;
    border: 1px solid #19B934;
    color: #19B934;
}

.success .btn-default.btn-wallet:hover,
.success .btn-default.btn-wallet:active,
.success .btn-default.btn-wallet:focus,
.success .btn-primary.btn-wallet:hover,
.success .btn-primary.btn-wallet:active,
.success .btn-primary.btn-wallet:focus{
    background: #19B934;
    color: #FFF;
}

.btn-wallet .left-side{
    margin-right: 8px;
}

.mint-btn-manual{
    padding: 10px 16px;
}

.nft_wallet_address_manual input{
    padding: 10px 16px;
    border: 2px solid #C3C7CF;
    border-radius: 5px;
    width: 250px;
}

.error-container {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
}

.minted-wallet-address,
.current-wallet-address,
.copy-wallet{
    word-break: break-word;
}

.after-mint-info{
    max-width: 510px;
    margin: 40px auto 0;
}

.after-mint-info .fa-info-circle {
    color: #F2AD26;
}

.nft-separator{
    height: 1px;
    background: #ECEEF3;
}


.too-long-text{
    word-break: break-word;
}

.panel-body.nft-list{
    padding: 40px;
}

.dropdownAccounts{
    background-color: #F1F2F4;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    padding: 12px;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    .dropdownAccounts{
        font-size: 13px;
    }
}

.account-container .dropdown-caret .fa-chevron-up{
    display: none;
}

.account-container.open .dropdown-caret .fa-chevron-down{
    display: none;
}

.account-container.open .dropdown-caret .fa-chevron-up{
    display: inline-block;
}

.dropdownAccounts + .dropdown-menu{
    text-align: right;
    min-width: 80px;
    border-radius: 100px;
}

.dropdownAccounts + .dropdown-menu span{
    cursor: pointer;
    padding: 5px 10px;
    display: block;
    border-radius: 100px;
}

.dropdownAccounts + .dropdown-menu span:hover{
    background-color: #F1F2F4;
}

.dropdownAccounts > *{
    vertical-align: middle;
    line-height: normal;
}

.wallet-jazz{
    width: 35px;
    height: 35px;
    background: url(../images/jazzicons-5.png) no-repeat 0 0;
    display: inline-block;
    background-size: cover;
}

.wallet-jazz_1{
    background-position: 0 0;
}

.wallet-jazz_2{
    background-position: -35px 0;
}

.wallet-jazz_3{
    background-position: -70px 0;
}

.wallet-jazz_4{
    background-position: -105px 0;
}

.wallet-jazz_5{
    background-position: -140px 0;
}

.wallet-jazz-mini{
    width: 21px;
    height: 21px;
    background: url(../images/jazzicons-5.png) no-repeat 0 0;
    display: inline-block;
    background-size: cover;
}

.wallet-jazz-mini_1{
    background-position: 0 0;
}

.wallet-jazz-mini_2{
    background-position: -21px 0;
}

.wallet-jazz-mini_3{
    background-position: -42px 0;
}

.wallet-jazz-mini_4{
    background-position: -63px 0;
}

.wallet-jazz-mini_5{
    background-position: -84px 0;
}

.nft-header{
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 30px;
    background: #FFF;
}

@media (max-width: 768px) {
    .nft-header{
        padding: 15px 10px;
    }
}

.nft-header .logo{
    float: left;
}

.text-center .img-responsive{
    margin: 0 auto;
}

.separator-text {
    width: 90%;
    height: 10px;
    border-bottom: 1px solid #ECEEF3;
    text-align: center;
    margin: 20px 5% 0;
}

.separator-text span {
    background-color: #FFF;
    padding: 0 10px;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .nft-header .logo{
        max-width: 90px;
        padding-top: 5px;
    }
}

.account-container{
    float: right;
    position: relative;
}

.connect-container{
    float: right;
}

.nft-ticket-item-artwork-zoom{
    position: absolute;
    left: 10px;
    top: 10px;
    color: white;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    background: #000000;
    opacity: 0.2;
    z-index: 2;
}

.nft-ticket-item-artwork-container{
    border-radius: 8px;

    padding: 0;
}

.nft-ticket-item-artwork-container > span{
    position: relative;
}

.nft-ticket-item-artwork-container.show-qrcode{
    border: 0;
}

.nft-ticket-item-artwork-container img{
    border-radius: 8px;
    transition: 0.3s;
    border: 1px solid #595D6B;
    text-align: center;
}

.nft-ticket-item-artwork-container img:hover{
    opacity: 0.7;
}

.show-artwork .qr-code-generated{
    display: none;
}

.show-artwork .qr-code-generated-text{
    display: none;
}

.qr-code-generated-text > span{
    display: block;
    margin: 5px 0;
}

.qr-code-generated-text a{
    display: block;
    text-align: left;
    padding: 0;
    margin-top: 5px;
}

.show-qrcode .nft-ticket-item-artwork-zoom{
    display: none;
}

.show-qrcode .nft-ticket-item-artwork{
    position: absolute;
    width: 124px;
    left: -100px;
    top: calc(50% - 62px);
    border-radius: 8px;
}

@media (max-width: 990px) {
    .show-qrcode .nft-ticket-item-artwork{
        top: initial;
        left: initial;
        bottom: 0;
        right: 0;
        width: 50px;
    }
}

.show-qrcode .nft-ticket-item-qrcode{
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    max-width: 200px;
}

@media (max-width: 990px) {
    .show-qrcode .nft-ticket-item-qrcode{
        margin: initial;
    }
}

.buttons-toolbar {
    display: inline-block;
    float: right;
}

@media (max-width: 768px) {
    .buttons-toolbar {
        margin-top: 20px;
    }
}


.nft-title{
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    display: inline-block;
    float: left;
    max-width: calc(100% - 120px);
}

@media (max-width: 768px) {
    .nft-title{
        max-width: calc(100% - 44px);
        margin-top: 20px;
    }
}

.nft-btn-group .btn{
    background-color: #FFF;
}

.nft-btn-group{
    border: 1px solid #C3C7CF;
    border-radius: 4px;
}

.nft-btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.nft-btn-group .btn-group{
    border-left: 1px solid #C3C7CF;
}

.nft-btn-group .btn-group:first-of-type{
    border-left: none;
}

.nft-btn-group.btn-group-vertical .btn-group{
    border-left: none;
    border-top: 1px solid #C3C7CF;
}

.nft-btn-group.btn-group-vertical .btn-group:first-of-type{
    border-top: none;
}

.nft-action-btn a{
    display: block;
    text-decoration: none;
}

.nft-action-btn .nft-action-btn-icon{
    margin-right: 5px;
    display: inline-block;
}

.benefits-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.collapsed .ticket-benefits-icon .fa-chevron-up,
.ticket-benefits-icon .fa-chevron-down{
    display: none;
}

.collapsed .ticket-benefits-icon .fa-chevron-down,
.ticket-benefits-icon .fa-chevron-up{
    display: inline-block;
}

.ticket-benefits-icon{
    position: absolute;
    right: 20px;
}

.benefits-row{
    line-height: 52px;
    background: #F8F9FC;
    border-top: 1px solid #ECEEF3;
    padding: 0 15px;
}

.benefits-row-header{
    background: #FFF;
    padding: 0;
}

.ticket-balance-title,
.ticket-addons-name{
    float: left;
    line-height: 52px;
    display: inline-block;
}

.ticket-balance-value,
.ticket-addons-available{
    float: right;
    line-height: 52px;
    display: inline-block;
}

.ticket-addons-name{
    font-weight: 500;
}

.ticket-transaction-item {
    padding: 10px 0;
    border-bottom: 1px solid #ECEEF3;
}

.ticket-transaction-item span {
    display: block;
    line-height: 1.2;
    font-size: 14px;
}

.ticket-transaction-product{
    float: left;
    width: 100%;
}

.order-qr-link{
    font-size: 18px;
    position: relative;
    line-height: 30px;
    background: #F8F9FC;
    padding: 10px;
    max-width: 400px;
    width: 100%;
}

.order-qr-link-text{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #178AF5;
}

.order-qr-link .icon-left{
    width: 33px;
    position: absolute;
    left: 15px;
    top: 7px;
    z-index: 1;
}

.order-qr-link .icon-right{
    width: 18px;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 1;
}

.copy-wrapper {
    font-size: 18px;
    position: relative;
    line-height: 30px;
    background: #F8F9FC;
    padding: 10px;
    width: 100%;
    word-break: break-word;
}

.btn.text-left{
    text-align: left;
}

.social-share-dropdown.dropdown-menu{
    min-width: 30px;
}

.social-share-dropdown.dropdown-menu > li > a{
    padding: 3px 5px;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-facebook{
    color: #4267B2;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-twitter{
    color: #1DA1F2;
}

.social-share-dropdown.dropdown-menu > li > a.social-share-linkedin{
    color: #0e76a8;
}

.social-share-dropdown.dropdown-menu > li > a.social-share:hover,
.social-share-dropdown.dropdown-menu > li > a.social-share:focus{
    text-decoration: none;
}



.minting-step:nth-of-type(1):before {
    content: "1";
    position: absolute;
    left: -30px;
    font-size: 100px;
    font-weight: bold;
    color: #F8F9FC;
    text-shadow: -1px -1px 0 #c3c7cf, 1px -1px 0 #c3c7cf, -1px 1px 0 #c3c7cf, 1px 1px 0 #c3c7cf;
    top: -10px;
}

.minting-step-gryfyn .minting-step:nth-of-type(1):before {
    content: "";
}

.minting-step.success:nth-of-type(1):before {
    text-shadow: -1px -1px 0 #19B934, 1px -1px 0 #19B934, -1px 1px 0 #19B934, 1px 1px 0 #19B934;
}

.minting-step:nth-of-type(2):before {
    content: "2";
    position: absolute;
    left: -30px;
    font-size: 100px;
    font-weight: bold;
    color: #F8F9FC;
    text-shadow: -1px -1px 0 #c3c7cf, 1px -1px 0 #c3c7cf, -1px 1px 0 #c3c7cf, 1px 1px 0 #c3c7cf;
    top: -10px;
}

.minting-step.success:nth-of-type(2):before {
    text-shadow: -1px -1px 0 #19B934, 1px -1px 0 #19B934, -1px 1px 0 #19B934, 1px 1px 0 #19B934;
}

.minting-step{
    background: #F8F9FC;
    max-width: 510px;
    margin: 32px auto 0;
    padding: 32px 40px;
    position: relative;
}

.confirmation-step{
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.modal-nft-qr .modal-content,
.modal-nft-artwork .modal-content{
    border-radius: 0;
}

.modal-nft-qr .modal-content h4,
.modal-nft-qr .modal-content .modal-footer,
.modal-nft-qr .modal-content .modal-header,
.modal-nft-artwork .modal-content h4,
.modal-nft-artwork .modal-content .modal-footer,
.modal-nft-artwork .modal-content .modal-header{
    display: none;
}

.modal-nft-qr-wrapper {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal-nft-qr-wrapper:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-nft-qr-wrapper .modal-nft-qr,
.modal-nft-qr-wrapper .modal-nft-artwork {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

button.floating-close-btn{
    position: absolute;
    text-shadow: none;
    color: #050E26;
    width: 24px;
    height: 24px;
    background: #999BA0;
    opacity: 1;
    right: -30px;
    top: -30px;
    border-radius: 4px;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.nft-modal .modal-content{
    border-radius: 0;
}

.nft-modal .modal-header {
    background-color: #F8F9FC;
    border-bottom: none;
}

.nft-modal .modal-footer {
    border-top: none;
}

.nft-modal button.close {
    font-size: 40px;
    opacity: 1;
    font-weight: 100;
    margin-top: -4px;
}

@media (max-width: 768px) {
    .minting-step{
        margin: 32px 10px 0;
        padding: 32px 10px;
    }
    .minting-step:nth-of-type(1):before,
    .minting-step:nth-of-type(2):before{
        left: 0;
        font-size: 40px;
    }
}

.minting-step.active .show-on-active{
    display: inline;
}

.minting-step.active .show-on-active.wallet-jazz-mini{
    vertical-align: middle;
    display: inline-block;
}

.minting-step.active .show-on-active-block{
    display: block;
}

.minting-step.active .show-on-success,
.minting-step.active .show-on-success-block{
    display: none;
}

.minting-step.success .show-on-active,
.minting-step.success .show-on-active-block{
    display: none;
}

.minting-step.success .show-on-success{
    display: inline;
}

.minting-step.success .show-on-success-block{
    display: block;
}

.share-btns{
    text-align: center;
    margin: 40px auto;
    padding: 15px 30px;
}

.share-btns-wrapper{
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
}

.share-btns-wrapper .share-text{
    margin-right: 30px;
}

.share-btns-wrapper a{
    margin: 0 5px;
}

.share-btns-wrapper a:hover{
    text-decoration: none;
    opacity: 0.5;
}

.heart-loader{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.8;
    left: 0;
    text-align: center;
    z-index: 9999;
}

.heart-loader span{
    background: url(../images/heart.png) no-repeat;
    margin-top: 40vh;
    animation: heartbeat 1s infinite;
    width: 47px;
    height: 54px;
    display: inline-block;
}

.loader img{
    margin-top: 40vh;
    animation: heartbeat 1s infinite;
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
/*
NFT END
 */