.px-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.main-font {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 100% !important;
  padding: 0px !important;
}

body {
  background: #FFFFFF !important;
  /* overflow: hidden;*/
}
@media screen and (min-width: 768px) {
  body {
    background: #FFFFFF !important;
    /* overflow: hidden;*/
  }
}

/*@media screen and (min-width: 1080px) {
    body {
        padding-left: 15%;
        padding-right: 15%;
    }
}*/
.addeditdeleteimage {
  cursor: pointer; /* Change the cursor to a hand on hover */
  color: #323435;
  padding-right: 3Px;
}

.logoff-image {
  cursor: pointer; /* Change the cursor to a hand on hover */
  color: white;
  padding-right: 25px;
}
.successalertmessage {
  color: #20722a !important;
  background-color: #c1e9c6 !important;
}
.failurealertmessage {
  color: #e90016 !important;
  background-color: #f5a4a4 !important;
}
.warningalertmessage {
    color: #ffa108 !important;
    background-color: #ffe5b4 !important;
}

.error-validation-message {
  color: red;
}
.dropdown-menu.show {
  display: block !important;
  min-height: 5px !important;
  max-height: 300px !important;
  overflow-y: scroll !important;
}
.txtboxhide {
  visibility: none !important;
}
.txtboxblock {
  visibility: block !important;
}

.viewlable {
  display: block !important;
}
.displayBoldLabels{
   font-weight:bold !important;
}
.requiredstar {
    font-weight: bold !important;
    color: #fe1e1e !important;
}
