﻿/* --------------------------New-------------------- */
.project-name {
  height: 100%;
  padding: 25px 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* background: url(../../../../../../../images/login_cover.jpg) no-repeat; */
  background-size: cover;
  background-position: center center;
}

.rounded-circle {
  background: #68cdff;
  height: 34px;
  width: 34px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 0px !important;
}

.login_logo {
  width: auto;
  position: absolute;
  left: 40px;
  top: 15px;
  z-index: 9999;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 14px;
  left: 1px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  /*background-color: #2196F3;*/
  background-color: #4caf50;
}

input:focus+.slider {
  box-shadow: 0 0 1px #4caf50;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.grivance-status-table th {
  border: 1px solid #ddd !important;
  width: 215px;
  background: #f2f7fd;
}

.icon-active {
  color: #999;
}

.grivance-status-table {
  margin-bottom: 25px !important;
}

.modal-space {
  margin-right: 30%;
  margin-left: 30%;
  margin-top: 5%;
}

.total_value {
  font-size: 22px;
  font-weight: bold;
}

.login-bg {
  /* background: #ffffff; */
  position: relative;
  height: 100vh;
}

.form-div {
  /* border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-left: 2px solid #2196f3;
    background: #ffffff; */
  border: 1px solid #ddd;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-left: 2px solid #2196f3;
  background: #ffffff;
}

.login-register-container {
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*background: url(../../images/login-left-bg.jpg) no-repeat;*/
  background-position: right bottom;
  background-size: contain;
}

.login-register-container .form-control {
  background-clip: border-box;
  border-width: 0px 0;
  border-top-color: transparent !important;
  background-color: transparent !important;
}

.login-form label {
  font-size: 15px;
  margin-bottom: 0px;
}

.login-form label span {
  color: red;
}

.form-div input:focus {
  border: none;
  border-color: transparent !important;
  box-shadow: none;
}

.login-form .content-divider>span {
  background-color: #ffffff;
  display: inline-block;
}

.application-name {
  color: #ffffff;
  font-size: 47px;
  line-height: 58px;
  font-weight: 500;
  text-align: left;
}

.login-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.project-name p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
}

@media only screen and (min-width: 1370px) and (max-width: 1920px) {
  .login-form {
    width: 404px !important;
  }

  .project-name p {
    padding-right: 200px;
  }
}

.design-by {
  /* position: absolute; */
  position: fixed;
  bottom: 10px;
  right: 40px;
  color: #c1c1c1;
}

.design-by a {
  color: #c1c1c1;
}

/*
.page-content .container-fluid {
    padding: 0px;
}*/

/*.verify-badge {
    position: absolute;
    right: 5px;
    top: 45px;
    line-height: 11px;
    cursor: pointer;
}*/
.verify-badge {
  position: relative;
  right: -310px;
  top: -4px;
  line-height: 11px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .login_logo img {
    width: 300px !important;
  }
}

