



 *, html, body {
    margin: 0;
    padding: 0;
 }

 body {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
    /* flex-direction: column; */
    background: #fff;
}
.theme-bg {
    background: #035fe7;
}
.container{
	max-width: 100% !important;
    padding-left: 28px;
    padding-right: 28px;
	}
 header {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    /* background: #a8cff7; */
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
} 
.reset {
    all: revert;
}
.nav {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar {
    background: #001052;
}
.navbar-collapse {
    margin-top: 10px;
    border-bottom: 0px solid #bbbbbb !important;
    padding-bottom: 8px;
}
.cm {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50px;
    margin: 10px 0;
    list-style: none;
    padding: 5px 26px 5px 5px;
    width: fit-content;
    justify-content: flex-end;
}
.cm img {
    width: 52px;
    background: var(--bs-blue);
    border-radius: 50%;
    margin-right: 5px;
}
.cm p {
    color: #242424;
    font-weight: 600;
}
 
 .step-process > .step-circle-p  {
		flex: 0 0 158px;
		min-width: 158px;
	}
.banner-sec {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 0;
}
legend {
    background: #faff23 !important;
    color: #333;
    padding: 5px 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    float: left;
    border-radius: 5px !important;
}
.banner-sec .owl-next {
    position: absolute;
    left: 125px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    background: #f9fe2a !important;
    border-radius: 2px;
}
.banner-sec .owl-prev {
    position: absolute;
    left: 75px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    background: #f9fe2a !important;
    border-radius: 2px;
}
.banner-sec .owl-nav span {
    font-size: 33px;
    line-height: 20px;
}
.banner-sec {

}
.navbar-collapse {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 8px;
}
.fprm-bg {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}
fieldset {
    border: 0px !important;
}
/* Button Animation Start */
.main-button {
    background-color: #eb4d4b;
    border: 0;
    padding: 6px 35px;
    font-size: 18px;
    font-family: 'Open Sans';
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
    border: 1px solid transparent;
  }
  .main-button:after {
    background-color: #eb4d4b;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  @-webkit-keyframes blink {
    0% {
      transform: scale3d(1, 1, 1);
      opacity: 0.8;
    }
    100% {
      transform: scale3d(1.1, 1.3, 1.1);
      opacity: 0;
    }
  }
  
  @keyframes blink {
    0% {
      transform: scale3d(1, 1, 1);
      opacity: 0.8;
    }
    100% {
      transform: scale3d(1.1, 1.3, 1.1);
      opacity: 0;
    }
  }

  
/* End */

.main-button-register{

    padding: 5px 20px;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
    width: auto;
    height: 40px;
    border-radius: 8px;
  /*   background: linear-gradient(61.81deg, #f35e0a 7.96%, #C9B100 92.34%); */
   /* background: linear-gradient(144.74deg, #00E4B7 15.64%, #01CC74 90.56%); */
   /*  border: 1px solid #817f7f;
        box-shadow: 0 0 10px 0 #fff !important;
        background: #198754; */
         background: #037231 !important;
             /* box-shadow: inset -5px -5px 10px #0000003d, inset 5px 5px 9px #ffffff2e; */
            
  }
  .main-button-register a{
  color: #fff;
          font-size: 14px;
  }
  .main-button-login {

    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
    border: none;
    width: auto;
    height: 40px;
    border-radius: 8px;
    /* background: linear-gradient(144.74deg, #a9c8e9 15.64%, #007BFF 90.56%); */
        background: #ec8400;
            /* box-shadow: inset -5px -5px 10px #0000003d, inset 5px 5px 9px #ffffff2e; */
    
  }


/* header::before {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    width: 61%;
    height: 100%;
    background: #00483e;
    z-index: -1;
    transform: skewX(-24deg);
} */
 header::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #023760 0%, #023760 20%, #1a6faa 35%, #ec8400 50%, #ffc04d 60%, #ec8400 70%, #1a6faa 82%, #023760 100%);
  background-size: 200% 100%;
  animation: ou-shimmer 8s linear infinite;
} 
.signup_form{
	width: 75% !important;
}

.site-logo {
    width: 210px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.form-sec {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    padding: 30px 0 70px 0;
    background: #fff;
    z-index: 0;
}
.form-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0.5);
    background: url(../images/logo-bg.png);
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.1;
}

