/*Tabs Styles*/

ul.ccpw-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
}

ul.ccpw-tabs li {
    background: none;
    color: #7e7e7e;
    display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    margin-bottom: -1px;
}

ul.ccpw-tabs li img {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

ul.ccpw-tabs li.current img {
    width: 30px;
    height: 30px;
}

ul.ccpw-tabs li.current {
    background: #ffffff;
    color: #222;
    font-weight: bold;
    font-size: 18px;
    /* border: 1px solid;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT; */
    border-radius: 15px 15px 0px 0px;
    border-bottom: 0;
}

.ccpw-tabs-content {
    display: none;
    /* background: #ffffff; */
    padding: 30px;
    /* border: 1px solid;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT; */
}

.ccpw-tabs-content-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.ccpw-tabs-content.current {
    display: inherit;
}


/*Tabs Styles - END*/


/*Box Inside Styles*/

.ccpw_qr_code {
    display: inline-block;
    /* width: 30%; */
    width: auto;
    max-width: 300px;
    vertical-align: top;
}

.modal.ccpw_wrap_popup .ccpw_qr_code {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: top;
}

.ccpw_qr_code img {
    width: 100%;
    height: auto;
    border: 1px solid;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT;
}

.ccpw_input_add {
    display: inline-block;
    vertical-align: top;
    width: calc(70% - 20px);
    margin-left: 20px;
}

.ccpw_input_add svg {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 15px;
}

.ccpw_input_add h2.ccpw-title,
.ccpw-metamask-wrapper h2.ccpw-title {
    font-size: 26px;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 10px;
}

.copy-icon {
    cursor: pointer;
}

.ccpw_qr_code img {
    display: initial;
}

p.ccpw-desc {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}

input.wallet-address-input {
    margin-top: 15px;
    font-size: 18px !IMPORTANT;
    padding: 5px !IMPORTANT;
    height: 40px !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
    background: #eeeeee !IMPORTANT;
    color: #222 !IMPORTANT;
    border: 1px solid !IMPORTANT;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT;
    letter-spacing: 1px;
    width: 100%;
}

input.wallet-address-input_tab {
    margin-top: 15px;
    font-size: 18px !IMPORTANT;
    padding: 5px !IMPORTANT;
    height: 40px !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
    background: #eeeeee !IMPORTANT;
    color: #222 !IMPORTANT;
    border: 1px solid !IMPORTANT;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT;
    letter-spacing: 1px;
    width: auto;
}

button.ccpw_btn {
    margin-top: 15px;
    margin-left: 27px;
    height: 44px !IMPORTANT;
    background: #222;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    /* border: 1px solid !IMPORTANT; */
    border-color: black !IMPORTANT;
}

button.ccpw_btn_list {
    margin-top: 15px;
    height: 44px !IMPORTANT;
    background: #222;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    /* border: 1px solid !IMPORTANT; */
    border-color: black !IMPORTANT;
}

button.ccpw_btn:hover {
    opacity: 0.85;
}

.ccpw_classic_input_add svg {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}


/*Box Inside Styles - END*/


/*Responsive Styles*/

@media screen and (max-width: 320px) {
    input.wallet-address-input {
        width: 198px;
    }
}

@media screen and (max-width: 376px) {
    input.wallet-address-input {
        width: 254px;
    }
    button.ccpw_btn {
        margin-left: 0px;
    }
}

@media screen and (max-width: 426px) {
    .ccpw_qr_code {
        width: auto;
        padding: 10px;
        max-width: 600px;
    }
    .ccpw_input_add {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    ul.ccpw-tabs {
        padding-bottom: 46px;
        position: relative;
    }
    ul.ccpw-tabs li {
        padding: 3px 6px;
        font-size: 12px;
    }
    ul.ccpw-tabs li img {
        width: 20px;
        height: 20px;
        margin-right: 1px;
    }
    ul.ccpw-tabs li.current img {
        width: 24px;
        height: 24px;
    }
    ul.ccpw-tabs li.current {
        font-size: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    /* input.wallet-address-input {
        width: 272px;
    } */
    .ccpw_qr_code svg:not(:root) {
        height: 100px !important;
        width: 100px !important;
    }
    button.ccpw_btn {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .ccpw-tabs-content-box {
        flex-direction: column;
    }
    .ccpw_input_add {
        text-align: center;
    }
    button.ccpw_btn {
        margin-left: 20px;
    }
    input.wallet-address-input_tab {
        width: 100%;
    }
}


/******* Classic-list *********/

ul.ccpw-classic-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

li.ccpw-classic-list {
    list-style: none;
    display: block;
    /* padding: 10px; */
    padding: 20px;
    background: #fff;
    /* border: 1px solid;
    border-color: rgb(0, 0, 0, 0.1) !IMPORTANT; */
    text-align: center;
    max-width: 375px;
    min-width: 275px;
    width: 100%;
    vertical-align: top;
    border-radius: 20px;
    margin-top: 20px;
    /* box-shadow: 2px 2px 4px -1px rgb(0 0 0 / 10%); */
}

.ccpw-modal-body {
    text-align: center;
}

.ccpw-classic-list .ccpw_qr_code {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ccpw-classic-list h2.ccpw-title {
    font-size: 18px !IMPORTANT;
    margin: 0;
    padding: 0 0 10px;
}

.ccpw-classic-list .tip-button {
    display: inline-block;
}


/******** List-view ************/

.ccpw-list-view ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ccpw-list-view li.ccpw-list-items {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    background: rgb(193, 193, 193, 0.25);
    display: block;
    vertical-align: top;
    height: 60px;
    width: 100%;
    max-width: 300px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px -1px rgb(0 0 0 / 10%);
}

.ccpw-list-view li.ccpw-list-items:hover {
    box-shadow: none;
}

a.ccpw-list-popup {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cdb-list-img {
    width: 60px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 5px;
    border-right: 1px solid;
    border-color: rgb(0, 0, 0, 0.15) !IMPORTANT;
}

li.ccpw-list-items img {
    vertical-align: middle;
    width: auto;
    height: 100%;
    margin: 0;
}

.cdb-list-content {
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    text-align: left;
    line-height: 1.1em;
    font-size: 18px;
    padding-left: 10px;
    color: #222;
    font-weight: bold;
}

span.ccpw-pop-txt,
span.ccpw-donation-coin-name {
    width: 100%;
    display: block;
}

span.ccpw-pop-txt {
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 1px;
}

.ccpw-main-title h2.ccpw-title {
    text-align: center;
    margin-top: 0px;
}

.ccpw-address h3.ccpw-coin-address {
    text-align: center;
}

.ccpw_qr_code {
    text-align: center;
}

.ccpw-main-title {
    border-bottom: 1px solid #e5e5e5;
}

body .jquery-modal.blocker {
    z-index: 2;
}

.modal a.close-modal {
    top: -1.5px!important;
    right: -1.5px!important;
    margin: 5px!important;
}


/**
* Meta mask css
*/

.tip-button {
    width: 304px;
    height: 89px;
    background-size: 100%;
    background-image: url(../../assets/images/1_pay_mm_off.png);
    cursor: pointer;
    max-width: 100%;
    background-repeat: no-repeat;
}

.tip-button:hover {
    background-image: url('../../assets/images/1_pay_mm_over.png');
}

.tip-button:active {
    background-image: url('../../assets/images/1_pay_mm_off.png');
}

.ccpw-modal-body .ccpw_tag {
    text-align: center;
}

span.ccpw_tag_heading {
    font-weight: 700;
}


@media screen and (min-width: 1025px) {
    .ccpw-tabs-content-box {
        flex-wrap: wrap;
        padding: 15px;
    }
    input.wallet-address-input_tab {
        width: 100%;
    }
    .ccpw_qr_code svg{
        width: 100%;
    }
    .ccpw_input_add{
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1025px) {
    .ccpw-tabs-content-box {
        flex-wrap: wrap;
        padding: 15px;
    }
    input.wallet-address-input_tab {
        width: 100%;
    }
    .ccpw_qr_code svg{
        width: 100%;
    }
    .ccpw_input_add{
        width: 100%;
        margin-left: 0px;
    }
}