/* Gold Members - точная копия градиента prosilver в оранжевом */
.forabg:has(a[href="./viewforum.php?f=190"]) {
    background-color: #F57C00;
    background-image: linear-gradient(to bottom, 
        #FFECB3 0%, 
        #FFCC80 1px, 
        #FFB74D 2px, 
        #FF9800 8px, 
        #F57C00 100%);
    background-repeat: repeat-x;
    border: 4px solid #FF8F00;
    border-top: 0px solid #FFCC80;
    border-bottom: 4px solid #FF6D00;
    border-radius: 7px;
    margin-bottom: 6px;
    padding: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.forabg:has(a[href="./viewforum.php?f=190"]) > .inner {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.forabg:has(a[href="./viewforum.php?f=190"]) li.header {
    background: linear-gradient(to bottom, #FF9800, #F57C00);
    padding: 4px 0px 0px 0px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #FF5722;
}

.forabg:has(a[href="./viewforum.php?f=190"]) li.header a {
    color: white !important;
    font-weight: bold;
    font-size: 1.2em;
}

.forabg:has(a[href="./viewforum.php?f=190"]) li.header dd {
    color: white !important;
}





/*.forabg{
background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#2700B1 92px,#0EA9F7 100%);
}*/

/*Statistic*/
.stat-block, .statistics {
    display: none !important;
}

/*ha1zer*/
span.banner_link img {
    border: 2px solid transparent !important;
    border-radius: 6px !important;
}
/*Banner*/
img[id="radius"][class="better"] {
    border-radius: 6px !important;
}
/*Avatars*/
img[class="avatar"] {
    border-radius: 6px;
}
/*Profile*/
.profile-custom-field-value-pswd_user_field {
    user-select: all !important;
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    cursor: pointer !important;
}

.profile-custom-field-value-pswd_user_field::selection {
    background: #a0a0a0 !important;
    color: white !important;
}

.profile-custom-field-value-pswd_user_field::-moz-selection {
    background: #a0a0a0 !important;
    color: white !important;
}


/* Цвет заголовка подфорума ID 72 и 73 (Spy Cam) */
a[href="./viewforum.php?f=72"],
a[href="./viewforum.php?f=73"]  {
    color: #105289;
    font-weight: bold !important;
}

a[href="./viewforum.php?f=72"]:after,
a[href="./viewforum.php?f=73"]:after {
    content: " \f03d";
    font-family: "FontAwesome" !important;
    color: #105289;
    font-weight: bold !important;
    font-size: 12px;
}


/* spoiler */
.flip-spoiler {
    transition: min-height 0.3s ease !important;
}

.flip-spoiler:hover {
    background: #fff !important;
    min-height: auto !important;
}

.flip-spoiler:hover .front {
    transform: translateY(100%) !important;
    opacity: 0 !important;
}

.flip-spoiler:hover .back {
    transform: translateY(0) !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 3 !important;
}