/* Main Wrapper style Start here */
.cool-bock-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 50px 0px;
}
/* Main Wrapper style End here */

/* Title style Start here */
.cool-bock-wrapper h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 52px;
    margin:0px;
}
.cool-bock-wrapper h1 small {
    font-size: 19px;
    padding: 0px 10px;
}
.cool-bock-wrapper a {
    text-decoration: none;
    color: #5560e0;
    word-break: break-word;
}
.cbe-title-wrapper {
    display: flex;
}

.cool-bock-wrapper img.icon {
    height: 55px;
}
.cool-bock-wrapper .address {
    padding: 10px;
}
/* Title style End here */

/* Address Table Wrapper style Start here */
.cbe-address-wrapper {
    display: flex;
}

.cbe-address-table {
    max-width: 80%;
    flex: 0 0 80%;
    padding-right: 30px;
    box-sizing: border-box;
    margin: 50px 0px;
}

.cbe-barcode {
    max-width: 20%;
    flex: 0 0 20%;
    margin: 20px 0px;
    text-align: center;
}

.cbe-address-table table {
    width: 100%;
    padding:30px;
    text-align: left;
    box-shadow: 0px 0px 5px 5px #f3f2f2;
    border-radius: 15px;
    border:none;
    background:#fff;
}
.cbe-address-table table tr {
    display: flex;
    border-bottom: 1px solid #d2d0d0;
}
.cbe-address-table table tr:last-child{
    border-bottom: 0px solid #d2d0d0;
}
.cbe-address-table table th {
    width: 50%;
    font-size: 18px;
    position:relative;
    border: none;
}
.cbe-address-table i {
    padding-right: 10px;
}
.cbe-address-table table th:after {
    content: ":";
    position: absolute;
    right: 0;
}
.cbe-address-table table td {
    text-align: right;
    width: 100%;
    position:relative;
    border:none;
    padding:10px;
}
.cool-bock-wrapper span.address,
.cool-bock-wrapper span.balance, 
.cool-bock-wrapper span.successBtn,
.cool-bock-wrapper span.pendingBtn {
    background: rgb(241 241 241);
    padding: 5px 10px;
}
.cool-bock-wrapper span.balance, 
.cool-bock-wrapper span.successBtn {
    background: rgb(0 226 133);
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;    
    display: inline-block !important;
}
.cool-bock-wrapper span.pendingBtn{
    border-radius: 20px;
    background:red;
    margin: 10px;
    color:#fff;
}
.cbe-barcode img {
    width: 100%;
    object-fit: cover;
}
.cbe-barcode h3 {
    margin: 0px;
    font-size: 18px;
}
/* Address Table Wrapper style End here */

