.toastify{
    font-size: 14px;
}
.blur-wrapper{
    position: absolute;
    float: left;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.mcswap-wrapper{
    border-radius: 10px;
    /* border: 1px solid #000; */
    font-family: "Ubuntu";
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.mcswap-wrapper-light{
    color: #111;
}
.mcswap-wrapper-dark{
    color: #fff;
}
#mcswap-cover{
    background: #000000b6;
    display: none;
    position: fixed;
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5000;
    margin: 0;
    padding: 0;
}
#mcswap-cover-close{
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    float: right;
    top: 16px;
    right: 16px;
    cursor: pointer;
    transition: 0.3s;
}
#mcswap-cover-close:hover{
    opacity: 0.25;
}
#mcswap-message{
    font-family: "Ubuntu";
    text-align: center;
    width: 100%;
    position: absolute;
    float: left;
    height: 40px;
    top: calc(50% - 30px);
    font-size: 18px;
    font-weight: bold;
    animation: message-blinker 1.5s linear infinite;
}
#mcswap-lightbox{
    display: none;
    border-radius: 10px;
    position: absolute;
    float: left;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    width: 500px;
    height: 500px;
}
.mcswap-wrapper button, .mcswap-wrapper input, .mcswap-wrapper select, .mcswap-wrapper textarea{
    font-family: "Ubuntu";
}
.mcswap-wrapper button:focus, .mcswap-wrapper input:focus, .mcswap-wrapper select:focus, .mcswap-wrapper textarea:focus{
    outline: none;
}
.mcswap-wrapper a, .mcswap-wrapper button, .mcswap-wrapper input, .mcswap-wrapper select, .mcswap-wrapper img{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.mcswap-wrapper button:hover{
    text-shadow: 0 0 20px #fff;
    box-shadow: 0 0 10px 3px #fff;
}
.mcswap-wrapper button:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

#mcswap-transaction-preview{
    width: 300px;
    height: 80px;
    background: #fff;
    display: none;
    position: fixed;
    float: left;
    top: calc(50% - 58px);
    left: calc(50% - 168px);
    border-radius: 10px;
    padding: 18px;
    z-index: 999;
    color: #111;
    font-family: "Ubuntu";
    box-shadow: 0 0 150px 80px #0a0a0a;
}
#mcswap-transaction-close{
    filter: invert(100%);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    float: right;
    color: #010101;
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: 0.3s;
}
#mcswap-transaction-close:hover{
    opacity: 0.5;
}
#mcswap-payment-options{
    font-weight: bold;
    margin-left: 4px;
}
.touchless{
    width: 180px;
    height: 180px;
    float: right;
    border-radius: 10px;
    padding: 10px;
    background: #0f0f0f;
    margin-top: 18px;
}
#mcswap-pay-stage{
    display: inline-block;
    display: none;
    width: 300px;
    height: 300px;
    line-height: 278px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    animation: 1.5s linear infinite pay_stage_blinker;
    margin-top: 3px;
}
@keyframes pay_stage_blinker {
    50% {
        opacity: 0.25;
   }
}

#pay-my-wallet, #pay-solana-pay{
    display: inline-block;
    padding: 0;
    height: 41px;
    border-radius: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #111;
    color: #fff;    
    font-weight: bold;
    margin: 19px 0 0 0;
    transition: 0.3s;
    text-shadow: none;
    vertical-align: top;
    width: 142px;
}
#pay-my-wallet{
    margin-right: 15px;
    background: #111;
}
#pay-my-wallet:hover{
    text-shadow: none;
    box-shadow: 0 0 10px 3px #111;
}
#pay-my-wallet:disabled, #pay-my-wallet:disabled:hover{
    text-shadow: none;
    box-shadow: none;
    opacity: 0.5;
}

