.HeaderBg {
  background-color: white;
  padding: 0.5rem 0;
  box-shadow: 1px 1px 15px 5px #f3f3f3;
}
.nav-link {
  color: #828282;
  font-size: 0.9rem;
  font-weight: 500;
}
.navbar-expand-lg .navbar-collapse {
  place-content: end;
}
footer {
  background-color: #b2040e;
  color: white;
  padding: 1.5rem 0;
}
.LoginBox {
  background-color: #e9e9e9;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: 10px;
  text-align: center;
}
.LoginBoxWidth {
  width: 100%;
  max-width: 500px;
}

.line-text {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-weight: 500;
}
.line-text::before,
.line-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid black;
  margin: 0 10px;
}
/* .form-Side{text-align: left;} */
.form-floating > label {
  color: #c3c3c3;
  padding: 1rem;
}
.form-check-label {
  color: #c3c3c3;
}
.form-control {
  border-radius: 50px;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 2.4rem;
}
.btnSubmit {
  background-color: #00a54f;
  color: white;
  border-radius: 50px;
  height: 3.5rem;
  font-size: 1.2rem;
}
.btnSubmit:hover {
  background-color: #04994c;
  color: white;
}
a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.FormBanner {
  background: url("../images/Banner-Bg.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.LangDesign {
  display: flex;
  align-items: center;
  border: 1px solid #878787;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.footerBox a {
  color: white;
}
.footerBox a:hover {
  color: rgb(219, 218, 218);
}

#togglePassword {
  position: absolute;
  top: 20px;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #00a44f;
}
.form-check-input:checked {
  background-color: #00a54f;
  border-color: #00a54f;
}
.form-check-input {
  width: 2.4em;
  height: 2em;
  margin-top: 0;
}
.form-check-input[type="radio"] {
  border-radius: 6px;
}
.form-check-inline span {
  margin: auto;
  display: inline;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  position: relative;
}
.alignitemcenter {
  align-items: center;
}
input#Calendar {
  width: 100%;
  padding: 1rem 2.4rem;
  border-radius: 50px;
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.validation,
.filevalidation {
  display: none;
  font-weight: 400;
  font-size: 13px;
  color: #de5959;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.validation.showError,
.filevalidation.showError {
  opacity: 1;
  display: block;
}

.invalid {
  border-color: #e9322d !important;
  box-shadow: 0 0 6px #f8b9b7 !important;
  outline: none;
}
.requiredopt {
  color: #f00;
}
.FontRed {
  color: red !important;
}
.form-floating > .form-select {
  border-radius: 50px;
}
.remarkstablecolor td {
  background-color: #f7f7f7 !important;
  border: 0 !important;
}
.RemarksDate {
  position: absolute;
}

.CalIcon {
  background: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer;
}

.FirstHeading {
  font-size: 1.5rem;
  line-height: 28px;
  text-transform: capitalize;
}
.SecondHeading {
  font-size: 1.1rem;
  line-height: 28px;
}
.SecondHeading span {
  color: #04994c;
}
.TabsMenu {
  background-color: white;
  height: auto;
  min-height: 410px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.TabsHeading {
  display: block;
  width: 100%;
  padding: 10px;
  height: 50px;
  border-radius: 10px;
  margin: 5px auto;
  align-content: center;
}
.TabsHeading.active {
  background-color: #04994c;
  color: white;
  border-radius: 10px;
}
.TabsHeading:hover {
  background-color: #04994c;
  color: white;
  border-radius: 10px;
}

.TabsHeading.active:after {
  content: "";
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 17px;
}
.TabsHeading:hover:after {
  content: "";
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 17px;
}

.CounterNumber {
  font-size: 2rem;
  font-weight: 600;
  text-align: end;
}
.DashbordParagraph {
  font-size: 1.4rem;
  text-align: start;
  z-index: 1;
}
.DashBoardMainBox {
  position: relative;
  height: 330px;
  border-radius: 10px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  color: white;
  z-index: 1;
  padding: 10px 0;
}
.DashBoardMainBox:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.DashBox1 {
  background: url(../images/Dashboard-Bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.DashBox1:before {
  content: "";
  background: url("../images/rejecticon.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.DashBox2 {
  background: url(../images/Dashboard-Bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.DashBox2:before {
  content: "";
  background: url("../images/shakhand.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.DashBox3 {
  background: url(../images/Dashboard-Bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.DashBox3:before {
  content: "";
  background: url("../images/setting.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.ApplicationMainBox {
  position: relative;
  height: 250px;
  border-radius: 10px;
  display: block;
  align-content: space-between;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  padding: 20px;
}
.ApplicationHeading {
  margin: 10px auto;
  font-size: 1.2rem;
}
.ApplicationLink:hover .ApplicationMainBox {
  background-color: #00a44f;
  color: white;
}
.DashboardApplicationMainBox {
  position: relative;
  height: 380px;
  border-radius: 10px;
  display: block;
  align-content: space-between;
  overflow: hidden;
  background-color: #d7d6d6;
  z-index: 1;
  padding: 20px;
}
.DashboardApplicationHeading {
  margin: 10px auto auto auto;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 30px;
  padding: 0 10px;
}
.DashboardApplicationLink:hover .DashboardApplicationMainBox {
  background-color: #00a44f;
  color: white;
}
.BackBtn {
  background-color: #04994c;
  display: flex;
  padding: 10px 17px;
  color: white;
  border-radius: 4px;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.FilterWhite {
  filter: invert(1);
}

.Form-Set .form-control {
  padding: 0.8rem 1.4rem;
}
.Form-Set .form-label {
  margin-right: 20px;
}
.FormBox {
  /* background-color: #f8f8f8; */
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: 10px;
  text-align: center;
}

.FormHeadingDiv {
  line-height: 28px;
  text-align: start;
}
.CheckDirection {
  display: ruby;
}
.Form-Set-Second {
  text-align: start;
  display: flex;
  align-items: center;
}
.Form-Set-Second .form-control {
  margin: auto 4px;
}
.font-size-08rem {
  font-size: 0.8rem;
}
.CheckBoxAlign {
  text-align: start;
}
.TableBox {
  background-color: #e5e5e5;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: 10px;
  text-align: start;
}
.TableBox h2 {
  font-size: 1.4rem;
  display: contents;
}
.tableHeading > thead tr th {
  background: #b4b4b4;
  color: #2e2e2e;
}
.tableHeading > tbody tr td {
  background: #d6d6d6;
  color: #2e2e2e;
  vertical-align: middle;
}

.PerIcon {
  background: url(../images/percent.svg);
  background-repeat: no-repeat;
  background-color: white;
}
.tablesetfield {
  display: flex;
  align-items: center;
  place-content: space-between;
}
.tablesetfield div {
  display: flex;
  align-items: center;
  /* white-space-collapse: preserve; */
}
.TableParagraph {
  text-align: start;
}
.ParagraphDesc {
  text-align: start;
  font-size: 0.8rem;
  line-height: 10px;
}
.form-floating textarea {
  border-radius: 20px;
}
.centertext {
  text-align: center;
}
.TableListingHeading {
  text-align: start;
  font-size: 0.9rem;
}
.TableListingHeading > thead th {
  background-color: #363636;
  color: #d9d9d9;
  font-weight: 500;
  font-size: 0.8rem;
}
.TableListingHeading > tbody tr td {
  vertical-align: middle;
}

#weballmessages.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#weballmessages {
  position: fixed;
  top: 0px;
  padding: 10px 0;
  text-align: center;
  background: #fd0707;
  color: #fff;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  display: none;
  opacity: 0;
  z-index: 99999;
}

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#HideScreen {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/AjaxLoader.gif) #fff no-repeat center center;
}
.DisplayHide {
  display: none;
}
.badge-yellow {
  background-color: #ffbf36;
  display: inline-block;
  font-size: 0.8rem;
  color: white;
  border-radius: 10px;
  padding: 5px;
}
.badge-success {
  background-color: #22af47;
  display: inline-block;
  font-size: 0.8rem;
  color: white;
  border-radius: 10px;
  padding: 5px;
}
.badge-danger {
  background-color: #f83f37;
  display: inline-block;
  font-size: 0.8rem;
  color: white;
  border-radius: 10px;
  padding: 5px;
}
.accordion-item {
  border: 0;
}
.accordion-button {
  background-color: #e9e9e9;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: 10px;
  text-align: center;
}
.accordion-item {
  background-color: #e9e9e9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #dee2e600;
  box-shadow: unset;
}
.accordion-button:focus {
  box-shadow: unset;
}
.accordion-item .card-body {
  padding: 1.5rem 1rem;
}

input[readonly] {
  background-color: #f8f9fa;
}
.TableSubmissionBox {
  text-align: start;
}
.bgcolorchangetraggle {
  background-color: #f8f8f8;
}
.bgcolorchangetraggle .accordion-button {
  background-color: #f7f7f7;
  text-align: start;
  font-size: 1.3rem;
}
.form-floating-select > .form-select {
  padding-top: 0;
  padding-bottom: 0;
}
.CaptchaBorder {
  border: 5px solid #7c7c7c;
  border-radius: 50px;
}
.setwidthcombo {
  min-width: 300px;
}

.ApplyBoxLand {
  background: #0da856;
  padding: 20px;
  min-height: 280px;
  position: relative;
}
.LandIconHeading {
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
.LandIconParagraph {
  font-size: 15px;
  margin: 10px auto;
  min-height: 100px;
  align-content: center;
  color: white;
}

.LandIconBtn {
  border: 2px solid white;
  padding: 15px 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  margin: auto;
  text-align: center;
  border-radius: 2px;
}
.LandIconBtnlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.LandIconBtn:hover {
  border-color: #04994c;
  color: #04994c;
  background: white;
}

.NotificationBg {
  position: absolute;
  background: #ffbf36;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 0.8rem;
  align-content: center;
}

@media all and (min-width: 992px) {
  .thead-info-change th {
    width: 80%;
    vertical-align: middle;
  }
  .thead-info-change td {
    width: 20%;
    vertical-align: middle;
  }
  .thead-info th {
    width: 50%;
    vertical-align: middle;
  }
  .thead-info td {
    width: 50%;
    vertical-align: middle;
  }
  .thead-info-three th {
    width: 50%;
    vertical-align: middle;
  }
  .thead-info-three td {
    vertical-align: middle;
  }
  .btnSubmit-300 {
    max-width: 300px;
  }
  .btnSubmit {
    width: 80%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    top: -7px;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .thead-info-change th {
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  .thead-info-change td {
    width: 100%;
    vertical-align: middle;
  }
  .thead-info th {
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  .thead-info td {
    width: 100%;
    vertical-align: middle;
  }
  .thead-info-three th {
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  .thead-info-three td {
    width: 100%;
    vertical-align: middle;
  }
  /* td .CalIcon{width: 200px;} */
  .btnSubmit {
    width: 100%;
  }
  .dropdown-menu .dropdown-menu {
    margin-bottom: 0.5rem;
  }
  .TabsHeading {
    height: 100%;
  }
  .ApplicationMainBox {
    height: 100%;
  }
  .DashboardApplicationMainBox {
    height: 100%;
  }
  .col {
    flex: 1 0 50%;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: #04994c;
    width: 50%;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 1px var(--bs-border-width);
  }
  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    border-color: white;
  }

  table td:last-child {
    border-bottom: 0;
  }
  .tableHeading > tbody tr td {
    vertical-align: middle;
    min-height: 50px;
  }
  .tablesetfield {
    display: block;
  }
  .tablesetfield div {
    display: block;
  }
}

@media (max-width: 767px) {
  .footerBox {
    text-align: center !important;
  }
  .PositionSet {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
  .DashBox1:before {
    content: "";
    background-size: 50%;
  }
  .DashBox2:before {
    content: "";
    background-size: 50%;
  }
  .DashBox3:before {
    content: "";
    background-size: 50%;
  }
  .MobileResponsive-info th {
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  .MobileResponsive-info td {
    width: 100%;
    vertical-align: middle;
  }
}