/* Transaction Secton Style Start here */
.cbe-transaction-table {
    margin-top:50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d0d0;
}
.cbe-transaction-table table {
    width: 100%;
}
.cbe-detail-table {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.cbe-left {
    max-width: 40%;
    flex: 0 0 40%;
}

.cbe-center {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
}



.cbe-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.cbe-left-row2 , .cbe-left-row3,
.cbe-right-row2, .cbe-right-row3{
    display: flex;
    align-items: center;
}

.cbe-left-col1, .cbe-right-col1 {
    max-width: 80%;
    flex: 0 0 80%;
}


.cbe-left-col2, .cbe-right-col2 {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: right;
    word-break: break-word;
}
.cbe-center-row2 p {
    margin: 6px 0px 0px 0px;
}
button.out-btn, button.erccode, button.out-in,button.in-btn {
    background: #ebebeb;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    margin: 0px 2px;
}
button.in-btn {
    background: #00e285;
    color: #fff;
    font-weight: 600;
}
button.out-btn {
    background: red;
    color: #fff;
    font-weight: 600;
}
.cbe-right-row4 {
    text-align: right;
}
.cbe-top-row {
    padding:15px 10px;
    background: #ffffff;
    border-radius: 10px;
    display:flex;
    box-shadow: 0px 0px 20px 3px #f1f1f1;
}
.cbe-top-left {
    max-width: 50%;
    flex: 0 0 50%;
}

.cbe-top-right {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: right;
}
span.cbe-date-time {
    padding-right: 10px;
}
.cbe-top-row  tr td:last-child {
    text-align: right;
    word-break: break-all;
}

/* Transaction Secton Style End here */

/*  Button Style Start here */
.cool-bock-wrapper span.total-amount {
    background: #ebebeb;
    padding: 8px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}
.cool-bock-wrapper td.out-btn,
.cool-bock-wrapper .erc-btn {
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
}
.cbe-pre-next-btn {
    margin: 50px 0px;
    text-align: right;
}


/*  Button Style End here */

/* Icons Style start here */
.cool-bock-wrapper i.blockicon-copy {
    padding: 0px 11px;
    cursor: pointer;
}
.cbe-socila-icons {
    display: inline-block;
}

.cbe-barcode ul {
    display: inline-block;
    margin: 0;
    padding: 10px 0px;
}
.cbe-barcode ul li {
    list-style: none;
    display: inline;
}
.cbe-barcode i{
    background: #dedede;
    padding: 5px 2px;
    cursor: pointer;
}

/* Icons Style End here */


/* Media Query Style Start here */
@media(max-width:768px){
    .cbe-detail-table, .cbe-address-wrapper,
    .cbe-address-table table tr,
    .cbe-address-table table,
    .cbe-top-row {
        display: block;
    }
    .cbe-left, .cbe-center, .cbe-right, .cbe-address-table,
    .cbe-top-left, .cbe-top-right {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0px;
    }
    .cbe-top-row tr td:last-child {
        text-align: left;
    }
    .cbe-top-row tr td {
        display: block;
        padding-bottom: 15px;
    }
    .cool-bock-wrapper h1 {
        line-height: 30px;
    }
    .cool-bock-wrapper h1 small {
        display: block;
        word-break: break-all;
        padding:0px;
    }
    .cbe-address-table table th {
        width: 100%;
        display: block;
    }
    .cbe-address-table table th:after {
        display: none;
    }
    .cool-bock-wrapper a {
        word-break: break-all;
    }
    .cool-bock-wrapper span.address {
        word-break: break-all;
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
    .cbe-address-table table td {
        padding-left: 34px;
    }
 
    .cool-bock-wrapper span.balance {
        display: block;
        text-align: center;
    }
    .cbe-top-right{
        text-align:left;
        padding-top:15px;
    }
    .cbe-address-table table{
        padding: 15px;
    }
    .cbe-barcode {
        max-width: 60%;
        flex: 0 0 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media(max-width:1200px){
    .cool-bock-wrapper {
        max-width: 100%;
    }
}
@media(max-width:425px){
    .cbe-barcode {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cbe-title-wrapper {
        display: block;
        text-align: center;
    }
}









/* Transaction Secton Style Start here */
.cbe-transaction-table table {
    width: 100%;
}
.cbe-detail-table {
    display: flex;
    align-items: center;
}

.cbe-left {
    max-width: 40%;
    flex: 0 0 40%;
}

.cbe-center {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
}



.cbe-right {
    max-width: 40%;
    flex: 0 0 40%;
}

.cbe-left-row2 , .cbe-left-row3,
.cbe-right-row2, .cbe-right-row3{
    display: flex;
    align-items: center;
}

.cbe-left-col1, .cbe-right-col1 {
    max-width: 80%;
    flex: 0 0 80%;
}
.cbe-left-row3 .cbe-left-col1,
.cbe-left-row3 .cbe-left-col2,
.cbe-right-row3 .cbe-right-col1,
.cbe-right-row3 .cbe-right-col2{
    max-width: 50%;
    flex: 0 0 50%;
}

.cbe-center-row2 p {
    margin: 6px 0px 0px 0px;
}

button.out-in {
    background: #82e6bd;
}

.cbe-right-row4 {
    text-align: right;
    margin-top: 15px;
}

.cbe-top-left {
    max-width: 40%;
    flex: 0 0 40%;
}

.cbe-top-right {
    max-width: 60%;
    flex: 0 0 60%;
    text-align: right;
}
span.cbe-date-time {
    padding-right: 10px;
}
.cbe-top-row  tr td:last-child {
    text-align: right;
    word-break: break-all;
}

/* Transaction Secton Style End here */

/*  Button Style Start here */
.cool-bock-wrapper span.total-amount {
    background: #ebebeb;
    padding: 8px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
}
.cool-bock-wrapper td.out-btn,
.cool-bock-wrapper .erc-btn {
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
}
.cbe-pre-next-btn {
    margin: 50px 0px;
    text-align: right;
}
button.cbe-prev.active,button.cbe-next.active {
    background: rgb(78, 75, 75);
    color: #fff;
     cursor: pointer;
}

button.cbe-prev,button.cbe-next {
    background: #ebebeb;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
   
}
/*  Button Style End here */

/* Icons Style start here */
.cool-bock-wrapper i.blockicon-copy {
    padding: 0px 11px;
    cursor: pointer;
}
.cbe-socila-icons {
    display: inline-block;
}

.cbe-barcode ul {
    display: inline-block;
    margin: 0;
    padding: 10px 0px;
}
.cbe-barcode ul li {
    list-style: none;
    display: inline;
}
.cbe-barcode i{
    background: #dedede;
    padding: 5px 2px;
    cursor: pointer;
}

/* Icons Style End here */


/*--------------------- Transaction Page Style Start here -----------------------*/
.transaction-page .cbe-transaction-row2,
.transaction-page  .cbe-transaction-row1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.transaction-page .cbe-transaction-row1 {
border-bottom: 1px solid #ded9d9;
}
.transaction-page .cbe-trasaction-col {
    display: flex;
    align-items: baseline;
    max-width: 48%;
    flex: 0 0 48%;
    box-sizing: border-box;
    border-bottom: 1px solid #ded9d9;
    margin: 0px 3% 0 0;
}
.transaction-page .cbe-trasaction-col:nth-child(2n){
    margin:0px;
}

.transaction-page .cbe-transaction-left-sec {
    max-width: 50%;
    flex: 0 0 50%;
}

.transaction-page .cbe-transaction-right-sec {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: right;
    position: relative;
    margin-bottom: 15px;
}
.transaction-page .cbe-address-table {
    max-width: 100%;
    flex: 0 0 100%;
    box-shadow: 0px 0px 5px 5px #f3f2f2;
    border-radius: 15px;
    padding:30px;
    background-color: #fff;
}
.transaction-page h3 {
    font-size: 16px;
}
.transaction-page .cbe-transaction-right-sec span {
    font-size: 14px;
    word-break: break-all;
    display: block;
}
.cool-bock-wrapper.transaction-page i.blockicon-copy {
    position: relative;
    /* left: 25px; */
    /* bottom: -3px; */
    font-size: 21px;
    line-height: 40px;
}
/*--------------------- Transaction Page Style End here -----------------------*/


/** Extra CSS for block page **/
.cbe-right-row3.block-transactions{
    display: block;
    height: 200px;
    overflow: auto;
    margin: 2% 20%;
}
/** Extra CSS for block page **/

/* Media Query Style Start here */
@media(max-width:768px){
    .cbe-detail-table, .cbe-address-wrapper,
    .cbe-address-table table tr,
    .cbe-address-table table,
    .cbe-top-row {
        display: block;
    }
    .cbe-left, .cbe-center, .cbe-right, .cbe-address-table,
    .cbe-top-left, .cbe-top-right {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0px;
    }
    .cbe-top-row tr td:last-child {
        text-align: left;
    }
    .cbe-top-row tr td {
        display: block;
        padding-bottom: 15px;
    }
    .cool-bock-wrapper h1 {
        line-height: 30px;
    }
    .cool-bock-wrapper h1 small {
        display: block;
        word-break: break-all;
        padding:0px;
    }
    .cool-bock-wrapper a {
        word-break: break-all;
    }
    .cool-bock-wrapper span.address {
        word-break: break-all;
        display: inline-block;
        text-align: left;
        margin-bottom: 20px;

    }
    .cool-bock-wrapper i.blockicon-copy {
        position: absolute;
        left: 25px;
        bottom: 3px;
    }

    .cbe-address-table table td {
        padding-left: 34px;
    }
    .cool-bock-wrapper.transaction-page .cbe-address-table table td {
        padding-left: 0px;
    }
    .cool-bock-wrapper span.balance {
        display: block;
        text-align: center;
    }
    .cbe-top-right{
        text-align:left;
        padding-top:15px;
    }
    .cbe-transaction-table {
        margin-top: 20px;
    }
    .cbe-address-table{
        margin: 20px 0px;
    }
  
}
@media(max-width:1200px){
    .cool-bock-wrapper {
        max-width: 100%;
    }
    .cool-bock-wrapper span.address {
        word-break: break-all;
        display: block !important;
    }
}
@media(max-width:425px){
    .cbe-barcode,.block-transactions .cbe-right-col2  {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .cbe-left-col1, .cbe-right-col1 {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .cbe-left-col2, .cbe-right-col2 {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .cbe-left-row2 , .cbe-left-row3,
    .cbe-right-row2, .cbe-right-row3{
    padding: 10px 0px;
}
.cool-bock-wrapper img.icon {
    margin: 0 auto;
}
}

@media(max-width:767px){
    .transaction-page h3 {
        font-size: 14px;
    }

    .transaction-page .cbe-transaction-row2, .transaction-page .cbe-transaction-row1 {
        display: block;
    }
    .transaction-page .cbe-trasaction-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .transaction-page i.blockicon-copy {
        position: absolute;
        left: -10px;
    }
    .transaction-page .cbe-trasaction-col,  .transaction-page span.address {
        margin: 0px;
    }
    .cbe-transaction-row1 .cbe-transaction-right-sec {
        max-width: 100%;
        text-align:left;
    }

}