.vid-container{
  position:relative;
  height:60vh;
  overflow:hidden;
}
.bgvid.back {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
}
.inner {
  position: absolute;
}
.inner-container{
  width:400px;
  height:380px;
  position:absolute;
  top:calc(30vh - 200px);
  left:calc(50vw - 200px);
  overflow:hidden;
}
.bgvid.inner{
  top:calc(-50vh + 200px);
  left:calc(-50vw + 200px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
  -webkit-filter:blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter:blur(10px);
}
.box{
  position:absolute;
  height:100%;
  width:100%;
  font-family:Helvetica;
  color:#fff;
  background: #404040;/* rgba(0,0,0,0.13); */
  padding:5px 0px;
}
.box h1{
  text-align:center;
  margin:30px 0;
  font-size:30px;
}
.box input{
  display:block;
  width:300px;
  margin:20px auto;
  padding:15px;
  background:rgba(0,0,0,0.2);
  color:#fff;
  border:0;
}

.box select{
  width:300px;
  margin:20px auto;
}
.box input:focus,.box input:active,.box button:focus,.box button:active{
  outline:none;
}
.box button{
  background:#742ECC;
  border:0;
  color:#fff;
  padding:10px;
  font-size:20px;
  width:300px;
  margin:20px auto;
  display:block;
  cursor:pointer;
}
.box button:active{
  background:#27ae60;
}
.box p{
  font-size:14px;
  text-align:center;
}
.box p span{
  cursor:pointer;
  color:#666;
}

.bg-gradient-primary{
  background-image:linear-gradient(195deg, rgba(108,207,222,1) 0%, rgba(54,185,204,1) 100%);
}
.text-primary{
  color:#4e73df!important
} 

.pl-1{
  padding-left : 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.small{
  font-size: 8px;
}

.navbar-main , .navbar-main h6, .navbar-main li.breadcrumb-item, .navbar-main li.breadcrumb-item a, .navbar-main label {
  background-color: #01a09b;
  color:white;
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line{
  background: white;

}

.d-xl-none {
  display: block !important;
}

.sidenav.fixed-start+.main-content {
  margin-left: 0;
}

.navbar-vertical.navbar-expand-xs{
  display:none;
}

.card-header{
  background-color:#f8f9fc;
}

.card{
  --bs-card-border-width: 1px;
  
}

.card-border-bottom{
  border-bottom: 0.25rem solid #4e73df!important;
}

.bg-blue{
  background-color: blue;
  text-align: center;
}

.tile-stats.tile-red{
  background: #f56954;
}

.tile-stats {
  position: relative;
  display: block;
  background: #303641;
  padding: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tile-stats.tile-red .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats .icon {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
  color: #fff;
}

.tile-stats .num {
  font-size: 38px;
  font-weight: bold;
}

.tile-stats .num, .tile-stats h3, .tile-stats p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin: 0;
  padding: 0;
}

.tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
  color: #fff;
}
.tile-stats h3 {
  font-size: 18px;
  margin-top: 5px;
}

.tile-stats p {
  font-size: 11px;
  margin-top: 5px;
}

.tile-stats .icon i {
  font-size: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.tile-stats .icon i:before {
  margin: -100px;
  padding: 0;
  line-height: 0;
}

.tile-stats.tile-green {
  background: #00a65a;
}

.bg-light-green{
  background-color: #D1F2EB;
}

.bg-light-green .card-body h6, .bg-light-green .card-body h2{
  color: #01a09b;
}

.fa.fa-user-o.float-right{
  float: right !important;
}

/* .card-body.bg-warning h6,.card-body.bg-warning h3,.card-body.bg-success h6,.card-body.bg-success h3,.card-body.bg-danger h6,.card-body.bg-danger h3{
  color:white;
} */

.font-large-2{
  font-size:75px;
}

.media img{
  width:80px;
  height:80px;
}

.btn-danger, .btn-danger:hover{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    box-shadow: none;
  
}

button.btn_cancel{
  border: none;
  background: no-repeat;
}

.loader{
  height:100vh;
  width:100vw;
  overflow:hidden;
  background-color:#16191e;
  /* position: absolute; */
}

.loader>div{
  height:100px;
  width:100px;
  border:15px solid #45474b;
  border-top-color: #01a09b;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
}

@keyframes spin{
  100%{
    transform: rotate(360deg);
  }
}

.date_selected{
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-color: #fff;
}

#modal_loading .modal-body{
  height: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 60px;
}

.form-control:focus{
  border: unset;
}








