
 *, html, body {
    margin: 0;
    padding: 0;
 }

 body {
    /* display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column; */
    background: #fff;
}
.theme-bg {
    background: #035fe7;
}
header {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}
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;
}

@keyframes ou-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.reset {
    all: revert;
}
.nav {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar {
    background: -webkit-linear-gradient(90deg, #0D47A1 0%, #0A2E7D 100%);
}
.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 */


/* header::before {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    width: 61%;
    height: 100%;
    background: #00483e;
    z-index: -1;
    transform: skewX(-24deg);
} */
/* header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 60%;
    background: #facfaa;
    border-radius: 50px 0 0 50px;
    bottom: -1px;
} */
.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%;
    gap: 15px;
}
.logo-section img{
    height: 62px;
    width: auto;
    filter: invert(0) brightness(1);
}
.logo-section h3{
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(2, 55, 96);
    letter-spacing: 0.1px;
    line-height: 30px;
}
.logo-section p {
    border-top: 1px solid #266098;
    margin-bottom: 0;
}

.logo-section p small {
    font-size: 12px;
    font-weight: 400;
    color: rgb(67, 70, 73);
    letter-spacing: 0.5px;
    line-height: 24px;
}

.container-inr{
    /* 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;
    border: 1px solid #c9dbd9 !important;
}

/*vertical-tab*/
.nav .nav-item button.active {
  background-color: transparent;
  color: #fff    !important;
}
.tabs-width {
    width: 250px;
    height: 100%;
    background: url(../images/sidebarImg.png)!important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 14px;
    border-radius: 35px 0 0 35px;
}
.tabs-content-width{
    width: calc(100% - 250px);
    height: 100%;
    background: #ebf4fe;
    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: 20px;
    color: #535353;
    color: #002c58;
    margin-bottom: 30px;
    position: relative;
    padding: 8px 0 8px 0;
}
.section-names-style-1:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #ff5768;
    background: #002c58;
    background: #fdc284;
    border-radius: 5px;
}
.section-names-style-1 span{
        color: #1c2056;
}
.search_icon{
	width: 30px;
    padding: 5px 5px;
    font-size: 16px !important;
}

.tab-content-inr-style{
	position:relative;
	padding: 10px;
}
.tab-content-inr-styleHeader{
    display: flex;
    justify-content: space-between;
}
.tab-content-inr-style h3{
	font-size: 20px;
    font-weight: 800;
    color: #2c2b72;
    margin-bottom: 0;
}
.tab-content-inr-style .rows-style{
   	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px 10px;
    border-bottom: 1px dashed rgb(0 0 0 / 17%);
    background: #fff;
    margin-bottom: 5px;
    border-radius: 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;
    border-radius: 5px;
    text-align: center;
}
.tab-content-inr-style .rows-style h4 span{
    font-weight: 700;
    font-size: 44px;
    color: #f35e0a;
    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: #f35e0a;
    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: #174266;;
}
.nav .nav-item button.active i,.nav .nav-item button.active svg{
    color: #fff !important;
}
.candidate-corner-section{
    /*margin: 35px 0;*/
    padding: 35px 0;
    position: relative;
    /*top: -26px;*/
}
.candidate-corner-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: -26px;
    height: calc(100% + 26px);
    width: 100%;
    object-fit: cover;
/*     background: linear-gradient(180deg, #f0f6ff 10%, transparent 80%), url(../images/sec-bg.webp);
 */    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.3;
}