#pay-solana-pay{
    background: #0e0e0e;
}
#pay-solana-pay:hover{
    text-shadow: none;
    box-shadow: 0 0 10px 3px #111;
}
#pay-solana-pay:disabled, #pay-solana-pay:disabled:hover{
    text-shadow: none;
    box-shadow: none;
    opacity: 0.25;
    cursor: default;
    color: #797979;
}
#mcswap-pay-qr{
    display: none;
    margin-top: 9px;
    overflow: hidden;
    transition: 0.3s;
}
#mcswap-payment-logo{
    width: 26%;
    display: block;
    display: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.mcswap-header{
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #222;
    height: 90px;
    margin: 0;
    padding: 0;
}
.mcswap-header ul, .mcswap-header ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mcswap-header ul li{
    display: inline-block;
    width: 100%;
    line-height: 89px;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
}
.mcswap-header ul li.mcswap-logo{
    width: 75px;
    height: 90px;
    padding-left: 14px;
}
.mcswap-header ul li.mcswap-logo img{
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
    width: 62px;
    height: 62px;
    border-radius: 8px;
    cursor: pointer;
}
.mcswap-header ul li.mcswap-name{
    width: calc(100% - 226px);
    padding-left: 6px;
    overflow: hidden;
}

.mcswap-header ul li.mcswap-name .mcswap-name-span{
    display: block;
    line-height: 70px;
    height: 67px;
}

.mcswap-header ul li.mcswap-name .mcswap-host{
    display: block;
    font-size: 10px;
    color: #676767;
    margin-top: -7px;
    margin-left: 2px;
    line-height: 100%;
    overflow: hidden;
    text-wrap: nowrap;
}

.mcswap-header ul li.mcswap-settings{
    width: 62px;
    height: 90px;
    margin: 0 0 0 0;
}
.mcswap-header ul li.mcswap-refresh{
    width: 62px;
    height: 90px;
    margin: 0 0 0 0;
}
.mcswap-header ul li.mcswap-settings img{
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin: 29px 0 0 1px;
    padding: 0;
    transition: all .3s;
    display: none;
}
.mcswap-header ul li.mcswap-refresh img{
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin: 29px 0 0 1px;
    padding: 0;
    transition: all .3s;
    display: block;
}
.mcswap-header ul li.mcswap-settings img:hover{
    opacity: 0.25;
}
.mcswap-header ul li.mcswap-refresh img:hover{
    opacity: 0.25;
}

.mcswap-header ul li.mcswap-refresh img.mcswap-rotating{
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    opacity: 0.25;
}
.mcswap-header ul li.mcswap-refresh img.mcswap-blinking{
    animation: message-blinker 1.5s linear infinite;
}
.mcswap-header ul li.mcswap-refresh img.mcswap-rotating:hover{
    opacity: 0.25;
}
.mcswap-header ul li.mcswap-refresh img.mcswap-blinking:hover{
    opacity: 1.0;
}

.mcswap-controls{
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #0a0a0a;
    margin: 0;
    padding: 0;
    display: none;
    overflow: hidden;
}
.mcswap-controls ul, .mcswap-controls ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mcswap-spacer{
    height: 15px;
}
.mcswap-spacer-b{
    height: 8px;
}
.mcswap-controls ul.control-ul li.control-li-list{
    padding: 15px 15px 15px 15px;
    width: calc(50% - 12px);
    border-left: 1px solid #222;
    border-bottom: 1px solid #000;
    min-height: 410px;
    display: inline-block;
    vertical-align: top;
}
li.control-li-list label{
    font-weight: bold;
    display: block;
    margin: -1px 0 9px 5px;
    font-size: 14px;
}
li.control-li-list input.mint-address{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    width: 360px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
}
li.control-li-list input.mint-address:disabled{
    opacity: 0.25;
    cursor: default;
    margin-bottom: 1px;
}
li.control-li-list button.mcswap-list-it{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    max-height: 41px;
    width: 100px;
    margin: 0 0 0 12px;
    padding: 13px 0 14px 0;
    font-weight: bold;
    transition: all .3s;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
}
li.control-li-list button.mcswap-list-it:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-list button.mcswap-list-it:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-list button.mcswap-list-it:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}


