/**
* Application Name: Numerade - v1.0.0
* Application URL:
* Author: Taniya Choudhary
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f7f9fc;
  color: #444444;
}

body{
  height: 100%;
}
html{
  height: 100%;
}
a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}
:focus-visible {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}
#startTourBtn {
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  /* margin-top: 60px; */
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 10px;
  }
}

@media  (max-width: 2560px){

  #login{

    height: 873px !important;

  }

  }

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

  .pagetitle span {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #656566;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/* ---- Login ------*/
.main-container {
  overflow-x: hidden;
  /* overflow-y: hidden; */
  height: 100%;

}
.full-view{
  height: 100%;
}
.login-img-bg {
  background-image: url(../img/background_img.png);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  position: relative;
}
.side-box {
  background: #258dc87a;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 22px 35px;
  height: auto;
  width: 59%;
  position: absolute;
  right: 0;
  top: 31%;
}
.side-box span {
  font-size: 25px;
  font-weight: bold;

  color: white;
}
.side-box p {
  color: white;
  font-size: 11px;
  font-weight: 600;
}
.menu-block{
  padding: 30px 0px;
  font-size: 12px;

}
.magImg img{
  width: auto;
  height: 50px;
  margin-bottom: 1px;
}
.login-img-bg .nav-link {
  padding: 0.5rem 2rem;
}
.menu-block ul{
  justify-content: center;
}
.menu-block .nav-link {
  color: black;
  font-weight: 600;
}
.login-box{
  padding: 30px 0px;
}
.login-box .nav.nav-pills{
  justify-content: center;
}
.nav-item .nav-link.active.btn-sign{
  color: #fff;
  text-transform: none;
  border-radius: 30px;
  padding: 8px 27px;
  background: #258dc8;
  font-size: 12px;
  font-weight: 600;
}
.nav-item .nav-link.btn-signup{
  color: #258dc8;
  text-transform: none;
  border-radius: 30px;
  padding: 8px 27px;
  background: #f7f9fc;
  font-size: 12px;
  font-weight: 600;
}

.login-form-box {
  width: 60%;
  margin: 0 auto;
}
.form-control {
  font-size: 11px;
  font-weight: 600;
  max-height: 28px;
  border-radius: 29px;
}
.btn.btn-signup, .btn.btn-signup:hover, .btn.btn-signup:active {
  color: #fff;
  background-color: #258dc8;
  border-color: #258dc8;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 11px;
  min-height: calc(1.5em + 1.5rem + 2px);
  width: 100%;
}
.btn.btn-signup-with-google, .btn.btn-signup-with-google:hover, .btn.btn-signup-with-google:active {
  color: #fff;
  background-color: #258dc8;
  /* border-color: #292828; */
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 11px;
  min-height: calc(1.5em + 1.5rem + 2px);
  width: 100%;
}
p.text-center {
  font-weight: 600;
  font-size: 12px;
}
.text-center .link-login{
  font-weight: 600;
  font-size: 12px;
  text-underline-position: auto;
}
.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
}
 .btn-signup.btn-white, .btn-signup.btn-white:hover, .btn-signup.btn-white:active{
  background-color: #fff;
  color: #258dc8;
 }

/*---------------------------project listing (03-08-2023)---------------*/

.project-table-ctr .table .action a {
  color: #080a0b;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 13px;
}
.card-subtitle-sub{
  font-size: 12px;
  font-weight: 600;
}
.table-form-select .form-select {
  width: 60%;
}
.pagetitle span.me-2 {
  font-size: 13px;
  color: #000;
  font-weight: 800;
}
.text-end.end {
  position: relative;
  left: 63px;
}
.table.display.compact.sub-table th tr {
 font-weight: 500;
}
.rounded-circle {
  background: #258dc8;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/add.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  position: absolute;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  position: absolute;
}
.input-field input {
  height: 50px;
  width: 100%;
  border-radius: 31px;
  outline: none;
  font-size: 24px;
  text-align: center;
  border: 1px solid #aeaeae;
}
.resend-otp {
  display: block;
  float: right;
  font-size: 12px;
  margin-bottom: 7px;
  margin-right: 20px;
  font-weight: 800;
}
.otp-text {
  font-size: 12px;
  font-weight: 600;
  margin: 5px 10px;
  color: #959595;
}
/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: left;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {

  background-color: #f6f9ff;

}
.dropdown-menu .dropdown-divider {
  color: #0f93dec2;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 12px;
    padding: 7px 2px 5px 3px;
    transition: 0.3s;
    FONT-WEIGHT: 600;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #61a7cf;
  color:#000;
}

@media (min-width: 768px) {
  .fixd-quick {
    max-height: calc(15rem - 1px);
    overflow-x: hidden;
  }
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
  .account-block {
    padding: 50px 0px;
  }
  .pagetitle.in-body {
    display: none;
  }
}
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }

}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-approved-light {
  background-color: #E1FCEF;
  border-color: #d1e7dd;
  color: #14804A;
  font-weight: 600;
  font-size: 11px;
}

