/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.type-logo{width: 18px;margin-top: -2px;padding-right: 4px;}
.layui-layer-rim {
	border: 0px solid #8D8D8D !important;
}
.layui-layer.layui-layer-dialog,.layui-layer.layui-layer-page{
	left: 0;
	right: 0;
	margin: 20px !important;
	width: 100% !important;
	max-width: 550px !important;
	border-radius: 4px !important;
	box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
}
.layui-layer-dialog .layui-layer-title,.layui-layer-page .layui-layer-title {
	cursor: auto !important;
	padding: 1rem 1.5rem !important;
	height: auto !important;
	line-height: inherit !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	background-color: #ffff !important;
	border-radius: 4px 4px 0 0 !important;
}
.layui-layer-dialog .layui-layer-setwin,.layui-layer-page .layui-layer-setwin{
	position: absolute;
	right: 1.5rem !important;
	top: 1.5rem !important;
}
.layui-layer-dialog .layui-layer-setwin a,.layui-layer-page .layui-layer-setwin a{
	font-size: 16px !important;
	box-sizing: content-box;
	width: 1em !important;
	height: 1em !important;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.layui-layer-dialog .layui-layer-content,.layui-layer-page .layui-layer-content {
	padding: 1.5rem 1.5rem !important;
}
.layui-layer-btn {
	padding: 1rem 1.5rem !important;
	background: #e5e9f2;
	border-radius:  0 0 4px 4px!important;
}
.layui-layer-btn a {
	padding: 0.4375rem 1.125rem !important;
	font-size: 0.8125rem !important;
	border-radius: 4px !important;
	height: auto !important;
	line-height: inherit !important;
	margin: 5px 5px 0;
}
.layui-layer-content .modal-body{
	padding: 0 !important;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: initial !important; 
	top: 16px;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
table th,
table td {
    word-break: keep-all;
    white-space: nowrap;
    vertical-align: middle !important;
}

table>tbody>tr>td img {
    max-width: fit-content;
}

.highcharts-background {
    fill: none;
}

.dark-mode .highcharts-root .highcharts-title {
    color: #fff !important;
    fill: #fff !important;
}

.bootstrap-table input[type='checkbox'] {
    width: 18px;
    height: 18px;
    position: relative;
    background: transparent;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bootstrap-table input[type='checkbox']:before {
    content: "";
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border: #dbdfea solid 2px;
    box-shadow: inset 0 1px 1px rgba(16, 25, 36, .075);
    border-radius: 4px;
}

.dark-mode .bootstrap-table input[type='checkbox']:before {
    border: #2e384d solid 2px;
}

.bootstrap-table input[type='checkbox']:checked:before {
    border: 2px solid transparent;
    background: #7f8dff;
}

.bootstrap-table input[type='checkbox']:checked:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border-color: #fff;
}
.dark-mode .bootstrap-table input[type='checkbox']:checked:after {
    border-color: #2e384d;
}

.bootstrap-table .fixed-table-pagination {
    padding: 1.25rem;
    border-top: 1px solid #ebedf2;
}
.dark-mode .bootstrap-table .fixed-table-pagination {
    border-top: 1px solid #2e384d;
}

@media (min-width: 576px) {
    .bootstrap-table .fixed-table-pagination {
        padding: 0.5rem 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .bootstrap-table .fixed-table-container .fixed-table-body {
        border: none;
    }
}

.bootstrap-table .pagination li a {
    white-space: nowrap;
}

.bootstrap-table .fixed-table-pagination>.pagination .page-jump-to input {
    width: 40px;
    padding: 0 !important;
}

.bootstrap-table .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    padding: 0 var(--bs-pagination-padding-x);
}

@media (max-width: 530px) {
    .bootstrap-table .pagination li {
        display: none;
    }

    .bootstrap-table .pagination li:first-child,
    .bootstrap-table .pagination li:last-child,
    .bootstrap-table .pagination li:nth-child(2),
    .bootstrap-table .pagination li:nth-last-child(2) {
        display: block;
    }
}

@media (max-width: 1200px) {
    .bootstrap-table .fixed-table-pagination {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.bootstrap-table .no-records-found td {
    color: #52648459 !important;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.bootstrap-table .no-records-found td::before {
    display: block;
    font-family: "Nioicon" !important;
    content: "";
    font-size: 3rem;
}

.dark-mode .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background: #18212d;
}
.dark-mode .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.dark-mode .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.dark-mode .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
    background: #e5e9f2;
}

.bootstrap-table .custom-switch.custom-control-sm {
    padding-left: 1rem;
}

.card-inner-group .bootstrap-table .table-bordered>thead th:first-child {
    border-top: none;
    border-left: none;
}

.card-inner-group .bootstrap-table .table-bordered>thead th:last-child {
    border-top: none;
    border-right: none;
}

.card-inner-group .bootstrap-table .table-bordered>thead th:not(:first-child):not(:last-child) {
    border-top: none;
}

/* 设置tbody中的td样式 */
.card-inner-group .bootstrap-table .table-bordered>tbody td:first-child {
    border-bottom: none;
    border-left: none;
}

.card-inner-group .bootstrap-table .table-bordered>tbody td:last-child {
    border-bottom: none;
    border-right: none;
}

.card-inner-group .bootstrap-table .table-bordered>tbody tr:last-child td {
    border-bottom: none;
}

.card-inner-group .bootstrap-table .table-bordered>:not(caption)>* {
    border-width: 0;
}



.nk-iv-scheme-list:not(:last-child) {
    margin-bottom: 1.5rem
}

.nk-iv-scheme-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dbdfea;
    padding: 1.25rem
}

.nk-iv-scheme-item:not(:first-child) {
    margin-top: 1.5rem
}

.nk-iv-scheme-item .amount {
    color: #364a63;
    font-weight: 700
}

.nk-iv-scheme-item .amount-ex {
    color: #6576ff;
    font-weight: 400
}

.nk-iv-scheme-item div {
    flex-grow: 1
}

.nk-iv-scheme-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f5f6fa;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    flex-grow: 0 !important;
    color: #526484
}

