﻿.back-to-application-btn
{
	height: 26px !important;
    width: 26px !important;
        font-size: 14px;
    font-weight: 500 !important;
}  
#myTab span, .act_info span
{
        font-size: 14px;
	
}

   .custom-col {
      flex: 1 1 100%; /* Default: 1 column (100% width) */
       padding-right: 15px;
    padding-left: 15px;
    }

    @media (min-width: 768px) {
      .custom-col{
        flex: 1 1 50%; /* On desktop: 2 columns */
 

      }
    }
 
 #tab-personaldetais {
  display: flex;           /* make ul a flex container */
  flex-wrap: wrap;         /* allow items to wrap to next line */
  gap: 10px;               /* space between pills */
  list-style: none;
  margin-bottom:30px;
  padding:0;

}
#tab-personaldetais .nav-item:nth-child(3n) {
    margin-right: 0;        /* Remove right margin on every 3rd item */
}
#tab-personaldetais .nav-item {
    flex: 0 0 31.333%;      /* Makes each item take ~1/3 of the row */
    max-width: 31.333%;     /* Ensures it doesn’t grow beyond 31.333% */
    margin-right: 1%;    }

#tab-personaldetais .btn1-link {
  width: 100%;             /* fill li width */
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;     /* prevent text wrapping if needed */
    border-width: 0.5px;
  border-color: #000;
  border-style: solid;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
 padding:12px 10px; 
  width:100%;
  font-size:16px;	  
  border-radius: 3px;
   color:#000000;
}
/* Normal state: btn1-link image */
.btn1-link .btn_arrow1 {
  content: url('../images/arrow2.svg'); /* default arrow */
}

/* Active button: show different image */
.btn1-link.active .btn_arrow1 {
  content: url('../images/arrow1.svg'); /* active arrow */
}
 
 
#tab-personaldetais .btn1-link.active
  {
	  border-radius: 3px;
  background-color: rgb(28, 157, 174);
 padding:12px 10px; 
  width:100%;
  border:0;
  color:#fff;
}
#personal_details input[type=date],#personal_details input[type=time],#personal_details input[type=datetime-local],#personal_details input[type=month],.form-select,
#personal_details input[type=text],.perosnal-details-form select, .perosnal-details-form input[type=date]{
	    height: 45px;
	    border:0;
	    	    background-color: #f5f5f5;
}
/*
{
	border:1px solid #b9c7da ;

}*/
.mb-24
{
	margin-bottom:24px;
}
#tab-personaldetais .btn_arrow1
 {
 float:right;
	width:17px;
	height:auto;
	margin-left:10px;
}
#tab-personaldetais .nav-pills {
  display: flex;
  gap: 10px; /* adjust spacing here */
}
#tab-personaldetailsContent .Applicant-title
{
 
  font-size: 17px;
  font-family: "Montserrat";
  color: #000;
  line-height: 1.2;
  text-align: left; 
 }
#tab-personaldetailsContent label
{
	color:#000;
	font-weight:normal;
	margin-left:0; 
 
    justify-content: center;
    align-items: center;

}
#select-gender .btn-group-toggle label
{
	    border: 1px solid #000000 !important;
	        height: 45px; 
    border-radius: 3px !important;
    width:auto;
}
#select-gender .btn-group-toggle .btn.active
{
	background-color: #e0f9fc;
}
.title-Content
{
  font-size: 16px ;
  font-family: "Montserrat";
  color: #000000;
  line-height: 1.2;
  text-align: left;

}
 .column-the-sixth-section-sub{
  border-radius: 6px;
 
}
.mb-30
{
	margin-bottom:30px;
}
.mb-20
{
	margin-bottom:20px;
}
.mb-25
{
	margin-bottom:20px;
}

.mt-20
{
	margin-top:20px;
}

#tab-personaldetailsContent .Line_1 {
background-color: rgb(169, 222, 234);
    opacity: 0.502;
    width: 100%;
    height: 1px;
    margin: 15px 0; 
}

@media only screen and (max-width: 992px) {
  
    #tab-personaldetais
    {
	padding:0;
}
  #tab-personaldetais .nav-item {
    flex:0 49%;       /* 2 per row */
    max-width: 100%;
      margin-right: 0;   
  }
  #tab-personaldetais .btn1-link.active
  {
	padding: 19px 10px;
	border-width: 1px;
    border-color: rgb(28, 157, 174);
    border-style: solid;

}
  #tab-personaldetais .btn1-link {
    justify-content: center; /* optional: center text & icon */
    padding: 19px 10px;
    border-width: 1px;
    border-color: rgb(28, 157, 174);
    border-style: solid;
  }
}  
/* Responsive: 2 per row on small screens */
@media only screen and (max-width: 768px) {
#tab-personaldetais
{
	 padding:0;
    gap: 7px;

}
  #tab-personaldetais .nav-item {
    flex: 0 0 48%;     /* each item takes ~50% minus gap */
    max-width: 48%;   
  }

  #tab-personaldetais .btn1-link {
    justify-content: center;
  }
 
 
 
 
  .main-sec7-ul {
   display: flex;
  flex-wrap: nowrap !important;  
  overflow-x: auto !important;   
  overflow-y: hidden;
  white-space: nowrap;           
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
  gap: 10px;
  width: 100%;
  padding: 20px 14px;
  justify-content: flex-start;}
.main-sec7-ul {
    flex-wrap: nowrap;
    overflow-x: visible;        
    justify-content: space-between;
  }
 
.main-sec7-ul::-webkit-scrollbar {
  height: 6px;
}

.main-sec7-ul::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}

.main-sec7-ul::-webkit-scrollbar-track {
  background: transparent;
}
 
}

/*CSS Already there*/
 .choose-plan-button,.column-the-sixth-section-form-progress-btn
 {
	font-size:14px !important;
}
.back-to-application-btn:hover
{
	background:#e0f9fc;
}
.downborderLine2
{
	border-bottom:0;
}