@media screen and (max-width: 991px) {
  .abstract-shape img {
    width: 346px !important;
  }

  .profile-top-btn {
    top: auto !important;
    bottom: 14px;
  }

  .admin-data {
    margin-bottom: 45px;
  }

  .application-name {
    font-size: 35px;
    line-height: 44px;
  }

  .card-new {
    margin: 0 auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .login-form {
    width: 100% !important;
  }

  .login_logo img {
    width: 250px;
  }

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .tbl-resp-line {
    padding-left: 10px !important;
  }

  /* .admin-data {
    margin-bottom: 52px;
} */

  .profile-info {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .login_logo {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
  }

  .content-container {
    margin-top: 20px;
  }

  .login_logo img {
    width: 300px !important;
  }

  .project-name {
    height: auto;
    padding: 43px 65px;
  }

  .application-name {
    text-align: center;
  }

  .project-name p {
    text-align: center;
  }

  .login-register-container {
    height: auto;
  }

  .login-bg {
    height: auto;
    padding-bottom: 40px;
  }

  .form-wrapper h1,
  .form-wrapper h6 {
    text-align: center;
  }

  .design-by {
    bottom: 10px;
    right: 0px;
    color: #000000;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    position: absolute;
  }

  .design-by a {
    color: #000000;
  }

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .project-name {
    height: auto;
    padding: 43px 25px;
  }

  .step {
    height: 18px !important;
    width: 18px !important;
  }

  .step.active {
    height: 20px !important;
    width: 20px !important;
  }

  .application-name {
    font-size: 29px;
    line-height: 40px;
  }

  .login-register-container {
    padding: 30px 0px;
    /* margin-top: 68px; */
  }

  .login_logo img {
    width: 300px;
  }
}

.um-font-size {
  font-size: 17px;
}

.s-color {
  color: #2196f3;
}

.err-msg {
  color: red;
  font-size: 13px;
  font-weight: 400;
}

.suc-msg {
  color: green;
  font-size: 13px;
  font-weight: 400;
}

/*--------------------------------------------Facebook Loader---------------------------------------------*/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 46px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 4px;
  background: #2196f3;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.48s;
}

.lds-facebook div:nth-child(2) {
  left: 18px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(3) {
  left: 30px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(4) {
  left: 42px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 40px;
  }

  50%,
  100% {
    top: 19px;
    height: 20px;
  }
}

/*--------------------------------------------End Facebook Loader---------------------------------------------*/

/*--------------------------------------------Loader---------------------------------------------*/
#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#floatingCirclesG {
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

.f_circleG {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.98);
  height: 22px;
  width: 22px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 51px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#frotateG_03 {
  left: 51px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#frotateG_05 {
  right: 0;
  top: 51px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#frotateG_07 {
  left: 51px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(41, 41, 255);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes f_fadeG {
  0% {
    background-color: rgb(41, 41, 255);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes f_fadeG {
  0% {
    background-color: rgb(41, 41, 255);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(41, 41, 255);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: rgb(41, 41, 255);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

.spiner-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------End Loader--------------------------------------------*/
.btn-right {
  float: right;
}

.d-hide {
  display: none;
}

.Oflow {
  overflow-y: auto;
}

.d-flex {
  display: flex;
}

.d-InBlock {
  display: inline-block;
}

.d-block {
  display: block;
}

.alt-btn-edit {
  display: inline-block;
  background-color: rgb(52, 195, 143);
}

.alt-btn-cancel {
  display: inline-block;
  background-color: rgb(244, 106, 106);
}

.msgdivCol {
  background-color: rgb(255, 255, 255);
}

.custom-select .select2-container {
  width: 100% !important;
}

#sidebar-menu ul li a {
  padding: 0.6rem 0.5rem;
}

#sidebar-menu ul li a {
  color: #191919;
}

.card-header {
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
  background-image: url(../images/header-bg.png);
}

.card-title {
  font-size: 22px;
  font-weight: 400;
  color: #3b54d0;
  margin: 0;
}

.table-bordered {
  border: 1px solid #d8d8d8 !important;
}

.btn {
  border-radius: 0 !important;
}

.btn-primary {
  color: #fff;
  background-color: #3c56d0;
  border-color: #4b66ec;
}

.login-cont {
  margin-left: 100px;
}

/* .authentication-bg .auth-logo .logo {
  margin: 0 auto;
  height: auto;
} */

.authentication-bg {
  background-image: url(../../images/background.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-control {
  border-radius: 0;
  margin-bottom: 15px;
}


.login-cont h5 {
  font-size: 24px;
}

.login-cont .card-body {
  box-shadow: 1px -1px 30px 12px rgb(152 43 43);
  -webkit-box-shadow: 1px -1px 30px 12px rgb(219 229 243);
  -moz-box-shadow: 1px -1px 30px 12px rgba(199, 199, 199, 1);
}

.form-label {
  margin-bottom: 3px;
}

.relative-input {
  position: relative;
}

.btn-abs {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.5rem;
  padding-bottom: .125em;
  font-size: 17px;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #7b8190;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*  font-size: 24px;
  color: #6e91cc;
  min-width: 26px;*/
}

#page-topbar {
  background-color: #3855e2;
}

.navbar-brand-box {
  background-color: #3855e2;
}

.header-item {
  color: #ffffff;
}

.header-item:hover {
  color: #efefef;
}

.noti-icon i {
  font-size: 22px;
  color: #ffffff;
}

.navbar-header .dropdown .show.header-item {
  background-color: #2c45bf;
}

body:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
  display: block;
}

body {
  background-color: #f1f3ff;
}

.footer a {
  color: #7b7b7b;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.my-date.form-control {
  margin-bottom: 0px;
}

/* .btn-group-sm>.btn,
.btn-sm {
  padding: 0px 5px;
  font-size: 13px;
  border-radius: 0px;
  line-height: 1;
} */

.ViewDetails {
  font-weight: 500;
  color: #3855e2;
}

/* .footer {
  box-shadow: none;
} */

.pie-chart-cont {
  margin: 0 auto;
  min-height: 290px;
  width: 47%;
}

.mm-active>a {
  background-color: #e9ecfb;
  color: #5b73e8 !important;
}

.card-title .dropdown a,
.card-title .dropdown select {
  font-size: 14px;
  color: #333 !important;
}

/* .po-value-chart-cont {
  min-height: 290px;
} */

/* .card-header .btn {
  margin-top: 2px;
} */

.table-responsive {
  border: none !important;
}

.float-end.dash-icon i {
  font-size: 40px;
}

.dash-icon-row .text-muted {
  color: #191919 !important;
}

.tbl-Gray {
  background-color: #e9ecfb !important;
  /* background-color: #f1f3ff !important; */
}

th.tbl-Gray {
  width: 20%;
}

.exp-btn {
  margin-right: 5px;
}

#tc_div td {
  position: relative;
  line-height: 26px;
  padding-left: 17px;
  padding-bottom: 7px;
}

#tc_div td span.dot {
  display: block;
  position: absolute;
  left: 6px;
  top: 1px;
  font-weight: 600;
}

.no-padding {
  padding-left: 0 !important;
}

.sub-line td {
  line-height: 22px;
}

.addrs {
  padding-right: 500px;
}

.quotation td {
  font-size: 16px;
}

/*View Quotation CSS*/
#vw_tc_div td {
  position: relative;
  line-height: 26px;
  padding-left: 17px;
  padding-bottom: 7px;
}

#vw_tc_div td span.vw_dot {
  display: block;
  position: absolute;
  left: 6px;
  top: 1px;
  font-weight: 600;
}

.vw_no-padding {
  padding-left: 0 !important;
}

.vw_sub-line td {
  line-height: 22px;
}

.vw_addrs {
  padding-right: 513px;
}

.vw_quotation td {
  font-size: 14px;
}

/*END*/
.btn-greypmry {
  color: #fff;
  background-color: #9a9dad;
  border-color: #4b66ec;
}

.cst-add {
  width: 67px;
  border: none;
  padding: 3px 10px;
}

.cst-add:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.date-icon-margin {
  margin-bottom: 15px !important;
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
  top: 0;
  right: 10px;
}

span.pos-absolute {
  background: #3855e2;
  border: none;
  border-radius: 0;
  padding: 9px;
  color: #fff;
}

/* .ck-btn-size {
  height: 20px;
  width: 20px;
} */

.span-100 span.select2-selection.select2-selection--single {
  width: 88% !important;
}

