.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #3366ff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd_clr {
    background: #3366ff;
}

.navbrand {
    position: absolute;
    color: #fff;
    left: 15px;
    top: 8px;
    font-size: 23px;
}

.btmode {
    color: #fff;
    background: #00000078;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fs-12{
    font-size: 12px;
}
.btn.dftbtn {
    background: #fff;
    display: block;
}
.btn.dftbtn:hover, .btn.dftbtn:focus{
    background: #fff;
    display: block;
    color: #000;
}

.btsec {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixhgt {
    padding: 0;
    list-style: none;    
    min-height: 210px;
}

.fixhgt li {
    background: black;
    padding: 5px 15px;
    margin-bottom: 5px;
}


.fixhgt li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}


.btmode-scroll {
    color: #fff;
    background: #00000078;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow-y: scroll;
    height: 200px;
}
.btmode-scroll::-webkit-scrollbar {
    width: 8px;
  }
  
  .btmode-scroll::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
}
  .btmode-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }

  .fw300{
    font-weight: 300;
  }
  .fw600{
    font-weight: 600;
  }
  .bgsec{
    background: #00C32B;
  }

  .inputbox {
    height: 50px;
    background: #e9e9e9;
}
.modalbg {
    border-top: 2px solid #fff;
    border-radius: 0.5rem;
    background: #AA0000;
}