/*LOGO SECTION*/

.logo-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.logo-section img{
    height: 62px;
    width: auto;
    filter: invert(0) brightness(1);
}
.logo-section h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-left: 5px;
    margin-bottom: 0 !important;
}

.container-inr{
    height: auto;
    /* box-shadow: 0px 14px 14px rgb(0 0 0 / 14%); */
    box-shadow: 0px 2px 0px 1px #dee9ff99, 0px 2px 5px 0px rgb(0 0 0 / 44%);
    overflow: hidden;
    border-radius: 35px;
    margin-bottom: 30px !important;
        border: 1px solid #c9dbd9 !important;
}

/*vertical-tab*/
.nav .nav-item button.active {
  background-color: transparent;
  color: #fff    !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-right: 4px solid var(--bs-danger);
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}
.tabs-width {
    width: 250px;
    height: 100%;
    background: url(../images/sidebar-img.jpg) #061147 !important;
    background-blend-mode: screen !important;
    padding-top: 14px;
    border-radius: 35px 0 0 35px;
}
.tabs-content-width{
    width: calc(100% - 250px);
    height: 100%;
    background: #fff5f3;
    background: #f5f5f5;
    border-radius: 0 35px 35px 0;
    overflow: auto;
    scroll-behavior: smooth;
}

.tab_app{
	border-radius: 35px !important;
}
/* width */
.tabs-content-width::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.tabs-content-width::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.tabs-content-width::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.tabs-content-width::-webkit-scrollbar-thumb:hover {
  background: #555;
}




.tabs-width li, .tabs-width li button{ width:100%;}
.tabs-width li button{ text-align: start;}



.section-names-style-1 {
  text-align: left;
  font-weight: 800;
  font-size: 18px;
  color: #002c58;
  margin-bottom: 16px;
  position: relative;
  padding: 6px 0 6px 0;
  width: 100%;
}
.section-names-style-1 span {
  color: #eb8300;
}
.section-names-style-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3f51b542;
  border-radius: 0;
}


.notice-box {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.notice-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 3px solid #eb8300;
  /* remove any inherited h4 margin chaos */
}


.notice-item .date {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #003580;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  flex-direction: column;
}
.notice-item .date span {
  font-weight: 600;
  color: #003580;
}


.notice-item h4:has(.svg-inline--fa) {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  order: -1; 
  height: 0;         
  overflow: visible; 
  position: relative;
}
.notice-item h4 .svg-inline--fa {
  width: 22px !important;
  height: 22px !important;
  font-size: 22px !important;
  color: #f35e0a !important;
  float: none !important;
  position: absolute;
  top: 4px;
  right: 0;
}


.notice-item .data {
  font-size: 12.5px;
  font-weight: 500;
  color: #1a2a5e;
  margin: 0;
  line-height: 1.45;
}
.notice-item .data a {
  color: #1a2a5e;
  text-decoration: none;
  display: block;
}
.notice-item .data a:hover {
  color: #eb8300;
  text-decoration: underline;
}

.tab-content-inr-style{

}
.tab-content-inr-style h3{
    font-size: 17px;
    font-weight: 500;
    color: #515050;
    margin-bottom: 35px;
}
.tab-content-inr-style .rows-style{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    border-bottom: 1px dashed rgb(0 0 0 / 17%);
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    gap: 5px;
}
.tab-content-inr-style .rows-style h4{
    width: 108px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    background: #e8f3ff;
    background: #e8e8e8;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
}
.tab-content-inr-style .rows-style h4 span{
    font-weight: 700;
    font-size: 44px;
    color: #eb8300;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 44px;
    
}
.tab-content-inr-style .rows-style p{
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 0;
    width: 80%;
    padding-left: 12px;
    padding-right: 12px;
        line-height: 22px;
}
.tab-content-inr-style .rows-style a{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 8px;
    background-color: #eb8300;
    margin-bottom: 0;
    min-width: 105px;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    color: #fff !important;
    padding: 12px 11px;
    font-size: 12px;
}
.nav-pills .nav-link i ,.nav-pills .nav-link svg{
    margin-right: 8px;
    color: #fff;
}
.nav .nav-item button.active i,.nav .nav-item button.active svg{
    color: #fff !important;
}
.candidate-corner-section{
    padding: 35px 0;
    position: relative;
}

