@import url(./global.css);

* {
  padding: 0;
  margin: 0;
  font-family: var(--main-font)
}

body {
  background-color: var(--light-background);
}

a {
  text-decoration: none !important;
}

/* .dropdown:nth-last-child(-n +3) .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown:nth-last-child(-n +3) .dropdown-submenu>.dropdown-menu {
  right: 94%;
  left: auto;
} */

.nav-item:hover .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 17rem;
  width: max-content;
  /* height: 280px; */
  background: #edf5ff;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.nav-item:hover .nav-link {
  /* color: black; */
  color: var(--active-color);
}

.navbar-nav .nav-link {
  font-size: 1rem;
  /* font-weight: bold; */
  padding: 5px 0 2px;
}

.navbar {
  /* background: #f0f8fe; */
  background-color: var(--main-color);
  padding: 0;
  border-bottom: 1px solid var(--main-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.nav-link {
  /* color: var(--main-color); */
  color: white;
  /* font-weight: bold; */
  font-size: .9rem;
}

.nav-item {
  text-align: center;
}

.dropdown-menu li {
  border-bottom: 1px dotted #a2a2a2;
}

.fa-house {
  color: white;
}

.dropdown-item {
  color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: var(--main-color);
}

.dropdown-item:focus,
.dropdown-item:hover i {
  color: #ffffff !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  position: absolute;
  display: none !important;
  top: 0;
  left: 94%;
  min-width: fit-content;
  border: none;
}

.dropdown-submenu>.dropdown-menu::after {
  content: "";
  display: none;
}

.dropdown-submenu>.dropdown-menu::before {
  content: "";
  display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
  position: absolute;
  display: block !important;
}

.dropdown-item {
  display: flex;
  color: rgb(0, 0, 0) !important;
  font-weight: bold;
  align-items: center;
  font-size: .9rem;
  padding: 0.45rem 1.5rem;
}

.dropdown-item i {
  margin-right: 10px;
}


.flex-box-two {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex-box-two p {
  margin: 0%;
}

.flex-box-two a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: .9rem;
  padding: 0 10px 0 10px;
  border-right: 1px solid white;
}


.flex-box-two-left {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.flex-box-two-left i {
  color: white;
  margin-right: 5px;
}

.flex-box-two-right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-box-two-right a:first-child {
  border-right: 1px solid white;
}

.flex-box-two-right a {
  color: white;
  text-decoration: none;
  font-size: .9rem;
  padding: 0 10px 0 10px;
  border-left: 1px solid white;
  border-right: none;
}

.flex-box-two-right i {
  color: white;
  margin-right: 5px;
}

.flex-box-two-right form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  color: white;
  border-left: 1px solid white;
  font-size: .8rem;
  padding: 0 0 0 10px;
}

.flex-box-two-right form select {
  font-size: 0.7rem;
  margin: 0 0 0 5px;
  color: white;
  background: transparent;
}

.text-size {
  margin: 0 10px;
  /* padding: 0 0 0 10px; */
  /* border-left: 1px solid white; */
  cursor: pointer;
}

.text-size-dropdown {
  display: none;
}

.text-size:hover .text-size-dropdown {
  display: block;
  list-style: none;
  position: absolute;
  background: var(--main-color);
  color: white;
  width: max-content;
  /* padding: 5px; */
  /* font-size: .3rem; */
  z-index: 1;
}

.text-size-dropdown li {
  color: white;
  border-right: none;
}

.text-size-dropdown li a {
  color: white;
  /* width: 100%; */
  font-size: .7rem;
  padding: 8px;
  text-decoration: none;
  border-left: none;
  border-right: none !important;
  /* border-bottom: 1px solid white; */
}

.flex-box-two a:hover {
  color: var(--active-color);
}

.flex-box-two a:hover i {
  color: var(--active-color);
}

.header-background {
  background: var(--main-color);
}


.sambalpuri-border {
  height: 19px;
  background-color: var(--main-color);
  background-image: url(../icons/smbl.png);
  background-repeat: repeat-x;
  background-size: 150px;
  background-position: top;
}

.sambalpuri-border2 {
  height: 18px;
  background-color: var(--light-background);
  background-image: url(../icons/blue.png);
  background-repeat: repeat-x;
  background-size: 90px;
  background-position: top;
}

.sambalpuri-border3 {
  height: 21px;
  /* background-color: var(--light-background); */
  background-image: url(../icons/smbl3.jpg);
  background-repeat: repeat-x;
  background-size: 104px;
  background-position: top;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* padding: 10px 0; */
}

.left-header {
  /* border: 1px solid; */
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}


.logo {
  width: 100px;
  /* border: solid; */
}

.logo img {
  width: 100%;
  height: auto;
}

.university-name {
  padding: 5px 0;
}

.odia {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--dark);
  margin: 0 0 7px;
  /* font-family: var(--heading-font); */
}

.hindi {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--dark);
  margin: 0 0 5px;
  /* font-family: var(--heading-font); */
}

