/*

* Override Pages default styles or create your own styles here

*/

body {
	color: #383a3c;

}
.windows h4, .windows h3 {

}
.card {
	webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* .windows h3 {
	font-size: 1.7em;
}
#profit_funds, #total_funds {
	font-weight: bold;
	font-size: 1.8em;
} */
.nav-tabs-simple:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	bottom: -4px;
}
.nav-tabs li .active, .nav-tabs-simple > li > a.active:hover, .nav-tabs-simple > li > a.active:focus {
	background: #1dbb99cc;
	color: #fff !important;
}
.nav-tabs-simple > li > a:after {
    background-color: #1dbb99;
}

.horizontal-app-menu .menu-bar {
    background-color: #fff;
}
.horizontal-app-menu .menu-bar > ul li > a {
    color: #000;
}
.horizontal-app-menu .menu-bar ul li > ul {
    background: #fff;
}
.horizontal-app-menu .menu-bar ul li.open > a {
    color: #30619d;
}
span .label {
	font-weight: 0;
}
/* アニメーション関連のスタイル */
.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.fade-out.hidden {
    opacity: 0;
}

.page-transition {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.page-transition.loaded {
    opacity: 1;
}

/* インラインスタイルの代替 */
.btn-complete.custom-style {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination .page-link:hover {
    background-color: #f8f9fa;
    border-color: #ddd;
}

/* ボタンスタイルの強化 */
.btn-custom-complete,
.btn-custom-complete:hover,
.btn-custom-complete:focus,
.btn-custom-complete:active,
.btn-custom-complete:disabled {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0072ff, #00c6ff) !important;
    border: none !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(0, 114, 255, 0.2) !important;
    transition: all 0.3s !important;
}

.btn-custom-complete *,
.btn-custom-complete:hover *,
.btn-custom-complete:focus *,
.btn-custom-complete:active *,
.btn-custom-complete:disabled * {
    color: #ffffff !important;
}

.btn-custom-complete:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 114, 255, 0.3) !important;
}

.btn-custom-complete:active:not(:disabled) {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(0, 114, 255, 0.15) !important;
}

.btn-custom-complete:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    background: linear-gradient(135deg, #768fb0, #97c3e1) !important;
}

.forgot {
  color: #007bff !important;
  text-align: right;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.forgot:hover {
  text-decoration: underline;
}
