/* Universal CSS start */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* Universal CSS end */

/* Headerboard CSS start */

#headbord {
    padding: 20px 20px 0 20px;
    background: #29a6c9;
}

#headbord .leftSide {
    font-weight: 700;
    color: white;
    font-size: 0.875em;
    line-height: 0.875em;
}

/* Headerboard CSS end */
/* Breadcrumb CSS start */

#breadcrumb {
    background: #D0E1F0;
}

#breadcrumb ul li, #breadcrumb ul li a {
    display: inline-block;
    color: #111111;
    font-weight: 400;
    font-size: 14px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

#breadcrumb ul .fa-caret-right {
    padding: 0 5px;
}

#breadcrumb ul .fa-home {
    padding-right: 7px;
    color: #1e7e99;
}

#breadcrumb ul li a:hover {
    color: #1e7e99;
}

.academic-year {
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}

.login a {
    padding: 12px 30px;
    font-weight: 600;
    color: #FFF;
    background: rgb(0, 119, 133);
    transition: .4s;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login a:hover {
    background: #1e7e99;
}

/* Breadcrumb CSS end */

/* Main Container CSS start */

#main-container {
    padding-top: 40px;
}

h1 {
    font-weight: 600;
    font-size: 35px;
    color: rgb(65, 65, 65);
}

.description {
    font-size: 16px;
    color: rgb(65, 65, 65);
}

.description a {
    color: rgb(0, 119, 133);
    text-decoration: underline;
}

.help-menu {
    border-top: 7px solid rgb(0, 119, 133);
    background: rgba(0, 119, 133, .1);
    padding: 10px 20px 20px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.help-menu li {
    margin-bottom: 7px;
    margin-top: 7px;
    border-bottom: 1px solid rgba(0, 119, 133, .3);
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}

.help-menu li a {
    color: rgb(0, 119, 133);
    padding: 8px;
    display: block;
    transition: .4s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 7px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.help-menu li:hover a {
    color: #FFF;
    background: rgb(0, 119, 133);
}

.tabs-content ul li {
    margin-right: 20px;
}

.tab-pane {
    border: 1px solid rgb(0, 119, 133);
    background: rgba(0, 119, 133, .1);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

h2 {
    font-weight: 500;
    font-size: 25px;
}

.fa-check {
    color:rgb(0, 119, 133);
    font-size: 14px;
}

.check-timetable {
    font-weight: 600;
}

.personal-person {
    font-weight: 600;
    color: #111111;
}

.start-btn a {
    padding: 15px 35px;
    display: inline-block;
    border-radius: 6px;
    color: #FFF;
    background: rgb(0, 119, 133);
    font-size: 25px;
    border: 1px solid rgb(0, 119, 133);
    transition: .4s;
    font-weight: 600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.start-btn a:hover {
    color: rgb(0, 119, 133);
    border: 1px solid rgb(0, 119, 133);
    background: none;
}

/* Main Container CSS end */
/* Footer CSS start */

footer {
    background: rgba(0, 119, 133, .1);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

/* Footer CSS end */


/* template design */
.border-button {
    border: 1px solid rgb(0, 119, 133);
    color:rgb(0, 119, 133) !important;
    padding: 7px 10px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    background: none;
    transition: .4s;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.background-button {
    padding: 1px 1px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    background: rgb(0, 119, 133);
    color: #FFF !important;
    transition: .4s;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.background-button * {
    color: #FFF;
}

.background-button.active, .background-button:hover {
    background: rgb(102, 102, 102);
    color: #FFF;
}

.background-button.active *, .background-button:hover * {
    color: #FFF;
}

.background-button.disable {
    color: rgb(65, 65, 65) !important;
    background: rgb(143, 143, 143) !important;
    cursor: not-allowed;
}

.background-button.disable * {
    color: rgb(85, 85, 85) !important;
    cursor: not-allowed;
}

.border-button:hover, .border-button.active {
    color: #FFF !important;
    background: rgb(102, 102, 102);
    border: rgb(102, 102, 102) 1px solid;
}

.form-input {
    border: 1px solid rgb(0, 119, 133);
    border-radius: 4px;
    padding: 2px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.small-input {
    width: 30px;
}

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.footer-links {
    color: #1a7189;
    text-decoration: underline;
    margin-right: 10px;
}
.col-12 {
    flex: 0 0 auto;
    /* width: fit-content; */
    max-width: 100%;
    margin-top: auto;
}



* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 1px 2px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

input[type=submit]:disabled {
    background-color: #747474;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.beta-box {
    border: 5px solid rgb(0, 119, 133); /* Blue border like FAQ box */
    background-color: rgb(225 210 52 / 57%); /* Light gray background */
    padding: 10px;
    display:flex;
    align-items:center;
    border-radius: 5px;
    text-align: center;
    width: 300;
    height: 150px;/* Adjust width as needed */
    margin: 20px auto 0; /* Adds space below the FAQ box */
}

.call-to-action {
  width: 564px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(242, 248, 254);
  padding: 24px;
  line-height: 1.5;
}

.call-to-action__screenshot {
  width: 240px;
}

.call-to-action__details {
  flex: 1;
  margin-left: 32px;
}

.call-to-action__button {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  outline: none;
  border: none;
  background-color: rgb(13, 104, 207);
  color: rgb(255, 255, 255);
  font-weight: 700;
  height: 48px;
  padding: 0px 24px;
  cursor: pointer;
  min-width: 244px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-top: 20px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.call-to-action__button:visited {
  color: rgb(255, 255, 255);
}

.call-to-action__button:hover {
  background-color: rgb(0, 78, 168);
}

.call-to-action__button:active {
  background-color: rgb(13, 104, 207);
  box-shadow: rgb(0, 78, 168) 0px 6px 0px 0px inset;
}

.call-to-action__button:focus-visible {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(0, 0, 0) 0px 0px 0px 4px, rgb(255, 141, 0) 0px 0px 0px 6px;
}

.call-to-action__button__icon {
  vertical-align: middle;
  margin-right: 8px;
}

.call-to-action__text {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: rgb(26, 26, 26);
  width: 250px;
  line-height: 1.5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.new-timetable-announcement {
  font-size: 1.2em;
  color: #0055F0; /* Blue color matching feedback link */
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center; /* Centers the text horizontally */
  display: flex;
  justify-content: center; /* Ensures horizontal centering */
  align-items: center; /* Ensures vertical centering if needed */
}

.autoSuggestList {
  background: white;
  border: 1px solid #A3DFED;
  z-index: 1;
}
.autoSuggestList li.asLi { background-color: #F1FBFC; }
.autoSuggestList a { font-size: 0.8em; color: #333333; padding: 4px 5px; display: block; }
.autoSuggestList a:hover { background-color: #D5F0F7; }
.autoSuggestList li.asLi a:hover { background-color: #C7EBF3; }
.autoSuggestList span { display: none; }