.bg-inprogress-light {
  background-color: #ffe9ee;
  border-color: #d1e7dd;
  color: #ed5e8e;
  font-weight: 600;
}

.bg-reject-light {
  background-color: #FFE9DF;
  border-color: #d1e7dd;
  color: #DB5C4B;
  font-weight: 600;
}
.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  border: none;
  border-radius: 5px;
}
.mr-1 {
  margin-right: 10px;
}
.card-title.pd-title {
  padding: 15px 0px 5px 0px;
}

.card-header, .card-footer {
  border-color: #fff;
  background-color: #fff;
  color: #798eb3;
  padding: 0px;
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  color: #012970;
}
.card-title span {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 600;

}
.card-body {
  padding: 20px;
}
.card-subtitle  {
  font-size: 14px;
  font-weight: 600;
}
.batch-status {
  margin-left: 10px;
}
.batch-status .check {
  font-size: 11px;
  color: #72767C;
  font-weight: 600;
  margin-bottom: 0px;
}
.bg-soft-dark {
  background-color: #72767C;
}
.th-bg {
  background-color: #F7F7F7;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
/* File upload drag and drop */
.files input {
  outline: 2px dashed #7784f9;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 120px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus{     outline: 2px dashed #7784f9;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #7784f9;;
}
.files{ position:relative}
.files span {font-size: 13px; margin-top: 10px;}
.files:after {  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 0;
  width: 50px;
  right: 0;
  height: 125px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 125px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #4154f1;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.btn-outline-main:hover {
  color: #fff;
  background-color: #4154f1;
  border-color: #4154f1;
}
.btn-outline-main {
  color: #4154f1;
  border-color: #4154f1;
}
.btn-main {
  color: #fff;
  background-color: #4154f1;
  border-color: #4154f1;
}
.btn-main:hover {
  color: #fff;
}
.btn.btn-light-blue {
  background: #E6EEF4;
  color: #4154f1;
  font-weight: 600;
  border-radius: 5px;
}
.btn.btn-blue {
  color: #fff;
  background: #4154f1;
  font-weight: 600;
  border-radius: 5px;
}
.btn-filter {
  border-color: #d3d3d3;
  color: #344563;
  font-weight: 500;
}
.bg-light {
  background: #F8F8F8;
  font-size: 9px;
  color:#000;
}
.btn-falcon-default {
  color: #4d5969;
  background-color: #fff;
  border-color: #d3dce7;
  box-shadow:  0px 0 15px rgb(1 1 10 / 6%);
  font-weight: bold;
  font-size: 16px;
}
.btn-action {
  color: #4154f1;
  font-size: 14px;
}
.btn-action:hover {
  text-decoration:underline;
  color: #4154f1;
}
.btn-disabled {
  color: #757D8A;
  pointer-events: none;
  background-color: #C4C4C4;
}
.btn-outline {
    color: #0d6efd;
    border: 1px solid #0d6efd;
    font-weight: 500;
}
.btn-outline:hover {
  color: #fff;
  background-color: #0d6efd;
}
.btn {
  height: 29px;
  font-size: 11px;
  font-weight: 600;
}
.action-btn {
  height: 18px;
  font-size: 9px;
  font-weight: 600;
  margin: 3px 0px;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed {
  color: #012970;
  background-color: #f6f9ff;
}
.tiltle-head {
  color: #004D8F;
  font-weight: 600;
}
.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Table Action Filters */
.filter .dropdown-menu.show {
  display:flex;
  min-width: auto;
}
.filter .dropdown-menu .dropdown-item:hover {
  color: #0d6efd;
}
.filter  .dropdown-menu .dropdown-item {
  padding: 10px;
}

/* Project Manger detail */
.pm-details {
  padding: 0px 30px 13px 30px;
}
.pm-details .card-icon {
  border-radius: 10px;
  background: #EFF3F7;
  padding: 5px 15px;
  color: #004479;
  font-size: 24px;
}
.pm-details h6 {
margin-bottom: 0px;
color: #004479;
font-weight: 600;
}
/* Breadcrumbs */
.breadcrumb {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs .nav-link {
  color: rgb(175, 175, 175);
  font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 0.5rem;
    border: 0px;
}
.focus-visible {
  border: 0px;
  border-spacing: 0px;
}
 .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-bottom: 2px solid #258dc8;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: #258dc8;
}
.btn-primary.btn-prime, .btn-primary.btn-prime:active {
  color: #fff;
  background-color: #258dc8;
  border-color: #258dc8;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #fff #fff #e9ecef ;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.side-nav {
  width: 4.5rem;
  position: relative;
  z-index: 9999;
  background-color: #293042;
}
.logo {
  line-height: 1;
}

  .logo img {
    width: 130px;
    margin: auto;
}
@media (min-width: 1200px) {
  .sidebar-nav li.logo {
    width: auto;
    border-bottom: 1px solid #444444;
    padding: 5px 6px;
  }

}

.logo-secondary img {
 max-height: 26px;
 margin-right: 35px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 53px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 2rem #2930421a;
}
.toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
  margin: 0 30px;
  position: absolute;
  left: 258px;
  z-index: 9;
  top: 51px;
  display: none;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
.header .navbar-nav li {
  text-align: center;
}
.header .navbar-nav li {
  text-align: center;
  padding-top: 10px;
  color: #1F4173;
}
.header .navbar-nav li a {
  padding-top: 0px;
  color: #1F4173;
}
.header .navbar-nav .nav-item:hover,
.nav-item.active {
  color: #27B3AA;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler-icon {
  width: 1em;
    height: 1.4em;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}

@media (max-width: 800px) {
    .nav-header{
        position: absolute;
        right: 0;
    }

  }


/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.header-nav .nav-profile {
  color: #012970;
}
.header-nav .nav-profile img {
  max-height: 30px;
}
.header-nav .nav-profile span {
  font-size: 12px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.body-container-white .card-header .badge {
  color: #fff;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
@media (max-width: 412px) {
  .pagetitle.in-body {
    padding-top: 0px;
    display:block;
  }

}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 85px;
  z-index: 996;
  transition: all 0.3s;
  padding: 0px 0px;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
.sidebar-nav .nav-link span{
  display: block;
}
@media (max-width: 1199px) {
  .sidebar {
    left: -95px;
  }
  .navbar {
    flex-wrap: nowrap;
  }

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
#progressbar li {
  width: auto;
}
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -95px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 8px;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: center;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: block;
  /* align-items: center; */
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #161a1dfb;
  transition: 0.3;
  padding:30px 0px  7px;
  border-radius: 4px;
  position: relative;
}
.sidebar-nav .nav-link.active, .sidebar-nav .nav-link.active i{
  color: #258dc8;
  font-weight: 600;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #121518bf;
  top: 8px;
  position: absolute;
  left: 27px;
}
.sidebar-nav .nav-link.collapsed {

  background: #fff;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;

}
.sidebar-nav .nav-link:hover i {
  color:#fff;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color: #4154f1;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color: #4154f1;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 21px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #4154f1;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .dataTable-top {
	display: none;
}
.batch-table {
  border-spacing: 1px;
  border-color: #e1e1e1;
}
.batch-table tbody {
  border-spacing: 0px;
}
 .batch-table .form-check {
  min-height: auto;
  margin-bottom: 0px;
 }


.batch-table tbody tr td,
 .batch-table thead th {
  padding: 3px 10px;
  border-bottom: 1px solid #fff;
}
.batch-table thead th span {
  font-weight: 600;
    font-size: 11px;
    color: #7e7e7e;
}
.batch-table .navbar-btn {
  color: #0a58ca;
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding-left: 0px;
}


.table tbody tr td {
  font-weight: 300;
    color: #484848;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 18px !important;
}
.table>thead {
  vertical-align: middle;
}
.table tbody tr th a {
  font-weight: 500;
}
.table-filter .dropdown-menu-arrow::before {
  left: 20px;
  background: #F8F8F8;
}
.table-filter .dropdown-menu {
  min-width: 12rem;
  font-size: 0.8rem;
  margin: 0 -10px;
  background: #F8F8F8;
}
.table-filter .list-group-item {
  background-color: transparent;
  padding: 0.2rem 1rem;
  border:none;
}
.table-group-divider .form-switch  {
 min-height: auto;
 margin-bottom: 0px;
}
.dropdown-menu-arrow::before
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}
.table .bg-approve{
  background-color: none;
  border: 1px solid #f9A348;
  color: #f9A348;
}
.table thead {
  border-bottom: 1px solid #d1d1d1;
}

.dashboard .recent-sales .table th a i {
  font-size: 20px;
  color: #004479;
}
/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}
.bg-head {
  background: #f5f5f5;
}
.table thead.bg-head-dark {
  background: #E1E1E1;
}
.bg-head-light {
  background: #E2EBFF;
}
table thead tr.bg-head-light th {
 padding: 13px 0px;
 font-size: 13px;
 font-weight: 500;
}
table thead tr.bg-head-light th {
  padding: 10px;
}
tbody, td, tfoot, th, thead, tr {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}
.td-w25 {
  width: 25%;
}
.td-w17 {
  width: 17%;
}
.td-w29 {
  width: 29%;
}
.td-w32 {
  width: 32%;
}
.pj-view {
  background: #FAFAFE;
  margin: 10px 0px;
}
.pj-view .card-body {
  padding: 20px 0px 0px 0px;
}
.dh-title {
  font-size: 16px;
  font-weight: 600;
  color: #5a5a5a;
}

.overview {
  border-right: 2px solid #efefef;
  padding: 0px 10px;
}
.fl-view {
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  margin: 10px 0px;
  border-radius: 4px;
}
.header .pagetitle {
  margin-left: 21px;
}
.fl-detail {
  border-right: 2px solid #efefef;
}
.quick-rm {
  margin: 10px 0px;
}
.fl-view .icon {
  color: #4FD1C5;
  font-size: 30px;
}
.icon-soft-secondary {
  color: #5c6268;
  background: #f9f9f9;
  padding: 8px 12px;
  font-weight: 600;
}
.icon-circle {
  border-radius: 50%;
  height: 43px;
  width: 43px;
}
.icon-circle i {
  font-size: 20px;
}
.icon.icon-sm {
  font-size: 20px;
  width: 15px;
  height: 15px;
}
/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
/*--------------------------------------------------------------
# Progress Steps
--------------------------------------------------------------*/
#heading {
  text-transform: uppercase;
  color: #27B3AA;
  font-weight: normal
}

