* {
    margin: 0px;
    padding: 0px;
    list-style: none;

}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

a:hover {
    color: #444;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.cp {
    cursor: pointer
}
html,body{
    height: 100%;
}
p {
    margin-bottom: 0px;
    width: 100%;
}
.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;

}
.hid{
    display: none;
}
.top-mar{
    margin-top: 15px;
}
.h-100{
    height: 100%;;
}
::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}
.container-fluid{
    padding: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: font-regular;
}
strong{
	font-family: 'Ubuntu', sans-serif;
}
body{
    background-color:#fafafa !important;
    font-family: 'Ubuntu', sans-serif;
   color: #6A6A6A;
   overflow-x: hidden;

}



.bg-login {
    position: relative; /* Ensures positioning for video */
    min-height: 100vh; /* Full viewport height */
    /* padding: 20px; */
    overflow: hidden; /* Ensures the video doesn't overflow the container */
  }
  .bg-login h6 {
    font-weight: bold;
    color: #000000bd;
  }
  .bg-login video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the area properly */
    z-index: -1; /* Puts the video behind the content */
  }

/* .login-card{
    background-color: #fff;
    float: none;
    margin: auto;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    margin-top: 8%;
    margin-bottom: 5%;
    
} */
/* .detail-part{
    background-image: url(../images/login-balloon.jpg);
    padding: 30px;
    background-size: 100%;
}
.detail-part h1{
    color: #fff;
}
.detail-part p{
    color: #fff;
    margin-top: 30px;
} */
.logn-part{
    padding: 30px;
}
.logo-cover img{
    margin-bottom: 30px;
}
/* .form-cover h6{
    margin-bottom: 30px;
} */
 
.form-cover input{
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: white;
}
.form-footer .forget-paswd{
    text-align: left;
}
.button-div{
    text-align: right;
}
.form-footer{
    margin-bottom: 50px;
}
.button-div .btn{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}
.button-div .btn:hover{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}
.button-div .btn:active{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}
.button-div .btn:focus{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}

/* @media screen and (max-width: 1100px){
    .bg-login{
        background-image: url(../images/bg-mobile.jpg);
    }
} */

.modal-footer {   border-top: 0px; }


 /* USER TABLE */
 .main-card-container{
    background-color: #eee!important;
 }
 .col-md-7.login-part.py-4 {
    position: absolute;
    right: 93px;
    top:9px;
    width: 499px;
  }
 .col-md-7 .row{
    background-color: #ffffffa8;
  }
 .main-card-container .table-container .card-header{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
 }
 /* .table-container{
    position: relative!important;
      top: 90px!important;
      margin-left: 280px!important;
      margin-right: 20px!important;
      min-height: calc(100vh - 141px);
  }
  @media(max-width: 1024px){
    .table-container{
        position: relative!important;
          top: 90px!important;
          margin-left: 20px!important;
          margin-right: 20px!important;
          min-height: calc(100vh - 141px);
      }
  } */


  /* select.form-control:not([size]):not([multiple]) {
    height: calc(3.2rem + 2px) !important;
} */
.custom-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .custom-header label, .custom-header input {
    margin-right: 10px;
  }

  .select2-container {
    width: 300px !important;
  }