/* custom css 
color

black - #212529;



*/


/* static css */

h1, h2, h3, h4, h5, h6, p, span, a, strong{
	color: #212529;
	margin-bottom: 0px;
}
ul{
	list-style: none;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 27px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 21px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 15px;
}
.w-50{
	width: 50px !important;
}
.w-100{
	width: 100px;
}
.w-150{
	width: 150px;
}
.w-200{
	width: 200px;
}
.bgblack{
	background-color: #212529;
}
.bggreen{
	background-color: #70c8b3;
}
.txtblack{
	color: #212529;
}
.txtgreen{
	color: #70c8b3;
}
.btngreen{
	background: #70c8b3;
	color: #fff;
}


/* login page css */
.loginbg{
	height: 100vh;
	position: relative;
	background-image: url(../img/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.loginlogo{
	position: absolute;
	top: 40%;
	right: -60px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
    padding: 24px
}
.login-form{
	height: 100vh;
	padding:2rem 2rem 2rem 4rem;
}

.loginbtn{
	height: 50px;
}

/* login page css end */


/* dashboard page css */
.header{
	background-color: #fff;
	box-shadow: 0px 0px 10px var(--bs-gray-400);
	padding:.5rem 1rem;
	margin-bottom: 2px;
}
.header span{
	cursor: pointer;
	line-height: 40px;
}

.main-content{
	padding:.5rem;
	height: calc(100vh - 60px);
	background: #f1f4f6;
	overflow:auto;
}
.data-filter-con{
	padding:.7rem;
	background: #f8f9fa;
	border-radius: 2px;
	margin-bottom: .5rem;
}
.data-filter-con h5{
	line-height: 30px;
}
.data-filter-con .form-control, .data-filter-con .form-select{
	font-size: 12px;
	border-radius: 2px;
}
.data-filter-con .btn{
	font-size: 12px;
	border-radius: 2px;
}
.main-data-con{
  padding:.5rem;
  background-color: #fff;
  border-radius: 2px;
  
}
.main-data{
	height: calc(100vh - 155px);
}
.main-data .table{
	font-size: 13px;
  margin-bottom: 0px;
}
/* table scroll */
.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  overflow: auto;
}
.table-scroll table {
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: top;
}
.table-scroll thead th {
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  color: #000;
  z-index:4;
  font-size: 13px;
  font-weight: 700;
}
.table-scroll thead{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
}
.search-icon{
  float: left;
  font-size: 10px;
  padding: 3px;
  cursor: pointer;
}
.searchbox{
  position: absolute;
  top: 2px;
  padding: 0px 4px;
  left: 0px;
  z-index: 11;
  width: 100%;
  display: none;
}
.searchbox .form-control{
  height: 25px;
  font-size: 12px;
  padding-right:20px;
  border-radius: 2px;
}
.search-hide{
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 10px;
}
.short-icon{
  padding: 3px;
  float: right;
  width: 25px;
  cursor: pointer;
}





.app-header{
  flex:1;
  padding:0px 1rem;
}
.app-header-right{
  align-items: center;
    margin-left: auto;
}
.top-search .form-control{
  border-radius: 20px;
  width: 300px;
  font-size: 14px;
  padding-top: 8px;
}
.user-dropdown{
  padding: 0px 0px 0px 25px;
  border-left: 2px solid #eee;
}
.user-dropdown .user-name-desig h4{
  font-size: .88rem;
  font-weight: bold;
  opacity: .9;
  color: #343a40;
  margin-bottom: 0px;
  line-height: 18px;
}
.user-name-desig{
  padding-left:10px;
}
.user-dropdown .dropdown-menu{
  width: 352px;
  /*left: -242px!important;*/
  padding:0px;
} 
.user-dropdown .drp-m-header{
  padding:1.5rem .5rem;
  background-color: hsl(223deg 66% 55% / 7%);
}
.user-dropdown .drp-m-header .logoutbtn .btn{
  border-radius: 20px;
  padding:8px 30px;
}
.userdrp-content ul{
  padding:10px 0px;
  margin-bottom: 0px;
}
.userdrp-content li{
  color: #656565;
  font-size: 13px;
  padding:5px 20px;
  font-weight: 600;
}
.userdrp-content li a{
  color: #3f6ad8;
  font-size: 13px;
}
.drp-sup-lik{
  border-top:1px solid #ddd;
}
.con-support:first-child{
  border-right:1px solid #ddd;
}
.con-support{
  padding:10px;
}
.con-support .inner{
  padding:1rem 10px;
  font-weight: 600;
  font-size: 14px;
  transition: all .5s;
  border-radius: 10px;
}
.con-support .inner.one:hover{
  background-color: #f7b924;
  cursor: pointer;
  color: #fff;
}
.con-support .inner.two:hover{
  background-color: #d92550;
  color: #fff;
  cursor: pointer;
}
.con-support .inner i{
  font-size: 20px;
  padding: 5px;
}
.user-dropdown .user-name-desig p{
  font-size: .75rem;
  opacity: .5;
  color: #495057;
  margin-bottom:0px;
}
.user-dropdown .dropdown-toggle::after {
  border-top: .3em solid #6c757d;
  border-right: .3em solid #34343400;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.user-dropdown .user-icon{
  width: 40px;
  height: 40px;
  border:1px solid #ddd;
  border-radius: 50%;
  overflow:hidden;
  cursor: pointer;
}
.right-line-menu{
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.head-drop-con .dropdown-toggle::after{
  display: none !important;
}
.icon-con{
  position: relative;
  cursor: pointer;
  
}
.head-drop-con .dropdown-toggle .icon{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #eee;
  opacity: .1;
  transition: opacity .5s;
}
.icon-con i{
  position: absolute;
    top: 32%;
    margin: 0 auto;
    left: 28%;
    font-size: 17px;
}
.head-drop-con .dropdown-toggle .icon-con:hover .icon{
  opacity: .2;
}
.supp-drp{
  margin-right: 20px;
}
.notif-drp{
  margin-right: 10px;
}
.supp-drp .dropdown-menu{
  width: 600px;
  /*left:-346px!important;*/
  padding:0px;
}
.notif-drp .dropdown-menu{
  width: 300px;
  /*left:-247px!important;*/
  padding:0px;
}
.drp-m-header{
  padding:10px;
  position: relative;
  color: #fff;
}
.drp-m-hed-in{
  position: absolute;
  width: 100%;
  background-image: url(../images/dropdownbg.jpg);
  opacity: .2;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.drp-m-content{
  padding:20px;
  position: relative;
}
.logo24x7{
  position: absolute;
  bottom: 0px;
  right: 5px;
  width: 100px;
  height: 80px;
}
.drp-m-content label{
  font-size: 14px;
  font-weight: 600;
}
.drp-m-content .form-control{
  font-size: 14px;
  border-radius: 0px;
}
.connect-us{
   border-right:2px solid #777;
}
.dropdown-toggle::after {
    display: none;
}
.searchicon{
  position: absolute;
  top: 9px;
  right: 13px;
  font-size: 18px;
  cursor: pointer;
  color:#343a40;
}

.short-icon {
    padding: 3px;
    float: right;
    width: 25px;
    cursor: pointer;
}
.form-control:focus, .form-select:focus{
  box-shadow: none;
}