@charset "utf-8";

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

main {
    height: 100vh;
    height: -webkit-fill-available;
    overflow-x: auto;
    overflow-y: hidden;
}

.pre-line{
    white-space: pre-line;
}

.xui-modal-sm {
    --bs-modal-width: 360px;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    /*padding: .25rem .5rem;*/
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    margin-left: 1.25rem;
}

/*@media (max-width: 980px) {*/
/*   .btn-toggle-nav a {*/
/*        margin-left:0 !important;*/
/*    }*/
/*    .list-group-item{*/
/*        padding: 0.5rem 0.5rem!important;*/
/*    }*/
/*}*/

.xui-link-active.active{
    z-index: 2;
    background-color: #FFFFFF !important;
}

.xui-link-active.active a {
    /*color: #0a53be !important;*/
    color: #0d6efd !important;
    font-weight: bold;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.layui-input, .layui-select, .layui-textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*.side-avatar{*/
/*    width: 75px;*/
/*    height: 75px;*/
/*}*/
.side-avatar:hover .hover-photo {
    display: grid ;
}
.side-avatar .hover-photo {
    display: none;
    position: absolute;
    text-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    top: 0;
    left: 50%;
    margin-left: -37.5px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.xui-text-default{
    color: #941207 !important;
}

.form-control {
    font-size: inherit;
    height: 38px;
}

.panel-default {
    border: none;
    padding: 0 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.panel-default > .panel-heading {
    position: relative;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.panel-default > .panel-heading .panel-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
}

.panel-default > .panel-heading .panel-title-border-left {
    border-left: 3px solid #b04741;
    color: #b04741;
}

.panel-default > .panel-heading .panel-title > i {
    display: none;
}

.panel-default > .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}

.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}

.panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}

.panel-default > .panel-footer {
    padding-bottom: 15px;
    background: none;
}

.panel-page {
    padding: 45px 50px 50px;
    min-height: 500px;
}

.panel-page .panel-heading {
    background: transparent;
    border-bottom: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.panel-page .panel-heading h2 {
    font-size: 25px;
    margin-top: 0;
}

.panel-blockimg {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-blockimg img {
    width: 100%;
}

.xui-bg-default{
    background-color: #941207;
    border-color: #941207;
    color: #00FFFF;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-square {
    padding-bottom: 100%;
}

.user-body{
    padding-top: 1rem ;
    min-height: calc(100vh - 57px - 57px);
}

.panel-min-height{
    min-height: calc(100vh - 57px - 57px - 32px);
}

.w-10{
    width: 10vw;
}

footer {
    background-color: #07141e;
    color: #e0e0e0 !important;
}

footer p {
    line-height: 2em;
}

footer a {
    color: #e0e0e0 !important;
}

.layui-layer{
    border-radius: 10px;
}

.detail label{
    display: inline-block;
    text-align: justify-all;
    font-weight: bold;
}

.detail label::after{
    content: '：';
}

.detail-border-bottom {
    border-bottom: 1px dashed #eee
}

.detail-hd {
    padding-left: 10px;
    border-left: 3px solid #1890ff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #303133;
}

.layui-tab-item{
    min-height: calc(100vh - 57px - 120px - 165px);
}