li.control-li-list button.mcswap-list-cancel{
    display: inline-block;
    display: none;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 100px;
    margin: 0 0 0 12px;
    padding: 0;
    font-weight: bold;
    transition: all .3s;
    vertical-align: top;
    transition: 0.3s;
}
li.control-li-list button.mcswap-list-cancel:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-list button.mcswap-list-cancel:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-list button.mcswap-list-cancel:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

li.control-li-list input.token-address{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: 360px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
}
li.control-li-list input.token-address:disabled{
    opacity: 0.25;
    cursor: default;
}

li.control-li-list input.token-amount{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin-top: 3px;
}
li.control-li-list input.token-amount:disabled{
    opacity: 0.25;
    cursor: default;
}

li.control-li-list input.sol-amount{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin-top: 3px;
}
li.control-li-list input.sol-amount:disabled{
    opacity: 0.25;
    cursor: default;
}


li.control-li-list button.mcswap-create-it{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    max-height: 41px;
    width: 132px;
    margin: 30px auto 24px auto;
    padding: 13px 0 14px 0;
    font-weight: bold;
    transition: all .3s;
    display: block;
    transition: 0.3s;
}
li.control-li-list button.mcswap-create-it:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-list button.mcswap-create-it:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-list button.mcswap-create-it:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

li.control-li-sellers button.mcswap-update-it{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    max-height: 41px;
    width: 132px;
    margin: 30px auto 24px auto;
    padding: 13px 0 14px 0;
    font-weight: bold;
    transition: all .3s;
    display: block;
    transition: 0.3s;
}
li.control-li-sellers button.mcswap-update-it:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-sellers button.mcswap-update-it:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-sellers button.mcswap-update-it:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

li.control-li-collections button.mcswap-update-collections{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    max-height: 41px;
    width: 150px;
    margin: 30px auto 24px auto;
    padding: 13px 0 14px 0;
    font-weight: bold;
    transition: all .3s;
    display: block;
    transition: 0.3s;
}
li.control-li-collections button.mcswap-update-collections:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-collections button.mcswap-update-collections:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-collections button.mcswap-update-collections:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.mcswap-controls ul.control-ul li.control-li-preferences{
    padding: 15px 15px 15px 15px;
    width: calc(50% - 50.5px);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 410px;
    display: inline-block;
    vertical-align: top;
}
li.control-li-preferences label{
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin: -1px 0 9px 5px;
    height: 40px;
    line-height: 40px;
}
.mcswap-label-clear{
    margin-top: -5px;
}
li.control-li-preferences select{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin-left: 15px;
    cursor: pointer;
}  
li.control-li-preferences select:hover{
    box-shadow: 0 0 10px 3px #676767;
}
li.control-li-preferences select:disabled{
    opacity: 0.25;
}
li.control-li-preferences button.mcswap-save-settings{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #0e0e0e;
    border: 0;
    border-radius: 20px;
    outline: none;
    width: 132px;
    margin: 30px auto 24px auto;
    padding: 13px 0 14px 0;;
    font-weight: bold;
    transition: all .3s;
    display: block;
    transition: 0.3s;
    max-height: 41px;
}
li.control-li-preferences button.mcswap-save-settings:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
li.control-li-preferences button.mcswap-save-settings:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-preferences button.mcswap-save-settings:disabled:hover{
    background: #0e0e0e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.mcswap-controls ul.control-ul li.control-li-sellers{
    padding: 15px 15px 15px 15px;
    width: calc(50% - 12px);
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #000;
    min-height: 350px;
    display: inline-block;
    vertical-align: top;
}
li.control-li-sellers label{
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: -1px 0 9px 5px;
}
li.control-li-sellers textarea{
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-weight: bold;
    height: 203px;
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0;
    border: 0;
    outline: none;
}
li.control-li-sellers textarea:disabled{
    opacity: 0.25;
    cursor: default;
}