/*FOOTER*/
.footer-section a{
    text-decoration: none;
}
.footer {
    padding-top: 30px;
    padding-bottom: 15px;
    background: #023760;
    position: relative;
}

.obj-img {
    position: absolute;
    left: 30%;
    bottom: 0;
}
.obj-img img {
    width: 50%;
}
.footer-shape {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;

}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 

}
.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position:relative;
}
/* .single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
} */
.single_footer h4::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: -10px;
    left: 0;
   
}
.single_footer h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #eb8300;
    bottom: -10px;
    left: 18px;
    
}
.single_footer ul li a svg {
    margin-right: 5px !important;
    color: #eb8300 !important;
}
.single_footer p{color:#fff;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover { color: #eb8300; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 50px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 20px;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
/* color: #01c7e9; */
    color: #f35a0e;
cursor: pointer;
display: block;
font-size: 20px;
height: 50px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
    color:#ff3666;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}
.social_profile ul li a:hover{
background:#eb8300;
border: 1px solid #eb8300;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 30px;
    padding-top: 20px;
    color:#fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
    position: relative;
}
.copyright a{color:#01c7e9;color: #eb8300;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}

.single_footer.single_footer_address ul li h5 { 
    font-size: 17px;
    color: #808080;
}
.footer-logo-section{
    display: flex;
    flex-direction: column;
   /* align-items: center;
    justify-content: center;*/
    position: relative;
}
.footer-logo-section .logo-style{
    padding-bottom: 17px;
   /*  border-bottom: 3px solid rgb(255 255 255 / 17%); */
    margin-bottom: 8px;
    position:relative;
}
.footer-logo-section img{
    height: 95px;
    width: auto;
    filter: invert(1) brightness(1);
}
.logo-style::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0px;
    left: 0;
   
}
.logo-style::after {
   content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #eb8300;
    bottom: 0px;
    left: 18px;
    
}

.footer-logo-section h3{
    font-size: 35px;
    font-weight: 700;
    color: #d8d8d8;
    text-align: center;
}

/*ACCORDION*/

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}

