.card {
  /*filter: blur(8px);*/
  /*-webkit-filter: blur(8px);*/
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(187,88,88,0);
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: .375rem;
  border: 0;
}

.shadow {
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.bg-card-gradient {
  background: linear-gradient(-45deg, #1970e2, #4695ff);
  color: #fff;
}

.card .left {
  border-radius: .375rem 0 0 .375rem;
}

.card .right {
  border-radius: 0 .375rem .375rem 0;
}

.col-form-label {
  color: #627285;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

label {
  color: #627285;
}

.opacity-75 {
  opacity: .75 !important;
}

p {
  /*font-family: 'Scope One', serif;*/
  font-size: 16px;
}

.sm {
  font-size: 12px;
}

.bg-card-gradient a {
  color: #fff;
}

.bg-auth-circle-shape {
  position: absolute;
  right: -8.75rem;
  top: -5.125rem;
  width: 200px;
  z-index: -1;
}

#frm-login {
  z-index: +1;
}

.row {
  margin: 0;
}

.search-box, .search-input {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.7;
  border-radius: 50rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fa.fa-search.text-secondary {
  position: absolute;
  top: 0px;
  padding: 13px;
}

#profile-pic {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  position: absolute;
  margin-left: -45px;
}

.dropdown-item {
  font-size: 12px;
}

.no_drop_icon::after {
  display: none;
}

.dropdown:focus {
  box-shadow: none;
}

#btn-notifications {
  font-size: 24px;
}

.text-secondary {
  color: #5e6e82!important;
}

.menu h6 {
  margin-top: .5rem;
}

.card-bg1 {
  border: 1px solid white;
  color: #ffffff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.08);
  color: #ffffff;
  background-image: url(../../../assets/img/corner-4.png?h=7985e016c0e6b264b069a3011388ed56);
  background-size: cover;
  background-position: right;
  background-repeat: repeat-y;
}

.dataTables_length {
  float: left;
}

input {
}

input, select {
  display: block;
  width: 100%;
  padding: .1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_info {
  float: left;
  font-size: 13px;
  color: #5e6e82;
}

.dataTables_paginate {
  float: right;
  font-size: 13px;
  color: #5e6e82;
}

.dataTables_paginate span a {
  color: #5e6e82;
  background-color: #ffffff;
  border-color: #bebebe;
  padding: 5px;
  border-radius: 0;
}

.dataTables_paginate a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.dataTables_paginate a.disabled {
  color: #fff;
  background-color: rgba(0,123,255,0.77);
}

.dataTables_paginate a.previous {
  border-radius: 5px 0 0 5px;
}

.dataTables_paginate a.next {
  border-radius: 0 5px 5px 0;
}

.card-head {
  border: 1px solid white;
  padding: 1.25rem;
  background-color: #111e26;
  border-bottom: 1px solid #dee2e6!important;
  border-radius: 5px;
}

.btn.btn-link {
  color: #6d757d;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: blink;
}

select.form-control[multiple], select.form-control[size] {
  height: 38px;
}

.btn-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.table td, .table th {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #ffffff;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.form-control, .form-sub-control {
  display: block;
  /*padding: 2px 5px !important;*/
  /*height: 30px;*/
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-result {
  background-color: rgb(255,226,153);
  color: #000;
  position: absolute;
  width: 90%;
  margin-left: 2%;
  display: none;
  z-index: +1;
  overflow-x: hidden;
  max-height: 300px;
  overflow-y: scroll;
}

.search-result .col-12:hover {
  background-color: #fec944;
}

.vh-75 {
  height: 75vh!important;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #f700ed;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