.card {
  z-index: 0;
  border: none;
  position: relative
}
.fs-title {
  font-size: 25px;
  color: #27B3AA;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}
.purple-text {
  color: #27B3AA;
  font-weight: normal
}
.steps {
  font-size: 15px;
  color: gray;
  margin-bottom: 1px;
  font-weight: normal;
  text-align: right
}
.fieldlabels {
  color: gray;
  text-align: left
}
#progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#progressbar .active {
  color: #27B3AA;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}
#progressbar #account:before {
  content: "\f463";
  font-size: 16px;
}
#progressbar #personal:before {
  content: "\f444";
  font-size: 16px;
}
#progressbar #payment:before {
  content: "\f489" ;
  font-size: 16px;
}

#progressbar #confirm:before {
  content: "\f111" ;
  font-size: 16px;
}
#progressbar #one:before {
  content: "1";
  font-size: 16px;
}
#progressbar #two:before {
  content: "2";
  font-size: 16px;
}
#progressbar #three:before {
  content: "3";
  font-size: 16px;
}
#progressbar #four:before {
  content: "4";
  font-size: 16px;
}
#progressbar #five:before {
  content: "5";
  font-size: 16px;
}
#progressbar #six:before {
  content: "6";
  font-size: 16px;
}
#viewRFP #progressbar li:before {
  line-height: 29px;
 }
 #viewRFP #progressbar li {
  font-size: 11px;
 }
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 34px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  border: 7px solid #fff;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}
#progressbar li.active:before
{
  background: #27B3AA;
  border: 7px solid #F2F4F7;
}
#progressbar li.active:after {
  background: #27B3AA;
}
.progress {
  height: 20px
}

