html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-primary, .btn-primary:hover
{
    color: #fff;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
   
}

.device-control {
    background-color: #2a2c39;
    color: #fff;
}

.setting-card {
    background-color: #2a2c39;
    color: #fff;
}

.btn-primary {
    color: rgb(42, 44, 57) !important;
}

.modal-content {
    background-color: #2a2c39 !important;
}

.bootstrap-datetimepicker-widget {
    background-color: #fff;
    border-color: #2b3135;
    width: 100%;
}


.bootstrap-datetimepicker-widget table {
    color: #000;

}

    .bootstrap-datetimepicker-widget.btn {
        color: #000 !important;
    }