.mcswap-controls ul.control-ul li.control-li-collections{
    padding: 15px 15px 15px 15px;
    width: calc(50% - 50.5px);
    border-top: 1px solid #222;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 350px;
    display: inline-block;
    vertical-align: top;
}
li.control-li-collections label{
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: -1px 0 9px 5px;
}
li.control-li-collections textarea{
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-weight: bold;
    height: 203px;
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0;
    border: 0;
    outline: none;
}
li.control-li-collections textarea:disabled{
    opacity: 0.25;
    cursor: default;
}

.mcswap-controls .control-ul{
    padding-bottom: 0;
    margin-bottom: 0;
}

li.control-li-preferences input.mcswap-radio{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    accent-color: #010101;
    color: #fff;
}
li.control-li-preferences span{
    display: inline-block;
    margin-left: 3px;
    margin-right: 20px;
    margin-top: -2px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    vertical-align: top;
}

li.control-li-preferences input.mcswap-radio:first-of-type{
    margin-left: 7px;
}
.mcswap-radio:disabled{
    opacity: 0.25;
    cursor: default;
}
li.control-li-preferences span.mcswap-standard-error{
    color: #ffee00;
}

.mcswap-wrapper button.mcswap-clear-button{
    color: #676767;
    border: 0;
    outline: 0;
    background: none;
    float: right;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.mcswap-wrapper button.mcswap-clear-button:hover{
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.mcswap-wrapper button.mcswap-clear-settings{
    margin-right: 0;
}


.mcswap-poweredby{
    text-align: center;
    color: #565656;
    border-top: 1px solid #222;
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
    font-size: 10px;
    font-weight: bold;
    padding: 20px 0 20px 0;
    margin: 0;
}
.mcswap-poweredby a{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    transition: 0.3s;
    margin-left: 3px;
    margin-right: 3px;
}
.mcswap-poweredby a:hover{
    color: #fff;
}

.mcswap-listings{
    border-radius: 0 0 10px 10px;
    /* border: 1px solid #222; */
    margin: 0;
    padding: 0;
}
.mcswap-items{
    border: 1px solid #000000;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: none;
    overflow: hidden;
}

.mcswap-init{
    border-top: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-family: "Ubuntu";
    text-align: center;
    width: 100%;
    height: 248px;
    line-height: 247px;
    font-size: 18px;
    font-weight: bold;
    animation: message-blinker 1.5s linear infinite;
}

.mcswap-listings ul.mcswap-item{
    padding: 20px 19px 20px 19px;
    margin: 0;
    list-style-type: none;
    border: 1px solid #222;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #0a0a0a;
    transition: 0.5s;
}
.mcswap-listings .mcswap-item-format{
    display: block;
    position: absolute;
    margin: 11px 0 0 11px;
    padding: 7px 11px 7px 11px;
    font-size: 10px;
    font-weight: bold;
    background: #111111b5;
    color: #fff;
    border-radius: 18px;
}
.mcswap-listings ul.mcswap-item:hover{
    -webkit-box-shadow: inset 0px 0px 3px 0px #676767;
    -moz-box-shadow: inset 0px 0px 3px 0px #676767;
    box-shadow: inset 0px 0px 3px 0px #676767;
}
.mcswap-listings ul.mcswap-item.active{
    -webkit-box-shadow: inset 0px 0px 14px 0px #fff;
    -moz-box-shadow: inset 0px 0px 14px 0px #fff;
    box-shadow: inset 0px 0px 14px 0px #fff;
}
.mcswap-listings ul.mcswap-item.active:hover{
    -webkit-box-shadow: inset 0px 0px 3px 0px #fff;
    -moz-box-shadow: inset 0px 0px 3px 0px #fff;
    box-shadow: inset 0px 0px 3px 0px #fff;
}
.mcswap-listings ul.mcswap-item li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mcswap-listings ul.mcswap-item li.mcswap-image{
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
}
.mcswap-listings ul.mcswap-item li img.mcswap-img{
    margin: 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    border: 1px solid #222;
    border-radius: 10px;
    cursor: pointer;
    width: 200px;
    height: 200px;
}
.mcswap-listings ul.mcswap-item li.mcswap-details{
    display: inline-block;
    height: 200px;
    vertical-align: top;
    width: calc(100% - 204px);
    overflow: hidden;
}
.mcswap-listings ul.mcswap-item .mcswap-details-name{
    padding: 5px 0 0 20px;
    font-size: 21px;
    font-weight: bold;
    overflow: hidden;
}
.mcswap-details-price{
    padding: 15px 0 0 20px;
    overflow: hidden;
}
.mcswap-details-price-2{
    padding: 15px 0 0 20px;
    overflow: hidden;
}
.mcswap-details-symbol{
    color: #676767;
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
}
.mcswap-details-buy, .mcswap-details-delist{
    display: inline-block;
    padding: 0;
    height: 40px;
    border-radius: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #0e0e0e;
    color: #fff;    
    font-weight: bold;
    margin: 19px 0 0 0;
    transition: 0.3s;
    text-shadow: none;
}
.mcswap-details-buy:hover, .mcswap-details-delist:hover{
    background: #fff;
    color: #000;
    text-shadow: none;
}
.mcswap-details-delist{
    display: none;
    width: 90px;
}
.mcswap-details-buy{
    margin-left: 20px;
    margin-right: 15px;
    width: 120px;
}
.mcswap-details-buy:disabled, .mcswap-details-delist:disabled{
    opacity: 0.25;
    cursor: default;
}
.mcswap-details-link{
    display: block;
    padding: 22px 0 0 12px;
}
.mcswap-links{
    padding-left: 15px;
    padding-right: 15px;
}
.mcswap-details-link a{
    color: #676767;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    transition: 0.3s;
}
.mcswap-details-link a:hover{
    color: #fff;
}

#mcswap-preview{
    width: 300px;
    height: 210px;
    background: #fff;
    display: none;
    position: absolute;
    float: left;
    top: calc(50% - 130px);
    left: calc(50% - 168px);
    border-radius: 10px;
    padding: 18px;
    z-index: 10000;
    color: #111;
    font-family: "Ubuntu";
}
#mcswap-preview-img{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 0;
    outline: 0;
}
#mcswap-preview-img.mcswap-floater{
    float: left;
    border-radius: 8px;
    width: 91px;
    height: 91px;
    margin-top: -83px;
    margin-left: 1px;
    position: absolute;
}
#mcswap-preview-name{
    position: absolute;
    float: left;
    margin-top: 6px;
    margin-left: 118px;
    font-size: 16px;
    font-weight: bold;
}

