@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
a{text-decoration: none!important;}
li{list-style-type: none!important;}
html{scroll-behavior: smooth;}
body{background: #ecf0f4!important; font-family: 'Inter', sans-serif!important;}
.active{background: rgba(0, 0, 0, .4); color:white;}
.vertical-nav {
  width: 270px;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background: #0b132b;
  scrollbar-width: thin;
}
.vertical-nav ul li a{font-size:17px;}
.icnfnt{font-size:20px;}
.brandlogo{ background: #0b132b; padding:15px 25px; border-bottom: 1px solid rgba(255, 253, 253, 0.1);}
.navpad{padding: 18px 15px 18px 30px!important; color:white!important;}
.navpad:hover{background: rgba(0, 0, 0, .4); color:white;}
.page-content {width: calc(100% - 17rem); transition: all 0.4s;}
.btntoggle{background: #333; padding: 18px 19px; border: black; border-radius: 88px; position: fixed; top: 9px; z-index: 9999; right: 15px;}
#sidebar.active {margin-left: -17rem;}
#content.active {width: 100%; margin: 0;}
.header {
    position: fixed;
    height: 70px;
    width: calc(100% - 260px);
    background: #fff;
    right: 0;
    top: 0;
    z-index: 123;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}
.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50%;
	float:left;
}
.header-left .header-search {width: 100%; padding: 15px 30px 3px;}
.header-left .header-search .form-group { position: relative;}
.header-left .header-search .search-icon {position: absolute; left: 20px; top: 15px; font-size: 20px; color: #777;}
.header-left .header-search .search-input {padding-left: 50px; padding-right: 55px;}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
    width: 50%;
	float:right;
}
.user-info-dropdown {padding: 6px 22px 5px 0;}
.user-info-dropdown .dropdown-toggle .user-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
    background: #ebeff3;
    color: #1b00ff;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
}
.dropdown-toggle .user-icon img {width:50px; border-radius: 100%;}
.main-container {padding: 80px 20px 0 280px;}
.card-box{
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px rgba(0, 0, 0, .08);
}
.pd-ltr-20 {padding: 20px 20px 0;}
.mb-30 {margin-bottom: 30px;}
.pd-20 {padding: 20px;}
.btnwidth{width:20%;}
.form-control{height:50px!important;}
textarea.form-control{height:180px!important;}
.btnfnt{font-size:12px!important;}
.tablefont{font-size:13px;}

@media (max-width: 991px) {
  #sidebar {margin-left: -17rem;}
  #sidebar.active {margin-left: 0; width: 250px;
height: 600px;}
  #content {width: 100%; margin: 0;}
}
@media (min-width:5px) and (max-width:767.98px){
.header{width: 100%;}
.header-left .header-search {padding: 15px 10px 3px;}
.user-info-dropdown {padding: 10px 8px 10px;}
.main-container {padding: 80px 0px 0 0px;}
.btnwidth{width:50%;}
}

@media (min-width:768px) and (max-width:991.98px){
.header{width: 100%;}
.main-container {padding: 80px 0px 0 0px;}
.user-info-dropdown {padding: 11px 20px 5px 0;}

@media (min-width:1301px) and (max-width:100px){
.main-container {padding-left: 270px;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.notfound .notfound-404 {height: 280px; position: relative; z-index: -1;}
.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 190px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../images/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}
.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}
.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
   box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}