.pbar {
  background-color: #27B3AA;
}
.fit-image {
  width: 100%;
  object-fit: cover
}
.project-table-ctr .table .action {
  padding: 11px 0px;
  display: flex;

}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.body-container-white{
  background: #fff;
  border-radius: 3px;
  margin: 25px 0px 20px 20px;
  width: 96%;
}
.project-header-filter-ctr{
  border-bottom: 1px solid #d9d9d9;

}
.project-table-ctr{
  --bs-gutter-x: 0 rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.project-table-ctr table tbody,
 .project-table-ctr table tfoot,
.project-table-ctr table tr {
  border-bottom-width: 1px;
}
.project-table-ctr table th, .project-table-ctr table thead{ font-size: 12px; font-weight: bold;}
@media (max-width: 1200px) {
  .project-table-ctr {
    overflow: scroll;
}
.project-table-ctr .table .action {
  display: flex;
}
.action-btn {
  margin: 6px 0px;
}
.filter select {
  margin-bottom: 10px;
}
}
.body-container-white .card-header {
  padding: 10px 0px;
}

.body-container-white .card-header span {
 font-size: 12px;
 font-weight: 600;
 color: #000;
}
.compact  input[type="search"] {
   height: 20px;
   width: 73px;
   background: #f5f5f5;
   border: 0px;
  }
  .compact  input[type="search"]:focus-visible {
    border: 1px solid #9CABC1;
  }

table.dataTable thead tr:nth-child(2) th:nth-child(1) input.inline-search{display: none;}
table.dataTable thead tr:nth-child(2) th:last-child input.inline-search{display: none;}
table.dataTable.compact thead th, table.dataTable.compact thead td{    padding: 4px 1px;}
table.dataTable  thead {
  background: #fff;
}
.table>:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
.project-cell-truncate-80 {
  max-width:80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-table-ctr tbody td span.sub{
  color: #999;
  font-size: 10px;
}

.project-table-ctr  .table>:not(caption)>*>* {
  padding: 11px 5px;
}
.project-table-ctr tbody td span.at-risk{
  padding: 0 0 0 10px;
  font-size: 10px;
  color: #EF5466;
  position: relative;
  background:url("../img/badges/at-risk.png") no-repeat center left;
}
.project-table-ctr tbody td span.at-potential{
  padding: 0 0 0 9px;
  font-size: 10px;
  color: #AA5B00;
  position: relative;
  background:url("../img/badges/potential.png") no-repeat center left;
}
.project-table-ctr tbody td span.at-track{
  padding: 0 0 0 10px;
  font-size: 10px;
  color: #14804A;
  position: relative;
  background:url("../img/badges/track.png") no-repeat center left;
}
/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}
.profile .profile-card i {
  font-size: 100px;
  color: #2c384e;
}
.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 0px;
}
.profile .profile-card h3 {
  font-size: 18px;
}
.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
  color: #012970;
}
.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}
.profile .profile-overview .card-title {
  color: #012970;
}
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}
.faq .basic p {
  color: #6980aa;
}
  .m-15 {
    margin: 6px 25px;
}

