/*Global*/
.blueBg {
  background-color: #f1c40f !important;
}

.RegBg {
  background-color: #D11A2A !important;
}

.colorWhite {
  color: #fff !important;
}

.colorBlack {
  color: #000 !important;
}

.colorRed {
  color: #D11A2A !important;
}

.colorblue {
  color: #f1c40f !important;
}

.colorLightkGrey {
  color: #B0B0B0 !important;
}

.colorDarkGrey {
  color: #5D5D5D !important;
}

.roundButton {
  border-radius: 50px; 
  padding: 5px 10px;
}

.fontSize12px {
  font-size: 12px;
}

.fontSize14px {
  font-size: 14px;
}

/*Global End*/



#sideBarWrap {
  width: 18rem;
}

#sideBarWrap .sideBarList {
  min-height: 90vh;
}

.sideBarHeader {
  height: 66px;
}

.sideBarList .accordion-header button {
  font-size: 14px;
  color: #5d5d5d;
}

.sideBarList .accordion-item {
  border: 0;
}

#MainAreaHeader {
  height: 67px;
}

/* Login */
#login {
  background-image: url("../Images/Vector.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.loginHeight {
  min-height: 100vh;
}

.btnBrand1 {
  background-color: #FABB1E !important;
  color: white;
}

.loginFormWrap {
  width: 440px;
}

.required:after {
  content: " *";
  color: red;
}

.fa-solid[data-bs-target="#collapseContent"]::after {
  content: "\f078";
  /* Font Awesome chevron down icon */
  font-family: FontAwesome;
  /* Replace with your icon font family */
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

#collapseContent.collapse.show+.fa-solid[data-bs-target="#collapseContent"]::after {
  transform: rotate(180deg);
}



.sideBarSubLinks {
  list-style: none;
}

/* Secondary header right side */

.HeaderSecondary a {
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 10px;
}

/* Secondary header right side end */


/* Main Area Footer */
.MainLayoutFooter {
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
}
/*  Main Area Footer End */