.nk-iv-scheme-icon.is-running {
    color: #6576ff;
    background: rgba(101, 118, 255, .08)
}

.nk-iv-scheme-icon.is-pause {
    color: #f4bd0e;
    background: rgba(244, 189, 14, .08)
}

.nk-iv-scheme-icon.is-pending {
    color: #09c2de;
    background: rgba(9, 194, 222, .08)
}

.nk-iv-scheme-icon.is-cancel {
    color: #e85347;
    background: rgba(232, 83, 71, .08)
}

.nk-iv-scheme-icon .icon {
    line-height: 40px;
    font-size: 1.3rem
}

.nk-iv-scheme-info {
    padding-right: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nk-iv-scheme-name {
    font-weight: 700;
    font-size: .875rem;
    color: #364a63
}

.nk-iv-scheme-desc {
    color: #8094ae;
    font-size: .8125rem
}

.nk-iv-scheme-amount {
    display: none
}

.nk-iv-scheme-amount a {
    display: none
}

.nk-iv-scheme-amount div {
    flex-grow: 0;
    padding: 0 1rem
}

.nk-iv-scheme-term {
    display: none
}

.nk-iv-scheme-term div {
    flex-grow: 0;
    padding: 0 1.5rem
}

.nk-iv-scheme-start {
    position: relative
}

.nk-iv-scheme-start:after {
    border: none !important;
    font-family: "Nioicon";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -0.7rem;
    content: "";
    transform: translateY(-50%);
    font-size: 18px;
    color: #8094ae
}

.nk-iv-scheme-label {
    display: block;
    font-size: .8125rem
}

.nk-iv-scheme-value {
    font-weight: 500
}

.nk-iv-scheme-more {
    margin-left: auto;
    margin-right: -1rem;
    flex-grow: 0 !important;
    border-radius: 50%;
    transition: background-color .4s
}

.nk-iv-scheme-more:hover {
    background-color: #f5f6fa
}

.nk-iv-scheme-more .btn,
.nk-iv-scheme-more .dual-listbox .dual-listbox__button,
.dual-listbox .nk-iv-scheme-more .dual-listbox__button {
    margin-left: auto;
    color: #8094ae;
    width: 40px;
    height: 40px
}

.nk-iv-scheme-more .btn .icon,
.nk-iv-scheme-more .dual-listbox .dual-listbox__button .icon,
.dual-listbox .nk-iv-scheme-more .dual-listbox__button .icon {
    font-size: 18px
}

.nk-iv-scheme-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.nk-iv-scheme-progress .progress-bar {
    width: 0px;
    height: 3px;
    border-radius: 0 3px 3px 3px
}

.nk-iv-scheme-progress .progress-bar[data-progress="100"] {
    border-radius: 0 0 3px 3px
}

.nk-iv-scheme-order {
    display: flex;
    flex-direction: column
}

.nk-iv-scheme-order .nk-iv-scheme-value {
    order: -1
}

@media(min-width: 576px) {
    .nk-iv-scheme-list:not(:last-child) {
        margin-bottom: 2.75rem
    }

    .nk-iv-scheme-item {
        padding: 1.5rem
    }

    .nk-iv-scheme-amount {
        display: block
    }

    .nk-iv-scheme-amount-a {
        display: none
    }

    .nk-iv-scheme-amount div {
        padding: 0
    }
}

@media(min-width: 768px) {
    .nk-iv-scheme-amount {
        display: flex !important
    }

    .nk-iv-scheme-amount-a {
        display: flex
    }

    .nk-iv-scheme-amount div {
        padding: 0 1rem
    }
}

@media(min-width: 992px) {
    .nk-iv-scheme-icon {
        width: 50px;
        height: 50px
    }

    .nk-iv-scheme-icon .icon {
        line-height: 50px;
        font-size: 1.5rem
    }

    .nk-iv-scheme-term {
        display: flex !important
    }

    .nk-iv-scheme-more .btn,
    .nk-iv-scheme-more .dual-listbox .dual-listbox__button,
    .dual-listbox .nk-iv-scheme-more .dual-listbox__button {
        width: 44px;
        height: 44px
    }
}

@media(min-width: 1200px) {

    .nk-iv-scheme-term div,
    .nk-iv-scheme-amount div {
        flex-grow: 0;
        padding: 0 2rem
    }

    .nk-iv-scheme-info {
        padding-right: 2rem
    }
}

.layer-custom {
    width: 450px !important;
    height: auto !important;
}

@media(max-width: 456px) {
    .layer-custom {
        width: 95% !important;
    }

    .layer-custom .layui-layer-content {
        height: 100% !important;
        max-height: 500px !important;
    }
}

@media (min-width: 992px) {
    .nk-aside {
        width: 240px;
    }
    .has-aside .nk-content-body {
        margin-left: 260px;
    }
}

.layui-layer-shade{
    opacity: 0.5 !important;
}

.dark-mode .layui-layer-title{
    background-color: #2e384d !important;
    border-bottom: 1px solid #2e384d !important;
    color: #fff !important;
}

.dark-mode .layui-layer{
    background-color: #2e384d !important;
}

.dark-mode .layui-layer-ico.layui-layer-close.layui-layer-close1{
    filter: brightness(0) invert(1);
}


.panel {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}


.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd
}

.panel-default {
    border-color: #dddddd
}

.panel-default>.panel-heading {
    color: #555555;
    background-color: #f5f5f5;
    border-color: #dddddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #555555
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-primary {
    border-color: #dddddd
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #dddddd
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-primary>.panel-heading .badge {
    color: #2fa4e7;
    background-color: #ffffff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-success {
    border-color: #dddddd
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #73a839;
    border-color: #dddddd
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}
.dark-mode .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2e384d
}

.panel-success>.panel-heading .badge {
    color: #fff;
    background-color: #468847
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-info {
    border-color: #dddddd
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #033c73;
    border-color: #dddddd
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-info>.panel-heading .badge {
    color: #033c73;
    background-color: #3a87ad
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-warning {
    border-color: #dddddd
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #dd5600;
    border-color: #dddddd
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-warning>.panel-heading .badge {
    color: #dd5600;
    background-color: #c09853
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-danger {
    border-color: #dddddd
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #c71c22;
    border-color: #dddddd
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-danger>.panel-heading .badge {
    color: #c71c22;
    background-color: #b94a48
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}