:root {
    --main-bg-color: brown;
    --main-color:#c82e29;
    --ui-color:#de4a45;
  }

.appLoginLogo{
    width: 233px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}


.logoLoginContainer{
    text-align: center;
}

.app-theme-ui  fieldset legend{
    color: var(--main-color);
}

.app-theme-ui  .input-icon > [class*="fa-"], .input-icon > [class*="ti-"]{
    color: var(--main-color);
}

.app-spc-right-3{
    margin-right: 10px;
}

#sidebar nav > ul .sub-menu > li a {
  color: #ffffff;
  font-weight: 400;
  }

.checkbox-inline{
  display: inline-block;
}
.paddingNoLeft{
  padding-left: 0px;
}
.margnTop2{
  margin-top: 20px;
}

.btn-dashboard{
  background: var(--ui-color);
}
#sidebar nav > ul > li.active{
  background: var(--ui-color) !important;
}
li.sb-lottery-item.active{
  color: var(--ui-color) !important;
}

.text-center{
  text-align:center !important;
}
.marginBottom10{
  margin-bottom: 10px !important;
}
.input-sport {
  background: #8BABF573 !important;
}
.hideObj{
  display: none !important;
}

.the-icons {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
.the-icons .fa-hover {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  color: #8B91A0;
  cursor: pointer;
}
.no-touch .the-icons .fa-hover {
  -moz-transition: font-size, 0.2s, ease 0s;
  -o-transition: font-size, 0.2s, ease 0s;
  -webkit-transition: font-size, 0.2s, ease 0s;
  transition: font-size, 0.2s, ease 0s;
}
.no-touch .the-icons .fa-hover:hover {
  font-size: 20px;
}
.no-touch .the-icons .fa-hover:hover .fa, .no-touch .the-icons .fa-hover:hover [class*="ti-"] {
  font-size: 20px;
}
.the-icons .fa-hover .fa, .the-icons .fa-hover [class*="ti-"] {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-align: right;
  width: 32px;
  color: #007AFF;
}

.app-overlay{
  background: #3333334a;
  height: 100%;
  width: 100%;
  position: absolute;
  content: " ";
  z-index: 99999;
  top: 1px;
  display:none;
  backdrop-filter: blur(2px);
}
.app-overlay.active{
  display: block;
}
.appoverlay-upper{
  z-index: 9999999;
}
[popover]::backdrop {
  background-color: rgb(0 0 0 / 0%);
  transition:
    display 0.7s allow-discrete,
    overlay 0.7s allow-discrete,
    background-color 0.7s;
  /* Equivalent to
  transition: all 0.7s allow-discrete; */
}

[popover]:popover-open::backdrop {
  background-color: rgb(0 0 0 / 25%);
}
.marginTop20{
  margin-top: 20px !important;
}
.marginTop40{
  margin-top: 40px !important;
}
.textBold{
  font-weight: 700 !important;
}
.textUpperCase{
  text-transform: uppercase !important;
}
.splitterTop{
  height: 2px;
  width: 100%;
  background: #d5b8b8;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-pages{
  border-top: 3px solid #de4b45;
}
#sidebar nav > ul > li.active:hover {
  background: #de4b45 !important;
}
.input-form-error{
  background: #f1c4c4 !important;
  border: 1px solid #892323 !important;;
}
