/*
Theme Name: None
Theme URI: https://none.com/
Author: None
Author URI: https://none.com/
Description: 
Version: 1.3
*/

.btn-new{
      background-color: #333; /* Green */
  border: none;
  color: #fff;
  padding: 3px  32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  width:100%;
}
.btn-new:hover{
    color: #fff;
}


#wpforms-submit-53, #wpforms-submit-59{
    background-color: #FCD535;
    border: 0px solid #DDC;
    color: #333;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 15px;
    box-shadow:none;
}

#wpforms-submit-56{
    
        background-color: #FCD535;
    border: 0px solid #DDC;
    color: #333;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 15px;
}

.help-block{
    color:#fff;
}


#login{
      background-image: url(https://my.bifinitydigital.com/wp-content/themes/bank-account/assets/img/v748-toon-107.jpg); 
  height: 94vh;
      background-repeat: no-repeat;
    background-size: cover;
}


#register {
  background-image: url(https://my.bifinitydigital.com/wp-content/themes/bank-account/assets/img/v748-toon-107.jpg); 
  height: 94vh;
      background-repeat: no-repeat;
    background-size: cover;
 /* background: rgb(18,29,51);*/
/*background: linear-gradient(90deg, rgba(18,29,51,1) 0%, rgba(42,59,93,1) 50%, rgba(18,29,51,1) 100%);*/
}

#intro {
	/*background: linear-gradient(90deg, rgba(18,29,51,1) 0%, rgb(66, 82, 114) 50%, rgba(18,29,51,1) 100%);*/
	background: #181A20;
	background-size: 400% 400%;
	/*animation: gradient 90s ease infinite;*/
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar .nav-link {
  color: #fff !important;
}

.mask-custom {
  backdrop-filter: blur(15px);
  background-color: rgba(255,255,255,.2);
  border-radius: 3em;
  border: 2px solid rgba(255,255,255,.1);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}






/*card css 
#credit-card {
  height: 230px;
  width: 380px;
  background: #212529;
  backdrop-filter: blur(30px);
}
#logo-visa {
  width: 80px;
}
#chip {
  width: 40px;
}
 
#ring {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  background: transparent;
  border: 50px solid rgba(255, 255, 255, 0.1);
  bottom: -250px;
  right: -250px;
  box-sizing: border-box;
}

#ring::after {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background: transparent;
  border: 30px solid rgba(255, 255, 255, 0.1);
  bottom: -80px;
  right: -110px;
  box-sizing: border-box;
}

/*card css*/


/*start dashboard  
.mask-dashboard {
  backdrop-filter: blur(15px);
  background-color: rgba(255,255,255,.2);
  border-radius: 1em;
  border: 2px solid rgba(255,255,255,.1);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
  color:#fff;
}

 end dashboard*/


#fx-pricing-widget-copyright{
  display:none;
}



/*buttons*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}








/*
 * Sidebar
 */
 
 
 .dash-btn:hover{
     background-color: #111112 !important;
 }

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 68px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 3rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* Base Styles */
.dashboard-actions {
    margin: 0;
    padding: 0;
}

/* Quick Actions */
.actions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.quick-action {
    text-decoration: none;
    color: inherit;
    display: block;
}

.action-inner {
    background: #fff;
    border-radius: 15px;
    padding: 1.9rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.action-inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.action-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    transition: opacity 0.3s ease;
}

.action-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 12px;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
}

.action-text {
    position: relative;
    z-index: 1;
}

.action-text h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.action-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Support Box */
.support-box {
    background: #fff;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.support-inner {
    padding: 2rem;
    text-align: center;
}

.support-icon {
    width: 70px;
    /*height: 70px;*/
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.75rem;
}

.support-content h3 {
    margin: 0 0 0.75rem;
    font-weight: 600;
}

.support-content p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.btn-support {
    background: #000;
    color: #fff;
    border: none;
    padding: 0.4rem 1.5rem;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-support:hover {
    background: #333;
}

/* Card Stack */
.card-stack {
    position: relative;
    width: 100%;
    height: 200px;
    perspective: 1000px;
}

.virtual-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 20px;
    color: white;
    background: linear-gradient(135deg, #1a1a1a, #333);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card-glare {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 40%
    );
}

.background-card {
    transform: translateY(20px) scale(0.92);
    opacity: 0.3;
}

.middle-card {
    transform: translateY(10px) scale(0.96);
    opacity: 0.6;
}

.main-card {
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card-front {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-chip {
    height: 30px;
    width: auto;
}

.card-logo {
    height: 20px;
    width: auto;
}

.card-number {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin: 1rem 0;
}

.card-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

.card-info label {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .card-stack {
        height: 180px;
    }
    
    .card-number {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .action-inner {
        padding: 1.25rem;
    }

    .action-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .support-inner {
        padding: 1.5rem;
    }

    .card-stack {
        height: 160px;
    }

    .card-chip {
        height: 25px;
    }

    .card-logo {
        height: 18px;
    }

    .card-info {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .card-stack {
        height: 140px;
    }

    .card-number {
        font-size: 0.9rem;
        margin: 0.5rem 0;
    }
}
    