@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.html);
  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;
}

.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%;
}

/*--------------------
Login Box
---------------------*/
.box {
  width: 100%;
}

.box-form {
  width: 100%;
  position: relative;
  z-index: 1;
}

.box-login-tab {
  width: 100%;
  height: 41px;
  background: #b0c38c;
  position: relative;
  float: left;
  z-index: 1;
  background-image: url(../images/dotted.html);
  background-size: contain;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}

.box-login-title {
  width: 100%;
  height: inherit;
  position: absolute;
  float: left;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .box-login-tab {
    height: 60px;
  }
}

.box-login-title h2 {
  font-size: 17px;
  padding: 9px 0px 0px 15px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.box-login {
  position: relative;
  top: -2px;
  width: 100%;
  background: #fdfdfd;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 11px;

  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.32);
}

.box-info {
  width: 260px;
  top: 60px;
  position: absolute;
  right: -5px;
  padding: 15px 15px 15px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.32);
  box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.32);
}

.line-wh {
  width: 100%;
  height: 1px;
  top: 0px;
  margin: 12px auto;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.table th {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-family: "Times New Roman", Times, serif !important;
}

.table td {
  border-top: 0;
  border-bottom: 0;
  font-family: "Times New Roman", Times, serif !important;
}

.print-result {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold;
}

.sambalpuri-bullet {
  width: 100%;
  margin: 10px 15px;
  list-style: none;
}

.sambalpuri-bullet li {
  margin-bottom: 10px;
}

.sambalpuri-bullet a {
  color: var(--main-color);
  font-weight: bold;
}

.sambalpuri-bullet a:hover {
  color: darkred;
  font-weight: bold;
}

.sambalpuri-bullet li::before {
  content: "";
  background-image: url(../icons/sambl.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.result-board {
  border: 2px solid #014692;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0;
  background: white;
}

.heading-result {
  background: var(--main-color);
  width: 100%;
  color: white;
  /* font-weight: bold; */
  padding: 5px 15px;
  font-size: 1.4rem;
  font-family: var(--heading-font);
}


.box {
  width: 100%;
  border-radius: 5px;
  background: white;
  border: 2px solid var(--main-color);
}

.box-login-title {
  width: 100%;
  height: inherit;
  position: relative;
  float: left;
  z-index: 2;
  background: var(--main-color);
  /* color: red; */
}

.box-login-title h2 {
  font-size: 1.3rem;
  padding: 9px 0px 0px 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: var(--heading-font);
}

.box-login {
  position: relative;
  top: -2px;
  width: 100%;
  background: none;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px;
}

p.field {
  /* border: 1px solid red; */
  display: flex
;
  align-items: center;
  width: 70%;
  gap: 0px;
  margin: 0px auto 20px;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.field input, .field select {
  overflow: visible;
  border: none;
  border-radius: 5px;
  width: 100%;
  border: 2px solid var(--main-color);
  padding: 5px 10px 5px 108px;
}

.field label {
  position: absolute;
  background: #014692;
  height: 100%;
  left: 0;
  border-radius: 5px 0 0 5px;
  top: 0%;
  width: 101px;
  display: flex
;
  padding: 0 12px;
  color: white;
  font-weight: bold;
  align-items: center;
}

#do_login {
  width: 150px;
  background: var(--active-color);

  border: none;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  padding: 4px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#do_login:hover{
  background: var(--main-color);
  
  border: 2px solid var(--active-color);
  color: rgb(255, 255, 255);
  transition: .3s;
}

p.last-btn {
  margin: 12px 0 0 0;
}

a.back-btn {
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: bold;
}
a.back-btn:hover{
  color: darkred;
}