._header {
  background-color: #fff;
  border-bottom: 1px solid #E1E1E1;
  height: 60px;
}

._userMenu {
  width: 9rem;
  height: 10rem;
}

._bodyRightUpperContainer {
  padding: -15px;
}

._removePadding {
  padding: 0 !important;
}

._removePaddingRight {
  padding-right: 0 !important;
}

._removePaddingLeft {
  padding-left: 0 !important;
}

._removePaddingTop {
  padding-top: 0 !important;
}

._removePaddingBottom {
  padding-bottom: 0 !important;
}

._removeMargin {
  margin: 0 !important;
}

._removeMarginRight {
  margin-right: 0 !important;
}

._removeMarginLeft {
  margin-left: 0 !important;
}

._removeMarginTop {
  margin-top: 0 !important;
}

._removeMarginBottom {
  margin-bottom: 0 !important;
}

._border {
  border: 1px solid #000;
}

._bodyContainer2 {
  background-color: #FAFAFA;
  min-height: 500px;
}

._bodyRightContainer1_Breadcrumbs {
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

._bodyLeftContainer1 {
  height: 80px;
  padding-left: 20px;
  padding-top: 30px;
}

._bodyLeftContainer2 {
  border-top: 2px solid #2797DF;
}

._menuBG {
  background-color: #DEE2E6;
}

.disabled.title {
  cursor: pointer;
  pointer-events: none;
}

.selected.title {
  color: #2797DF;
}

.disabled .content {
  height: 1px;
}

._submenu {
  padding-left: 2rem;
}

._disableRadius {
  border-radius: 0 !important;
}

._massiveBtnSpan {
  font-size: 1.2rem;
}

._customContainer {
  border-radius: 1rem !important;
  min-height: 10rem;
  margin: 0.5rem;
  border: 1px solid #F1F1F1;
  background-color: #fff;
}

._customContainerYourScore {
  border-radius: 1rem !important;
  min-height: 5rem;
  margin: 0.5rem;
  border: 1px solid #F1F1F1;
  background-color: #fff;
}

._customContainerMargin {
  margin-top: 2rem;
}

._customContainerMargin2 {
  margin-top: 1.1rem;
}

._customBtn3 {
  border-radius: 15px !important;
  height: 70px;
  min-width: 149px;
}

._customBtn2 {
  border-radius: 15px !important;
  width: 20rem;
  height: 5rem;
  margin: 1rem !important;

}

.bottomMargin {
  margin-bottom: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

._customBtn4 {

  border-radius: 15px !important;
  height: 100px;
  min-width: 180px;
  font-size: 16px !important;

}

.iconAdj {
  height: 18px;
  margin-left: 20px;
  vertical-align: middle;
}

table .bold-first-col td:first-child {
  font-weight: bold;
}

table .right-align-first-col td:first-child {
  text-align: right;
}

.avatar {
  object-fit: cover;
}

/* Left sidebar's sub-menu icon alignment */
#left-sidebar-menu .accordion .menu > .item > i.icon {
  float: left;
  margin-left: 0;
  margin-right: .75rem;
}

/* Checkbox toggle color */
.ui.toggle.checkbox input:checked~.box:before,
.ui.toggle.checkbox input:checked~label:before,
.ui.toggle.checkbox input:focus:checked~.box:before,
.ui.toggle.checkbox input:focus:checked~label:before {
  background-color: #21ba45 !important
}
