body {
    margin: 0;
    padding: 0;
    background-color: var(--body-bg-dark);
}


.btn-i-vkc i {
    color: #28bdbd;
}    
.btn-i-vkg i {
    color: #0acf9d;
}

.section {
    /*font-size: 110%;*/
    color: #198754;
    text-transform: uppercase;
    border-left: 5px solid #46b984;
    padding-left: .5em;
    padding-bottom: .25em;
    margin-bottom: .5em;

} 

.sec-name {
    display: flex;
    border-left: 5px solid #46b984;
    padding-left: .5em;
    padding-bottom: .25em;
}    
.cache-icon {
    height: 100%;
    border-radius: 50%;
}
.cache-name {
    display: inline;
    font-size: calc(.9em + .6vw);
    font-weight: 500;
    line-height: 1.2;
    margin-left: .25em;
}    
.cache-vk {
    margin-right:.5em;
    color: #969696;            
}

.sec-coords {
    margin-top: .25em;
    padding: .5em;
    background-color: #ededed;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);            
}    
.sec-listing {
    background-color: #efefef;            
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);            

} 
.listing-banner {
    padding: 1em;
    background-color: #e6e6e6;   
    text-align: center;
}
.listing-banner > img {
    width: 550px;
    filter: drop-shadow(5px 5px 8px #0000009e);
}
.listing-text {
        padding: 1em;
}    
@media only screen and (max-width: 576px) {
    .sec-name, .section {
        margin-left: 2px;
    }    
    .listing-banner {
        padding:0;
    }    
    .listing-text {
        padding: 1em 2px;
    }    
}    
.cachedetail button {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.log-icon {
    height:18px;
    border-radius:50%;
}    

/*#1toggle_bn {
    transform:scale(1.2);
}*/  
.log-user {
    max-width:33%;
    padding: .25em;
    border-right: 1px solid #dee2e6;
    color: #0d6efd;
}
.log-from {
    font-style: italic;
    font-size: 70%;
    font-weight: 600;
    color: #0acf9d;
}
.avatar {
    margin-bottom: .25em;
}  
/*
.avatar img {
    height: 2.7em;
}
 */
.category {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    /*width: 35px;*/
    /*justify-content: center;*/
}    
.category div {
    border-radius: 30%;
    padding: 3px;
    font-size: 60%;            
    color: white;
}    
input[type=checkbox] {
    width: 1em;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    height: 1em;
    /*border: 0.1mm solid black;*/
}
/*input[type=checkbox]:checked {
    background-color: lightblue;
}
input[type=checkbox]:checked:after {
    margin-left: 4.3mm;
    margin-top: -0.4mm;
    width: 20px;
    height: 20px;
    border: solid white;
    border-width: 0 2mm 2mm 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
}*/
div#hint::before, div#wps::before, div#logs::before, div#premium::before, div#mynotes::before {
    display: block;
    content: " ";
    margin-top: -118px;
    height: 118px;
    visibility: hidden;
    pointer-events: none;
}
.arrow-bearing {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 3px;
    height: 26px;
    background-color: #c9cfff;
    border: 1px solid #9299ca;
    border-radius: 50%;
}
.text-nema {
    color: #a9a9a9;
}

.wp-desc {
    /*padding-left: 0;*/
    word-wrap: break-word;
}





.premium {
    position: relative;
    row-gap: 1em;
    background-color: #e5ddcc;
    border-radius: .25em;
    margin: .1em 0;
    padding: 1em 0;

}
.premium input {
    filter: drop-shadow(4px 4px 3px #0000009e);
}
.premium-icon {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 60px;
    filter: drop-shadow(4px 4px 3px #0000009e);
    z-index: 100;
}
.task {
    background-color: #e3cea4;
    padding: .25em;
    width: 100%;
}
.img-wrap {
    display: grid;
    place-items: center;
    background-color: #d6ccb7;
    padding: 1em;
    border-radius: 1em;
    height: 100%;
    filter: drop-shadow(1px 1px 2px #0000002e);
}
.img-wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(8px 8px 11px #0000009e);
    /*min-height: 200px;*/
}
.premium-label {
    font-size: 80%;
    font-weight: 700;
    margin: .25em;
}
.choice {
    display: block;
    width: 100%;
    padding: 0.25em;
    background-color: #8c6516;
    color: white;
    margin-bottom: 0.5em;
    border-radius: 1em;
    filter: drop-shadow(2px 2px 4px #0000009e);
}

.sec-listing:has(.vk--demo--bg) {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.sec-listing:has(.vk--demo--bg):before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .35;
    background-image: linear-gradient(30deg, rgba(47, 125, 50, .35) 12%, transparent 12.5%, transparent 87%, rgba(47, 125, 50, .35) 87.5%, rgba(47, 125, 50, .35)), linear-gradient(150deg, rgba(47, 125, 50, .35) 12%, transparent 12.5%, transparent 87%, rgba(47, 125, 50, .35) 87.5%, rgba(47, 125, 50, .35)), linear-gradient(30deg, rgba(47, 125, 50, .35) 12%, transparent 12.5%, transparent 87%, rgba(47, 125, 50, .35) 87.5%, rgba(47, 125, 50, .35)), linear-gradient(150deg, rgba(47, 125, 50, .35) 12%, transparent 12.5%, transparent 87%, rgba(47, 125, 50, .35) 87.5%, rgba(47, 125, 50, .35));
    background-size: 40px 70px;
    background-position: 0 0, 0 0, 20px 35px, 20px 35px;
}
.sec-listing:has(.vk--demo--bg) .listing-banner {
    background-color: #93939369;
}

.vkc-properties {
    margin-top: 1.5rem !important;
    display: flex;
    flex-wrap: wrap !important;
    gap: 1em;
}
.vkc-properties-dts {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.vkc-properties-dt {
    display: flex;
    gap: 1rem;
}
.vkc-properties-dts img {
    height: 13px;
    /*box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 23%);*/
    filter: drop-shadow(1px 1px 1px #0000005e);
}
.vkc-properties-size {
    display: flex;
    gap: .5rem;
}
.vkc-properties-points {
    display: flex;
    gap: .5rem;
    align-items: flex-start !important;
}
.vkc-points {
    background-color: #343a40;
    padding: 1px;
    /*width: 2.3rem;*/
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 23%);
}
.vkc-points div {
    background-color:#7d1172;
    color: #f8f9fa;
    text-align: center;
    padding: .45rem;
    border: 1px solid #fff;
}


@media (max-width: 400px){
    .vkc-properties-dts {
        flex-direction: column;
    }
    .vkc-properties-dts img {
        width: 60px;
        height: unset;
        justify-content: space-between !important;
    }
    .vkc-properties-size {
        justify-content: space-between !important;
    }

}

.vkc-attributes {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}
.vkc-attributes img {
    border-radius: .25em;
    width: 2.5em;
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 23%);
}