.hidefromdesk {
    display: none;
}
 .form1, .form2 {
            display: none;
}
 
/*Application Form*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .form-control, 
#msform .form-select{
    padding: 10px 15px 10px 15px;
    border: 1px solid #e1dede;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "aeonik-regular";
}
#msform textarea.form-control {
    padding: 8px 15px 8px 15px;
    border: 1px solid #e1dede;
    border-radius: 0px;
    margin-bottom: 25px;
    height: 80px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "aeonik-regular";
}
#msform input.form-control:focus,
#msform .form-select:focus,
#msform textarea.form-control:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #d96a1e;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #d96a1e;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    border: none;
    color: #FFFFFF;
    padding: 10px 26px ;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 13px;
    background: #616161;
    font-family: "aeonik-light";
    text-decoration: none;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background: transparent;
}

.fs-title {
    font-size: 25px;
    color: #d96a1e;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #d96a1e;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}
#progressbar {
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

#progressbar .active {
    color: #d96a1e
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #d96a1e
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #d96a1e
}


/**/


#progressbar li.active .form_stepimg {
    background-color: #d96a1e!important;
}
#progressbar li.active .form_stepimg:after{
width: 63px;
    height: 63px;
    position: absolute;
    content: '';
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D96A1E33 !important;
}
.form_stepimg {
    width: 53px;
    height: 53px;
    color: #fff !important;
    background-color: #D7D7D7;
    position: relative;
    padding: 8px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#progressbar li h5 {
    font-size: 17px;
    color: #746a6a;
    min-height: 40px;
    font-weight: 500;
    margin: 10px 0 0;
   text-align: center;
    font-family: "aeonik-regular";
}
#progressbar li.active h5 {
    color: #000;
}
.main_form_section .personal-sub-detail {
    text-align: left;
}
.main_form_section .alumni-registration-structure label {
    text-align: left;
}
.application_form_table table {
    border-collapse: collapse;
    width: 100%;
  }
  
  .application_form_table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    font-family: "aeonik-regular";
  }
  .application_form_table th {
    background: #D96A1E;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "aeonik-light";
}
.application_form_table tr:nth-child(odd) {
    background-color: #FFF;
  }
  .application_form_table tr:nth-child(even) {
    background-color: #FFF7E5;
  }
  .spir_textarea label{
    min-height: 50px;
  }


  .mobfixmenu{
    display: none;
  }



/*blog detail*/
.blog-sectiondetail {
    position: relative;
}
.blog-sectiondetail:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-sectiondetail .container{
    position: relative;
    z-index: 99;
}
.blog-sectiondetail {
    padding-top: 40px;
}
.blog-sectiondetail .common-inner-subhead {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
}
.bdate {
    margin-bottom: 20px;
    text-align: center;
}
.common-inner-subhead1 {
    margin-bottom: 20px;
}
.blogdet_cont {
    padding-right: 30px;
}
.blogdet_recent .blog-img-content-box {
    margin-bottom: 25px;
}
.blogdet_cont p {
    font-family: "aeonik-regular";
    color: #393939;
    font-size: 17px;
}

#toggleConfirmPassword {
    position: absolute;
    right: 24px;
    top: 24px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.currency-toggle {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.currency-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    transition: color 0.3s, background-color 0.3s;
}

.currency-label input[type="radio"] {
    display: none;
}

.currency-option {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    transition: background-color 0.3s, border-color 0.3s;
}

.currency-label input[type="radio"]:checked + .currency-option {
    background-color: #ff6600; /* Orange background for checked state */
    color: #fff;
    border-color: #ff6600; /* Orange border for checked state */
}

.currency-label:hover .currency-option {
    background-color: #f7d9c4; /* Light orange background for hover effect */
}

.first_submenu a {
    display: inline-block;
    position: relative;
}
.first_submenu label {
    pointer-events: none;
}

.error-message {
    color: red;  
    font-weight: bold;  
}

.preview {
    display: none;
    max-width: 200px;
    max-height: 200px;
    margin-top: 10px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;  
    backdrop-filter: blur(5px); 
  }
  
  .loader {
    width: 40px;
    height: 40px;
    border: 7px solid #f3f3f3;
    border-top: 7px solid #d96a1e;
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .logo img {
    width: 90px;
}
.footer-left-div img {
    width: 110px;
}
