/*
Theme Name: Ideal Theme
Theme URI: https://idealtechnology.asia/
Author: Ideal Technology
Author URI: https://idealtechnology.asia/
Description: Custom theme
Text Domain: ideal-theme
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

*, *::before, *::after {
  box-sizing: border-box;
}

p{
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #d2a32d;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0 40px;
  background-color: #ffffff;
}

.header .logo {
  line-height: 1;
}



.site-info {
  display: flex;
  align-items: center;
}

.site-title {
  padding-left: 15px;
}

.site-event-date{
  font-family: "Oswald", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
  line-height: 28px;
  padding-right: 15px;
  color: #555555;
}

.site-title .site-name{
  font-family: "Oswald", sans-serif!important;
  font-weight: 700; 
  margin:0;
  font-size: 2.5rem;
  line-height: 40px;
}

.site-title span{
  text-align: center;
  font-family: "Oswald", sans-serif!important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b58d2d;
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.logo-wrapper{
  padding: 20px 0  40px;
  background: #ffffff;
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(1, 8, 33, 0.82);
}

.navi-wrapper{
  position: absolute;
  z-index: 9;
  margin-top: 14px;
  width: 100%;  
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0 20px;
    border-radius: 28px;
    background: linear-gradient(to bottom,  rgba(2,148,63,1) 0%,rgba(2,148,63,1) 50%,rgba(2,121,52,1) 51%,rgba(2,148,63,1) 100%);
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: flex;
    justify-content: center;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 12px 22px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
/*
  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }
*/
  .navmenu li:hover>a,
  .navmenu .current-menu-item a,
  .navmenu .current-menu-item a:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #777777;
    font-size: 25px;
    line-height: 0;
    margin-right: 10px;
    border: 1px solid #e2e2e2;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: color 0.3s;
    background: #ffffff;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    list-style: none;
    position: absolute;
    width: 250px;
    height: calc(100% - 106px);
    padding: 10px 0;
    top: 86px;
    bottom: 20px;
    left:-250px;
    padding: 10px 0;
    margin: 0;
    border-radius: 0  10px 10px 0;   
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    overflow-y: auto;   
    transition: left 0.3s ease; 
    z-index: 9998;
  }

  .scrolled .header .navmenu ul{
    top: 50px;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #444444;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: green;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: absolute;   
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;  
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    left:0;
  }
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #ffffff;
  background-color: #b08313;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  background-color: #bf8d02;
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
}


.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

.footer .social-links{
    margin-top: 15px;
}
.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: color-mix(in srgb, var(--contrast-color), transparent 90%);
  color: var(--contrast-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: var(--primary-color);
  text-decoration: none;
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: green;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*boostrap*/
.p-0{
  padding: 0;
}

img, svg {
  vertical-align: middle;
}

/*countdown*/

#countdown {
  font-family: var(--primary);
  font-size: 14px;
  text-transform: uppercase;
  color: #fde5ab;
  display: flex;
  gap: 10px;
}

#countdown span {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}

