*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{   
    width: 100%;
    overflow-x: hidden;
}
.login-background{
    background-color: #beefff;
}

.btn-dashboard{
    width: 90%;
    margin: 10px;
    background-color: #1959f6 !important;     
    /*background-color: red !important;*/
    color: #ffffff !important;     
}

th,td{
    text-wrap: nowrap;
}

.loguot-btn img{
    width: 35px;
}
a{
    text-decoration: none;
}

/*.header{*/
/*    background-color: #00BBF9;*/
/*}*/

/*Dashboard Starts*/
    .small-b{
        font-weight: 900;
        color: #787878;
    }
    .overviwe-card {
        min-height: 5rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }
    .overviwe-icon-box {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to bottom right, #5090fb, #0b03bf);
        border-radius: 10px;
        font-size: 30px;
        color: #ffffff
    }
    
    .icon-box {
        width: 160px;
        height: 160px;
        background-image: linear-gradient(to bottom right, #d550fb, #9603bf);
        border-radius: 10px;
    }
/*Dashboard Ends*/    


.uppercase-text {
  text-transform: uppercase;
}

input[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
}