*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
  background: #f6faff;
}
:root{
--backgroundcolor:#235c8c;
}
.top-alert {
background-color: var(--backgroundcolor);
color: #ffffff;
font-size: 14px;
padding: 6px;
text-align: center;
}
.top-alert a{
  text-decoration: none;
  color: white;
}
.navbar{
/* background: #f6faff; */
background: #ffffff;
z-index: 999 !important;
}
.nav-item{
padding: 0px 10px;
}
.navbar-nav .nav-link{
position: relative;
font-weight: 600;
font-size: 14px;
/* text-transform: uppercase; */
color: #414141 !important;
margin: 0 3px;
text-align: left;
padding: 20px 0px !important;
transition: .3s;
}
.nav-link:hover{
color: #000000 !important; 
}
.nav-link::before{
content: '';
width: 100%;
height: 4px;
background: #f99645;
border-radius: 10px;
position: absolute;
bottom: 2px;
left: 0px;
transition: .2s;
display: none;
transition: .5s !important;
}
.nav-item:hover .nav-link::before{
display: block;
}
.check-result-btn {
background: #ffffff;
border: 1px solid #d5d5d5;
color: #f99645;
font-weight: bold;
border-radius: 25px;
padding: 4px 10px;
position: relative;
font-size: 12px;
transition: .5s;
text-decoration: none;
}

.check-result-btn .new-badge {
position: absolute;
top: -8px;
right: 10px;
background: #ffffff;
color: #f99645b0;
font-size: 8px;
padding: 0px 4px;
border-radius: 12px;
}

.icon-btn {
background: none;
border: none;
margin: 0px 20px;
}

.icon-btn img {
width: 20px;
height: 20px;
}
.logo-text{
font-size: 25px;
font-weight: bold;
color: #f99645;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.tags-bar {
/* background: #ffffff; */
padding: 10px 15px;
overflow-x: auto;
white-space: nowrap;
}
.tags-bar::-webkit-scrollbar {
  display: none;
}
.tag {
display: inline-block;
background-color: #e9ecef;
border-radius: 20px;
padding: 6px 12px;
margin: 4px;
font-size: 13px;
color: #000;
transition: all 0.2s ease;
cursor: pointer;
}

.tag.active {
background-color: #ffe6e6;
color: red;
border: 1px solid #f8c0c0;
font-weight: 600;
}

.navbar-brand img {
width: 40px;
}
.nav-item a i{
font-size: 10px;
transition: .5s;
margin-left: 3px;
}
.nav-item:hover a i{
transform: rotate(180deg);
}
.mega-nav{
  display: flex;
}
/* From Uiverse.io by adamgiebl */ 
#checkbox2 {
  display: none;
}

.toggle2 {
  position: relative;
  width: 30px;
  height: 60px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-right: 2%;
  transition-duration: .5s;
}

.bars {
  width: 100%;
  height: 3px;
  background-color: #235c8c;
  border-radius: 6px;
}

#bar5 {
  transition-duration: .8s;
}

#bar4,#bar6 {
  width: 80%;
}

#checkbox2:checked + .toggle2 .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar5 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar4 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 #bar6 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox2:checked + .toggle2 {
  transition-duration: .5s;
  transform: rotate(180deg);
}
  /* Mobile adjustment */
  @media (max-width: 991px) {
  .toggle2 {
    display: flex;
  }
  }
  @media (max-width: 767px) {
  .navbar-nav {
    flex-wrap: wrap;
  }

  .navbar-nav .nav-link::after {
    top: 4px;
    right: -6px;
  }
  .nav-item:hover .nav-link::before{
  display: none;
  }
  .navbar-nav .nav-link {
  justify-content: space-between;
  border-bottom: 1px solid #dbf1ff;
  padding: 10px 0px !important;
  }
  }
  .dropdown a{
    cursor: pointer;
  }
  .dropdown-mega {
  position: absolute;
  left: 15%;
  width: 70%;
  visibility: hidden;
  z-index: 9999;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 5px  #235d8c5b;
  border: 1px solid #235d8c13;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  }

.dropdown:hover .dropdown-mega {
  visibility: visible;
  }
.dropdown-mega-box{
  display: flex;
  justify-content: space-evenly;
}

.mega-content{
  width: 30%;
  padding: 2%;
  /* border-left: 1px solid rgb(179, 179, 179); */
}
.mega-content h6 {
  font-weight: bold;
  color: #235c8c;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6deff;
}
.mega-content a {
  text-decoration: none;
  display: block;
  color: #667079;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .dropdown-mega-box{
  flex-direction: column;
 }
 .dropdown-mega {
  left: 3%;
  width: 95%;
  }
  .mega-content{
  width: 100%;
  padding: 2%;
  }
}
/*------------------ nav-profile -------------*/
.account-dropdown {
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.account-header {
  padding: 16px;
  text-align: center;
}

.account-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.account-header strong {
  display: block;
  margin-top: 5px;
}

.account-header input[type="text"] {
  width: 100%;
  padding: 0.375rem 1rem;
  border: 1px solid #e2e1e1;
  border-radius: 6px;
  outline: none;
}

.account-body .acc-menu{
  padding: 5px 16px;
  transition: background 0.2s;
}

.account-body .acc-menu:hover {
  background: #f0f0f0;
}
.account-body .acc-menu a{
  text-decoration: none;
  font-size: 13px;
  color: #333;
}
.account-body .acc-menu a{
  vertical-align: bottom !important;
}
.acc-menu-an{
  padding: 0.375rem 1rem;
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(228, 228, 228);
}
.acc-menu-an a{
  text-decoration: none;
  font-size: 13px;
  color: #333;
}
.acc-log{
  width: 90%;
  margin: 13px;
  padding: 0.375rem 1rem;
  background: rgb(236, 236, 236);
}
.acc-log:hover{
  border: 1px solid rgb(236, 236, 236);
}
@media (max-width: 767px) {
  .account-dropdown{
  width: 300px;
 }
}
/* ------------------search */
.search-bar {
  background-color: #2c2c2c;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  max-width: 100%;
  margin: auto;
}

.search-bar .icon {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}

.search-bar input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
}

.search-bar .clear-btn {
  color: white;
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
}
/*-------------------- back-to top --------------*/
.back-top{
  text-decoration: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1020;
}
.back-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f4aa1c;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.back-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #143a78;
  align-items: center;
}

.back-button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.back-button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.back-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

