#mcswap-preview-standard{
    position: absolute;
    float: left;
    margin-left: 121px;
    font-size: 10px;
    font-weight: bold;
    margin-top: 28px;
}

#mcswap-preview-desc{
    background: #f7f7f7;
    position: absolute;
    float: left;
    margin-left: 118px;
    font-size: 10px;
    font-weight: bold;
    margin-top: 46px;
    padding: 15px;
    border-radius: 8px;
    width: 150px;
    height: 35px;
    overflow: hidden;
}

#mcswap-preview-collection{
    font-size: 10px;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 3px;
    color: #999;
}
#mcswap-preview-collection #mcswap-preview-collection-name{
    color: #111;
    margin-left: 3px;
}

button#mcswap-preview-collection-value{
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 3px;
    font-family: "Ubuntu";
    color: #676767;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    width: calc(100% - 4px);
    text-align: left;
    transition: 0.3s;
}
button#mcswap-preview-collection-value:hover{
    text-shadow: none;
    overflow: hidden;
    box-shadow: none;
    color: #111;
}
#mcswap-preview-cancel, #mcswap-preview-next{
    display: inline-block;
    padding: 0;
    height: 40px;
    border-radius: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #111;
    color: #fff;    
    font-weight: bold;
    margin: 19px 0 0 0;
    transition: 0.3s;
    text-shadow: none;
    vertical-align: top;
    width: 142px;
}
#mcswap-preview-cancel{
    margin-right: 15px;
    background: #111;
}
#mcswap-preview-cancel:hover{
    text-shadow: none;
    box-shadow: 0 0 10px 3px #111;
}
#mcswap-preview-next{
    background: #0e0e0e;
}
#mcswap-preview-next:hover{
    text-shadow: none;
    box-shadow: 0 0 10px 3px #111;
}