/*FOOTER*/
.footer-section a{
    text-decoration: none;
}
.footer-section{
	  flex-shrink: 0;
}
.footer {
    /* background: linear-gradient(105deg, #6e99e6, #093c94); */
    /* background: linear-gradient(105deg, #000206, #001234); */
    padding-top: 30px;
    padding-bottom: 15px;
    background: #011854;
    flex-shrink: 0;
    position: relative;
}
.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{margin-bottom:5px;}
}
.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: #F35E0A;
    bottom: -10px;
    left: 18px;
    
}
.single_footer ul li a svg {
    margin-right: 5px !important;
    color: #F35E0A !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: #F35E0A; }

.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:#f35e0a;
border: 1px solid #f35e0a;
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;
}
.copyright a{color: #ff941e;transition: all 0.2s ease 0s;}
.copyright a:hover{color: #f35e0a;}

.single_footer.single_footer_address ul li h5 { 
    font-size: 17px;
    color: #808080;
}
.footer-logo-section{
    display: flex;
    flex-direction: column;
}
.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: 90px;
    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: #F35E0A;
    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: #291602;
    font-weight: 600;
    background: #bfe1ff;
}

/* 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: 10px;
    border: 1px solid #55a3eb !important;
}
.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: 0px; 
    padding: 0px;
    background: #fbe1d3;
  }

  .accordion-button {
	border-radius: 0px !important;
    background: #b9dcff;
    font-size: 16px;
    font-weight: 600;
   	padding: 10px 20px;
  }
  .reqst_sec_main{
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
  }
  .btn {
    padding: 3px 12px !important;
    border-radius: 4px !important;
    text-decoration: none;
    font-size: 14px !important;
    border: none;
}
.btn.btn-back {
     color: #ED1C24 !important;
    background: transparent !important;
    border: none;
    font-size: 14px !important;
    padding: 5px 22px;
    border-radius: 8px !important;
    text-decoration: none;
    border: 1px solid #ED1C24 !important;
    transition: all 0.4s ease;
}
.btn-submit, .btn.btn-submit, .btn.btn-success, a.btn-submit {
    color: #18446a;
    background: #fff;
    font-size: 14px !important;
    padding: 5px 15px;
    border: 1px solid #18446a;
    border-radius: 8px !important;
    transition: all 0.6s ease;
}
.btn-submit:hover,
.btn.btn-submit:hover,
.btn.btn-success:hover,
a.btn-submit:hover {
    color: #fff;
    background: #18446a;
}
/* .btn.btn-submit{
	color: #fff;
    background: #00483e;
    border: none;
    font-size: 14px !important;
    padding: 5px 22px;
    border-bottom: 4px solid #00241f;
    line-height: 16px;
    color: #18446a;
    background: #fff;
    font-size: 15px !important;
    padding: 5px 15px;
    border: 1px solid #18446a;
    border-radius: 8px !important;
    transition: all 0.6s ease;
} */
.btn.btn-danger {
/* 	color: #fff;
    background-color: #d80015;
    border-bottom: 4px solid #af0313 !important;
    font-size: 14px !important; */
     color: #ED1C24 !important;
    background: transparent !important;
    border: none;
    font-size: 14px !important;
    padding: 5px 22px;
    border-radius: 8px !important;
    text-decoration: none;
    border: 1px solid #ED1C24 !important;
    transition: all 0.4s ease;
}
.btn.btn-danger:hover{
	color: #FFF !important;
    background: #ED1C24 !important;
}
.btn.btn-back:hover{
	color: #FFF !important;
    background: #ED1C24 !important;
}
.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;
}
button.datepick-trigger {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    border: 0px;
    background: #6388e4;
    padding: 2px 6px !important;
    color: #fff;
    font-size: 18px !important;
    line-height: 14px;
    border-radius: 0 4px 4px 0 !important;
}
td .btn{
    padding: 5px 8px !important;
    font-size: 14px !important;
    line-height: 20px;
}
td button.btn.btn-primary, td button.btn-primary, td button.btn.btn-xs.btn-primary {
    background: #0d6efd;
    border: none;
    color: #ffffff;
    margin: 0;
    border-radius: 5px !important;
    border-bottom: 3px solid #074299 !important;
    border-right: 3px solid #074299;
    padding: 5px 6px !important;
    font-size: 14px !important;
    line-height: 16px !important;
}
td a.editbtn, td a.btn-warning, td button.btn.btn-warning {
	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;
}


  /* 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: 2rem !important; 
    } */
    .modal-header {
        background-color: #f35e0a;
        padding: 10px 20px;
    }
    .modal-header h5{
        color: #fff;
	    font-size: 22px;
	    font-weight: 600;
	    margin: 0;
    }
    .modal-body {
        position: inherit;
    }
    
    /* ── Modal Content ────────────────────────────────── */
.modal-content {

  background: #ffffff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 32px 80px rgba(24, 68, 106, 0.22),
    0 8px 24px rgba(54, 129, 205, 0.14);
  position: relative;
}

/* Decorative top stripe */
.modal-content::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3681CD 0%, #ff941e 60%, #18446A 100%);
  z-index: 10;
}

/* Subtle background orb */
.modal-content::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(54,129,205,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ── Modal Header ─────────────────────────────────── */
.modal-header {
  background: linear-gradient(90deg, #3681CD 0%, #18446A 100%);
  padding: 15px 15px 15px;
  border-bottom: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,148,30,0.6), transparent);
}

.modal-header h5 {

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

/* Lock icon before title (decorative, optional) */
.modal-header h5::before {
  content: ' ';
  font-size: 16px;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1) opacity(0.7);
  transition: opacity 0.2s, transform 0.2s;
}
.modal-header .btn-close:hover {
  opacity: 1;
  filter: invert(1);
  transform: translateY(-50%) rotate(90deg);
}

/* ── Modal Body ───────────────────────────────────── */
.modal-body {
  padding: 20px 15px 15px;
  background: #f9fbff;
}

/* ── District container ───────────────────────────── */
.districtcon {
  background: transparent;
}

/* ── Labels ───────────────────────────────────────── */
.fieldBox label {

  font-size: 12px !important;
  font-weight: 600;
  color: #18446A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  padding-left: 0 !important;
}

/* ── Inputs (general) ─────────────────────────────── */
.form-control.plc,
input.otp-field {

  font-size: 14px;
  color: #18446A;
  background: #ffffff;
  border: 1.5px solid #d4e4f7;
  border-radius: 10px;
  padding: 10px 14px;
  width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
  outline: none;
  box-shadow: 0 2px 6px rgba(54,129,205,0.05);
}

