.btn-primary {
    color: #fff;
    background-color: #1fada9;
    border-color: #64c5b1;
}
figure {
    margin: 0 0 0rem;
}
#navigation-menu{
	display: flex;
	justify-content: space-between;
	
}
.app-search {
	background-color: rgba(20,37,69,1.00); padding: 70px 0px 90px 0px;
}

.app-search-box .form-control, .app-search-box .custom-select{
	height: calc(1.5em + .9rem + 10px);
    padding: .45rem .9rem;
}
.app-search-box h3{
	color: #FFFFFF;
	letter-spacing: -0.08rem;
	font-weight: 500;
}
.app-search-box p{
	margin-top: 1rem;
	color: #3297D0;
}
.widget-box-price{
	margin-top: -40px;
}
.widget-box-price ul{
	list-style: none;
	padding:10px;
}
.widget-box-price ul li{
	position: relative;
	
}
.widget-box-price p{
	font-size: 1.2rem;
	
}


.widget-box-price ul li:after {
    position: absolute;
    top: 0;
	right: 0px;
    height: 100%;
    border-right: 1px solid #e7eaf3;
    content: "";
}
.widget-box-price ul li:last-child:after{
	border-right: 0px solid #e7eaf3;
}
#resources h2{
	font-size: 1.4rem;
}

#resources figure i{
	font-size: 2.8rem !important;
}

.login{
	max-width: 551px;
	margin: 0 auto;
}
footer{
	    background-color: #0c6e6b !important
}
footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color:transparent !important;
    border: 1px solid rgb(255 255 255 / 15%);
	color: #F6F6F6;
}

footer .heading-border{
	padding-left: 1rem;
}

.btn-soft-light{
	color: #c0d3df;
    background: hsla(0,0%,100%,.2);
    box-shadow: none;
}
.btn-soft-light:hover{
	color: #FFFFFF;
}
.fixed{
		position: fixed;
		z-index: 999;
		text-align: right;
		width: 100%;
		top: 0px;
		
	}
.fixed a{
	margin-right: 10px;
	margin-top: 8px;
}

.header-title{
	display: flex;
	justify-content: space-between;
}
.bd-clipboard {
    position: relative;
    display: block;
    float: right;
}
.btn-clipboard {
    position: absolute;
    top: .65rem;
    right: .65rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 65%;
    color: #007bff;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
}

.list-ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-ul li{
	padding: 0.4rem 0.4rem;
}
.list-ul li{
	border-bottom: rgba(239,239,239,1.00) 1px solid;
}

.navigation-menu > li .submenu li.active > a{
	 color: #64c5b1;
}

.content-page-sub{
	    margin-top: 150px;
}



.mfp-content{
/*
	display: flex;
	justify-content: center;
*/
	text-align: justify;
	
}
.pop-box{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding: 1rem;
}
#custom-content{
	position: relative;
	max-width: 991px;
	margin: 0 auto;
}
#custom-content .mfp-close, #custom-content .mfp-back {
	right: -10px;
    top: -10px;
	border-radius: 50%;
	
	background-color: rgba(8,8,8,0.8);text-align: center;
color: #FFFFFF;
}

.mfp-close-btn-in .mfp-close, .mfp-back{
	font-size: 2rem;
}
.mfp-back{
	
  top: 48px !important;
	display: block;
	
}

.white-popup-block{
	position: relative;
	background-color: rgba(255,255,255,1.00);
	padding: 30px;
	margin: 20px auto;
}

/****파일 업로드 **/

.upload-wrap{
	position:relative;
	background-color: rgba(244,244,244,1.00);
}
/*
.upload-wrap::before {
    content: 'Uploaded image result';
    color:rgba(82,82,82,1.00);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}
*/
.upload-wrap .upload {
    opacity: 0;
	position:absolute;
	left:0px;
	z-index:4;
	width:100%;
	height:100% !important;
	background-color: rgba(255,255,255,0);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 0rem;
    position: relative;
	height: 100%;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center;
}


