/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
Version	 :	1.9.2
Updated	 :	01.15.2020
*/
/*! WRITE YOUR CUSTOM STYLE **/

ul.lexicon-panel {
    display: block;
    width: 100%;
    height: auto;
    background: #0e151d;
    border-color: rgba(255, 255, 255, 0.15);
}

ul li.lp-line {
    display: block;
    width: 100%;
    height: auto;
    background: rgba(34, 37, 102, 0.19);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px;
}

ul li.lp-line:hover {
    background: rgba(34, 37, 102, 0.29);
}

.lp-line i {
    padding-right: 10px;
    color: #7a0fff !important;
}

.title-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #3f4652;
}

.subcategory-box {
    display: block;
    background:rgba(34, 37, 102, 0.19);
    border-bottom:1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 5px 15px;
}

.subcategory-box i {
    color: #7a0fff;
}

.subcategory-box:hover {
    background:rgba(34, 37, 102, 0.29);
}

.article-box {
    display: block;
    position:relative;
    width: 100%;
    height:230px;
    background:rgba(34, 37, 102, 0.19);
    padding:0;
    margin-bottom: 20px;
}


.calendar tr td a {
    display:block;
    border:2px solid rgba(219, 228, 247, 0.1);
    width:100%;
    margin:5px 2px;
    border-radius:5px;
    font-weight:900;
}

.calendar tr td a:hover {
    background:rgba(219, 228, 247, 0.1);
}

.calendar tr td a.actual-date {
    border:2px solid #7a0fff;
    color: #fff;
}

.calendar tr td a.kryptotrejder {
    border-left: 2px solid #7a0fff;
    background: linear-gradient(to right, rgba(122,15,255,1) 0%, rgba(122,15,255,0) 30%, rgba(122,15,255,0) 100% );
}

.calendar tr td a.world-news {
    border-left: 2px solid #00d0ef;
    background: linear-gradient(to right, rgba(0,208,239,0) 0%, rgba(0,208,239,0) 70%, rgba(0,208,239,1) 100% );
}

.calendar tr td a.world-news:hover  {
    color: #00d0ef;
}

.calendar tr td a.both {
    background: linear-gradient(to right, rgba(122,15,255,1) 0%, rgba(122,15,255,0) 30%, rgba(0,208,239,0) 70%, rgba(0,208,239,1) 100% );
}


/**
Blog section
**/
.blog-text {
    display: block;
    position: relative;
    height: 375px;
}

.premium-icon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #7a0fff;
}

.blog-photo img {
    height: 230px;
}

.blog-line {
    height: 2px;
    background-color: #7a0fff;
}



/**
Kurz-card
**/
.kurz-card {
    padding: 0;
    height:600px;
    border-radius: 15px;
    background: #191c46;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

.kurz-card:hover {
    box-shadow: 20px 20px 50px rgba(122,15,255, 0.15);
}

.kurz-card .kc-header {
    padding:20px;
    text-align: center;
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
}

.kurz-card .kc-img {
    background: #0b0c22;
}

.kurz-card .kc-img img {
    height: 200px;
    width: 200px;
}

.kurz-card .kz-content {
    text-align: justify;
    padding:10px;
}

.kurz-card .kz-content h6 {
    text-transform: uppercase;
}

.kurz-card .kz-content h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
}

.kurz-card .kz-button {
    padding: 20px;
}

.kurz-card .kz-button a {
    width:100%;
}

/**
E-book catcher
**/
.e-book-catcher {
    display: block;
    height:165px;
}

.ec-img {
    z-index: 3;
    margin-top: -20px;
}

.ec-content {
    padding: 20px;
    color: #fff;
}

.ec-content h4 {
    color: #fff;
}

.ec-content p {
    color: #ccc;
    padding-top: 5px;
}

/**
VIP subpage - kurz
**/
.kurz-header-box {
    height:60px;
}

.videoWrapper {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-list-box {
    display: block;
    padding: 2px;
    width:100%;
    height: 547.5px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #08091b;
}

.video-list-box .scrollable {
    height: auto;
}

.video-link-block {
    width: 98%;
    margin: 2px;
    height: auto;
    padding: 5px;
    text-align: justify;
    border-bottom: 2px solid #391a45;
}

.video-link-block:hover {
    background: #0b0c22;
}

.video-link-block.active {
    border-bottom: 2px solid #00d0ef;
    background: rgba(0,208,239,0.08);
    color: white;
}

.video-link-block.active .seen p{
    color: white;
}

.icon-border {
    background: #391a45;
    border: none;
}

.icon-border.seen {
    background: #00d0ef;
    color: #391a45;
}


.video-modul-header {
    display: block;
    height: auto;
    padding: 10px 20px;
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
    color: #ccc;
    text-transform: uppercase;
}

.video-content-header {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
}

.video-content-header h6 {
    line-height: 60px;
    padding-left: 15px;
    text-transform: uppercase;
}


.error-message {
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;
}

.success-message {
    padding: 7px 10px;
    width:100%;
    background: #f1fff4;
    border: #d5ffe3 1px solid;
    color: #00d635;
    font-weight: bold;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;
}

/*
.system-role-menu {
    background: #08091b;
}*/


.smi-block {
    display: block;
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #7a0fff;
    transition: all 0.5s;
    background: transparent;
}

.smi-block h4 i {
    font-size: 1.5em;
    color: #00d0ef;
}

.smi-block p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: 2px;
}

.smi-block:hover {
    /*background: rgba(0,208,239,0.15);*/
    background: rgba(57,26,69,0.7);
    transition: all 0.5s;
}

.tab-nav li a {
    background: transparent;
    color: #ccc;
    border: 2px solid #391a45;
    margin: 5px 0;
    border-radius: 5px;
    transition: all 0.5s;
}

.tab-nav li a:hover {
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
    color: #ccc !important;
    transition: all 0.5s;
}

.tab-nav li a.active {
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
    color: #ccc !important;
}

.text-edit-header {
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(to right, #7a0fff 0%, #391a45 100%);
}


.table-order-list:hover {
    background: rgba(122,15,255, 0.15);
}