body{ 
    --bs-body-bg:#1a1f24;
	word-break: keep-all;	
	-webkit-text-size-adjust: none;
	counter-reset: number; 
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: var(--bs-body-bg);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
     --background-color:rgba(255,255,255,0.8);
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
form label{
	text-transform: capitalize !important;
}
.panel-title{
	font-weight: 600;
	margin-bottom: 1rem;
}
.chart-fluid{
	padding: 2rem;
}


@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
	
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.header .logo{
	    padding-left: 3rem!important;
}
.mobile-div{
	margin-right: 3rem;
}

.user-ath-box{
	min-height: 60vh;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}
.fixed-top{
	background-color: transparent;
}
.header.sticked {
  background: var(--color-black);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.header .logo img {
  max-height:60px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}
.table thead th{
	text-transform: capitalize;
}

@media (max-width: 1279px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }
.navbar a{
		text-transform: capitalize;
}
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-light);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {
    color: var(--color-white);
    background: var(--color-secondary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }
	.navbar .dropdown ul a span{
		text-transform: capitalize;
	}

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
	
	
	
	
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }


  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(var(--color-secondary-rgb), 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
	  text-transform: capitalize;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: var(--bs-light);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 28px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}

.btn-outline-secondary{
	border-color:#ced4da;
}
.form-select:focus, .form-control:focus{
	border-color: var(--bs-primary);
}

.simple-link, a, .btn-link{
	text-decoration: none;
	color: var(--bs-gray-800);
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}

footer{
	background-color:transparent;
	color: var(--bs-gray);
}

#customer_records{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#customer_records li{
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
#customer_records li .form-floating{
	margin-left: 5px;
	margin-right: 5px;
} 

#customer_records li .delete{
	top: 5px;
    position: absolute;
    right: -10px;
    height: 36px;
    width: 36px;
    background-color: var(--bs-gray-700);
    opacity: 1;
    border: 2px solid var(--bs-gray-700);
    text-shadow: none;
    color: var(--bs-gray-300);
    border-radius: 50%;
    padding: 0;
    display: none;
}
#customer_records li:hover .delete{
	display: block
}
.card{
	position: relative;
    
    min-width: 0;
    word-wrap: break-word;
    background-color: var( --background-color);
    background-clip: border-box;
    border: 1px solid rgba(33,40,50,.125);
    border-radius: 0.35rem;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
	padding: 1.4rem;
}
.tile-item{	
	justify-content: space-between;
	align-items: center;
	position: relative;
    display: flex;
    flex-direction:row;
    min-width: 0;
    word-wrap: break-word;
    background-color: var( --background-color);
    background-clip: border-box;
    border: 1px solid rgba(33,40,50,.125);
    border-radius: 0.35rem;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
	padding: 1.4rem;
	margin-bottom: 2rem;
}
.tile-item h1{
	font-size: 1.4rem;
}
.tile-item h6{
	text-transform: capitalize;
}
.tile-item .icon, .recommend-item .tile-item .icon{
	max-width: 48px;
}
.tile-item .icon img{
	width: 100%;
}

.total_balance .tile-item{
	min-height: 180px;
	margin-bottom: 2rem;
}

.total_balance .tile-item h1{
	font-size: 1.5rem;
	font-weight: 600
}
.total_balance .tile-item small{
	font-weight: normal;
}
.recommend-item .tile-item{
	display: flex;
	justify-content: flex-start;
	
}

.recommend-item .tile-item div:nth-child(2){
	margin-left: 2rem;
}
.recommend-item .tile-item h3{
	margin-left: auto;
}
.card ul.tabs{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.card ul.tabs li small{
	font-size: 1.0rem;
	margin-right: 1rem;
	color: var(--bs-gray-600);
}
._title, .user-panel-title{
	font-weight: bolder;
	font-size: 1.75rem;
	letter-spacing: -0.01rem;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
}
.nav-tabs .nav-link{
	font-weight: bolder;
	text-transform: capitalize;
}


.input-group-text{
	background-color: transparent !important
}

.pop-win{
		width: 768px;
	}
@media (max-width: 768px) {
	.pop-win{
		width: 100% !important;
	}
}


@media (max-width: 992px) {

	.header .logo{
	    padding-left: 0.5rem!important;
}
	
	.table-responsive .table{
	min-width: 991px !important;
}
.table thead th{
	text-transform: capitalize !important;
}

	
}
@media (max-width: 768px) {
	
	.nav.nav-tabs{
		display: grid !important;
	}
	.nav.nav-tabs li.nav-item a.nav-link{
		text-align: center !important;
	}
	
	.input-group-sm{
		display: grid;
	}
}
@media (max-width: 576px) {
	.header .logo img{
			height: 24px;
	}

	.counter-number {
	font-size: 36px !important;

	}
	.tile-item .icon{
	max-width: 64px;
	}
	.recommend-item .tile-item .icon{
	margin-bottom: 1rem;
	}	
	.recommend-item .tile-item{

	flex-direction: column!important;
	text-align: center;
	}
	.recommend-item .tile-item h3{
	margin-left: auto;
	margin-right: auto;
	}

	.mobile-div .btn{
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
	}
	
}

/* ----------------------------------------------------------------

	Countdown 수정된 내용이 반영되지 않음

-----------------------------------------------------------------*/
.countdown {
	position: relative;
	display: block;
}
.countdown-wrap{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	height: 70vh;
}
.countdown-container{
	max-width: 551px;
	background-color: var(--color-white);
	padding: 4rem 2rem;
	justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word; 
    background-clip: border-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 2.75rem 0 rgb(33 40 50 / 15%);
  
}
.countdown-container span h1{
	    word-break: break-all !important;
}

.counter-number {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-secondary-dark); }
.counter-number span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    color: var(--color-gray); }

.coming-box {
  float: left;
  width: 25%; }


.sub-box{
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 80vh
}