.time-container{
  display: flex;
  align-items: center;
  padding:0 10px;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.h-100{
  height: 100%;
}

.w-100{
  width: 100%;
}

.hero{
  height: calc(100vh - 140px)!important;
}

.about-info{
  overflow: hidden;
  position: relative;
  padding: 60px 0 40px 0;
  z-index: 2;
  width: 100%;
}


.swiper-button-next::after, .swiper-button-prev::after{
  color: #ffc20f;
  font-size: 20px;
}


.wp-block-image{
  margin: 0!important;
  max-width: 100%;
}

.wp-block-image img{
  max-width: 100%;
  height: auto;
}


.icon-box-btn h4{
  font-weight: 700;
  font-size: 18px!important;
  text-align: center;
  color: #ffffff;
  margin: 0;
}




.sponsors .client-logo {
  background-color: var(--surface-color);
  display: flex;
  justify-content: center;
  align-items: center; 
  overflow: hidden;
}

.sponsors .client-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .sponsors .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.sponsors .client-logo:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/


.comittes-list .nav-tabs {
  text-align: center;
  margin: auto;  
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

.comittes-list .nav-tabs li {
  display: inline-block;
  margin:0 2px 0 2px;
}

.comittes-list .nav-tabs a {
  border: none;
  font-weight: 600;
  background-color: #b38b2b;
  color: var(--contrast-color);
  padding: 10px 100px;
  border-radius: 15px 15px 0 0;
}

@media (max-width: 991px) {
  .comittes-list .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  .comittes-list .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  .comittes-list .nav-tabs a {
    padding: 8px 30px;
  }
}

.comittes-list .nav-tabs a.active {
  background-color: #01933d;
  color: var(--contrast-color);
}

.comittes-list .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  .comittes-list .sub-heading {
    width: 75%;
  }
}

.comittes-list{
  padding-top: 50px;
}
.comittes-list .tab-pane {
  transition: ease-in-out 0.2s;  
}

.comittes-list .schedule-item {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
  background:rgba(255, 255, 255, 0.4);
}

.comittes-list .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  color: #01933d;
}

.schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.schedule .schedule-item h4 span {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-weight: normal;
  font-size: 16px;
}

.schedule .schedule-item p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

.it-heading-wrapper h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.logo-tag{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

/* Responsive Adjustment */

@media (max-width: 575.98px){
   #topbar, .site-event-date{
    display: none!important;
  }

  .header { 
    padding: 10px 0;
  }

  .scrolled .header .logo img, .scrolled .header .second-logo img,
  .header .logo img, .header .second-logo img {
    max-height: 35px;
  }

  
  .site-title{
    line-height: 12px;
    text-align: center;
  }

  .site-title h1,.scrolled .header h1 {
    font-size: 11px;
  }

  .site-title span, .scrolled .header .site-title span{
    font-size: 8px;
  }

  .second-logo{
    margin-left: 50px;
  }

  .site-event-date{
    font-size: 8px;
    line-height: 12px;
  }

  .navi-wrapper{
    margin-top: -30px;
  }

  .navmenu ul{
    top: 43px;
  }
}

@media (min-width: 576px){
  #topbar{
   display: none!important;
  }
  .header { 
    padding: 10px 0;
  }

  .scrolled .header .logo img, .scrolled .header .second-logo img,
  .header .logo img, .header .second-logo img {
    max-height: 45px;
  }

  
  .site-title{
    line-height: 12px;
  }

  .site-title .site-name,.scrolled .header .site-name {
    font-size: 11px;
  }

  .site-title span, .scrolled .header .site-title span{
    font-size: 8px;
  }

  .second-logo{
    margin-left: 50px;
  }

  .site-event-date{
    font-size: 8px;
    line-height: 12px;
  }

  .navi-wrapper{
    margin-top: -35px;
  }

  .navmenu ul{
    top: 50px;
  }

  .comittes-list .nav-tabs a{
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .header { 
    padding: 10px 0;
  }

  .scrolled .header .logo img, .scrolled .header .second-logo img,
  .header .logo img, .header .second-logo img {
    max-height: 50px;
  }

  .site-title .site-name,.scrolled .header .site-name {
    font-size: 1rem;
  }

  .site-title span, .scrolled .header .site-title span{
    font-size: 12px;
  }

  .second-logo{
    margin-left: 50px;
  }

  .site-event-date{
    font-size: 14px;
    line-height: 18px;
  }

  
}

@media (min-width: 992px) {

  .header { 
    padding: 10px 0;
  }

  .scrolled .header .logo img, .scrolled .header .second-logo img,
  .header .logo img, .header .second-logo img {
    max-height: 50px;
  }

  .site-title .site-name,.scrolled .header .site-name {
    font-size: 1rem;
  }

  .site-title span, .scrolled .header .site-title span{
    font-size: 12px;
  }

  .second-logo{
    margin-left: 50px;
  }

  .site-event-date{
    font-size: 14px;
    line-height: 18px;
  }

  
 
}