/*EMPTY PAGE*/
.empty-page-style{
    transform: translate(0%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-and-data{
    background: #eeeeee;
    background:transparent;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
.icon-and-data img{
    height: 108px;
    width: auto;
}
.icon-and-data h3{
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    color: #1576ed;
    margin-bottom: 0;
}
.accordion-body {
    color: #8f8d8d;
}
.accordion-button:not(.collapsed) {
    color: #eb8300;
    font-weight: 600;
}

/* Ajay css Start */
.warning-bar {
    background-color: #f8d7da;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #f8d7da;
    border-radius: 5px;
  }

  .warning-bar .close-btn {
    float: right;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.2s;
  }

  .warning-bar .close-btn:hover {
    color: #d39e00;
  }
  .warning-bar span{
    font-size: 12px;
  }
  .tab-content-inr-style .accordion-item {
    margin-bottom: 15px;
}
.tab-content-inr-style .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
th{
    font-size: 14px;
}
td{
    font-size: 12px;
}
td .btn{
    font-size: 12px;
    padding: 5px;
}
.accordion-item {
    border-radius: 10px; 
    overflow: hidden;
    background-color: transparent !important;
    border: none !important;
  }

  .accordion-header {
    border-radius: 10px; 
    padding: 5px;
    background: #e3ebff;
  }

  .accordion-button {
    border-radius: 10px !important; 
    background: #e3ebff;
  }
  .reqst_sec_main{
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
  }



  /* Rahul Css */

.captcha-img {
    width: 170px;
    height: 54px;
    object-fit: cover;
    margin-top: 10px;
}
.captcha-img img{
    width: 100%;
    height: 100%;
    display: block;
}


    .modal{
        background: #000000a1;
    }
    .modal-content{
        border-radius: 1.1rem !important; 
    }
    .modal-header {
        background: linear-gradient(135deg, #023760 0%, #1a6faa 100%);
        padding: .5rem 1rem !important;
        position: relative;
    }
    .modal-title{
    color: #fff;
    font-size: 1.2rem;
    }
    .modal-header:after{
    content: '';
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff941e 0%, #ffb84d 100%);
    }
    .modal-header h5{
        color: #fff;
    }
    .modal-body {
        position: relative;
    }

/* Rahul Css */


/*table styling*/

/* Set border-radius on the top-left and bottom-left of the first table data on the table row*/
td:first-child,
th:first-child {
  border-radius: 0px 0 0 0px;
}

/* Set border-radius on the top-right and bottom-right of the last table data on the table row*/
td:last-child,
th:last-child {
  border-radius: 0 0px 0px 0;
}
table{
    border-collapse: separate;
    border-spacing: 0 12px;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #e3ebff;
    color: #353535;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
    background-color: #266098 !important;
    color: white;
/*     text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
}
table td i, table td svg{
    font-size: 12px;
    margin-left: 0px;
    position: relative;
    top: 0px;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    margin-bottom: 0px;
    background-color: #ffffff;
    /* border-bottom-width: 5px; */
    border-bottom-color: #f5f5f500;
    /* box-shadow: 5px 0px 5px #00000061; */
    /* border: 1px solid #000000; */
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.apply-btn{
    padding: 5px 21px;
    background: #eb8300;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}
.apply-btn:hover{
    color: #fff;
}
.table .status-active{
    color: #0b9005;
    font-weight: 700;
}
.table .status-inactive{
    color: #eb8300;
    font-weight: 700;
}

/* ==================sasmita added css============= */
.btn_ed{
	    background: #009688 !important;
    border-color: #009688 !important;
}
.search_cnhg{
	margin-top:20px !important;
}
.btn_bk{
    color: #ED1C24 !important;
    background: transparent !important;
    border: none;
    font-size: 15px !important;
    padding: 5px 22px;
    border-radius: 8px !important;
    text-decoration: none;
    border: 1px solid #ED1C24 !important;
    transition: all 0.4s ease;
}
.btn_bk:hover {
    color: #FFF !important;
    background: #ED1C24 !important;
}
.submitBtn:hover {
	color: #fff !important;
    background: #18446a !important;
}
.btn-success{
     color: #18446a !important;
    background: #fff !important;
    font-size: 14px !important;
    padding: 4px 12px !important;
    border: 1px solid #18446a !important;
    border-radius: 8px !important;
    transition: all 0.6s ease; 
}
/* Hover state */
.btn-success:hover {
    color: #fff !important;
    background: #18446a !important;
}
.btn-danger {
    color: #ED1C24 !important;
    background: transparent !important;
    font-size: 14px !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    border: 1px solid #ED1C24 !important;
    transition: all 0.4s ease;
}
.btn-danger:hover{
	color: #FFF !important;
    background: #ED1C24 !important;
}
.btn-back {
    color: #ED1C24 !important;
    background: transparent !important;
    border: none;
    font-size: 14px !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    text-decoration: none;
    border: 1px solid #ED1C24 !important;
    transition: all 0.4s ease;
}
.btn-back:hover{
	color: #FFF !important;
    background: #ED1C24 !important;
}
 .otp-popup .bootbox-close-button {
     display: block !important;
     font-size: 24px;
     opacity: 1 !important;
 }
.bootbox-close-button{
	display: none !important;
}
a{
    text-decoration: none;
}
.registration_bg {
    background-image: url('../images/regBg.png');
    background-position: right;     
    background-size: cover;          
    background-repeat: no-repeat; 
}
.registration {
    padding: 30px 0;
}
.new-registration{
    padding: 40px 0;
}
.instruction-heading{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 30px;
    text-align: left;
    color: #333;

}
.new_user p {
    font-weight: 600;
    text-align: right;
    margin-top: 0;
    color: #7a7a7a;
  
}
.new_user a{
    color: #023760;
    font-size: 20px;
}
  
 .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
  }
  
  .step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #002C56;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
  }
 .step-circle-p small {
     width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(0 150 136);
    line-height: 30px;
    background: rgb(0 150 136);
    font-weight: bold;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    top: 10px;
  }
   .step-circle-p span {
   	
   }
  
  .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
  }
  
  #multi-step-form{
    overflow-x: hidden;
  } 

  .span-text{
        color: #ff3823;
        font-weight: 600;
        font-size: 12px;
        margin: 0;
    
  }
  label {
    font-weight: 500 !important;
    color: #000 !important;
    font-family: Roboto, sans-serif;
    margin-bottom: 4px;
  /*  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    width: 100%;
    display: block;
    font-size: 12px;
}
.form-control{
    font-size: 13px;
}
.form-select{
    font-size: 13px; 
}
.red{
    color: #ff3823;
}
.captcha{
    position: relative;
    background: rgb(255 255 255);
    border: #fff 1px solid;
    height: 34px;

}
.captcha-icon{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 22px;
    color: #616161;
    width: 20%;

}
.captcha-cancel-icon{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    color: red;
    border-left: 1px solid #B5B5B5;
    width: 20%;
}
button.btn {
    font-size: 15px !important;
}
.password-icon{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    width: 20%;
    text-align: center;
    border-left: 1px solid #b5b5b5;
    color: #616161;
}



.vacency-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
.vacency-box > div > svg {
	color: #00483e;
    font-size: 46px;
    background: #f5f5f5;
    padding: 10px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    }
#myTab {
    background: transparent !important;
}
.filter-form {
    width: 600px;
}

.modal-dialog-scrollable .modal-content {
    max-height: fit-content;
}
.modal-submit {
    text-align: center;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 999;
}

/* Banner */
.banner-slider {
	width: 100%;
	float: left;
}

.startDate > span svg, .endDate > span svg {
	color: #266098;
}
.candidate-corner-section {
	padding: 0 !important;

}

.vac-box-footer {
    background: #cadaff75;
    padding: 10px;
    border-radius: 5px;
}
.catType {
    position: absolute;
    top: 20px;
    right: -24px;
    transform: rotate(45deg);
    background: #eb8300;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    min-width: 110px;
    text-align: center;
}
div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
    background: rgb(214 214 214);
}
div.dtsp-searchPane input.dtsp-paneInputButton, div.dtsp-searchPane button.dtsp-paneButton {
    height: 35px;
    width: 35px;
    min-width: 0;
    display: inline-block;
    margin: 2px;
    border: 2px solid #e6e6e6;
    background-color: transparent;
    margin-bottom: 0px;
}
div.dtsp-searchPane div.dt-container div.dt-scroll-body {
	margin-top: 15px;
}
.dtsp-titleRow button {
color: #333;
    border:1px solid rgb(18 75 58) !important;
    margin-right: 10px;
    padding: 2px 10px;
    border-radius: 5px;
}
div.dtsp-panesContainer button.dtsp-disabledButton {
    color: #333 !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
div.dtsp-panesContainer button.dtsp-disabledButton {
    border: 2px solid #e6e6e6;
}
.nav-tabs .nav-link {
        background: #ad4a2030 !important;
        color:#4e1d09;
}

.select2-container {
    box-sizing: border-box;
    display: block !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /* width: 100%; */
}
.gender_group .select2-container{
	width: 100% !important;
}

.btn_edit{
	background: #fff;
    border: 1px solid #F4891C !important;
    color: #F4891C;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
.btn.btn_edit:hover{
	color: #fff !important;
    background: #f5932f !important;
}
.btn_plus{
	
    background: #3580cc !important;
    border: 1px solid #3580cc !important;
    color: #fff;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
.btn_view{
    background: #fff !important;
    border: 1px solid #087DC3 !important;
    color: #087DC3;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
.btn.btn_view:hover{
	color: #fff !important;
    background: #087DC3 !important;
}
.view_file {
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.btn_lock{
	background: #fff !important;
    border: 1px solid #ED1C24 !important;
    color: #ED1C24 !important;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
.btn_lock:hover{
	color: #fff !important;
    background: #ED1C24 !important;
}
.btn_success{
	background: #fff !important;
    border: 1px solid #097343 !important;
    color: #097343;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
.btn_success:hover{
	color: #fff !important;
    background: #097343 !important;
}

:root {
    --ht-navy: #023760;
    --ht-gold: #e8a020;
    --ht-gold-lt: #ffd580;
    --ht-white: #ffffff;
    --ht-border: #dce3f0;
    --ht-text: #1a2540;
    --ht-muted: #6b7a9b;
    --ht-shadow: 0 4px 4px rgba(13,27,62,.12);
    --ht-transition: all .28s cubic-bezier(.4,0,.2,1);
  }

  .apf-section {
    background: #f1f7fb;
    position: relative;
    padding: 15px 0;
  }
  .apf-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#8c96a5 1px, transparent 1px),
                      linear-gradient(90deg, #8c96a5 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .1;
    pointer-events: none;
    z-index: 0;
  }
  .apf-heading {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ht-navy);
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
  }
  .apf-heading span { color: var(--ht-gold); }
  .apf-wrapper {
    background: var(--ht-white);
    border-radius: 8px;
    box-shadow: var(--ht-shadow);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #bcd1e1;
      min-height: 500px;
  display: flex;
  flex-direction: column;
  }

  .apf-nav {
    display: block;
    align-items: center;
    gap: 2px;
    background: var(--ht-navy);
    padding: 0 16px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  /* Horizontal scroll bar */
.apf-nav::-webkit-scrollbar {
    height: 5px;   /* IMPORTANT for horizontal */
}

/* Track */
.apf-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Thumb (YELLOW) */
.apf-nav::-webkit-scrollbar-thumb {
    background: var(--ht-gold);
    border-radius: 8px;
}
  .apf-tab-content::-webkit-scrollbar {
  width: 4px;
}

.apf-tab-content::-webkit-scrollbar-track {
  background: #f1f7fb;
  border-radius: 10px;
}

.apf-tab-content::-webkit-scrollbar-thumb {
  background: var(--ht-navy);
  border-radius: 10px;
}

.apf-tab-content::-webkit-scrollbar-thumb:hover {
  background: var(--ht-gold);
}
  .apf-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 15px 10px 15px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,.85);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    transition: var(--ht-transition);
    margin-bottom: 0px;
  }
  .apf-tab-btn i { font-size: .78rem; opacity: .7; transition: var(--ht-transition); }
  .apf-tab-btn:hover {
    color: var(--ht-gold-lt);
    border-bottom-color: rgba(232,160,32,.4);
  }
  .apf-tab-btn:hover i { opacity: 1; }
  .apf-tab-btn.apf-active {
    color: #000;
    border-bottom-color: var(--ht-gold);
    background: #FF9800;
    padding: 10px;
    border-radius: 8px;
  }
  .apf-tab-btn.apf-active i { opacity: 1; }

  .apf-tab-content
   { 
    padding: 20px 20px 28px;
    flex: 1;
    overflow-y: auto;
   }
  .apf-pane { display: none; }
  .apf-pane.apf-show { display: block; animation: apfFadeUp .3s ease both; }
  @keyframes apfFadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .apf-pane-title {
    font-size: 1.1rem !important;
    font-weight: 800;
    color: var(--ht-navy);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ht-border);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .apf-pane-title i { color: var(--ht-gold); font-size: 1rem; }
  .apf-pane-title::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 48px; height: 2px;
    background: var(--ht-gold);
    border-radius: 2px;
  }
  @media (max-width: 480px) {
    .apf-wrapper { border-radius: 8px; }
    .apf-nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 6px 8px;
      gap: 4px;
      overflow-x: unset;
    }
    .apf-tab-btn {
      justify-content: center;
      padding: 9px 8px;
      font-size: .68rem;
      border-radius: 7px;
      border-bottom: none;
      background: rgba(255,255,255,.07);
      margin-bottom: 0;
    }
    .apf-tab-btn.apf-active {
      background: var(--ht-gold);
      color: var(--ht-navy);
      border-bottom-color: transparent;
      padding-left: 8px;
    }
    .apf-tab-btn.apf-active::before { display: none; }
    .apf-tab-content { padding: 14px; }
  }
section[role="main"], 
.candidate-corner-section,
.main-content {
    flex: 1 0 auto; /* Grow to fill space */
}
.note_class{
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    display: block;
    padding: 10px;
    border-radius: 4px;
}
.text-area-boarder:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.text-area-boarder{
    padding: 6px 10px;
    width: 100%;
    border: 1px solid #90909079;
    border-radius: 5px !important;
    font-size: 11px;
    color: #444;
}
