
  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

#main-wrapper .topbar .top-navbar .navbar-header[data-logobg="skin5"] {
background:linear-gradient(120deg, #00e4d0, #5983e8) !important;
}
#main-wrapper .topbar[data-navbarbg="skin5"] {
background:#010C57;
}
.card-crud {
  width: 500px;
  margin: auto;
  max-width: 90%;
}

.left_tab{
background: none;
border: none;
color: #fff;
font-weight: 700;
border-bottom: 1px solid #209edb;
padding: 10px;width: 100%; text-align: left;
}
.left-sidebar{
  background: linear-gradient(120deg, #00e4d0, #5983e8) !important;
}
#main-wrapper .left-sidebar[data-sidebarbg="skin5"] ul {
background: linear-gradient(120deg, #00e4d0, #5983e8) !important;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
background: #909091;
opacity: 1;
}
#navbarSupportedContent {
background:linear-gradient(120deg, #00e4d0, #5983e8);}
.card{
border: 1px solid #cacaca;
padding: 10px;

border-radius: 8px;
}
.card-title{
  color: #447352;
  text-align: center; font-weight: 600; font-size: 22px;
}
  .card-subtitle {

color: #000;
text-align: center;
}
.page-wrapper {

    position: relative;
    margin-left: 250px;
    background: linear-gradient(120deg, #00e4d0, #5983e8) !important;
}
.card-text{
color: #040F8F !important;
text-align: center;
}
.sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link {
color: #fff;
}
#main-wrapper .left-sidebar[data-sidebarbg="skin5"], #main-wrapper .left-sidebar[data-sidebarbg="skin5"] ul {
background:linear-gradient(120deg, #00e4d0, #5983e8);
}
.sidebar-nav ul .sidebar-item .sidebar-link {
color: #fff;
padding: 14px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 25px;
}
#myTab{ background: #2c3886;margin-top: 15px; }
#myTab .nav-link{color: #fff;}
#myTab .nav-link.active{color: #000}
.card-header label {
    font-size: 16px;
    font-weight: 700;
}
.table{ background-color: #fff !important; }

.table th, .table thead th {
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
.footer {
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
}
.btn.btn-success {
    text-transform: uppercase;
    font-weight: 800 !important;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    font-size: 1.1rem !important;
}
#myTab {
    background: #2c3886;
    margin-top: 15px;
    padding: 0rem !important;
}

img {
    vertical-align: middle;
    border-style: none;

    margin: auto 100%;
}
.over{
  overflow-x: auto;
}
.topbar .top-navbar .navbar-header .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    padding:  0px 30% !important;
}


.footer a {
    color: #447352;

}



.card-header1 {
    padding: 0.22em 0.22rem !important;
    margin-bottom: 0;
    margin-left: 1rem;
    border-bottom: 0px solid transparent;
}






@media screen and (min-width:360px){
.title {
    font-size: 2.6rem;
    font-weight: bold;
}
img {
    vertical-align: middle;
    border-style: none;

    margin: auto;
  }

}