@media (min-width: 1200px) {

  #topbar{
    display: flex!important;
  }
  .site-title .site-name{
    font-size: 1.6rem;
  }

  .site-title span, .scrolled .header .site-title span{
    font-size: 16px;
  }
  .scrolled .header .site-name{
     font-size: 1.6rem;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 10px 15px;
  }

  .header { 
    padding: 10px 0 30px;
  } 

  .navi-wrapper{
    margin-top: 5px;
  }

  .comittes-list .nav-tabs a{
    padding: 10px 100px;
  }
}

@media (min-width: 1400px) { 
   .header { 
    padding: 15px 0 30px;
  }
  .site-title{
    line-height: 25px;
  }
  .site-title .site-name{
    font-size: 2.2rem;
  }

  .site-title span{
    font-size: 20px;
  }

  .header .logo img, .header .second-logo img  {
  max-height: 100px;  
}


.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header .logo img, .scrolled .header .second-logo img{
  max-height: 80px;
}

.scrolled .header .site-name{
  font-size: 35px;
}

.scrolled .header span{
  font-size: 20px;
}

#itblock-81f126fb-aee8-45ea-8c05-6abb9ae529e6 {
  padding: 70px 0 70px 0;
}

.site-event-date{
  font-size: 20px;
  line-height: 26px;
}


}


.breadcrumb-center{
  text-align: center;
}

.it-separator-wrapper{
  padding-bottom: 20px;
  display: flex;
}

.separator-center{
  justify-content: center;
}

#register-form{
  padding: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tabs {
  max-width: 600px;
  margin: 2rem auto;
  font-family: sans-serif;
}

.tab-buttons {
  display: flex;
  border-bottom: 2px solid #ccc;
}

.tab-btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: #f1f1f1;
  border: none;
  border-right: 1px solid #ccc;
  font-weight: bold;
}

.tab-btn:last-child {
  border-right: none;
}

.tab-btn.active {
  background: #fff;
  border-bottom: 2px solid white;
}

.tab-content {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.form-row{
  display: flex;
  padding: 10px 0;
}

.form-input{
  width: 70%;
}

.form-input input[type="text"],.form-input input[type="password"],.form-input input[type="mail"],.form-input select{
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.form-label{
  width: 30%;
}

#login-form{
  display: none;
}

#register-form input[type="submit"], #login-form input[type="submit"]{
  background-color: var(--primary-color);
  padding: 10px 15px;
  border: none;
  color: #ffffff;
  border-radius: 5px;
}


/*get certificate*/
#attendance-form-container{
  padding: 60px 0;
}

#user_email_wrapper, #user_name_wrapper{
  display: flex;
  flex-direction: column;
}

#user_email_wrapper label, #user_name_wrapper label{
  margin-bottom: 15px;
}

#user_email_wrapper #user-email, #user_name_wrapper #user-name{
  padding: 10px;
  text-align: center;
}

#attendance-form-container #btn-submit{
  background-color: var(--primary-color);
  color: #ffffff;
  margin: 20px 0;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}

#attendance-form-container #btn-submit:hover{
  background-color: var(--secondary-color);
}

#notify-status{
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  color: var(--primary-color);
}

#complete-message{
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.payment-form-wrapper{
    text-align: center;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}

.payment-form-wrapper .warning{
    color: green;
}

.payment-form .btn-submit{
    border: none;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 10px;
    color: #ffffff;
}

.auth-section{
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e2e2e2;
}

.auth-section .auth-btn{
    padding: 10px 15px;
    color: var(--secondary-color);
}

.member-info{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    margin: 20px;
    border-radius: 25px;
    border-bottom:3px solid #008DCC;
}

.member-row{
    display: flex;
    padding: 5px;
}
.member-title{
    width: 30%;
    font-weight: 600;
}