.tab-steps .nav-link.active .divv {
  background: #ffffff;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}

.tab-steps .nav-link {
  border-bottom: none !important;
  border-radius: 0 !important;
  background: #f1efef;
}

.tab-steps .nav-pills .nav-link {
  /* border: 1px solid #c1c1c1; */
  font-weight: 500;
  color: #404040;
  display: flex;
  align-items: center;
}

.tab-steps .nav-pills .nav-link.active,
.tab-steps .nav-pills .show>.nav-link {
  color: #fff !important;
}

.tab-content {
  /* border-top: 1px solid #e9e9e9 !important; */
}

.btn-success {
  color: #ffffff !important;
}

.tab-steps .nav-link .divv {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #cfcfcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}

.tab-steps .nav-link {
  /* border-bottom: none !important; */
  border-radius: 0 !important;
}

.tab-steps .nav-link:last-child {
  /* border-bottom: 1px solid #c1c1c1 !important; */
}

.tab-steps .nav-pills {
  /* border-bottom: none !important; */
  padding-bottom: 0 !important;
}

.table-bordered th,
.table-bordered td {
  line-height: 20px !important;
  vertical-align: middle !important;
}

.table-edits th,
.table-edits td {
  border: 1px solid #c2c2c2 !important;
  line-height: 20px !important;
  vertical-align: middle !important;
}

/*--------------------------- Priyanka CSS ------------------------------- */

.amt-sm-field {
  width: 101px;
}

.invoice-heading,
.quotation-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_logo img {
  width: 70%;
}

.login-width {
  width: 420px;
}

.project-head {
  font-size: 32px;
  font-weight: 600;
  color: #0082c3;
}

.login-label {
  font-weight: 600;
}

.login-form button,
.btn-block {
  margin-top: 20px;
  width: 140px;
  font-weight: 500;
  opacity: 1 !important;
}

.bg-primary {
  color: white;
}

.legitRipple {
  margin-left: 135px;
}

.btn-margin {
  margin-left: 0;
}

#forgotpwd a:hover {
  color: white;
  background-color: #08567e;
  border-color: #08567e;
}

@media screen and (max-width: 930px) {

  .admin-login .authentication-bg,
  .forgot-pwd .authentication-bg,
  .authentication-bg {
    background: #ffffff;
  }

  .admin-login {
    background: #ffffff;
  }

  .res-logo {
    display: inline-block;
    margin-top: 20px;
  }

  .login-width {
    width: 420px !important;
  }

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {


  .login_logo {
    background: #ffffff;
  }

  .welcome-to {
    text-align: center;
    margin-top: 0 !important;
  }

  .login-width {
    margin-top: 20px;
  }

  .login-width {
    width: 350px !important;
    margin: 0 auto !important;
  }

  .res-login {
    text-align: center;
  }

  .welcome-to {
    margin-top: 50px;
  }

  .pie-chart-cont {
    width: 100%;
  }

  .form-wrapper h2,
  .form-wrapper h6 {
    text-align: center;
  }

  .legitRipple {
    margin-left: 210px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 575px) {

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }
}

@media screen and (max-width: 490px) {
  .login-width {
    width: 325px !important;
    margin: 0 auto;
  }

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  .login-cont {
    margin: 0;
  }
}

.dt-responsive {
  width: 100% !important;
}

/* ------------ Priyanka CSS ----------------------------- */

/*----------------------- Monalisa-CSS---------------------*/
.bar-graph-box,
.bar-days {
  height: 352px !important;
}

#MyGraph-4 {
  display: block;
  height: 450px !important;
  width: 100%;
  padding: 15px 15px;
}

.dashboard-header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-text h4 {
  margin: 0;
  color: #3855e2;
  font-family: 'Roboto', sans-serif;
}

.final-year {
  float: right;
  display: flex;
  margin-right: 8px;
}

.blue-part {
  background-color: #3855e2;
  display: flex;
  justify-content: center;
  align-items: center;

}

.card-img {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  bottom: -23px;
  left: 0;
}

.card-img2 {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  bottom: -1px;
  left: 0;
}

.card-box {
  min-height: 142px;
  position: relative;
  overflow: hidden;
}

.card-inside {
  display: flex;
  justify-content: left;
  gap: 20px;
  align-items: center;
}

.card-body h6 {
  margin: 0;
}

.logo-txt {
  right: -13px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: -13px;
}

.opt-value {
  padding: 5px 0;
  left: 0;
  position: relative;
  border: none;
  background-color: #fff;
  border: 1px solid #3855e2;
  color: #858383;
  font-weight: 500;
  font-size: 14px;
}

.opt-box {
  padding: 0 !important;
}

.txt p {
  margin-top: 8px;
  margin-bottom: 0;
  color: #858383;
  font-weight: 500;
  font-size: 14px;
  /* font-family: 'Roboto', sans-serif; */
}

.card-left-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.text-section {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.box-inside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body h2 {
  font-size: 30px;
  font-weight: 700;
  /* font-family: 'Roboto', sans-serif; */
}

.today-btn {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  gap: 15px;
  transition: 0.5s;
}

.svg-box {
  width: 43px;
  height: 43px;
  background: #fff;
  box-shadow: 0px 71.2527px 51.5055px rgba(229, 229, 245, 0.189815), 0px 42.3445px 28.0125px rgba(229, 229, 245, 0.151852), 0px 21.9866px 14.2913px rgba(229, 229, 245, 0.125), 0px 8.95749px 7.16599px rgba(229, 229, 245, 0.0981481), 0px 2.03579px 3.46085px rgba(229, 229, 245, 0.0601852);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.today-btn p {
  margin: 0;
}

/* .this-month-btn {
  background-color: #dafad7;
  color: #636262;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid rgb(157, 157, 157);
}
.this-year-btn {
  background-color: #d7f8fa;
  color: #636262;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid rgb(157, 157, 157);
}
.all-time-btn {
  background-color: #dddaff;
  color: #636262;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  border: 1px solid rgb(157, 157, 157);
} */
.graph-box {
  padding: 20px 20px;
}

.apex-charts {
  min-height: 10px !important;
}

.apex-charts text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #adb5bd;
  font-weight: 400;
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-tooltip {
  background-color: var(--bs-white) !important;
  border-color: var(--bs-border-color) !important;
}

.apexcharts-tooltip-title {
  background: var(--bs-light) !important;
  border-color: var(--bs-border-color) !important;
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
  font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-legend-series {
  font-weight: 500;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: var(--bs-apex-grid-color);
}

.apexcharts-legend-text {
  color: var(--bs-gray-600) !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: var(--bs-gray-500);
}

.data-btn {
  display: grid;
}

.down-arrow {
  display: none;
  position: relative;

}

.data-btn button {
  padding: 13px 15px;
  border-radius: 5px;
  border: none;
  background-color: #e9ecfb;
  display: flex;
  align-items: center;
  gap: 15px;
}

.data-btn button:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.today-amount {
  font-size: 16px;
  font-weight: 500;
}

.header-data-btn {
  display: flex;
  gap: 15px;
}

.prev-data {
  background-color: #3855e2;
  border: none;
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 3px;
  border-bottom: 2px solid black;
  font-size: 13px;
  display: flex;
}

.prev-data:hover {
  transform: translateY(-5px);
  transition: 0.5s;
  background-color: #4caf50;
}

.prev-data:hover .down-arrow {
  display: block;
}

.title-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-btn-box h4 {
  margin: 0;
}

.today-text,
.today-amount {
  margin: 0;
}

.today-inside {
  display: block;
  text-align: left;
  line-height: 25px;
}

@media screen and (max-width: 532px) {
  .prev-data {
    padding: 3px 6px;
    font-size: 13px;
  }

  .data-btn button {
    padding: 10px 0;
  }

  .card-new {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .ntspl-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  .login-cont {
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  .card-box {
    border-radius: 20px;
  }
}

/*------------------------------------ Monalisa CSS --------------------------------------*/

.welcome-to {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #858585;
  margin-bottom: 10px !important;
}

.login-width input {
  margin-bottom: 10px;
  padding: 0;
}

/*.card {
  position: relative;
  z-index: 999;
}*/
label {
  margin-bottom: 0 !important;
}

/*.form-control {
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0 0 0 !important;
}*/
.border-remove {
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0 0 0 !important;
}

.p-4 {
  padding: 0 !important
}

.authentication-bg .auth-logo .logo {
  margin: 0 !important;
}



/* ------------------------------------------ Yamuna CSS Start -------------------------------- */
/* .add-new-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* .add-new-btn .btn {
  padding: 8px 15px;
  border-radius: 25px !important;
  line-height: 1;
} */


.action-attachment {
  text-align: center;
}

.content-box {
  border: 1px solid #ddd;
  padding: 10px;
}

/* .tab-content {
  border: 1px solid #e9e9e9;
  padding: 15px;
} */

.tabs-content-inner .tab-content {
  border: 1px solid #e9e9e9;
  padding: 25px;
}

.status {
  font-size: 13px;
}

.partial-status {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.information i {
  font-size: 11px;
}

.tabs-content-inner input {
  margin-bottom: 0;
}

.partial-status .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.partial-status .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* opacity: 0;
    transition: opacity 0.3s; */
}

.partial-status .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.partial-status .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* Yamuna CSS End */


/* ------------------------ Sonali CSS Start ---------------------------------- */

.date-picker-input input {
  margin-bottom: 0;
  background-color: #fff !important;
}

.reconsiliation-default-data .form-control {
  margin-bottom: 0;
}

.rec-summary {
  min-height: 316px;
}

.invoice-add-btn {
  margin-top: 39px;
}


/* .tds-table tbody, .tds-table td, tfoot, th, thead, tr {
  border-color: inherit;
  border-width: 0;
} */

/* Sonali CSS End */

i.form-control {
  font-style: normal !important;
}

table .dropdown-menu {
  border: 1px solid #ddd;
}

.vendor-icon-box table .dropdown-menu {
  width: 200px;
}


table .dropdown-menu i {
  font-size: 20px
}

table.dataTable {
  border-collapse: collapse !important;
}


.dropdown-item {
  display: flex;
  align-items: center;
}

/* .ViewPDF {
  display: flex;
  align-items: center;
} */

button:focus,
button:visited,
button:active {
  box-shadow: none !important;
}

.cp-list-custom th {
  background: #e9ecfb;
  font-weight: 500;
}

.cp-list-custom .cp-list-custom-heading {
  background: #e9ecfb;
  font-weight: 500;
  color: #000;
}

.accordion-item:last-child {
  margin-bottom: 0px;
}

.accordion-body .outsource-partner .table-responsive {
  margin-bottom: .25rem !important;
}

.accordion-body .outsource-partner {
  margin-bottom: 30px;
}

.accordion-body .outsource-partner:last-child {
  margin-bottom: 0px;
}

.text-md-end {
  text-align: right;
}


.dropdown-item {
  padding: .35rem 0.7rem !important;
}

.top-org-name {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-group {
  flex-direction: row-reverse;
}

.avatar-lg {
  height: 6rem !important;
  width: 6rem !important;
}

/* label span {
  color: red;
} */

.profile-edit-btn {
  padding: 5px 12px !important;
}

/*.profile-img-div {   
    position: absolute;
    top: -75px;
}*/

.profile-bg-field img {
  width: 100%;
  height: 267px;
}

.profile-top-btn {
  position: absolute;
  right: 10px;
  top: 14px;
}

.input-group-text {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0;
  border-right: 0;
}

.billing-adress-view {
  max-width: 350px;
  display: table;
}

.term-condition-data ul {
  padding: 0;
}

/* .term-condition-data table tr{
  word-break: break-word;


  white-space: pre-wrap;
} */

.cstm-table table {
  width: 100%;
  border-collapse: collapse;
}

.cstm-table-lg-screen table {
  width: 100%;
  border-collapse: collapse;
}




/*----Responsive CSS (15-07-2024)---1265-*/

@media screen and (max-width: 1265px) {
  .cstm-table-bg-color table tr:nth-of-type(odd) {
    background-color: #ffffff !important;
  }

  .cstm-table-resp table tr:nth-child(even) {
    background-color: #f4faff;
  }

  .cstm-table-resp .table thead {
    display: none;
  }

  /* .cstm-table-resp table tr {
    background: #f2faff;
  } */

  .cstm-table-resp table,
  .cstm-table-resp .table tbody,
  .cstm-table-resp .table tr,
  .cstm-table-resp .table td {
    display: block;
    width: 100%;
  }

  .cstm-table-resp .table tr {
    margin-bottom: 15px;
  }

  .cstm-table-resp .table td {
    text-align: right;
    padding-left: 50%;
    text-align: right;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .cstm-table-resp .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .cstm-table-resp .table thead,
  .cstm-table-resp .table tbody,
  .cstm-table-resp .table tfoot,
  .cstm-table-resp .table tr,
  .cstm-table-resp .table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

  .cstm-table-resp .table {
    background-color: white;
    border-width: 0;
    border: none !important;
    border-color: #d8d8d8 !important;
  }

  .cstm-table-resp .table tr {
    border-bottom: 1px solid #d8d8d8;
  }

  .cstm-table-resp .table tbody tr:last-child {
    margin-bottom: 0;
  }

  .cstm-table-resp .table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left: 1px solid #d8d8d8 !important;
  }

  .cstm-table-resp .table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right: 1px solid #d8d8d8 !important;
  }

  .cstm-table-resp table td {
    text-align: right !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .cstm-table-resp input {
    text-align: right !important;
  }

}

@media screen and (max-width: 1200px) {
  .responsive-tables .resp-table {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .resp-logo {
    display: block !important;
    margin-left: 15px;
  }


  .vendor-icon-box .dropdown-menu-end[style] {
    right: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .responsive-mt-2 {
    margin-top: 25px;
  }

  .responsive-text-center,
  .text-md-end {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {

  .cstm-table-center .table td {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
  }

  .cstm-table .table thead {
    display: none;
  }

  .cstm-table table tr:nth-child(even) {
    background-color: #f4faff !important;
  }

  .cstm-table-new table tr:nth-child(even) {
    background-color: #f4faff !important;
  }

  .cstm-table table,
  .cstm-table .table tbody,
  .cstm-table .table tr,
  .cstm-table .table td {
    display: block;
    width: 100%;
  }

  .cstm-table .table tr {
    margin-bottom: 15px;
  }

  .cstm-table .table td {
    text-align: right !important;
    padding-left: 50%;
    position: relative;
    min-height: 50px;
    word-break: break-word;
    /* display: flex;
    align-items: center;
    justify-content: end; */
  }

  .cstm-table .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .cstm-table .table thead,
  .cstm-table .table tbody,
  .cstm-table .table tfoot,
  .cstm-table .table tr,
  .cstm-table .table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

  .cstm-table .table {
    background-color: white;
    border-width: 0;
    border: none !important;
    border-color: #d8d8d8 !important;
  }

  .cstm-table .table tr {
    border-bottom: 1px solid #d8d8d8;
  }

  .cstm-table .table tbody tr:last-child {
    margin-bottom: 0;
  }


  .cstm-table .table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left: 1px solid #d8d8d8;
  }

  .cstm-table .table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right: 1px solid #d8d8d8;
  }

  .cstm-table-new .table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left: 1px solid #d8d8d8 !important;
  }

  .cstm-table-new .table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right: 1px solid #d8d8d8 !important;
  }

  .cstm-table-new table td {
    text-align: right !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .cstm-table-new input {
    text-align: right !important;
  }

  .resp-tr {
    display: flex;
    flex-direction: column;
  }

  .resp-tr .resp-date {
    text-align: left;
    margin-top: 8px;
  }

  .additional-table {
    margin-top: 15px;
  }

  .model-scrol {
    width: 480px !important;
  }

  .model-scrol.skip-quotation-modal {
    width: 100% !important;
  }

  .qn-plus-date-address tr td {
    width: 100%;
    display: table;
    line-height: 20px;
    text-align: left;
  }

  .qn-plus-date-address tr td:last-child {
    margin-top: 15px;
  }

  .resp-mt-2 {
    margin-top: 15px;
  }

  .page-link {
    padding: 0.310rem 0.40rem;
  }
}

@media screen and (max-width: 440px) {
  .cstm-table input {
    width: 75% !important;
  }
}

/*-------19-07-2024-------*/
span.req-ml {
  margin-left: 2px;
  position: absolute;
  top: -3px;
}

table.dataTable {
  margin-top: 20px !important;
}

/* input [switch=bool]:checked + label {
    width: 65px !important;
}*/


.item-status-col input[switch=bool]:checked+label {
  background-color: #34c38f;
  width: 65px;
}

.item-status-col input[switch]:checked+label:after {
  left: 42px !important;
}

.item-status-col input[switch=bool]+label {
  background-color: #f46a6a;
  width: 72px;
}



/* -------------------- Monalisha Start ---------------------------- */

.verification-field-wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.verification-success-reject-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 98%;
  height: calc(100vh - 110px);
  /* height: 100vh; */
  /* display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.success-reject-wrapper {
  width: 100%;
  max-width: 500px;
}

.success-reject-wrapper .card {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow: hidden;
}

.content-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -11px;
  top: 0;
  background-color: #eeeff1;
}

.permision-card {
  width: 100%;
}

.registration-permission .card {
  width: 100%;
  box-shadow: none;
}

.erp-logo img {
  margin: 20px;
  width: 250px;
}

.sign-up-section #Verify {
  border-radius: 5px !important;
  padding: 3px 7px;
  margin-top: 4px;
}

.sign-up-section #Resend,
.sign-up-section #Confirm {
  border-radius: 5px !important;
  padding: 3px 7px !important;
  margin-top: -7px;
}

.registration-permission {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.sucess-reject-wrapper {
  height: auto;
  margin: auto;
}

.reg-page-card {
  width: 100%;
  margin: 20px auto;
}

.input-group-text {
  border-right: 0 !important;
  border-radius: 0 !important;
}

.permision-card ul {
  display: flex;
  margin: 0;
  align-items: center;
  text-align: center;
  padding-left: 0;
}

.permision-card ul li {
  position: relative;
  list-style: none;
  width: 33.4%;
  padding: 16px 0;
  font-size: 17px;
  font-weight: 500;
  border-right: 1px solid #5774ff;
  background: transparent;
  cursor: pointer;
  color: #d1d1d1;
}

.permision-card ul li:last-child {
  border-right: 0;
}

.permision-card ul li.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #99b1fb;
  transition: left 0.3s;
}

.tab-content li.active {
  color: #fff;
}

.registration-permission .btn {
  margin-top: 10px;
  font-size: 16px;
  padding: 6px 8px;
}

.registration-permission textarea {
  min-height: 95px;
}

.user-add-btn .btn {
  float: right;
  float: right;
  display: flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 18px !important;
}

.user-add-btn i::before {
  font-size: 20px;
}

.card-top-border {
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}

button.file-icon {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px !important;
}

.file-icon i {
  font-size: 19px;
  margin-right: 5px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  width: auto;
  height: 350px;
  flex-direction: column;
}

.progress {
  height: 97%;
  width: 3px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 9px;
}

.progress span {
  position: absolute;
  width: 3px;
  height: 0;
  top: 0px;
  background: #34c38f;
  transition: 0.5s;
  /* left: 32px; */
}

.step {
  background-color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #e0e0e0;
  transition: 0.4s ease;
  z-index: 9;
  position: relative;
}

.step.active {
  border-color: #34c38f;
  height: 24px;
  width: 24px;
  left: -1.6px;
}

.reg-content {
  display: none;
}

.reg-content.active {
  display: block;
}

.user-layout-3 {
  margin-left: 0 !important;
}

.user-layoout-3-page-content {
  float: left;
  width: 100%;
}

.user-layout-3-body {
  background: #ffffff;
}

.reg-title {
  font-size: 17px;
  color: #afafaf;
  display: flex;
  flex-direction: column;
  position: absolute;
  float: left;
  left: 35px;
  width: 180px;
  top: -4px;
}

.step.active .reg-title {
  color: #232323 !important;
}

.reg-title span {
  font-size: 13px;
  color: #818181;
  margin-top: 5px;
  line-height: 18px;
}

.registration-permission .col-3 .card-body {
  padding-right: 30px;
}

.td-delete .btn i {
  font-size: 21px;
}

.td-delete .btn i:hover {
  color: #ff0000;
}

.upper-bg-area {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px dashed #ddd;
}

.reject-field .suc-rej-circle {
  border: 4px solid #f46a6a !important;
}

.reject-field .suc-rej-circle i {
  color: #f46a6a !important;
}

.green-check {
  border: 4px solid #34c38f !important;
}

.suc-rej-circle {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.suc-rej-circle i {
  font-size: 50px;
  color: #34c38f;
}

.upper-bg-area p {
  color: #252525;
  margin-top: 13px;
}

.dropdown-right-0[style]{
  left: auto !important;
  right: 0 !important;
}
/* .demo-msg {
  margin-top: 130px;
  margin-bottom: 150px;
} */

.demo-msg .under-process-text {
  color: #f46a6a !important;
}

.demo-msg .reg-img-container {
  border: 3px solid #f46a6a;
}

.req-verification {
  width: 760px;
  text-align: center;
  position: relative;
  /* margin-top: 160px; */
}

/* .req-verification .card-body {
  min-height: 180px;
} */

.check-mark {
  display: flex;
  justify-content: center;
}

.under-process-text {
  font-weight: 500;
  font-size: 55px;
  color: #44b678 !important;
  z-index: 999;
  margin-bottom: 28px;
}

.req-verification .card {
  overflow: hidden;
  position: relative;
  box-shadow: none;
  margin-bottom: 0;
}

.req-verification i::before {
  color: #34c38f;
  font-size: 52px;
}

.acc-status {
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  z-index: 99;
  position: relative;
}

.success-msg {
  width: 100%;
}

.reg-img-container img {
  width: 40px;
}

.reg-img-container {
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #44b678;
  border-radius: 50%;
}

.req-verification::before {
  content: "";
  position: absolute;
  background-image: url(../../../../../../../images/dot-shape.png);
  right: -174px;
  top: -23px;
  width: 265px;
  height: 209px;
  z-index: 9;
  opacity: 0.6;
}

.req-verification::after {
  content: "";
  position: absolute;
  background-image: url(../../../../../../../images/dot-shape.png);
  left: -174px;
  top: -23px;
  width: 265px;
  height: 209px;
  z-index: 9;
  opacity: 0.6;
}

.profile-bg-field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
  /* height: 270px; */
}

.gray-background {
  background: #f1f4f9;
  overflow: hidden;
}

.profile-image-div {
  margin-top: 170px;
}

.profile-image-div .card {
  position: relative;
}

.profile-img-div {
  width: 151px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}

.pro-abstract {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.pro-abstract img {
  width: 350px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
}

.profile-img-div img {
  /* border: 3px solid #fff; */
  height: 150px !important;
  width: 150px !important;
}

.dataTable-remove-element .dataTables_length,
.dataTable-remove-element #common_datatable_filter,
.dataTable-remove-element .pagination,
.dataTable-remove-element .dataTables_info {
  display: none;
}

.dataTable-remove-element .table.dataTable thead tr th.sorting {
  text-align: left;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.admin-data {
  margin-top: 60px !important;
  text-align: center;
}

.number-span {
  color: #b3b3b3 !important;
  left: 7px;
  font-size: 14px !important;
  display: none;
}

.progress-container-outer {
  min-height: 612px;
}

.vendor-progress-container {
  height: 510px !important;
}

/* -------------------- Monalisha End ---------------------------- */



/* ---------------- */

@media screen and (max-width: 1535px) {
  .content-container::before {
    left: -14px;
  }

  /* .req-verification {
    margin-top: 140px;
  } */
}

@media screen and (max-width:1399px) {
  .content-container::before {
    left: -35px;
  }

  .verification-success-reject-wrapper {
    width: 97%;
  }

  /* .req-verification {
    margin-top: 125px;

  } */
}

@media screen and (max-width:1260px) {
  .content-container::before {
    left: -26px;
  }
}

@media screen and (max-width:1199px) {
  .verification-field-wrapper {
    position: relative;
    width: 85%;
  }
}

@media screen and (max-width: 1140px) {
  .vendor-progress-container {
    height: 488px !important;
  }

  .content-container::before {
    left: -11px;

  }
}

@media screen and (max-width:991px) {

  .number-span {
    display: block;
  }

  .progress {
    display: none;
  }

  .content-container::before {
    display: none;
  }

  .verification-field-wrapper {
    position: relative;
    width: 70%;
  }

  .progress-des {
    display: none;
  }

  .vendor-progress-container {
    height: 214px !important;
  }

  .register-progress-container {
    height: 140px !important;
  }

  .progress-container-outer {
    min-height: auto;
  }

  .progress-container-outer2 {
    min-height: auto;
  }

  .progress-container-outer .d-flex,
  .progress-container-outer2 .d-flex {
    background: #cccccc33;
    padding: 10px;
    margin-bottom: 5px;
  }

  .reg-progress-container {
    height: 116px !important;
  }

  .cstm-table-lg-screen table tr:nth-child(even) {
    background-color: #f4faff;
  }

  .cstm-table-lg-screen .table thead {
    display: none;
  }

  .cstm-table-lg-screen table {
    width: 100%;
    border-collapse: collapse;
  }

  .cstm-table-lg-screen table,
  .cstm-table-lg-screen .table tbody,
  .cstm-table-lg-screen .table tr,
  .cstm-table-lg-screen .table td {
    display: block;
    width: 100%;
  }

  .cstm-table-lg-screen .table tr {
    margin-bottom: 15px;
  }

  .cstm-table-lg-screen .table td {
    text-align: right;
    padding-left: 50%;
    text-align: right !important;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .cstm-table-lg-screen .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .cstm-table-lg-screen .table thead,
  .cstm-table-lg-screen .table tbody,
  .cstm-table-lg-screen.table tfoot,
  .cstm-table-lg-screen .table tr,
  .cstm-table-lg-screen .table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

  .cstm-table-lg-screen .table {
    background-color: white;
    border-width: 0;
    border: none !important;
    border-color: #d8d8d8 !important;
  }

  .cstm-table-lg-screen .table tr {
    border-bottom: 1px solid #d8d8d8;
  }

  .cstm-table-lg-screen .table tbody tr:last-child {
    margin-bottom: 0;
  }


  .cstm-table-lg-screen .table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left: 1px solid #d8d8d8;
  }

  .cstm-table-lg-screen .table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right: 1px solid #d8d8d8;
  }

  .cstm-table-lg-screen td select {
    text-align: right;
    padding: 0;
  }

  .resp-tr {
    display: flex;
    flex-direction: column;
  }

  .resp-tr .resp-date {
    text-align: left;
    margin-top: 8px;
  }

  .additional-table {
    margin-top: 15px;
  }

  .model-scrol {
    width: 480px !important;
  }

  .model-scrol.skip-quotation-modal {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .no-data-center {
    display: flex !important;
    justify-content: center !important;
    padding: 10px 0 !important;
    align-items: center !important;
  }

  .verification-field-wrapper {
    width: 75%;
  }

  .add-new-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .excel-pdf-btn {
    margin-top: 10px;
  }

  .req-verification {
    width: 475px;
    /* margin-top: 109px; */

  }

  .top-org-name {
    width: 330px;
  }

  .res-flex {
    display: flex;
    align-items: center;
  }
}


@media screen and (max-width: 560px) {
  .req-verification {
    width: 412px;
    /* margin-top: 95px; */
  }

  .verification-success-reject-wrapper {
    width: 92%;
  }

  .dropdown-menu-end[style] {
    left: 0px !important;
    right: 0 !important;
  }

  .icon-box .dropdown-menu-end[style] {
    left: auto !important;
    right: 0 !important;
  }

  .dropdown-menu-end-right {
    right: 0 !important;
  }

  .dropdown-menu-end-position .dropdown-menu-end[style] {
    left: -115px !important;
    right: 0 !important;
  }

  .verification-field-wrapper {
    width: 100%;
  }

  /* .btn-header-text{
  display: block !important;
 }
 .btn-header-text .btn{
  margin-top: 12px
 } */
}

@media screen and (max-width: 480px) {
  .content-container {
    margin-top: 0px;
  }

  .profile-image-div {
    margin-top: 143px !important;
  }

  .page-link {
    padding: 0.310rem 0.320rem;
  }

  .verification-success-reject-wrapper {
    width: 90%;
  }

  .dropdown-menu-end-position .dropdown-menu-end[style] {
    left: 0 !important;
    right: 0 !important;
  }

  .req-verification {
    width: 365px;
  }

  .verification-success-reject-wrapper .text-muted {
    width: 200px;
    margin-top: 13px;
  }

  .legitRipple {
    margin-left: 185px;
    margin-top: -60px;
  }

  /* .req-verification {
    margin-top: 85px;
} */

  /* .verification-success-reject-wrapper {
        margin-bottom: 100px;
    } */

  /* .reg-title span {
        font-size: 11px;
        line-height: 15px;
    } */

  /* .reg-title {
        font-size: 14px;
        width: 109px;
        left: -49px;
    } */

  /* .progress-container {
        margin-bottom: 40px;
        width: 85%;
        left: 29px;
    } */

  /* .progress {
  width: 90%;
} */
  .top-org-name {
    width: 225px;
  }

  .reg-process-responsive {
    padding: 0;
  }

  .progress-container-outer2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  .icon-box .dropdown-menu-end[style] {
    left: 0 !important;
    right: auto !important;
  }
}

@media screen and (max-width: 360px) {

  .file-icon span {
    font-size: 13px;
  }

  .req-verification {
    width: 330px;
  }

  .verification-success-reject-wrapper {
    width: 89%;
  }

  .progress-container {
    /* margin-bottom: 43px; */
    /* width: 86%;
    left: 24px; */
  }
}

@media screen and (max-width: 320px) {
  .file-icon i {
    font-size: 19px;
    margin-right: 5px;
  }

  .file-icon span {
    font-size: 10px;
  }
}

.login-register-container .spt-spn {
  text-align: left !important;
}

/* #signin .success{
  font-size: 13px !important;
} */

.dataTable-remove-element .dataTables_filter {
  display: none !important;
}

/* .form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
} */

.dropdown-menu {
  display: none;
}

.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
  display: block;
}


/* ----------- Priyanka Start ---------- */



@media only screen and (min-width: 1199px) and (max-width: 1600px) {

  .client-card-min-height {
    min-height: 175px;
  }

  .card-min-height {
    min-height: 176px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1020px) {
  .card-min-height {
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

.subtotal-border {
  border-top: none;
}

.po-value-chart-cont .flot-charts {
  position: relative;
  left: -15px;
}

.card-title .dropdown-menu-end {
  border: 1px solid #3855e263;
  border-radius: 5px;
  outline: none;
}

.invoice-ui-icon {
  font-size: 30px;
}

.icon-box-border {
  border-left: 1px solid rgb(187 187 187 / 31%);
}

/* #f_year_Id {
    border: 1px solid #3855e263;
    border-radius: 5px;
    outline: none;
} */
.tooltip-box {
  position: absolute;
  top: -3px;
}

button.accordion-button.fw-semibold {
  text-transform: capitalize;
}

.new-select-box input,
.gst-select-box {
  height: 18px !important;
  width: 18px !important;
  border-color: #d3d8de !important;
}


@media (max-width: 767px) {


  .nav-tabs-custom li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /* margin-bottom: 10px; */
  }
  .nav-tabs-custom .nav-link.active {
    background-color: #5b73e8 !important;
    width: 100%;
    border-radius: 5px;
    border: none;
  }

  .nav-tabs-custom .nav-item .nav-link.active,
  .nav-tabs-custom .nav-item .nav-link.active:hover {
    color: #fff;
  }

  .nav-tabs-custom .nav-item .nav-link:hover {
    color: #5b73e8;
  }

  .nav-tabs-custom {
    border: none;
    border-bottom: none;
  }

  .nav-tabs-custom .nav-item .nav-link::after {
    background: transparent;
  }

  .nav-border-btm {
    border-bottom: 1px dashed #ddd;
  }

}


@media (max-width: 1600px) {
  .item-master-action .dropdown-menu-end[style] {
    left: 0 !important;
    right: 0 !important;
  }



}

@media (max-width: 1050px) {

  .invoice-heading,
  .quotation-heading {
    display: inline;

  }

  .dropdown-year {
    margin-top: 10px;
  }

  .content-container::before {
    left: 0px;
  }
}

/* ----------- Priyanka End ---------- */

/*---- Sonali(30-07-2024) ---- */
.advise-action {
  text-align: center;
}

@media (max-width: 767px) {
  .advise-action {
    text-align: right;
  }
}

/*-------- */

/* 
 table th{
  display: flex;
  align-items: center;
}  */

.modal-header {
  border-bottom: 1px solid #e1e1e1;
}

.modal-footer {
  border-top: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .add-new-btn a {
    margin-top: 12px !important;
  }

}

ul.dtr-details li {
  display: flex;
  align-items: center;
}

/* ----------- Prajakta Start ---------- */

.ui-icon {
  font-size: 20px;
  cursor: pointer;
}

table.dataTable {
  border-collapse: collapse !important;
}

.btn-sm {
  padding: 5px 10px !important;
  font-size: 13px;
  border-radius: 0px;
}

.btn-sm-back {
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 0px;
}

.select2-container {
  width: 100% !important;
}

.add-new-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* @media screen and (max-width: 1143px) and (min-width: 993px)  {
  .quotation-list-table .dropdown-menu-end[style] {
    left: auto !important;
    right: auto !important;
}

}
@media screen and (max-width: 893px) and (min-width: 561px)  {
  .quotation-list-table .dropdown-menu-end[style] {
    left: auto !important;
    right: auto !important;
} */

@media screen and (max-width: 1192px) and (min-width: 993px) {
  .quotation-list-table .dropdown-menu-end[style] {
    left: auto !important;
    right: auto !important;
  }

}

@media screen and (max-width: 943px) and (min-width: 561px) {
  .quotation-list-table .dropdown-menu-end[style] {
    left: auto !important;
    right: auto !important;
  }

}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .item-head-master .dropdown-menu-end[style] {
    left: 0 !important;
    right: auto !important;
  }

}

@media screen and (max-width: 953px) {
  .item-head-master .dropdown-menu-end[style] {
    left: 0 !important;
    right: auto !important;
  }
}

@media screen and (max-width: 1260px) {
  .loan-liability-list-table .dropdown-menu-end[style] {
    left: 0 !important;
    right: auto !important;
  }
}


/* ---------------------------------------prajakta CSS (End)--------- */

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  padding-bottom: 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

span.dtr-data {
  padding-left: 15px;
}

.plus-position {
  position: absolute;
  right: 0;
}

.attachment-td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  cursor: pointer;
}

.nav-tabs-custom .nav-link.active {
  border-bottom: 1px solid #5b73e8;
  color: #5b73e8;
  background-color: #f5f6f8;
}

.nav-tabs-custom .nav-tabs .nav-link {
  border: none;
}

/* .nav-tabs-custom .nav-item .nav-link::after {
  background: #3855e2;
}
.nav-bg .nav-item, .nav-bg2 .nav-item{
  position: relative;
  color: #343a40 !important;
  background: #e9ecfb;
}
.nav-bg .border-tab, .nav-bg2 .border-tab{
  border-right: 1px solid #bac6ff !important;
  border-left: 1px solid #bac6ff !important;
  border-radius: 0;
} */


/* ----------06-08-2024-------- */

.preview-tbl-width{
  width: 900px !important;
}


@media (max-width: 1100px) {
  .cstm-table-retail .table td {
    text-align: left !important;
    padding-left: 15px !important;
    position: relative;
    min-height: 50px;
  }

  .nav-bg2 {
    display: grid;
    gap: 9px;
  }

  .nav-bg2 .border-tab {
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

@media (max-width: 767px) {

  th.tbl-Gray {
    width: 50%;
  }

  .cstm-table-retail .table td {
    text-align: left !important;
    padding-left: 15px !important;
    position: relative;
    min-height: 50px;
  }

  .nav-bg {
    display: grid;
    gap: 9px;
  }

  .nav-bg .border-tab {
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

.mark-point {
  cursor: pointer;
  border: 1px dashed #c3c3c3;
  padding: 8px;
  align-items: baseline;
  word-break: break-word;
}

.mark-point i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.reject-status-text {
  border: 1px dashed #c3c3c3;
  padding: 10px;
}

.reject-status-text p {
  color: #f46a6a;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.dropdown-menu-end-right[style] {
  left: auto !important;
  right: 0 !important;
}


@media (max-width: 991px) {
  .width900 {
    width: 100%;
  }
  .preview-tbl-width{
    width:100% !important;
  }
}


.reg-img-container img {
  width: 40px;
}

.reg-img-container {
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #44b678;
  border-radius: 50%;
}


.profile-bg-field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
  height: 270px;
}

.user-profile .card.h-100 {
  overflow: hidden;
}

.gray-background {
  background: #f1f4f9;
  overflow: hidden;
}

.profile-image-div {
  margin-top: 170px;
}

.profile-img-div {
  width: 151px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}

.pro-abstract {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.pro-abstract img {
  width: 350px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
}

.profile-img-div img {
  /* border: 3px solid #fff; */
  height: 150px !important;
  width: 150px !important;
}

.abstract-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.abstract-shape img {
  width: 304px;
  right: 0;
  top: -75px;
  position: absolute;
  opacity: 0.7;
}

.profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {

  .page-title-right .breadcrumb,
  .page-title-box .breadcrumb {
    justify-content: flex-end;
  }

  .term-condition-data table tr {
    word-break: break-word;
    white-space: pre-wrap;
  }

  .resp-tbl-full-line {
    width: 100% !important;
    padding-left: 10px !important;
    position: relative !important;
  }

  .resp-tbl-full-line span {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    left: 5px;
    margin-top: 27px;
  }


}

.resp-tbl-full-line span p {
  margin: 0;
}

.form-select:focus {
  box-shadow: 0;
  -webkit-box-shadow: none;
}

.table-responsive.cstm-table-new>.table-bordered>tbody>tr>td:first-child {
  border-left: 1px solid #d8d8d8 !important;
}

.table-responsive.cstm-table-new>.table-bordered>tbody>tr>td:last-child {
  border-right: 1px solid #d8d8d8 !important;
}

.attachment-link {
  border: 1px solid #ced4da;
  padding: 5px;
  display: flex;
  align-items: center;
}

/* -------------23/08/2024------------ */

.table-ul li {
  max-width: 400px;
}


.select2-container--open .select2-dropdown--above {
  z-index: 99;
}

.bg-light-sky {
  background-color: #67cafc17 !important;
}
.table-data-new ul{
  margin-bottom: 0;
}
.table-data-new p{
  margin-bottom: 10px !important;
}
.table-data-new p:last-child{
  margin-bottom:0 !important;
}
