body {
    padding: 0;
    margin: 0;
}

.logo-img{
    width: 130px;
    margin: 0 auto;
}

.logo-img img{
    width: 100%;
}


.wrapper{
    height: 100vh;
    overflow-y: scroll;
    font-family: Abel;
    background-color: rgb(229, 230, 236);
    padding: 20px;
}

h1, h2, h3{
    text-align: center;
    font-family: Abel;
    font-weight: bold;
    color: rgb(21, 33, 91);
}

.card{
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px;
}

.header{
    text-align: left;
    font-size: 1.5em !important;
}
#count{
    text-align: center;
    font-size: 5em;
    color: rgb(21, 33, 91);
    line-height: 250px;
}
.header{
    display: inline-block;
}
.dt-buttons{
    float: right !important;
}
button.dt-button, .live-button{
    background-color: rgb(21, 33, 91);
    background-image: none;
    border: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: white;
}

.live-button{
    width: 120px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(21, 33, 91);
    background-image: none;
    border: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: white;
}

.red-text{
    color: red;
}
.green-text{
    color: rgb(38, 184, 38);
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    border: none;
    background-color: rgb(9, 16, 53);
    background-image: none;
}

.lapp-input{
    background-color: rgb(238, 238, 238);
    font-size: 1.3em;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    width: 100%;
}
.lapp-input:focus{
    background-color: white;
    border: 1px solid silver;;
}

.lapp-btn{
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: rgb(24, 38, 77);
    border:none ;
    color: white;
    outline: none;
    padding: 7px 20px;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}

#link_response, #reset_response{
    display: none;
}

.dataTables_wrapper .dataTables_filter{
    float: none;
    text-align: left;
    border: none
}

.dataTables_wrapper .dataTables_filter input {
   border: 2px solid rgb(235, 235, 235);
   outline: none;
   box-shadow: none;
   height: 40px;
   padding: 5px 10px;
   width: 250px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -ms-border-radius: 2px;
   -o-border-radius: 2px;
}
/* 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    width: 47px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius: 2px;
    background-color:  rgb(24, 38, 77);
    border:1px solid rgb(24, 38, 77);
    background-image: none;
    border:none ;
    color: white !important;
    outline: none;
    padding: 7px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active */