.form-control.plc:focus {
  border-color: #3681CD;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(54,129,205,0.15), 0 2px 8px rgba(54,129,205,0.1);
}

.form-control.plc::placeholder {
  color: #a0b8d4;
  font-size: 13px;
}

/* ── Password wrapper ─────────────────────────────── */
#pas .col-sm-12[style*="position: relative"] {
  display: flex;
  align-items: center;
}

/* Eye icon */
#togglePassword {
  color: #3681CD;
  transition: color 0.2s;
}
#togglePassword:hover {
  color: #ff941e;
}

/* ── Form groups spacing ──────────────────────────── */
.form-group {
  margin-bottom: 18px;
}

/* ── Captcha section ──────────────────────────────── */
.captchabox {
  padding-right: 8px;
}

.captchabox label {
 
  font-size: 12px !important;
  font-weight: 600;
  color: #18446A;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  display: block;
  padding-left: 0 !important;
}

.captchabox .form-control.plc {
  border-radius: 10px;
}

/* Captcha image container */
.captcha {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
}

#captchaImage {
  border-radius: 8px;
  border: 1.5px solid #d4e4f7;
  height: 40px !important;
  width: 78% !important;
  object-fit: cover;
}

/* Refresh icon */
.fa-arrows-rotate,
[id="Image1"] {
  color: #ff941e !important;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s, transform 0.35s;
}
[id="Image1"]:hover {
  color: #e07a10 !important;
  transform: rotate(180deg);
}

/* ── OTP fields ───────────────────────────────────── */
input.otp-field {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 6px;
  padding: 0;
}
input.otp-field:focus {
  border-color: #ff941e;
  box-shadow: 0 0 0 3px rgba(255,148,30,0.2);
}

/* ── Register link ────────────────────────────────── */
.form-group label.me-2 {
  font-size: 13px !important;
  color: #5a7a99;
  font-family: 'DM Sans', sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.form-group label.me-2 a {
  color: #ff941e !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 0.2s, text-decoration 0.2s;
  border-bottom: 1px dashed rgba(255,148,30,0.4);
}

.form-group label.me-2 a:hover {
  color: #e07a10 !important;
  border-bottom-style: solid;
}

/* ── Login Button ─────────────────────────────────── */
.form-footer {
  margin-top: 4px;
}

#btn_submit {

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #3681CD 0%, #18446A 100%);
  border: none;
  border-radius: 10px;
  padding: 11px 40px !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(54,129,205,0.35);
}

/* Orange shimmer on hover */
#btn_submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,148,30,0.25) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

#btn_submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(54,129,205,0.4);
}

#btn_submit:hover::after {
  transform: translateX(100%);
}

#btn_submit:active {
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(54,129,205,0.3);
}
/* 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 5px;
}
.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{
/*     color: #fff; */
    font-size: 14px;
    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: #f35e0a;
    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: #f35e0a;
    font-weight: 700;
}

/* ==================sasmita added css============= */
.btn_ed{
	    background: #009688 !important;
    border-color: #009688 !important;
}
.search_cnhg{
	margin-top:20px !important;
}
.btn_bk{
	    color: #fff;
    background: #f25e0a;
    border: none !important;
}
a{
    text-decoration: none;
}
.registration {
    background: #dce8f5;
    padding: 10px 0;
}
.new-registration{
    background-image: url(../images/regBg.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.instruction-heading{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0px;
    line-height: 30px;
    text-align: left;
    color: #333;

}
.new_user p {
    font-weight: 500;
    text-align: right;
    margin-top: 0;
    color: #0000ff;
}
.new_user a{
    color: #eb4d4b;
    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 #0450d1;
    line-height: 30px;
    background: #0450d1;
    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-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-info{
	background: #fff !important;
    border: 1px solid #087DC3 !important;
    color: #087DC3 ! IMPORTANT;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
button.btn-info:hover{
	color: #fff !important;
    background: #087DC3 !important;
}

button.btn-warning{
	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;
}
button.btn-warning:hover{
	color: #fff !important;
    background: #f5932f !important;
}
 button.btn_success{
	background: #fff !important;
    border: 1px solid #097343 !important;
    color: #097343 ! IMPORTANT;
    border-radius: 25px !important;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}
button.btn_success:hover{
	color: #fff !important;
    background: #097343 !important;
} 
button.btn {
    font-size: 14px !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: #009688;
}
.candidate-corner-section {
	padding: 0 !important;
	    flex: 1;
}

.vac-box-footer {
    background: #cadaff75;
    padding: 10px;
    border-radius: 5px;
}
.catType {
    position: absolute;
    top: 20px;
    right: -24px;
    transform: rotate(45deg);
    background: #f35e0a;
    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%; */
}

.datepick-popup {
		    z-index: 99999 !important;
		}
		.datepicker-box-modal {
			position: relative;
		}
		.datepicker-box-modal button {
			position: absolute;
    right: 6px;
    top: 8px;
		}