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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.form-control, .form-check-input, .form-select {
    color: #007fff !important;
    border: 1px solid #8bb0d5 !important;
}
.dashboardbg {
   /* background-image: linear-gradient(60deg, #10b3d6 0%, #1d2746 100%);*/
   
    
}
.form-control:focus {
    box-shadow: none !important;
}

.form-search {
    box-shadow: none !important;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}

.note-modal-footer {
    height: 50px !important;
}
.note-editable {
    background-color: #fff !important;
}