.mr-space {
  margin-top: 10px;
  margin-left: 20px;
}
.single-line .table tbody tr td {
  line-height: normal;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.text-small {
  font-size: 13px;
  font-weight: 600;
}
.text-bg-light {
  color: #585858;
  background-color: rgb(243, 243, 243);
  font-size: 11px;
  font-weight: 600;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
.text-muted {
  font-size: 11px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* for input text  */
.square{
  border-radius: 0.25em;
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4FD1C5;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;

}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f9ff;
}
.footer .copyright {
  text-align: right;
  color: #9ca4b1;
  padding-right: 97px;
  font-size: 9px;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-menu{margin-left: auto;}
.main-menu-left {margin-right: auto;}
.main-menu .navbar-toggler{ background-color:  #27B3AA;}
.main-menu .navbar-toggler-icon{ color: #27B3AA;}
.main-menu .main-menu-dropdown ul.navbar-nav li{ padding: 10px 10px 0  10px;}
.main-menu .main-menu-dropdown ul.navbar-nav li a{ position: relative;
  text-align: center;
  padding-top: 21px;
font-size: 13px;}
.main-menu .main-menu-dropdown ul.navbar-nav li a i{ position: absolute;
  top: -5px;
  left: 40%; font-size: 17px;}
  .main-menu .main-menu-dropdown ul.navbar-nav li a:hover, .main-menu .main-menu-dropdown ul.navbar-nav li a.nav-link.active,   .main-menu .main-menu-dropdown ul.navbar-nav li a:hover i, .main-menu .main-menu-dropdown ul.navbar-nav li a.nav-link.active i{ color: #27B3AA;}
  .main-menu .main-menu-dropdown ul.navbar-nav li a.nav-link.active{ color: #27B3AA; font-weight:600;}
  .main-menu .main-menu-dropdown ul.navbar-nav li a{ color: #9CABC1;}
  .main-menu .main-menu-dropdown ul.navbar-nav li a i{ color: #1F4173;}
  .main-menu .main-menu-dropdown ul.dropdown-menu li a {
    padding: 5px;
    text-align: left;
  }
  .nav-item {
    line-height: 1.1;
  }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
  }
  .form-check-input {
    width: 1.2em;
    height: 1.2em;
  }
  .form-control.search {min-height: 29px;}
  .nav-tabs-bordered .nav-link.active .sub-service,
  .nav-tabs-bordered .nav-link .sub-service {
    font-size: 11px;
    opacity: 0.8;
  }
.section-title{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    padding: 0.4rem 1.1rem 0rem 0rem;
    border-bottom: 1px solid var(--bs-gray-300);
  }
  .section-title p {
    font-size: 11px;
    color: #bdbdbd;
    margin-bottom: 0px;
  }
  .label-text {
    font-size: 10px;
    color: #6e6e6e;
  }
  .accordion-button:not(.collapsed).section-title {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1.1rem;
    }
    .accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed {
      font-size: 14px;
      font-weight: bold;
      color: #004D8F;
    }
    .loader {
      width: 48px;
      height: 48px;
      border: 5px solid #FFF;
      border-bottom-color: #4FD1C5;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      animation: rotation 1s linear infinite;
      }

      @keyframes rotation {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
      }
.sm-font {
  font-size: 12px;
}
  .section-sub-title{
    font-size: 1.1rem;
    background-color: #E9F9F2;
    color: #3C403F;
    font-weight: 600;
    padding: 0.5rem 1.1rem;
    }
    .section-sub-title h6{
      font-size: 14px;
      margin-bottom: 0px;
      font-weight: bold;
      color: #004479;
    }
    .section-sub-title span {
      font-size: 13px;
      margin-bottom: 0px;
      font-weight: 400;
      color: #404D61;
      opacity: 0.9;
    }
  .section-title h5{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .section-title h6{
    font-size: 12px;
    margin-bottom: 0px;
  }
/*--------------------------------------------------------------
# Form rating
--------------------------------------------------------------*/
  .rate {
    display: flex;
    height: 46px;
    padding: 0px;
}
.rate.check {
  display: flex;
  height: auto;
  padding: 0px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:left;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
    color:#ccc;
}
.rate.check:not(:checked) > label {
  font-size:22px;
  color:rgb(238, 180, 22);
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.instructions {
  padding: 30px;
}
.instructions li {
  font-size: 13px;
}
/*--------------------------------------------------------------
# Template Page
--------------------------------------------------------------*/
.page-main-title{
  font-size: 1.1rem;
  background-color: #27B3AA;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1.1rem;
  border-radius: 5px 5px 0 0;
}
ul.template-tag-container{
  list-style-type: none;
  padding: 0px;
}
ul.template-tag-container li{
  list-style-type: none;
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
# Bootstrap Customize
--------------------------------------------------------------*/
.form-label, .form-check-label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.astrik {
  color: red;
}
.form-select, .form-control{
  font-size: 0.8rem;
  max-height: 28px;
  line-height: 1.2;
}
.body-container-white .form-select, .form-control {
  font-size: 11px;
  font-weight: 600;
  /* max-height: 28px; */
  max-height: 32px;
}
.table>:not(caption)>*>* {
  border-bottom-width: 0px;
}
.filter .form-select,
.filter .form-control,
.filter input {
  min-width: 110px;
  max-height: 27px;
}
.invalid-feedback, .valid-feedback{
  font-size: 0.6rem;
}
form.row>* {
  margin-top: 0.5rem;
}
#progressbar li:before{font-family: bootstrap-icons !important;}
/*--------------------------------------------------------------
# Breakpoint for mobile
--------------------------------------------------------------*/
@media (max-width: 820px) {
  .main-menu-dropdown{position: absolute;
    top: 58px;
    background: #fff;
    width: 200px;
  }

  .toggle-sidebar-btn {
    position: absolute;
    left: 105px;
    z-index: 9;
    top: 11px;
    display: block;
  }
.main-menu .main-menu-dropdown ul.navbar-nav li a i{
  top: -1px;
    left: 0;
}
.main-menu .main-menu-dropdown ul.navbar-nav li a{
  padding:0px 0px 10px 26px;
  text-align: left;
  font-size: 15px;
}
.main-menu .main-menu-dropdown ul.navbar-nav li{
  border-bottom: 1px solid #DCE5F2;
}
/* .toggle-sidebar-btn.projects-menu{
  position: fixed;
  top: 51px;
  left: -41px;
} */
/* body.toggle-sidebar .toggle-sidebar-btn.projects-menu{
  position: fixed;
  top: 51px;
  left: 264px;
} */
#progressbar {
  padding-left: 0px;
}
#progressbar li {
  width: auto;
}
}

.edit-pencil {
  position: absolute;
  top:-10px;
  float: right;
  right: 0;
  color: #27B3AA;
  font-size: 16px;
  font-weight: bold;
}

/* ----- Batch table fixed style ----- */
.batch-table {
  border-collapse: separate;
  border-spacing: 0;
}

.batch-table td,
.batch-table th {
  margin: 0;
  white-space: nowrap;
}

.contain-scroll  {
  width: 100%;
  overflow-x: scroll;
  margin-left: 11em;
  overflow-y: visible;
}


/* scroll */
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f0f0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}




.account-block ul {
  justify-content: center;
}
.account-block .nav-link {
  color: #fff;
}
.account-block.black .nav-link {
  color: #000;
}

.btn-pills .nav-pills {
  justify-content: center;
}
.btn-pills .nav.nav-pills {
  background: #D5F1EF;
  border-radius: 50px;
  padding: 4px;
  width: fit-content;
  margin: auto;
}
.nav-item .nav-link.active.btn-cyan {
  background: #27B3AA;
  color: #fff;
  text-transform: uppercase;
  border-radius: 31px;
  padding: 12px 40px;
}
 .nav-item .nav-link.btn-grey {
  background: #D5F1EF;
  color: #27B3AA;
  text-transform: uppercase;
  border-radius: 31px;
  padding: 12px 30px;
}
.form-title {
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}
.form-title h5 {
  color: #878891;
  font-size: 16px;
}
.form-title h4 {
  color: #282C52;
  font-weight: 600;
  margin-bottom: 0;
}
.text-small {
  font-size: 13px;
}
hr.dashed {
  border-top: 3px dashed #bbb;

}
hr:not([size]) {
  margin: 10px;
}
.font-16 {
  font-size: 16px;
}
.otp-head {
  margin: auto;
}
.otp-head h1 {
 font-size: 18px;
 font-weight: bold;
 color: #00072c;
}
.otp-head p {
  font-size: 14px;
  font-weight: 500;
  color: #7a7a7a;
  width: 70%;
    margin: auto;
}
.otp-notify i {
font-size: 32px;
background-color: #f6f8fd;
width: 20%;
border-radius: 50%;
padding: 18px;
color: #227bff;
text-align: center;
margin: auto;
}
.otp-verify {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  display: flex;
  border-radius: 5px;
}
.otp-verify h6  {
  font-size: 14px;
  font-weight: 600;
}
.otp-verify i {
  font-size: 12px;
  padding: 0px;
  margin: 0px 5px;
  font-weight: 600;
}
.position-relative .inputs .form-control {
  line-height: 2.2;
  max-height: 50px;
}
.send-code {
  font-size: 14px;
  font-weight: 600;
}
.otp-footer {
  justify-content: center;
  font-size: 12px;
}
.sub-table {
  background: #FBFBFD;
}
.view-head {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  margin-top: 10px;
}
.w-100 {
  width: 100%;
}
.guidelines li {
 font-size: 12px;
 font-weight: 500;
}
.guidelines li.green {
  color: #14804A;
 }
 .guidelines li.red {
  color: red;
 }
 .navbar-btn.red  {
  background: red;
  color: white;
  border: red;
}
.navbar-btn.green {
    background: green;
    color: white;
    border: green;
}
.bi-1-circle-fill {
  color: #27B3AA;
}
.bi-2-circle-fill {
  color: red;
}
.bi-check-circle {
  color: #27B3AA;
  font-size: 16px;
}
.bi-x-circle {
  color: red;
  font-size: 16px;
}
.job {
  color: #004D8F;
}


.batch_hd h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3e4857;
}
.body-container-white .card-header .batch_hd span {
  font-size: 18px;
  font-weight: 600;
  color: #050607;
}
.sheet-import .jexcel_content {
  box-shadow: none!important;
}
.jexcel > thead > tr > td {
  padding:10px 10px!important;
  background: #f7f7f7 !important;
  border: 1px solid #edeaea !important;
}
.jexcel > tbody > tr > td {
  /* padding: 10px 10px !important; */
  background: #ffff !important;
  border: 1px solid #edeaea !important;
}

.jexcel_content{
  overflow-y: auto; box-shadow: rgb(221, 221, 221) 2px 2px 5px 0.1px;
  max-height: 500px !important;
}

.dataTables_length label {
  margin-left: -50px!important;
  margin-top: 7px;
}



/*-----------------      Rajasekhar (magnes-CSS - Code) PageNo: 2555 ( 21-07-2023)     -------------------*/


.user-card .project-risk {
  display: inline-block;
  margin: 0 auto;
}
.user-card .project-risk span {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 6px dashed #d6d6d6;
  border-top-color: #93fe65;
  border-bottom-color: transparent;
  padding: 45px;
  display: block;
  position: relative
}

.user-card .project-risk span:after {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgba(221, 254, 101, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1
}

.user-card .project-risk span b {
  font-size: 20px;
  color: black;
  z-index: 5;
  position: relative
}

/*-----------------      Rajasekhar (magnes-CSS - Code) PageNo: 2593 ( 24-07-2023)     -------------------*/

.card .text-center.dh-title {
  text-align: left !IMPORTANT;
}
.card.shadow{
  box-shadow: 0 0 2rem #2930421a;
}

.bullet::before{
  content: "";
    width: 7px;
    height: 7px;
    background-color: #0d6efd;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    margin-left: -11px;
    z-index: 1;
}

/*-----------------      Rajasekhar (magnes-CSS - Code) ( 25-07-2023)     -------------------*/


#dashboard-collapse .btn-toggle-nav{
  width: 138px;
  border-radius: 5px;
  box-shadow: 0px 1px 6px #32384be6;
  background: #293042;
}
#dashboard-collapse{
  margin-left: 78px;
  position: absolute;

  background: #fff;
  border-radius: 5px;
  bottom: -136px;
}
.nav-link.rounded .bi{
  color: #e9ecefbf;
}
#panel3 .nav-link{
  background: #293042;
}


/*-----------------      Rajasekhar (magnes-CSS - Code) ( 01-08-2023)     -------------------*/

#sidebar .nav-link:hover {
  background: #258dc8;
  color: #e8e8e6;
}


.heilegt {
  color: #fff !important;
  background: #1f232e !important;
}

#panel3 .nav-link.collapsed:hover {
  color: #fff;
}

a.nav-link {
  color: #afabb4;
}
.nav-link.active {
  color: #0a58ca;
}

.modal-header.bg-faq .modal-title{
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  }
  .modal-header.bg-faq{
    background: #27B3AA;
    border-radius: 0;
  }
  .modal-content .batch-table .form-control,
.modal-content .batch-table .form-select {
  padding: 5px 5px;
  margin: 5px 0px;
}
.main-menu .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
  .modal-dialog .row>* {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .modal.right.fade.show .modal-dialog {
    right: 0;
  }

  /* ----- MODAL STYLE ----- */
  .main-modal .modal-title {
  color: #004D8F;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  }
  /* -----
  .modal-footer {
    position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #f6f9ff;
  }
  ----- */
  .modal-body {
    padding-top: 0px;
  }
    .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    /*---border-bottom-color: #fff;-- */
    background-color: #fff;
    padding: 0.5rem 1rem;
  }

  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 90%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal-dialog .card-body {
    padding: 0px;
  }

  @media (max-width: 576px) {
  .modal.right .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
  .account-block {
    padding: 10px 0px;
  }
  .login-container {
    margin: 0 10px 0px 20px;
  }
  .login-form {
    padding: 30px 20px;
    margin-top: 0px;
  }
  .action-scroll {
    overflow: scroll;
  }
  .fl-detail {
    border-right: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .overview {
    border-right: none;
  }

  }
  @media (min-width: 576px) {
    .modal.right .modal-dialog {
      max-width: 90%;
      margin: 0rem auto;
    }
    }
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  /*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  /* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }


  .modal-content .sub-table thead  th{
    width: 120px;
  }

  .modal-content .sub-table .table-bordered>:not(caption) {
    border-width: 0px 0;
    margin: 5px 5px;
    max-width: 200px;
  }


  .modal-content .sub-table.batch-table thead th,
  .modal-content .sub-table.batch-table td {
    min-width: 177px;
    min-height: 46px;
  }
  .modal-content .sub-table.batch-table .headcol {
    position: absolute;
    width: 12em;
    top: auto;
    left: 16px;
    padding: 12px;
  }

.modal.right.fade.show .modal-dialog.profoma-width {
  right: 0;
  width: 45%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .generate-btn{
      float: left;

  }
  .modal.right.fade.show .modal-dialog.profoma-width {
      right: 0;
      width: 90%;
  }

}

@media only screen and (max-width: 426px) and (min-width:319px) {

  .generate-btn{
      float: left;
      width: 100%;
      padding-top: 10px;
  }
  .modal.right.fade.show .modal-dialog.profoma-width {
      right: 0;
      width: 90%;
  }
  .btn-sm{
    font-size: 8px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
  .modal.right.fade.show .profoma-width {
    right: 0;
    width: 70%;
  }
  }

@media only screen and (max-width: 1023px) and (min-width: 768px){
  .modal.right.fade.main-modal .modal-dialog.batch-width{
  width: 90%;
  }
  }

@media only screen and (max-width: 1024px) and (min-width: 768px){
  .modal.right.fade.show .modal-dialog.Project-width {
  right: 0;
  width: 90%;
  }
  .m-15 {
  margin: 3px 24px;
  }
  }

@media only screen and (max-width: 1024px) and (min-width: 768px){

  .modal.right .modal-dialog {
    max-width: 90%;
  }
  .table-scroll{
  overflow: auto;
  }
}

.modal-header.bg-faq .modal-title{
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  }
  .modal-header.bg-faq{
    background: #27B3AA;
    border-radius: 0;

  }



  .dataTables_wrapper {
    width: 100%;
  }
  .dataTables_wrapper .dataTables_length {
    margin-left: 47px;
  }
  .dataTables_length label {
    margin-left: -50px!important;
    margin-top: 7px;
    font-size: 13px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter label {
  font-size: 13px;
}
.dataTables_wrapper .dataTables_filter input {
  border:1px solid #c1c1c1;
  border-radius: 4px;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  margin-bottom: 30px;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background: #258dc8 !important;
  border: 1px solid #258dc8 !important;
  margin-bottom: 20px;
} */
.project-table-ctr .table.dataTable.stripe tbody tr.odd, .project-table-ctr table.dataTable.display tbody tr.odd,
.project-table-ctr table.dataTable.hover tbody tr:hover, .project-table-ctr table.dataTable.display tbody tr:hover {
  background-color: #f6f8fb;
}
.project-table-ctr table.dataTable.display tbody tr.odd>.sorting_1,
.project-table-ctr table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.project-table-ctr table.dataTable.display tbody tr:hover>.sorting_1,
.project-table-ctr table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #f6f8fb;
}
.project-table-ctr table.dataTable.display tbody tr.even>.sorting_1,
.project-table-ctr table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff;
}
.project-table-ctr .table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #fff!important;
}

.form-control.text_box{
  border-radius:0.25rem;
}



#alignCenter {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#alignCenter .custom-btn{
  border-color: #258dc8 !important;
  background-color: #258dc8 !important;
  width: auto;
  height: auto;
  color:#fff;
  /* color:; */
}
.customized_error_message .error{
  color:red;
  font-size: 14px;
}


.validationerrornotify{
  color:red;
}
/* Sub Menu*/
.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  }

  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  /* Sub Menu*/

  .error{
    color:red;
    font-size: 14px;
}
.chosen-select {
    background: url('images/chosen-sprite.png') no-repeat -42px 1px;
}

/* loader */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* loader */
.nav-item.nav-size {
    font-size: 12px;
    font-weight: 600;
    line-height: unset;
}

/* ----- workbeanch page accordions (13-10-2023) ----- */

#accordion-1:not(.collapsed)::after {
  background-image: url(../img/accordion.png);
  position: absolute;
  right: 15px;
}
#accordion-1::after {
  background-image: url(../img/accordion.png);
  position: absolute;
  right: 15px;
}

#accordion-2:not(.collapsed)::after {
  background-image: url(../img/accordion-2.png);
  position: absolute;
  right: 15px;
}
#accordion-2::after {
  background-image: url(../img/accordion-2.png);
  position: absolute;
  right: 15px;
}
.has-clear {
  position: relative;
}

.form-control-clear {
  cursor: pointer;
}

.hiddenD {
  display: none;
}
.percentage-width{
  width: 46px !important;
}
.production_tap_nav {
  text-transform: uppercase !important; 
  font-size: 12px !important;
  font-weight: bold !important;
  cursor: pointer !important;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blink {
  animation: blink 1s infinite;
}
.bi-eye:hover {
  cursor: pointer;
}