@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}








/* Common Css*/
body {
  font-family: "Roboto-Regular"!important;
  padding: 0px;
  margin: 0px;
  font-size: 0.8125rem !important;
  background: #F1F1F1 !important;
}
html, body {
  overflow-x: hidden;
}
input[type="text"], input[type="password"], .btn {
  min-height: 40px;
  font-size: 0.8125rem
}
textarea {
  font-size: 0.8125rem !important
}
hr {
  opacity: .15;
}
a {
  transition: ease all .2s;
}
.btn-sm{
min-height: 30px !important;
}


.blueBg {
  background: #8575DC
}
.lbBg {
  background: #6AD1CA
}

.orangeBg {
  background: #F1C25A
}

.rustBg{
  background: #f1965a;
}

.pinBg{
  background: #f48198;
}

.darkpiBg{
  background: #e38dd5;
}


.violetBg{
  background: #ac8de3;
}

.greenBg{
  background: #60d580;
}
.greyBg{
  background: #f6f6f6;
}


.rBg {
  background: #ff8686;
}
.text-right {
  text-align: right
}
.text-left {
  text-align: left
}
.w-80 {
  width: 80px;
}
/* Login Page */
.bgmain {
  position: relative; 
  height: 100vh;
  width: 100%;

}


.bgmain::before{
  content: "";
      background-image: url('../img/pexels-vazhnik-7864408.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}


.cdk-overlay-pane{
  min-width: 220px!important;
   pointer-events: auto!important;
    font-size: 16px!important;
     transform: translateX(-16px) translateY(-12px)!important;
      top: 200px!important; 
      left: 155px!important;
}



.login .main {
  text-align: center;
  width: 300px;
  height: 400px;
}
.login .main h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #fff;
  font-weight:'Open Sans' ;
}
.login .main p {
  color: #fff;
  font-size: .8rem;
  /* font-family: 'Open Sans Light'; */
}

.login .main a{
  color: #fff;
  font-weight: bold;
}

.forgot_link {
  color: inherit
}
/* input with Right Icon */
.iwri_email {
  background: url("../img/email.svg")#fff no-repeat 96% center;
}
.iwri_Passwprd {
  background: url("../img/password.svg")#fff no-repeat 96% center;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.90);
  z-index: 99999;
  top: 0px;
  left:0px;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Dashboard*/
.p_Container {
  /* width: calc(100% - 102px); */
  min-height: calc(100vh - 15px);
  margin-left: 0px;
  padding-top: 70px;
}
.p_sideNav {
  /* background: #5C5C5C;
  width: 75px;
  border-radius: 1rem;
  height: calc(100vh - 20px);
  position: fixed;
  left: 10px;
  top: 10px;
  padding: 0.75rem;
  z-index: 2; */
  background: #463E96;
  width: 70px;
  height: calc(100vh - 50px);
  position: fixed;
  left: 0px;
  top: 50px;
  padding: 0.25rem;
  z-index: 999;
  transition: ease all .3s;


}
.p_sideNav .brand img {
  max-width: 100%
}
.p_sideNav .logout {
  position: absolute;
  bottom: 1.5rem;
  text-align: center;
  width: 100%;
  left: 0px;
}
.p_sideNav .logout img {
  max-width: 20px;
}
.p_sideNav .main {
  height: 300px;
  top: 0px;
  bottom: 0px;
  margin-top: 80%;
}
.p_sideNav .dropdown-menu {
  background: #514f4a;
  border: none;
  padding: 1rem;
  min-width: 15rem;
  border-radius: 1rem;
}
.p_sideNav .dropdown-menu .title {
  font-family: 'Open Sans Semibold';
  padding: 0 0 .5rem 0;
  color: #fff
}
.p_sideNav .dropdown-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.35rem 0;
  display: inline-block;
}
.p_sideNav .dropdown-menu a:hover {
  color: #F1C25A
}
/* .welcome {
  background: #FFEDC9;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0px 0px 1rem 0;
  box-shadow: 0px 3px 9px #dbdbdb;
}
.welcome p {
  margin: 0px;
}
.welcome p span {
  font-family: 'Open Sans bold';
}
.welcome .folderIcon {
  float: right;
  width: 50px;
} */

.dashboard{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.dashboard .d-cardd{
  margin-bottom: 15px;
}



.d-cardd{
  padding: 1.2rem;
    border-radius: 0.5rem;
    margin: 0 0 0.5rem 0;
    position: relative;
    /* box-shadow: 0px 3px 9px #dbdbdb; */
    border: fff;
    outline: 3px solid #fff!important;
    
}


.d-cardd p{
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}


.d-carddd{
  padding: 1.2rem;
    border-radius: 0.5rem;
    margin: 0 0 0.5rem 0;
    position: relative;
    /* box-shadow: 0px 3px 9px #dbdbdb; */
    border: fff;
    outline: 3px solid #fcbc04!important;
}

.d-carddd p{
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}

.greyBg{
  text-align: left;
}

.greyBg h6{
  font-size: 1rem;
}

.greyBg .supportIcon {
  float: left;
  width: 60px;
margin-right: 20px
}

 .greyBg p{
  color: grey !important;
  font-size: 13px;
}
.card{
  background: #fff;
  padding: 1rem;
}

.d-card {
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0 0 .5rem 0;
  color: #fff;
  position: relative;
  box-shadow: 0px 3px 9px #dbdbdb;
}
.d-card span {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
}
.d-card span img {
  max-width: 100%;
}
.d-card h3, .d-card p {
  margin: 0px
}
.cus-Table, .inner-Table {
  margin: 1.25rem 0;
}
.cus-Table table, .inner-Table table {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 3px 9px #dbdbdb;
}
.cus-Table thead th, .inner-Table thead th {
  background: #F2F2F2;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}
.cus-Table tbody tr td, .cus-Table thead tr th, .inner-Table tbody tr td, .inner-Table thead tr th {
  border: none !important;
  font-size: 13px
}
.cus-Table table > tbody > tr:nth-of-type(odd) > *, .inner-Table table > tbody > tr:nth-of-type(odd) > * {
  background: #f8f8f8;
  box-shadow: none;
}
.cus-Table .dataTables_length, .cus-Table .dataTables_filter {
  display: none;
}
.cus-Table .dataTables_paginate {
  margin-top: 1rem;
}
.dataTables_info {
  margin-top: .7rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.5em !important;
}
.inner-Table .dataTables_length {
  margin-bottom: 1rem;
}
.inner-Table .dataTables_info, .inner-Table .dataTables_paginate {
  margin-top: 1rem;
}
.status {
  position: relative;
  padding-left: 12px;
}
.status::before {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  content: "";
  background: #ccc;
  top: 5px;
  left: 0px;
}
.status.active::before {
  background: #4CD842
}
.inactive::before {
  background: #EFB826
}
.pill {
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
  border-radius: 4px;
  font-size: 12px;
}
.inProgress {
  background: #FFE190
}
.completed {
  background: #8DFF84
}
/* Header */
.header {
  background-color: #463E96 !important;
  padding: 0.938rem 0;
  position: fixed !important;
  width: 100%;
  z-index: 998 !important;
  top: 0;
}

.header .home img {
  width: 20px;
  margin-left: 1rem;
}

.header .toggler {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 1rem 0 0.5rem;
  text-align: center;
  line-height: 33px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}


.navbar-brand {
  background: #fff;
  border-radius: 5px;
}


.header .welcomee{
  color: #fff;
}
.navbar-brand img {
  height: 35px;
  max-width: 100%;
  object-fit: contain;
}

.userDetails {
  color: #fff;
  margin-left: 1rem;
  text-align: right;
  display: flex;
}

.userDetails p,
.userDetails span {
  margin: 0px;
  font-size: 12px;
}

.userDetails .picUser {
  border-radius: 50%;
  margin-left: 1rem;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

.userDetails .picUser img {
  width: 38px;
  height: 38px;

}

.userDetails .picUser::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6DA944;
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
}

.mini .dropdown-menu.show {
  text-align: left;
  font-size: 13px;
  margin-top: 6px !important;
  color: #fff;
  border: none;
  /* min-width: 122px; */
  padding: 0px;
  cursor: pointer;
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate3d(0px, 38px, 0px);
}

.mini .dropdown-menu.show:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #463E96;
  right: 8px;
  top: -8px;
}

.mini .dropdown-menu.show .changePassPopUP {
  background: #463E96;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  padding: .75rem 1rem;
  border-bottom: 1px solid #3a3384;
  cursor: pointer;
}

.mini .dropdown-menu.show a span {
  margin-right: .75rem;
}

.mini .dropdown-menu.show a:hover {
  background: #3a3384;
}
/* .header {
  padding: .75rem;
  top: 0px;
  background-color: #463E96 !important;
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 0;
}
.header .home {
  width: 40px;
  height: 40px;
  background: #C4C4C4;
  border-radius: 6px;
  margin-right: 1rem;
  text-align: center;
  line-height: 34px;
}
.header .home img {
  width: 18px;
}
.search input {
  background: #EDEDF5;
  border: none;
  border-radius: 6px;
  padding: 0rem 1rem;
  width: 250px
}
.header .notifiaction {
  width: 16px;
  height: 16px;
  margin: 0.5rem 0 0 1.5rem;
  position: relative;
}
.header .notifiaction img {
  width: 100%;
}
.header .notifiaction i {
  width: 14px;
  height: 14px;
  background: #FF9160;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: -4px;
  text-align: center;
  line-height: 14px;
  font-style: normal;
  right: -8px;
}
.header .timer {
  border: #36CD41 solid 1px;
  border-radius: 20px;
  width: 80px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  right: 10px;
  color: #36CD41;
}
.userDetails p {
  margin: 0px;
  line-height: 18px;
  color: #fff;
}
.userDetails p span {
  font-size: 12px;
  font-style: italic;
}
.userDetails .user {
  width: 40px;
  height: 40px;
  background: #7B40F4;
  border-radius: 5px;
  margin-left: 1rem;
  text-align: center;
  line-height: 38px;
}
.userDetails .user img {
  max-width: 20px;
}
.userDetails {
  text-align: right
} */
.rightSide .card {
  box-shadow: 0px 3px 9px #dbdbdb;
  padding: 1.5rem;
  border-radius: 1rem;
  border: #E7E6E6 solid 1px
}
.aUser, .recentActivity .userIcon {
  text-align: center
}
.aUser div, .recentActivity li .userIcon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: auto;
  background: #8575DC;
  color: #fff;
  line-height: 40px
}
.rightSide .aUser:nth-child(1) > div, .rightSide .aUser:nth-child(4) > div, .recentActivity li:nth-child(1) .userIcon, .recentActivity li:nth-child(4) .userIcon {
  background: #8575DC
}
.rightSide .aUser:nth-child(2) > div, .rightSide .aUser:nth-child(5) > div, .recentActivity li:nth-child(2) .userIcon {
  background: #F1C25A
}
.rightSide .aUser:nth-child(3) > div, .recentActivity li:nth-child(3) .userIcon {
  background: #6AD1CA
}
.aUser p {
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50px;
  margin: auto;
  margin-top: .5rem;
  color: #595959
}
.rightSide h3, .titleInner {
  font-size: 1rem;
  margin: .25rem 0;
}
.titleInner, .form-label {
  font-family: 'Open Sans Semibold';
}
.rightSide h3 a {
  font-size: .65rem;
  color: inherit;
  float: right;
  text-decoration: none;
  padding: 5px 0;
}
.rightSide h3 a:hover {
  color: #000;
  text-decoration: underline
}
.recentActivity {
  padding: 0px 0px .75rem 0px !important
}
.recentActivity h3 {
  padding: 1.5rem 1.5rem 1.15rem 1.5rem;
}
.recentActivity ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.recentActivity li {
  padding: .65rem 1.5rem
}
.recentActivity li:nth-child(odd) {
  background: #f8f8f8;
}
.recentActivity li .userIcon {
  margin: inherit;
  margin-right: .5rem;
  margin-bottom: 0px
}
.recentActivity li {
  display: flex;
}
.recentActivity li p {
  margin: 0px;
  font-size: .75rem;
  opacity: .75;
}
.recentActivity li p span {
  font-family: 'Open Sans bold';
  font-style: italic;
}
.recentActivity .details > span {
  opacity: .5;
  font-size: 11px;
}
/* .logOutModal h3 {
  font-size: 1.2rem;
  text-align: center
}
.logOutModal .btn {
  min-width: 80px
} */
.dashTitle {
  font-family: 'Open Sans Semibold';
  font-size: 1rem;
  padding: 1.5rem 1rem .9rem .5rem;
  position: relative;
}
.dashTitle .btn {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #86c552;
  border: #86c552
}
.sMf {
  font-family: 'Open Sans Semibold';
  background-color: #c4c4c4 !important;
}
.tableHeader {
  font-size: 14px;
  /* border: #ccc solid 1px; */
  border-bottom: 0px;
  padding: 0.75rem;
  margin: 0px;
  position: relative;
  background: #d1d8e6;
  border-radius: 5px 5px 0 0;
}
.tableHeader .icon {
  position: absolute;
  right: 8px;
  background: #a4acbc;
  color: #6d7689;
  padding: 5px 6px 3px 6px;
  border-radius: 3px;
  top: 10px;
}
.grayCard {
  border: white;
  background: #f2f2f2;
  border-radius: 0 0 5px 5px
}
.stage-wrap {
  border: 1px dashed #ccc;
}
.successPop{
	color: #36CD41
}
.breadcrumb{
  position: relative;
  margin: 1rem 0;
  padding: 0px !important;
}
.addBtn .btn{
  position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px !important;
    border-radius: 50% !important;
}

.form-control{
  font-size: 0.8125rem;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #463E96 !important;
}

.nav-pills .nav-link {
  background: #e6e6e6 !important;
  color: #6b6b6b;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}


.cooseText {
  font-size: 1rem;
  font-style: italic;
  color: rgba(33, 37, 41, 0.75);
  margin-bottom: 0px !important;
}

.cooseText li a {
  text-decoration: none !important;
  color: #463E96;
}




:root {
     --header-height: 3rem;
     --nav-width: 40px;
     --first-color: #463E96;
     --first-color-light: #AFA5D9;
     --white-color: #F7F6FB;
     --normal-font-size: 1rem;
     --z-fixed: 100
}





.header {
     width: 100%;
     height:3rem;
     position: fixed;
     top: 0;
     left: 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 1rem;
     background-color:  #463E96;
     z-index: 997;
     transition: .5s
}

.header_toggle {
  color: #fff;
  font-size: 1.85rem;
  cursor: pointer;
  margin: 0px 20px 0 10px;
}



.l-navbar {
     position: fixed;
     top: 0;
     left: -30%;
     width: 68px;
     height: 100vh;
     background-color: #463E96;
     padding: .5rem 1rem 0 0;
     transition: .10s ease-in-out;
     z-index: 996;
}

.l-navbar .nav {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     overflow: hidden;
     transition: .10s ease-in-out;

}


.l-navbar .nav_logo,
.nav_link {
     display: grid;
     grid-template-columns: max-content max-content;
     align-items: center;
     column-gap: 1rem;
     padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
     margin-bottom: 2rem
}

.nav_logo-icon {
     font-size: 1.25rem;
     color: #fff
}

.nav_logo-name {
     color:#fff;
     font-weight: 700
}

.nav_link {
     position: relative;
     color: var(--first-color-light);
     margin-bottom: 1.5rem;
     transition: .3s;
     background: none;
     outline: none;
     border: none;
     font-size: 18px;
     text-decoration: none;
}


.nav_list{
  text-decoration: none;
  margin-top: 95px;

}

.nav_link:hover {
     color: #fff
}

.nav_icon {
     font-size: 1.25rem
}

.show {
     left: 0
}

.body-pd {
     padding-left: calc(var(--nav-width) + 2rem)
}

.active {
     color: #fff
}

.l-navbar .active::before {
     content: '';
     position: absolute;
     left: 0;
     width: 2px;
     height: 32px;
     background-color: #fff
}

.height-100 {
     height: 100vh
}

/* logout modal starts */
.logoutmodal h3 {
  font-size: 1.2rem;
  text-align: center;
}

.logoutmodal .btn {
  min-width: 80px !important;
  line-height: 30px;

}

.logoutmodal .modal-body {
  border-radius: 1.5rem
}

.modal-title {
  font-family: "Roboto-Medium";
  font-size: 1rem;
}



@media screen and (min-width: 768px) {
     body {
          margin: calc(var(--header-height) + 1rem) 0 0 0;
          padding-left: calc(var(--nav-width) + 2rem)
     }

     .header {
          height: calc(var(--header-height) + 1rem);
          padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
     }

     .header_img {
          width: 40px;
          height: 40px
     }

     .header_img img {
          width: 45px
     }

     .l-navbar {
          left: 0;
          padding: 1rem 1rem 0 0
     }

    .l-navbar.show {
          width: calc(var(--nav-width) + 156px)
     }

     .body-pd {
          padding-left: calc(var(--nav-width) + 165px)
     }

   
}

