html {
  font-size: 14px;
}
.payout-input {
    width: 70%;
}
@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px !important;
}
:root {
    --color-primary: #81c5be;
}
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

/*.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 300px;
    z-index: 9999;
    background: url(../FAVICON.svg) center no-repeat #fff;
}*/
.change-shadow {
    box-shadow: 1px 1px 3px 2px;
    color: #3e3e3e;
}
.banner-bg {
    background-image: url('../img/landingpage/GBN-Background-1.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.colapsed-item li {
    width: 80%;
    margin: 0 auto;
}
.sidebar-toggle-custom {
     height: 26px; 
     width: 26px; 
     line-height: 19px; 
    text-align: center; 
    background: #81c5be;
    color: #fff;
    z-index: 911;
    padding: .2rem;
    border-radius: 1rem;
    box-shadow: 0 .125rem .25rem rgba(58,87,232,.1);
}
.sidebar.sidebar-default .nav-link:not(.static-item).active{
    box-shadow:none !important;
}
.sidebar.sidebar-default .nav-link:not(.static-item):hover:not(.active):not([aria-expanded=true]) {
    background: var(--color-primary);
    color:#fff;
}

@media screen and (max-width: 575px) {
    .payout-input {
        width: 100%;
    }
    /*    body {
        margin-bottom:30px !important;
    }*/
}