﻿/* Theme for teamplate:mobile - theme:default. (2022-09-07 01:39:01) */
a.primary, a.text-primary
{
    color: #27b148;
}
a:hover, a:focus
{
    color: #2cc651;
}
.text-primary
{
    color: #27b148;
}
.bg-primary
{
    background-color: #27b148;
}
.bg-primary-pale
{
    background-color: #e9f7ed;
}
.btn.primary
{
    background-color: #27b148;
}
.btn.primary.active, .btn.primary.focus, .btn.primary:active, .btn.primary:focus, .btn.primary:hover, .open>.dropdown-toggle.btn.primary, .btn.primary.active.focus, .btn.primary.active:focus, .btn.primary.active:hover, .btn.primary:active.focus, .btn.primary:active:focus, .btn.primary:active:hover, .open>.dropdown-toggle.btn.primary.focus, .open>.dropdown-toggle.btn.primary:focus, .open>.dropdown-toggle.btn.primary:hover
{
    background-color: #229c40;
}
.btn-link
{
    color: #27b148;
}
.btn-link:hover, .btn-link:focus
{
    color: #2cc651;
    background-color: #e9f7ed;
}
.carousel-caption .btn.primary
{
    background-color: rgba(0,0,0,.4);
}
.menu-user-center
{
    background-color: #e9f7ed;
}
.appnav .nav>li>a.sub-open
{
    background-color: #e9f7ed;
}
.appnav .nav>li.active>a
{
    color: #27b148;
    box-shadow: inset 0 -2px 0 #27b148;
}
.appnav>.subnavs>.nav>li.active>a
{
    color: #27b148;
}
.thread .card-heading
{
    background-color: #e9f7ed;
}
.thread .card-heading.with-icon>.icon
{
    color: #27b148;
}
.thread .card-heading>h4
{
    color: #27b148;
}
.thread .card-heading .level-number, .thread .card-heading .reply-time
{
    color: #27b148;
}
.card.comment .reply
{
    background-color: #e9f7ed;
}
.card.comment .reply .reply
{
    background-color: rgba(39,177,72,.08);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
    background-color: #e9f7ed;
}
.form-control:focus
{
    border-color: #27b148;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(39,177,72,.6);
}
.nav.user-control-nav>li.active>a
{
    background-color: #e9f7ed;
    color: #27b148;
    border-color: #27b148;
}
.nav.user-control-nav>li.active>a>[class*='icon-']
{
    color: #27b148;
}
.m-index body
{
    background: #f1f1f1;
}
#appbar
{
    border-bottom: none;
}
.panel-cards.panel-borderless
{
    border: none;
}
.panel-cards.panel-borderless .panel-heading, .panel-cards.panel-borderless .card
{
    border: none;
    box-shadow: none;
}
.panel-cards.panel-borderless .card
{
    background: transparent;
}
.text-price
{
    color: #ea644a;
}
.icon-arrow-up::before
{
    content: '';
}
.details-tree
{
    margin: 10px;
    line-height: 20px;
}
.details-tree, .details-tree ul
{
    padding-left: 0;
}
.details-tree li
{
    list-style: none;
    padding: 0 0 0 20px;
    position: relative;
}
.details-tree li>a, .details-tree summary
{
    display: block;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
}
.details-tree summary::-webkit-details-marker
{
    display: none;
}
.details-tree summary+ul:before, .details-tree li>a:before, .details-tree summary:before
{
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 8px;
    background: #ccc;
    border-radius: 50px;
    color: #fff;
}
.details-tree li>a:before
{
    background: transparent;
    border: 2px solid #ccc;
}
.details-tree summary:before
{
    content: '+';
}
.details-tree summary+ul:before
{
    left: 0;
    content: '-';
    pointer-events: none;
}
.details-tree summary:hover:before, .details-tree summary:hover+ul:before
{
    background: #bbb;
}
.details-tree summary+ul>li:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: -14px;
    top: 15px;
    width: 15px;
    border-top: 1px dashed #ccc;
}
.details-tree summary+ul>li:after
{
    content: ' ';
    display: block;
    position: absolute;
    left: -14px;
    top: -8px;
    bottom: -15px;
    border-left: 1px dashed #ccc;
}
.details-tree summary+ul>li:last-child:after
{
    display: none;
}