.mcswap-wrapper .token-currency, .mcswap-wrapper .sol-currency{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    margin-left: 10px;
}
.mcswap-wrapper .token-currency{
    color: #676767;
}
.mcswap-wrapper .sol-currency{
    color: #5310a4;
}

.mcswap-wrapper .create-priority{
    color: #000;
    vertical-align: top;
    cursor: pointer;
    background: #fff;
    border: 0;
    border-radius: 10px;
    width: auto;
    height: 40px;
    margin-left: 33px;
    padding: 0 15px;
    font-weight: bold;
    line-height: 40px;
    transition: all .3s;
    display: inline-block;
}

.mcswap-create-fees{
    background: none;
    font-size: 12px;
    width: 200px;
    float: right;
    margin-top: -4px;
    margin-right: 2px;
    text-align: right;
    font-weight: bold;
}
.mcswap-create-fees-label{
    color: #676767;
}
.mcswap-create-fees-value{
    text-align: right;
    margin-left: 16px;
}

.mcswap-save-noti{
    animation: message-blinker 1.5s linear infinite;
}

select.mcswap-physical{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
}  
select.mcswap-physical:hover{
    box-shadow: 0 0 10px 3px #676767;
}
select.mcswap-physical:disabled{
    opacity: 0.25;
}

.mcswap-email{
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    margin-top: 3px;
}
.mcswap-email:disabled{
    opacity: 0.25;
    cursor: default;
}

img.phygital-icon{
    float: right;
    display: block;
    cursor: pointer;
    height: 20px;
}

img.phygital-icon:hover{
    opacity: 0.5;    
}

