html, body {
  width:100%;
  height: 100vh;
  background-color: #ffffff;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
}
section.container-fluid{
  margin-top: 90px;
}
.dropdown-toggle:after { content: none }
main.container-fluid {
  padding-left: 265px;
  padding-top: 75px;
}
main.login-container {
  padding: 0;
  margin: 0;
  width: 100%;
  position: fixed;
  min-height: 100vh;
}

.header-top{
  padding: 0;
}
.header-top .container-fluid{
  padding-top: 0;
  padding-bottom: 0;
}

.logo{
  width: 170px;
  height:45px;
}

.aside-container {
  top: 55px;
  bottom: 1px;
  position: fixed;
  width: 250px;
}

/* begin index css */
.login-logo{
  width: 200px;
  height: 50px;
}
/* end index css */



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d4ad36 !important;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


.btn-warning, .bg-warning{
  background: #d4ad36;
  color: white;
  font-weight: bold;
}

.btn-outline-warning{
  border-color: #d4ad36 !important;
  color: #000000 !important;
}
.site-banner .btn-outline-warning{
  width: 100px;
}
.text-warning{
  color: #d4ad36 !important;
}
.btn-outline-warning.active{
  background: #d4ad36 !important;
  color: #ffffff !important;
}
.btn-outline-warning:hover{
  background: #d4ad36 !important;
  color: #ffffff !important;
}
.btn-outline-warning:focus{
  background: #d4ad36 !important;
  color: #ffffff !important;
}

.text-warning {
  color: #d4ad36 !important
}
.border-warning{
  border-color: #d4ad36 !important
}

.block-title{
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}
#payment-nav .nav-item .nav-link{
  font-size: 16px;
}
#payment-nav .nav-item a.active, #payment-nav a:hover{
  border-bottom: 3px;
  border-bottom-color: #d4ad36 !important;
  color: #000000;
}

.search-nav button{
  font-size: 13px;
}

.search-nav button:hover{
  color: black !important;
  border-color: black!important;
}

.search-nav button:focus{
  font-size: 14px;
}

.wallet-type-dropdown{
  width: 550px;
  min-height: 250px;
  max-height: 600px;
  overflow: scroll;
  z-index: 3000;
}

.dropdown-icons .dropdown-menu li{
    display: inline-block;
    height: 84px;
    list-style-type: none;
    padding: 6px;
    position: relative;
    transition: transform .2s cubic-bezier(.333,0,0,1);
    vertical-align: top;
    width: 84px;
}
.dropdown-icons .dropdown-menu li a{
  border-radius: 8px;
  margin: 0;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 84px;
}
.navbar-menu .nav-item{
  width: 45px;
  height: 45px;
  padding: 2px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.navbar-menu .nav-item{
  box-shadow: silver;
}

#user-account-menu .dropdown-menu, #user-menu .dropdown-menu{
  width: 250px;
  font-size: 14px;
  padding: 0;
}

.navbar-menu .nav-item:hover{
  background-color: #d4ad36 !important;
  border-radius: 50%;
}
.navbar-menu .nav-item .nav-link{
  padding: 0;
  font-size: 25px;
}
.navbar-menu .nav-item .nav-link:hover{
  color: whitesmoke !important;
}

span, h1, h2, h3, h4, h5, h6, small, p{
  color: black !important;
}
input[class="form-control"]:focus{
  box-shadow: none;
}
input[class="form-control"]{
  box-shadow: none;
}

.form-control:focus{
  box-shadow: none;
}
#prefix-input{
  width: 60px;
}
.clickable {
  pointer-events: painted;
  cursor: pointer;
}
/* begin index css */
.logo-container a{
  display: none;
  text-decoration: none;
  color: white !important;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  transition: opacity .2s ease-in-out;
  background-color: #d4ad36 !important;
  height: 33%;
  left: 0;
  opacity: 0.8;
  right: 0;
}
.logo-container a i{
  font-size: 25px;
  font-weight: bold;
  opacity: .8;
}
.logo-container:hover a{
  display: block;
}
a {
  color: #d4ad36 !important;
}


.form-check-input {
  border-color: #d4ad36;
}
.form-check-input:checked, .dropdown-menu .active {
  background-color: #d4ad36 !important;
  color: #eeeeee !important;
  border-color: #d4ad36;
}
.form-control, .form-control:hover, .form-control:focus,
input.form-check-input,
input.form-check-input:hover,
input.form-check-input:focus,
input.form-check-input:checked{
  box-shadow: none;
}
a.active, a:hover, a:focus {
  background-color: #d4ad36 !important;
  color: #ffffff !important;
}
.navbar-brand:hover, .navbar-brand:focus, .navbar-brand.active{
  background-color: transparent;
  border: none;
  color: transparent;
}

