

/* Accordion styles */
.cilwp-tabs {
    max-width: 1000px;
    margin: 0 auto;
    font-family: sans-serif;
}
.cilwp-tab-secs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tab-sec {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #f8fafd;
    padding: 14px 24px;
    box-sizing: border-box;
}
.tab-row {
    margin-bottom: 10px;
}
.tab-row:nth-child(2) {
    font-size: 0.9rem;
    font-weight: 200;
    display: flex;
    align-items: center;
}
.tab-row svg {
    margin-right: 5px;
}
.cilwp-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab-sec-label {
    display: block;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    font-size: 1.4rem;
    position: relative;
}
span.ico-ongoing-btn, span.ico-upcoming-btn {
    background: #16c784;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 0.9rem;
    color: #fff;
}
span.ico-upcoming-btn {
    background: #3861fb;
}
.tab-icons {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.35s;
    right: 0px;
    background: #eff2f5;
    padding: 5px;
    border-radius: 50%;
    font-weight: 100;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
}
.tab-icons::after {
    content: "▼";
    font-size:16px;
}
.tab-sec-content {
    max-height: 0;
    color: #2c3e50;
    background: #f8fafd;
    transition: all 0.35s;
}
.tab-sec-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-sec-close:hover {
    background: #1a252f;
}

input:checked ~ .tab-sec-content {
    max-height: 100vh;
}


/* table Style Start Here */
.cilwp-table {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cilwp-tbl-row {
    margin: 0px;
    padding: 12px 0px;
    width: 47%;
    box-shadow: inset 0px -1px 0px #eff2f5;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 0.9rem;
}
.cilwp-tbl-row span:nth-child(2) {
    font-weight: 600;
}
.cilwp-description p {
    font-size: 14px;
    line-height: 24px;
    font-family: inherit;
}
button.read-more {
    border: none;
    background: transparent;
    padding: 0;
    color: #3861fb;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
span.tab-icons.selected:after{
    content: "▲";
    font-size:16px;
}


/* Media Query Start Here */
@media(max-width:576px){
    .cilwp-tbl-row {
        width: 100%;
    }
    .tab-row:nth-child(2) {
        width: 80%;
    }
}

/* 
    Tags
*/
.cilwp-tags {
    margin: 40px 0px;
}
span.cilwp-tags-heading {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 600;
}
.cilwp-tag-btn,.cilwp-media-btn{
    background: #f1f1f1;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #000000;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}

span.cilwp-media-btn i {
    padding: 0 5px;
}
.ico-social-media {
    margin: 50px 0px;
}

/**
   Wallet
**/

.cilwp-wallets-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    font-style: 20px;
    font-family: sans-serif;
}

.cilwp-wallets {
    padding: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    min-height: 219px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 30%;
    margin: 15px;
    box-sizing: border-box;
    font-family: inherit;
}

.cilwp-wlt-coin-name {
    font-weight: 600;
    font-size: 1.1em;
    color: #000;
    margin: 0px;
}

.cilwp-wlt-visit-btn {
    background: #f1f1f1;
    width: 230px;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: 800;
    text-align: center;
    padding: 5px 0px;
    font-size: 0.9em;
}
.cilwp-wlt-icon img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.cilwp-wlt-coin-url a {
    text-decoration: none;
    color: #797979;
    font-size: 0.9em;
    word-break: break-word;
}

/* Media Query Style start here */
@media(max-width:1024px){
    .cilwp-wlt-visit-btn {
        width: auto;
        padding: 5px 15px;
    }
}
@media(max-width:767px){
    .cilwp-wallets {
        width: 100%;
    }
}

/*
  Social Media
*/
.cilwp-media-row {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom:1px solid #cee1ff;
    font-size: 16px;
    color: #929292;
}
.cilwp-media-title {
    display: flex;
    align-items: center;
}
.cilwp-media-title i {
    padding: 0px 15px 0px 0px;
    font-size: 26px;
}
.list-value {
    color:#002358;
    font-weight: 700;
}
.cilwp-media-title, .cilwp-media-value {
    width: 50%;
    text-align: right;
    color: #000;
}
.cilwp-media-value a.cilwp-media-link {
    font-weight: 700;
}
.cilwp-media-value a.cilwp-media-link i.fa.fa-external-link {
    margin-left: 7px;
}