.view_image{
	position: absolute;
	right: 60px;
	top: 10px;
	z-index: 99;
}
.del_file{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

.table-list th, .table-list td{
    vertical-align: middle;

}
.ui-sortable-halper{
    display: flex;
    justify-content: space-between;
}

.table-list2 th, .table-list2 td{
    padding:0.85rem 0.25rem !important;
}

@media (max-width: 767.98px) {
	.widget-box-price ul li{
		margin-bottom: 0.5rem;
	}
	.widget-box-price .media-body a:last-child.text-right{
		text-align: left !important;
	}
	
	.widget-box-price ul li:after, .widget-box-price ul li:last-child:after {
		border-width: 0px;
	}
	.fixed{
		top: 0px;
		height: 44px;
		background-color: rgba(255,255,255,1.00);
	}
	#tree-container{
		margin-top:44px;
	}
	
	.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
	.content-page-sub {
    margin-top: 120px !important;
}
	
	.container {
   
    padding-right: 0px;
    padding-left: 0px;
   
}
	
}
.table-responsive{
	position: relative;
}

.loading{
	position: absolute; 
	top:  calc(1.5em + .9rem + 80px);
	width: 100%;
	text-align: center;
	
}



#node_transaction_result a, .pagination li a, #transactionList a{
	cursor: pointer;
}
.pagination{
	margin-top: 2rem;
}

.apis ul{
	margin-bottom: 3rem;
}

.dark-mode #wrapper{
	background-color: rgb(20, 37, 69,1.00);
}


.dark-mode .card-box, .dark-mode .card, .dark-mode #topnav, .dark-mode .topbar-menu{
	    border-color: #18365b!important;
    background-color: #112641!important;
	background:#112641!important;
    box-shadow: 0 0.5rem 1.2rem rgb(4 76 124 / 20%);
}

body.dark-mode #topnav .navbar-toggle span {
   
    background-color: #a8bcdb !important;
  
}

body.dark-mode .h1, body.dark-mode .h2, body.dark-mode .h3, body.dark-mode .h4, body.dark-mode .h5, body.dark-mode .h6, body.dark-mode h1, body.dark-mode h2,body.dark-mode h3,body.dark-mode h4, body.dark-mode h5, body.dark-mode h6,
body.dark-mode, body.dark-mode .text-secondary , body.dark-mode p, .breadcrumb-item > a, body.dark-mode .navigation-menu > li > a,
body.dark-mode .topbar-menu .topnav-menu .nav-link,
body.dark-mode .dropdown-menu .dropdown-item{
    color: #a8bcdb!important;
}

body.dark-mode .custom-select, body.dark-mode .form-control, body.dark-mode .input-group-text {
    color: #e5ecf3!important;
    border-color: #18365b!important;
    background-color: #132a47!important;
}
body.dark-mode .btn-primary, 
body.dark-mode .btn-primary:not([href]), 
body.dark-mode .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled), 
body.dark-mode .dropdown-menu,
body.dark-mode .page-link, body.dark-mode .alert-primary {
    color: hsla(0,0%,100%,.8);
    background-color: rgba(52,152,219,.2);
    border-color: rgba(52,152,219,.2);
}

body.dark-mode .dropdown-menu .dropdown-item:hover{
	color: #c0d3df;
    background: hsla(0,0%,100%,.2)!important;
}

@media (max-width: 991px){
	body.dark-mode #navigation {
		  color: hsla(0,0%,100%,.8);
    background-color: #132a47!important;
    border-color: rgba(52,152,219,.2);
	}
}
body.dark-mode .text-secondary, body.dark-mode .header-title, body.dark-mode label, body.dark-mode .text-white, body.dark-mode footer .list-group-item {
    color: #a8bcdb!important;
}
body.dark-mode .widget-box-price ul li:after {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    border-right: 1px solid rgb(255 255 255 / 15%);
    content: "";
	
}
body.dark-mode hr {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

body.dark-mode .table th, body.dark-mode .table td {
   color: #a8bcdb!important;
	
    border-top: 1px solid rgb(255 255 255 / 15%);
}

body.dark-mode .table thead th {
    border-bottom: 2px solid  rgb(255 255 255 / 15%);
	color: #a8bcdb!important;
}

body.dark-mode .table-hover tbody tr:hover {
	color: #c0d3df;
    background: hsla(0,0%,100%,.2)!important;
}

body.dark-mode footer{
	background-color: #112641!important;
    box-shadow: none!important;
	color: #a8bcdb!important;
}

body .text-dark {
   color: #a8bcdb!important;
}