.phygital-message{
    width: 280px;
    background: #fff;
    display: none;
    position: absolute;
    float: left;
    border-radius: 10px;
    padding: 20px 20px 21px 20px;
    z-index: 999;
    color: #111;
    font-family: "Ubuntu";
    font-size: 14px;
    box-shadow: 0 0 150px 80px #0a0a0a;
    font-weight: 700;
}
.phygital-close{
    filter: invert(100%);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    float: right;
    color: #010101;
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.phygital-close:hover{
    opacity: 0.5;
}


@media only screen and (max-width: 1175px) {
    .mcswap-controls ul.control-ul li.control-li-list,
    .mcswap-controls ul.control-ul li.control-li-preferences,
    .mcswap-controls ul.control-ul li.control-li-collections,
    .mcswap-controls ul.control-ul li.control-li-sellers{
        display: block;
        width: auto;
        height: auto;
        border-right: 0;
        border-left: 0;
    }
    .mcswap-controls ul.control-ul li.control-li-list{
        border-top: 1px solid #222;
    }
}

@media only screen and (min-width: 1100px) {
    .mcswap-listings ul.mcswap-item{
        display: inline-block;
        width: calc(50% - 39px);
    }
    .mcswap-listings ul.mcswap-item:nth-of-type(even){
        border-left: 1px solid #000;
    }
    .mcswap-listings ul.mcswap-item:nth-child(odd){
        border-left: 0;
        border-right: 1px solid #000;
    }
    .mcswap-listings ul.mcswap-item:nth-child(even){
        border-right: 0;
        border-left: 1px solid #222;
    }
    /* .mcswap-listings ul.mcswap-item:nth-last-child(2){

        border-bottom: 1px solid #222;
    } */
}

@media only screen and (max-width: 1099px) {
    img.phygital-icon{
        margin-top: -18px;
    }
}

@media only screen and (max-width: 633px) {
    li.control-li-list input.mint-address{
        display: block;
        margin-bottom: 15px;
    }
    li.control-li-list button.mcswap-list-it,
    li.control-li-list button.mcswap-list-cancel{
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1580px) {
    .mcswap-listings ul.mcswap-item{
        display: inline-block;
        width: calc(33.33% - 39.5px);
        border-left: 1px solid #222;
        border-right: 1px solid #000;
    }
    /* .mcswap-listings ul.mcswap-item:nth-of-type(even){
        border-left: 1px solid #222;
    } */
    .mcswap-listings ul.mcswap-item{
        border: 1px solid #222;
        border-bottom: 1px solid #000;
    }
    .mcswap-listings ul.mcswap-item:nth-child(3n+1){
        border-left: 0;
        border-right: 1px solid #000;
    }
    .mcswap-listings ul.mcswap-item:nth-child(3n+2){
        border-left: 1px solid #222;
        border-right: 1px solid #000;
    }
    .mcswap-listings ul.mcswap-item:nth-child(3n+3){
        border-left: 1px solid #222;
        border-right: 0;
    }

    /* .mcswap-listings ul.mcswap-item:nth-last-child(3){
        border-bottom: 1px solid #222;
    } */
    /* #mcswap-listings ul.mcswap-item:nth-of-type(even){
        border-left: 1px solid #000;
    }
    #mcswap-listings ul.mcswap-item:nth-last-child(2){
        border-bottom: 1px solid #222;
    } */
}

@media only screen and (max-width: 633px) {
    .mcswap-listings ul.mcswap-item li.mcswap-image{
        width: 60%;
    }
    .mcswap-listings ul.mcswap-item li.mcswap-image img{
        display: block;
        width: 100%;
        height: auto;
    }
    .mcswap-listings ul.mcswap-item li.mcswap-details{
        display: block;
        width: calc(100% + 12px);
        margin-top: 10px;
        margin-left: -12px;
    }
    .mcswap-header ul li.mcswap-name .mcswap-name-span{
        font-size: 20px;
    }
    .mcswap-header ul li.mcswap-name .mcswap-host{
        margin-top: -9px;
    }
    .mcswap-header ul li.mcswap-settings img.mcswap-settings-button,
    .mcswap-header ul li.mcswap-refresh img.mcswap-refresh-button{
        width: 32px;
        height: 32px;
    }
    .mcswap-header ul li.mcswap-settings img.mcswap-settings-button{
        margin: 30px 0 0 32px;
    }
    .mcswap-header ul li.mcswap-refresh img.mcswap-refresh-button{
        margin: 30px 0 0 17px;
    }
    .touchless{
        float: left;
        margin-left: 12px;
    }
}

@media only screen and (max-width: 520px) {
    #mcswap-lightbox {
        top: 22%;
        left: 2.5%;
        width: 95%;
        height: auto;
    }
}

@media only screen and (max-width: 633px) {
    .mcswap-header ul li.mcswap-name .mcswap-name-span{
        font-size: 15px;
        margin-top: -1px;
    }
    .mcswap-header ul li.mcswap-name .mcswap-host{
        margin-top: -13px;
    }
    li.control-li-list input.mint-address,
    li.control-li-list input.token-address{
        display: block;
        width: calc(100% - 29px);
    }
    li.control-li-list input.token-amount,
    li.control-li-list input.sol-amount{
        width: calc(60% - 5px);
    }
    li.control-li-list button.mcswap-create-it{
        margin-bottom: 45px;
    }
    li.control-li-list button.mcswap-list-cancel{
        margin-top: 10px;
    }
    #mcswap-preview-img.mcswap-floater{
        margin-top: -92px;
    }
    .mcswap-create-fees{
        margin-top: -13px;
    }
}

@keyframes message-blinker {
    50% {
        opacity: 0.25;
   }
}

@keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}