*{margin: 0%; padding: 0%;}
 /* Handle */
 ::-webkit-scrollbar
 {
     width: 0px;
     background-color: #0EA5C6;
 }
  /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover
 {
     background-color: #79C4D5;
     border-radius: 0px;
 }
 body{
    background-color: black;
    color: #ffffff;
 }
 input[type=text]{
    background-color: #212529 !important;
    color: #ffffff !important;
 }
 input[type=tel]{
    background-color: #212529 !important;
    color: #ffffff !important;
 }
 input[type=password]{
    background-color: #212529 !important;
    color: #ffffff !important;
 }
 input[type=date]{
    background-color: #212529 !important;
    color: #ffffff !important;
 }
select{
    background-color: #212529 !important;
    color: #ffffff !important;
 }
 .card{
    background-color: #212529;
    color: #ffffff;
 }
 .card-link i{
    color: #2d64fb !important;
 }
 .card-link h5{
    color: #2d64fb !important;
 }
 
.h-h
{
    height: calc(100vh - 93vh);
    width: 100%;
}
.h-side
{
    height: 82vh;
    overflow-y: auto;
}
.h-mid
{
    height: 81vh;
     width: 65%; 
    overflow-y: auto;
}
.h-f
{
    height: calc(100vh - 96vh);
    width: 100%;
}
.tableHeight{
    height: calc(100vh - 10vh) !important;
    overflow-y: auto;
}
.text-light {
    color: #393939 !important;
  }
.bg-royalblue
{
    background: rgb(120, 228, 160) !important;
    color: #393939 !important;
}
.txt-royalblue
{
    color: rgb(120, 228, 160) !important;
}
.icon
{
    color:rgb(120, 228, 160)!important;
}
.btn-primary {
    background: rgb(120, 228, 160) !important;
    border-color: rgb(120, 228, 160) !important;
    color: #393939 !important;
}
.card i {
    color: rgb(120, 228, 160) !important;
}
.card .card-title {
    color: rgb(120, 228, 160) !important;
}
.active {
    background: rgb(120, 228, 160) !important;
    border-color: rgb(120, 228, 160) !important;
    color: #393939 !important;
}
.card a
{
    text-decoration: none;
}
.img
{
    height:50px;
}

@media (max-width: 575px) {
    .fa-2x
    {
        font-size:20px !important;
    }
}
@media (max-width:550px) {
    .h-mid
    {
        width: 100%;
    }
    .keyboard {
        display: none;
    }
}
@media (min-width: 1024px) {
.keyboard {
    z-index: 9999999;
}
/* fallback Icon keyboard fonts */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
  /* Keyboard fonts ends here */
   
.keyboard {
    position: fixed;
    /* left: 18%;
    bottom: 10; */
    /* width: 25.8%; */
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #171333;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: bottom 0.4s;
}

.keyboard--hidden {
    bottom: -100%;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 45px;
    /* width: 25%; */
    width: 6%;
    max-width: 90px;
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    /* color: royalblue; */
    font-size: 1.05rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key:active {
    background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
    width: 15% !important;
}

.keyboard__key--extra-wide {
    width: 36%;
    max-width: 500px;
}

.keyboard__key--activatable::after {
    content: '';
    top: 10px;
    right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.keyboard__key--active::after {
    background: #2d64fb;
}

.keyboard__key--dark {
    background: rgba(0, 0, 0, 0.25);
    color: #311261;
}

.hide-me {

    display: none;
}

.backspace-btn {
    width: 200px !important;
    /* margin-left: 10px; */
    margin-left: 0px !important;
    margin-right: 3px !important;
}

.nr-0 {
    /* margin-left: -22px !important; */
    margin-right: 33px !important;
}

}
