img{
    height: auto;
}
[v-cloak]{
  display: none!important;
}
input[type="text"].error, textarea.error, .preference-select input.error + .dropdown-toggle, input[type="checkbox"].error + .w-checkbox-input {
  border-color: #ff0000!important;
}
.dropdown-toggle{
  min-width : 0;
  min-height: 0;
  width: 35px;
  height: 35px;
}
.div-block{
  width: 100%;
  height: 100%;
}
.option-name{
  padding-right: 15px;
}

.radio-option label{
  font-weight: normal;
}
.login-btn{
  width: auto;
}
.info-b{
  display: block;
}
.info-list{
  margin: 0 -12px;
}
.info-content, .student-bold-b{
  width: 100%;
}
.student-bold-b{
  margin-bottom: 4px;
}
.info-flex-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.info-flex-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.info-flex-item {
  flex: 1;
  min-width: 50%;
  padding: 0 12px;
}
.info-table-cell {
  width: 50%;
  padding: 8px 8px;
  vertical-align: top;
}
.name-txt-field::placeholder {
  background-color: transparent;
}
.home-message-box{
  margin-top: 20px;
  font-size: 14px;
}
.login-col-inner {
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.otp-email-info {
  color: #d4af37;
  font-size: 14px;
  margin-bottom: 15px;
}

.password-help-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-help-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  margin: 20px;
}

.password-help-title {
  color: #d4af37;
  margin-bottom: 20px;
}

.password-help-text {
  margin-bottom: 20px;
}

.password-help-option {
  margin-bottom: 20px;
}

.password-help-btn {
  margin-bottom: 10px;
  width: 100%;
  background: #d4af37;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.password-help-desc {
  font-size: 12px;
  color: #666;
}

.password-help-cancel {
  background: #ccc;
  color: #333;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

/* Hover effects */
.login-btn[loading],
.forget-password-link-b[loading],
.password-help-btn[loading] {
  opacity: 0.7;
  cursor: wait;
  transition: opacity 0.3s ease;
}
.name-drow-arrow-b {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.name-drow-arrow-b.rotated {
  transform: rotate(90deg) !important;
}

.info-warpper-b {
  cursor: pointer;
}

.info-list {
  transition: all 0.3s ease;
  overflow: hidden;
}
.dropdown-list {
    border: 1px solid var(--gray);
    background-color: var(--white);
    border-radius: 10px;
}
.select-menu{
  position: relative;
}
.select-menu .dropdown-list{
  display: block;
  z-index: 9999;
  max-height: 150px;
  overflow: auto;
}
.select-menu .dropdown-list .drop-down-link{
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.select-menu .dropdown-list .drop-down-link:hover{
  background-color: #ededed;
}
.select-menu .dropdown-list .drop-down-link input{
  display: none;
}
.declaration-list{
  padding-left: 0;
}
.preference-select{
    position: relative;
    display: inline-block;
}
.preference-select .drop-down-list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: white;
    z-index: 2;
}
.preference-select input{
  display: none;
}
.option-scroll-b{
  height: auto;
  overflow: visible;
}
.option-drop-down-b{
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
}
.option-drop-down-b:hover{
  background-color: #ededed;
}
.option-row[disabled]{
  color: #bcbcbc;
}
.schedule-item[disabled] .schedule-title-outer{
  color: #bcbcbc;
}
.pre{
  white-space: pre-wrap;
}
#pre-selection-form{
  padding-bottom: 100px;
}
