.wrap-sidenav{
    display: none;
}

/*======================================
        Styling sidenav style 
======================================= */

.sidenav{
    height: 100vh;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background: linear-gradient(to right, #0f9b0f, #000000);*/
    z-index: 9999;
    visibility: hidden;
    overflow-y: scroll;
}

.sidenav::-webkit-scrollbar{
    display: none;
}

.sidenav .overlay{
    width: 70%;
    height: 100vh;
    padding: 5px 10px;
    transition: 1s ease;
    background: #1652f0;
    margin-left: -70%;
    position: relative;
    transition: margin-left .8s ease;
    box-sizing: border-box;
}

.sidenav .overlay .cancel{
    position: absolute;
    top: 5px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.wrap-nav{
    width: 100%;
/*    padding: 10px;*/
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}

.wrap-nav ul{
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

.wrap-nav ul a{
    display: block;
    text-decoration: none;
    margin: 10px 0;
}

.wrap-nav ul a li{
    color: #fff;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.wrap-nav ul a li:hover{
    background-color: #7e3f10;
    background-color: rgba(255,255,255,.3);
    transition: .2s ease;
}

.wrap-nav ul a li .icon{
    margin-right: 10px;
    color: white;
}

.wrap-nav ul a li .plus i{
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 8px;
    transition: .2s ease;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;      
  margin: 3px 0;
  background-color: white;
  height: 1px;
}

.plus-change{
    transition: .2s ease;
    transform: rotate(45deg);
}

#logout-req {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,82,240,.7);
    display: none;
    z-index: 9000;
}

#logout-req #log-wrap {
    position: relative;
    width: 300px;
    height: auto;
    padding: 10px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #000, #262626);
    border-top: 2px solid rgb(113,17,0);
    border-left: 2px solid rgb(113,17,0);
    border-right: 2px solid rgb(113,17,0);
    border-bottom: 2px solid rgb(113,17,0);
}

#logout-req #log-wrap #log-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}

#logout-req #log-wrap #log-title h2 {
    margin: 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    color: white;
    padding-top: 20px;
}

#logout-req #log-wrap #log-answer {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#logout-req #log-wrap #log-answer nav {
    padding: 10px 2px;
    padding-bottom: 20px;
}

#logout-req #log-wrap #log-answer nav a {
    margin: 0 30px;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

#logout-req #log-wrap #log-answer nav a:hover {
    color: rgb(113,17,0);
    transition: .5s ease;
}


#modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,160,.8);
    display: none;
    z-index: 9000;
    border-radius: 5px;
}

#cashout-modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,160,.8);
    display: none;
    z-index: 9000;
    border-radius: 5px;
}

.modal-wrap{
    position: relative;
    width: 280px;
    height: auto;
    padding: 40px 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
}

.modal-head{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.modal-head h3{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Nunito",sans-serif;
    font-weight: bold;
    color: green;
}

.modal-steps{
    width: 100%;
    height: auto;
    text-align: justify;
    margin-bottom: 25px;
    padding: 0 10px;
    box-sizing: border-box;
}

.modal-steps p{
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 12px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: black;
    line-height: 24px;
}

.modal-steps p:nth-child(2){
    color: green;
    font-weight: lighter;
}

.modal-list{
    width: 100%;
    height: auto;
    text-align: justify;
}

.modal-list ol{
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
}

.modal-list ol li{
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Nunito",sans-serif;
    font-weight: bold;
    color: dimgrey;
    margin-bottom: 5px;
}

.modal-button{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

.modal-button a{
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: black;
    border: 1px solid grey;
    padding: 4px 12px;
    cursor: pointer;
}

.close-modal{
    position: absolute;
    top: 5px;
    right: 10px;
}

.close-modal i{
    border: 1px solid #eee;
    padding: 3px 5px;
    color: red;
    cursor: pointer;
}

.cash-modal{
    position: absolute;
    top: 5px;
    right: 10px;
}

.cash-modal i{
    border: 1px solid #eee;
    padding: 3px 5px;
    color: red;
    cursor: pointer;
}

#payout-modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,160,.8);
    display: none;
    z-index: 9000;
    border-radius: 5px;
}

.modal-header{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.modal-header h3{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Nunito",sans-serif;
    font-weight: bold;
    color: lawngreen;
    color: #35af35;
}

.fund-form{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.fund-form .fund-box{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.fund-form label{
    width: 45%;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
}

.fund-form input{
    width: 55%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #f4f3ef;
    display: inline-block;
}

.fund-form .fund-btn{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
}

.fund-form .fund-btn button{
    padding: 6px 20px;
    border: none;
    outline: none;
    border-radius: 40px;
    background-color: #385073;
    color: white;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.fund-form .fund-btn button:hover{
    background-color: #102a54;
    transition: .2s ease;
}

.pay-modal{
    position: absolute;
    top: 5px;
    right: 10px;
}

.pay-modal i{
    border: 1px solid #eee;
    padding: 3px 5px;
    color: red;
    cursor: pointer;
}

#error{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-family: "Nunito",sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#error_access{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-family: "Nunito",sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


#account-modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,160,.8);
    display: none;
    z-index: 9000;
    border-radius: 5px;
}

.account-head{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.account-head h3{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Nunito",sans-serif;
    font-weight: bold;
    color: greenyellow;
}

.account-button{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

.account-button button{
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
    color: white;
    background: green;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
}

.account-modal{
    position: absolute;
    top: 5px;
    right: 10px;
}

.account-modal i{
    border: 1px solid #eee;
    padding: 3px 5px;
    color: red;
    cursor: pointer;
}

.wrap-nav .drop-service{
    width: 100%;
    height: auto;
    padding: 5px 30px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.2);
    display: none;
}

.wrap-nav .drop-service ul{
    margin: 0;
    padding: 0;
}

.wrap-nav .drop-service ul li{
    display: block;
    margin: 10px 0;
}

.wrap-nav .drop-service ul li a{
    color: lightgray;
    text-decoration: none;
    font-size: 12px;
    font-family: "Nunito",sans-serif;
    letter-spacing: 1px;
}

.wrap-sidenav .wrap-nav .drop-service ul li a:hover{
    color: white;
    transition: .2s ease;
}

/* Preloader loader style */

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    transition: 1s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader:before{
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s;
} 

.preloader.complete:before{
    left: -50%;   
}

.preloader:after{
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s;
}

.preloader.complete:after{
    right: -50%;   
}

.preloader.complete{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader{
    width: 50px;
    height: 50px;
    align-self: center;
    z-index: 3000;
    font-size: 10px;
    border-top: 1px solid rgb(150,0,0);
    border-right: 1px solid green;
    border-bottom: 1px solid blue;
    border-left: 1px solid black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 9000;
}
        
@-webkit-keyframes spinner{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
        
@keyframes spinner{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}