.navbar-area .new-nav-container {
  background-color: #040B25 !important
}
    
    .navbar-area .new-nav-container .navbar-collapse .navbar-nav li a, .navbar-area .new-nav-container .nav-right-content ul li a, .search-open .icon{
    	color: #fff;
    }

.left-content .select-option, .social-icon li.item:first-child a, .social-icon li:nth-child(3) a{
  display: none;
}

.aboutTitle {
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  color: var(--heading-color-one);
  margin-top: 6px;
  margin-bottom: 12px;
}

.networkTitle {
  font-family: var(--heading-font);
  font-size: 35px;
  line-height: 80px;
  font-weight: 500;
  color: var(--heading-color-one);
  margin-top: 6px;
  margin-bottom: 12px;
  text-decoration: underline;
}

.vistTable table {
  margin: 0px auto;
  text-align: center;
}

.navbar-area .new-nav-container {
  background-color: #040B25 !important
}

.navbar-area .new-nav-container .navbar-collapse .navbar-nav li a,
.navbar-area .new-nav-container .nav-right-content ul li a,
.search-open .icon {
  color: #fff;
}

.left-content .select-option,
.social-icon li.item:first-child a,
.social-icon li:nth-child(3) a,
.right-content .item,
.header-inner .btn-wrapper {
  display: none !important;
}

.name-list a {
  color: #000 !important;
}
.squarePayBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
}
.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loader {
  text-align: center;
  padding:0;
}

.checkout-inner-content .billing-details-area-wrapper .form-group label.error,label.error{
  font-size:90%;
  color:#f00;
}
.bordered_item{
  border: 1px solid #ddd;
  height: 160px;
  overflow: hidden;
}
.absolute_title{
  position:absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.bordered_item input{
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.bordered_item .relative{
  margin: 0;
  padding: 0;
  height: 100%;
}
.free-full{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free-full .form-control{
  width: 60%;
  padding: 20px 30px;
  min-height: 60px;
}