/* Custom css */
#name-error {
  color: crimson;
}

.form-group input[type="file"] {
  opacity: unset;
  position: static;
}

/* table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 84px;
    left: 16px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
} */

video {
  width: 100%;
  height: auto;
}

canvas {
  width: 100%;
  height: auto;
}
.table-responsive {
  overflow: auto;
  padding-bottom: 0px;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 87%;
  list-style: none;
  border-radius: 0.25rem;
}

@media screen and (max-width: 767px) {
  .pagination {
    padding-left: 0;
  }
}

.card h3,
.h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.4em;
  border-bottom: 1px solid #dee2e6;
}

.card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  transition: all 0.2s;
  border-radius: 9px;
}

/*============Custom CSS===========*/
/* Login */
.auth-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* z-index: 1; */
  background-image: url('../assets/login-bg.jpg');
  /* background-image: url(../../assets/login-bg.jpg); */
}
.auth-container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.wrap-login100 {
  /* width: 500px; */
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 55px 37px;
  background: #fff;

  /* background: #9152f8;
  background: -webkit-linear-gradient(top, #040a4b, #24a4e9);
  background: -o-linear-gradient(top, #040a4b, #24a4e9);
  background: -moz-linear-gradient(top, #040a4b, #24a4e9);
  background: linear-gradient(top, #040a4b, #24a4e9); */
}



.login-form .form-control {
  padding: 1rem 0.75rem;
}
.login100-form-title {
  font-size: 21px;
  /* color: #fff; */
  color: #001a7a;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
.txt1 {
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}
.widget-link {
  text-decoration: none;
}
.widget-link:hover {
  text-decoration: none;
}
.widget-box {
  min-height: 125px;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.widget-box .media {
  padding: 22px 10px;
}
.widget-box h3 {
  font-size: 24px;
  color: #46484e;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7px;
}
.widget-box p {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #a7acb5;
}
.widget-box-green {
  background-color: #24ac6d;
}
.widget-box-pink {
  background-color: #df4a7d;
}
.widget-box-brown {
  background-color: #e1774d;
}
.widget-box-blue {
  background-color: #42a5c8;
}
.widget-box-purple {
  background-color: #7154bb;
}
.widget-box-red {
  background-color: #72061f;
}
.widget-box-red h3,
.widget-box-green h3,
.widget-box-pink h3,
.widget-box-brown h3,
.widget-box-blue h3,
.widget-box-purple h3,
.widget-box-green p,
.widget-box-pink p,
.widget-box-brown p,
.widget-box-blue p,
.widget-box-purple p {
  color: #ffffff;
}
.widget-footer p {
  font-size: 11px;
  color: #2f2f2f;
}
.widget-footer p span {
  color: #1a9f83;
}
.col-md-20 {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}


.col-md-30 { position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 30%;
    max-width: 20%;
  }

  .col-md-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 40%;
    max-width: 30%;
  }
}
/* Reset Css */
.rounded-pill {
  border-radius: 50px;
}
.table > thead > tr > th {
  white-space: nowrap;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2e1c99;
  border-color: #2e1c99;
}

.page-link {
  color: #2e1c99;
}

.navbar.navbar-transparent {
  background-color: #fff !important;
}

.navbar.navbar-transparent .nav-item .nav-link:not(.btn) {
  color: crimson !important;
}

.dropdown-toggle::after{
  color: crimson !important;
}

.sidebar .logo, .off-canvas-sidebar .logo{
  background-color: #fff !important;
  
}

.navbar a.dropdown-item{
  color: white !important;
  background-color: crimson !important;
}

.card-header{
  background-color: darkblue !important;
  color:white !important;
}

.card-header > a.btn{
  background-color: crimson;
}