.english {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--dark);
  margin: 0;
  font-family: var(--heading-font);
}

.right-header {

  /* border: 1px solid; */
  width: 35%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

.header-image {
  position: absolute;
  top: 5px;
  width: 205px;
  right: 70px;
}

.header-image img {
  width: 100%;
  /* height: auto; */
}

.backgrund-img-png {
  position: absolute;
  z-index: -1;
  width: 800px;
  right: 0;
  top: 45px;
}

.headings {
  font-size: 1.3rem;
  font-weight: bold;
  color: black;
  font-family: var(--heading-font);
  width: 100%;
  padding: 2px 15px 0px 2px;
  border-bottom: 2px solid var(--main-color);
  /* border-left: 30px solid var(--main-color); */
  position: relative;
}


.iframe-border {
  width: 100%;
}

.quick {
  list-style: none;
}

.quick li {
  position: relative;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 15px;
  list-style-type: none;
}

.quick li a, .quick li a:visited, .quick li a:link {
  color: #000;
}

.quick li::before {
  content: '';
  background-image: url(../icons/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.f-back {
  background: linear-gradient(to bottom, #004791 0%, #021a34 100%);
}

.f-left {
  width: 100%;
  display: flex;
  height: max-content;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.f-left img {
  width: 18%;
}

.f-left .odia {
  color: white;
}

.f-left .english {
  color: white;
  font-weight: normal;
}

.f-left .hindi {
  color: white;
  font-weight: normal;
}

.f-left p {
  color: #f7cb78;
}

.footer-icons {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.footer-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.footer-icons i {
  font-size: 20px;
  color: white;
}

.footer-icons a:hover {
  background-color: white;
  transition: .5s;
  text-decoration: none;
}

.footer-icons a:hover i {
  color: var(--main-color);
  transition: .5s;
}

footer .headings {
  color: white;
  font-weight: normal;
  border-bottom: 2px solid lightgray;
}

footer .link {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.link ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-links {
  width: 49%;
}

.footer-links li a {
  color: white;
  font-size: .9rem;
}

.footer-links li::before {
  content: '';
  background-image: url(../icons/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.real-footer {
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  border-bottom: 1px solid var(--active-color);
  border-top: 1px solid var(--active-color);
  justify-content: space-between;
}

.real-footer p {
  margin: 10px 0;
  font-size: .7rem;
  color: white;
}

.yellow-border {
  height: 40px;
  padding: 4px 0;
  background: var(--active-color);
}

.blue-background {
  width: 40%;
  position: relative;
  background: var(--main-color);
  height: 100%;
}

.blue-background .trngle {
  position: absolute;
  width: 32px;
  top: 0;
  right: -32px;
}

.weather {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  align-content: center;
  gap: 20px;
}

.weather p {
  color: white;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.weather img {
  width: 35px;
  height: 35px;
}

.contacts-ft {
  width: 100%;
  /* border: 1px solid; */
  /* float: right; */
  margin-top: -28px;
  display: flex;
  padding: 0 0 0 40%;
  justify-content: space-around;
}

.contacts-ft a {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.inner-banner {
  width: 100%;
  position: relative;
}

.inner-banner img {
  width: 100%;
}

.main-big-btn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.main-box {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-box img {
  width: 30%;
}

.main-box p {
  font-size: 1rem;
  font-weight: bold;
  color: #2a2a2a;
  text-align: center;
}

.main-box a {
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  padding: 5px 10px;
  color: white;
  /* font-weight: bold; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .3s;
}

.main-box i {
  margin-left: 10px;
}
.main-box a:hover {
  background-color: var(--active-color);
  color: var(--main-color);
  font-weight: bold;
  transition: .3s;
  /* border: 1px solid var(--active-color); */

}
.nav-tabs {
  border-bottom: 2px solid var(--active-color) !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  justify-content: flex-start;
  align-items: center !important;
  background: var(--main-color);
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  border-right: 2px solid var(--active-color);
}

.nav-tabs .nav-link.active {
  color: var(--main-color) !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom: 0px solid var(--main-color) !important;
  /* background: none; */
  background: var(--active-color);
}

.nav-tabs .nav-link {
  text-align: center !important;
  color: rgb(255, 255, 255) !important;
  border: 0px solid transparent !important;
  /* font-weight: bold; */
  position: relative;
  font-size: 1.2rem;
  font-family: var(--heading-font);
  padding: 5px 15px 0;

}

.custom-ul {
  color: var(--main-color);
  list-style-type: none;
}

.custom-ul li {
  margin-bottom: 0.5em;
  /* font-weight: bold; */
  color: #000000 !important;
}

.tab-content>.tab-pane li {
  /* padding: 0.4rem 1rem; */
  border-bottom: 1px dotted #767676;
}

.tab-content>.tab-pane li:hover {
  background-color: rgb(237, 237, 237);
}

.date-desine {
  background: var(--main-color);
  width: 60px;
  padding: 0px;
  display: flex;
  height: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.year {
  position: absolute;
  transform: rotate(-90deg);
  left: -10%;
  color: #f6b004;
  top: 25%;
  font-size: 0.8rem;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

.date-month {
  margin-left: 28%;
  font-weight: 900;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}

.timeline {
  list-style: none;
  /* display: flex; */
}

.timeline li {
  display: flex;
}

.timeline a {
  width: 90%;
  /* border: 1px solid; */
  display: flex;
  color: #000000;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#download-btns {
  width: 3%;
}

.timeline a:hover {
  text-decoration: none;
}

.tab-content>.tab-pane {
  /* display: none; */
  /*overflow-y: hidden;*/
  /*overflow-x: hidden;*/
}

.tabber-link {
  position: absolute;
  color: rgb(143, 2, 2);
  bottom: 1%;
  right: 5%;
}

.timeline li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#myTab .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: var(--active-color);
  height: 2px;
  transition: all 0.3s ease;
}

#myTab .nav-item:hover .nav-link::after {
  left: 0;
  right: 0;
  animation: spread 0.3s ease-in-out forwards;
}

#myTab .nav-item:hover .nav-link {
  color: var(--active-color) !important;
}

@keyframes spread {
  from {
    left: 50%;
    right: 50%;
  }

  to {
    left: 0;
    right: 0;
  }
}

.timeline i {
  color: #470303;
}

.new-blink {
  width: 6%;
}

#myTab .nav-item:hover .active {
  color: var(--main-color) !important;
}

sup {
  color: white;
}

.tabber-btns {
  position: absolute;
  top: 2%;
  right: 5%;
  padding: 0px 8px !important;
}
.notices{
  margin: 0;
}
.notices {
   overflow-y: scroll;
  height: 16rem;
  list-style: none;
  /* display: flex
; */
  /* border: 1px solid red; */
  /* flex-direction: row; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

/* .notices li:first-child {
  padding: 5px;
} */

.notices li {
  display: flex;
  /* border: 1px solid rgb(0 71 147); */
  flex-direction: row;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #004793a1;
  justify-content: space-between;
}

.date {
  width: 50px;
  height: 40px;
  border: 1px solid var(--main-color);
  display: flex;
  flex-direction: column;
}

.upper-date {
  display: flex;
  height: 60%;
  background: white;
  /* border: 1px solid red; */
  align-content: center;
  align-items: baseline;
  justify-content: space-evenly;
}

.lower-date {
  height: 40%;
  background: var(--main-color);
}

.day {
  color: var(--main-color);
  font-size: 1rem;
  /* text-align: center; */
  margin: 0;
  /* font-family: var(--heading-font); */
  font-weight: bold;
}

.month {
  color: var(--main-color);
  font-size: 0.75rem;
  /* text-align: center; */
  margin: 0;
  /* font-family: var(--heading-font); */
  font-weight: bold;
}

.lower-date .year-l {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.73rem;
  /* font-family: var(--heading-font); */
  text-align: center;
  margin: 0;
}

.notice-content {
  width: 85%;
  padding: 0 0 0 6px;
  /* border: 1px solid #28a745; */
}

.notice-content a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}

.notice-content a:hover {
  text-decoration: none;
  color: var(--main-color);
}
