@font-face {
  font-family: 'nunitoregular';
  src: url('../fonts/nunito-regular-webfont.woff2') format('woff2'),
    url('../fonts/nunito-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitosemibold';
  src: url('../fonts/nunito-semibold-webfont.woff2') format('woff2'),
    url('../fonts/nunito-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitobold';
  src: url('../fonts/nunito-bold-webfont.woff2') format('woff2'),
    url('../fonts/nunito-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitoextrabold';
  src: url('../fonts/nunito-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/nunito-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------- GLOBAL STYLE ------------------------------------- */

/* global header fix only for html's */
.fix-headerbar {
  margin-top: 80px;
}

body {
  font-family: 'nunitoregular' !important;
  color: #041d36 !important;
  background-color: #ffffff !important;
  margin: 0 !important;
}

h1,
h2,
h3 {
  font-family: 'nunitobold';
  margin: 0;
}

h2 {
  font-size: 40px;
  line-height: 55px;
}

h4,
h5,
h6 {
  font-family: 'nunitosemibold';
  margin: 0 !important;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

p {
  font-family: 'nunitoregular';
  line-height: 25px;
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: none;
}

.Btn {
  font-family: 'nunitosemibold';
  border-radius: 12px;
  padding: 12px 36px;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.5s;
  -moz-box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
}

a.btn-lightblue-primary:hover {
  color: #fff;
}

.btn:hover {
  color: #fff;
  -moz-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
}

.btn:focus {
  outline: none;
  /*box-shadow: none;*/
}

.btn-lightblue-primary {
  background-color: #4872f4;
  border: 1px solid #4872f4;
  color: #ffffff;
}

.btn-lightblue-primary:hover {
  /*background-color: #041D36;
    border: 1px solid #041D36;*/
}

.btn-darkblue-primary {
  background-color: #041d36;
  border: 1px solid #041d36;
  color: #ffffff;
}

.btn-darkblue-primary:hover {
  /*background-color: #4872F4;
    border: 1px solid #4872F4;*/
}

.btn-lightblue-secondary {
  background-color: #ffffff;
  border: 1px solid #4872f4;
  color: #4872f4;
}

.btn-lightblue-secondary:hover {
  /*background-color: #4872F4;
    color: #FFFFFF;*/
  color: #4872f4;
}

.btn-darkblue-secondary {
  background-color: #ffffff;
  border: 1px solid #041d36;
  color: #041d36;
}

.btn-darkblue-secondary:hover {
  /*background-color: #041D36;
    color: #FFFFFF;*/
}

.img-fill-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-wrapper {
  display: flex;
  align-items: center;
}

.flex-col-2 {
  flex: 0 0 50%;
  height: 100%;
}

.flex-col-55 {
  flex: 0 0 55%;
  height: 100%;
}

.flex-col-45 {
  flex: 0 0 45%;
  height: 100%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------- Log in / Sign up ------------------------------------- */

.sign-up-wrapper {
  height: 100%;
}

.signup-ft-logo {
  display: block;
  margin: 50px auto 0;
}

.full-page-sec {
  height: 100vh;
  width: 100%;
}

.signup-form-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 70px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}

.form-header {
  text-align: center;
  margin-bottom: 45px;
}

.form-header h2 {
  font-family: 'nunitobold';
  font-size: 40px;
  line-height: 55px;
  color: #041d36;
  margin: 0 0 6px 0;
}

.form-header h6 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.4);
}

.signup-form-main .shwan-form {
  width: 100%;
  max-width: 630px;
  /*min-width: 630px;*/
  margin: 0 auto auto;
}

.shwan-form .form-col-gap {
  /*margin-right: 80px;*/
  margin-right: 40px;
}

.shwan-form label {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.shwan-form .form-group {
  margin-bottom: 30px;
}

.shwan-form .form-control {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  /*padding: 16px 30px;*/
  padding: 16px 16px;
  height: 54px;
  transition: all 0.5s;
}

.shwan-form .form-control:focus,
.shwan-form .form-control.active {
  background: #ffffff;
  border: 2px solid #4872f4;
  box-shadow: none;
}

.shwan-form .form-button {
  margin-top: 50px;
}

.shwan-form .Btn {
  min-width: 300px;
  /*display: block;
    margin: 0 auto;*/
}

.shwan-form .form-pass {
  position: relative;
}

.shwan-form .form-pass .form-control {
  z-index: 1;
  padding-right: 54px;
}

.shwan-form .form-pass .input-group-addon {
  position: absolute;
  right: 15px;
  z-index: 3;
  top: 15px;
}

.shwan-form .form-pass .input-group-addon a {
  display: flex;
  height: 54px;
  width: 54px;
  align-items: center;
  justify-content: center;
}

.shwan-form .form-text {
  margin-top: 20px;
}

.shwan-form .form-text a {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
}

.form-footer {
  margin-top: auto;
  text-align: center;
}

.form-footer p {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.form-footer p a {
  color: #4872f4;
}

/* ------------------------------------- Home page ------------------------------------- */

.sidebar-menu {
  height: 100vh;
  width: 75px;
  position: fixed;
  top: 68px;
  left: 0;
  background-color: #fff;
  /*box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.1);*/
  z-index: 99;
  padding-top: 140px;
}

.side-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.side-menu-item {
  margin-bottom: 15px;
}

.sidemenu-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s;
  margin: 0 auto;
}

.sidemenu-link.active,
.sidemenu-link:hover {
  background: rgba(72, 114, 244, 0.1);
}

.sidemenu-link svg path,
.sidemenu-link svg path {
  transition: all 0.5s;
}

.sidemenu-link.active svg path,
.sidemenu-link:hover svg path {
  fill: #4872f4;
  fill-opacity: 1;
}

.site-body-wrapper {
  /*margin-left: 75px;*/
}

.main-navbar {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: #ffffff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  /*margin-left: -60px;*/
}

.navbar {
  margin-left: auto;
  padding: 0 !important;
}

.navbar button:focus {
  outline: none;
}

.navbar .nav-btn {
  height: 46px;
  width: 46px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

.notification-btn {
  position: relative;
}

.notification-btn span {
  font-family: 'nunitobold';
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background: #ff5e5e;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translate(50%, -50%);
}

.user-profile {
  background-color: transparent;
  border: none;
  margin-left: 40px;
}

.profile-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}

.profile-wrapper:before {
  content: '';
  position: absolute;
  background-image: url('../images/down-arrow.svg');
  height: 8px;
  width: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
}

.user-profile-image {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.user-info {
  text-align: left;
  padding-left: 15px;
}

.user-info h5 {
  font-family: 'nunitosemibold';
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin-bottom: 0 !important;
}

.user-info p {
  font-family: 'nunitosemibold';
  font-size: 14px;
  line-height: 19px;
  color: rgba(4, 29, 54, 0.3);
  margin: 0;
}

.header-bar {
  /*background-color: #EAECF1;*/
  background-color: #f6f7fb;
  padding: 15px 30px;
  /*margin-top: 30px;*/
  display: flex;
  align-items: center;
}

.page-header h2 {
  font-family: 'nunitosemibold';
  font-size: 36px;
  line-height: 49px;
  color: #041d36;
}

/* ------------------------------------- Project Detail ------------------------------------- */

.project-detail-sec {
  padding: 20px 30px;
}

.project-detail-form {
  max-width: 1400px;
}

.project-detail-form .form-group {
  margin-bottom: 30px;
}

.project-detail-form .form-group label {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  position: relative;
  padding-right: 18px;
}

.project-detail-form .form-group label.req-field:after {
  content: '*';
  position: absolute;
  right: 5px;
  top: 0;
  color: #ff5e5e;
}

.project-detail-form .form-control {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  border-radius: 5px;
  padding: 16px 20px;
}

.project-detail-form select.form-control {
  padding: 8px 20px;
}

.project-detail-form select.form-control,
.project-detail-form .form-control[type='text'] {
  height: 54px;
}

.project-detail-form .form-control::-webkit-input-placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control:-moz-placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control::-moz-placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control:-ms-input-placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control::-ms-input-placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control::placeholder {
  color: rgba(4, 29, 54, 0.4) !important;
  opacity: 1;
}

.project-detail-form .form-control:focus {
  background: #ffffff;
  border: 2px solid #4872f4;
  box-shadow: none;
}

.project-detail-form .form-group.form-check {
  padding-left: 0;
}

.project-detail-form .form-group.form-check label.form-check-label {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  display: inline-block;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(4, 29, 54, 0.1);
}

.check-container:hover input ~ .check-checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .check-checkmark {
  background-color: #4872f4;
}

.check-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.check-container input:checked ~ .check-checkmark:after {
  display: block;
}

.check-container .check-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-detail-form .form-btn .Btn {
  min-width: 150px;
}

.project-detail-form .form-btn .btn:first-child {
  margin-right: 60px;
}

.project-detail-form .form-row {
  margin-right: -40px;
  margin-left: -40px;
}

.project-detail-form .form-row .col-4,
.project-detail-form .form-row .col-6 {
  padding-right: 40px;
  padding-left: 40px;
}

/*.project-detail-form .custom-file-group{
    margin-bottom: 0;
}

.project-detail-form .custom-file{
    margin-bottom: 30px;
}

.project-detail-form .custom-file .custom-file-label{
    border: 0;
    background-color: transparent;
}*/

/* ------------------------------------- Project Structure ------------------------------------- */

.project-timeline-wrapper {
  margin-left: auto;
  margin-right: 136px;
}

.project-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-timeline-item {
  margin: 0 30px;
  text-align: center;
  min-width: 130px;
  position: relative;
  cursor: pointer;
}

.project-timeline-item:before {
  content: '';
  width: 190px;
  border-top: 2px dashed rgba(4, 29, 54, 0.2);
  position: absolute;
  top: 10px;
  z-index: 1;
}

.project-timeline-item.completed-sts:before {
  border-top: 2px dashed #041d36;
}

.project-timeline .project-timeline-item:last-child:before {
  border: none;
}

.prj-sts {
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.prj-sts-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #a4adb7;
  margin: 0 auto 5px;
}

.project-timeline-item h5 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #a4adb7;
  text-align: center;
}

.current-sts .prj-sts-icon {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 4px solid #4872f4;
}

.current-sts h5 {
  color: #041d36;
}

.completed-sts .prj-sts-icon {
  height: 24px;
  width: 24px;
  background-color: #4872f4;
  position: relative;
}

.completed-sts .prj-sts-icon:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.completed-sts h5 {
  color: #041d36;
}

.project-structure-sec {
  padding: 70px 30px;
}

.building-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 80px;
}

.building-type {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 15px;
  padding: 30px 35px 0;
  max-width: 250px;
  text-align: center;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  margin-right: 70px;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.building-type.selected,
.building-type:hover {
  border: 2px solid #4872f4;
  box-shadow: 0px 0px 8px rgba(72, 114, 244, 0.2);
}

.building-type h5 {
  font-family: 'nunitobold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 15px 0;
}

.building-type p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.4);
}

.building-img {
  margin-top: auto;
}

.building-img img {
  filter: grayscale(1);
  opacity: 0.3;
  transition: all 0.5s;
}

.building-type.selected .building-img img,
.building-type:hover .building-img img {
  filter: grayscale(0);
  opacity: 1;
}

.project-structure-footer .Btn {
  min-width: 150px;
}

/* ------------------------------------- Project Detail ------------------------------------- */

.building-tabs {
  display: inline-block;
  margin-bottom: 70px;
}

.building-tabs .nav {
  background-color: #fff;
}

.building-tabs .nav-link {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.4);
  padding: 14px 30px;
}

.building-tabs .nav-link.active {
  background-color: #4872f4;
}

.building-info-wrapper {
  margin-bottom: 60px;
}

.bd-count {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.bd-count label {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 10px 0 0;
}

.bd-count .bcount {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  border: 1px solid #4872f4;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 8px 16px;
  max-width: 77px;
}

.towers-wrapper {
  background: #eaecf1;
  border-radius: 10px;
  padding: 8px 24px;
  display: inline-block;
}

.towers-wrapper .towers-row:not(:last-child) {
  margin-bottom: 16px;
}

.towers-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tower-item {
  display: flex;
  height: 65px;
  width: 80px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 8px;
}

.tower-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.3;
}

.tower-item.active .tower-img {
  filter: grayscale(0);
  opacity: 1;
}

.tower-item span {
  position: absolute;
  left: auto;
  right: auto;
  top: 15px;
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.3);
  z-index: 1;
  text-transform: uppercase;
}

/* .house-item .home-box svg{
    opacity: 0.4;
} */

/* .house-item.active div{
    filter: grayscale(0);
    opacity: 1;
} */

/* .tower-item.active span {
    color: #FFFFFF;
} */

.floorinfo-wrapper {
  display: inline-block;
}

.floorinfo-row {
  margin-bottom: 30px;
}

.floor-detail {
  display: inline-flex;
  align-items: baseline;
}

.floor-detail .floorname {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 48px;
  color: rgba(4, 29, 54, 0.4);
  min-width: 100px;
  margin: 0 8px 0 0;
  text-align: center;
}

.floor-detail .floorname.large {
  color: #041d36;
}

.floor-detail .floorhomes-count {
  height: 48px;
  width: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(4, 29, 54, 0.1);
  border-radius: 5px 5px 1px 1px;
  border: none;
  text-align: center;
  margin: 0 22px;
}

.house-wrapper {
  display: flex;
  padding-top: 15px;
}

.house-item {
  height: 48px;
  width: 48px;
  background: #5b6f7c;
  border-radius: 5px 5px 1px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  position: relative;
}

.house-item span {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.house-item .fl-no-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.house-item.house-item-null .fl-no-label {
  color: #041d36;
}

.floor-bar {
  height: 10px;
  width: 100%;
  background-color: #79b1db;
  position: relative;
  margin-top: 0px;
  margin-left: 25px;
}

.floor-bar:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 11px;
  height: 10px;
  width: 100%;
  background-color: #b1deff;
  transform: skewX(65deg);
}

.floor-bar:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -23px;
  height: 11px;
  width: 22px;
  background-color: #6b9cc0;
  transform: skewX(30deg) rotate(30deg);
}

.floor-footer {
  margin-top: 70px;
}

.floor-footer .Btn {
  min-width: 150px;
}

/* ------------------------------------- project Structure Bunglow BHK ------------------------------------- */

.project-bunglow-sec {
  padding: 20px 30px;
}

.bhk-type {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.bhk-type-wrapper {
  background: #eaecf1;
  border-radius: 5px;
  padding: 25px;
  display: inline-block;
}

.bhk-type-wrapper h5 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.bhk-check-group {
  display: flex;
  padding: 25px 0 10px 0;
}

.bhk-check-group .custom-check:not(:last-child) {
  margin-right: 25px;
}

.custom-check .form-check-label {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.5);
}

.custom-check .check-checkmark {
  border: 1px solid rgba(4, 29, 54, 0.4);
  background-color: transparent;
  border-radius: 2px;
}

.custom-check .check-container .check-checkmark:after {
  left: 5px;
  top: 2px;
}

.custom-check .check-container input:checked ~ .check-checkmark {
  border: 1px solid #4872f4;
}

.custom-check.check-1bhk .check-container input:checked ~ .check-checkmark {
  background-color: #f4af48;
  border: 1px solid #f4af48;
}

.custom-check.check-1bhk .checked-bhk {
  color: #f4af48;
}

.custom-check.check-2bhk .check-container input:checked ~ .check-checkmark {
  background-color: #cddc39;
  border: 1px solid #cddc39;
}

.custom-check.check-2bhk .checked-bhk {
  color: #cddc39;
}

.custom-check.check-3bhk .check-container input:checked ~ .check-checkmark {
  background-color: #48a1f4;
  border: 1px solid #48a1f4;
}

.custom-check.check-3bhk .checked-bhk {
  color: #48a1f4;
}

.custom-check.check-4bhk .check-container input:checked ~ .check-checkmark {
  background-color: #4e342e;
  border: 1px solid #4e342e;
}

.custom-check.check-4bhk .checked-bhk {
  color: #4e342e;
}

.custom-check.check-5bhk .check-container input:checked ~ .check-checkmark {
  background-color: #a848f4;
  border: 1px solid #a848f4;
}

.custom-check.check-5bhk .checked-bhk {
  color: #a848f4;
}

.custom-check.check-6bhk .check-container input:checked ~ .check-checkmark {
  background-color: #00cdcd;
  border: 1px solid #00cdcd;
}

.custom-check.check-6bhk .checked-bhk {
  color: #00cdcd;
}

.custom-check.check-7bhk .check-container input:checked ~ .check-checkmark {
  background-color: #639568;
  border: 1px solid #639568;
}

.custom-check.check-7bhk .checked-bhk {
  color: #639568;
}

.asign-bhk-banglows {
  margin-bottom: 40px;
}

.asign-bhk-banglows h5 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.bhk-btn-grp {
  padding: 20px 0 0;
}

.bhk-btn-grp .Btn {
  margin-right: 30px;
  margin-top: 15px;
  transition: all 0.5s;
}

.btn-1bhk {
  background-color: rgba(244, 175, 72, 0.3);
  color: #f4af48;
}

.btn-1bhk.active,
.btn-1bhk:hover {
  background-color: rgba(244, 175, 72, 1);
  color: #ffffff;
}

.btn-2bhk {
  background-color: rgb(205, 220, 57, 0.3);
  color: #cddc39;
}

.btn-2bhk.active,
.btn-2bhk:hover {
  background-color: #cddc39;
  color: #ffffff;
}

.btn-3bhk {
  background-color: rgba(72, 161, 244, 0.3);
  color: #48a1f4;
}

.btn-3bhk.active,
.btn-3bhk:hover {
  background-color: rgba(72, 161, 244, 1);
  color: #ffffff;
}

.btn-4bhk {
  background-color: rgb(78, 52, 46, 0.3);
  color: #4e342e;
}

.btn-4bhk.active,
.btn-4bhk:hover {
  background-color: #4e342e;
  color: #ffffff;
}

.btn-5bhk {
  background-color: rgba(168, 72, 244, 0.3);
  color: #a848f4;
}

.btn-5bhk.active,
.btn-5bhk:hover {
  background-color: rgba(168, 72, 244, 1);
  color: #ffffff;
}

.btn-6bhk {
  background-color: rgba(0, 205, 205, 0.3);
  color: #00cdcd;
}

.btn-6bhk.active,
.btn-6bhk:hover {
  background-color: rgba(0, 205, 205, 1);
  color: #ffffff;
}

.btn-7bhk {
  background-color: rgba(99, 149, 104, 0.3);
  color: #639568;
}

.btn-7bhk.active,
.btn-7bhk:hover {
  background-color: rgba(99, 149, 104, 1);
  color: #ffffff;
}

.bng-bhk-wrp {
  padding: 25px;
  background: #eaecf1;
  border-radius: 10px;
  display: inline-block;
}

.bng-bhk-wrp .bng-bhk-row:not(:last-child) {
  margin-bottom: 25px;
}

.bng-bhk-wrp .bng-bhk-row {
  display: flex;
  align-items: center;
}

.bng-bhk-item {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.bng-bhk-item .bng-bhk-img {
  margin-bottom: 10px;
}

.bng-bhk-item .bhk-no {
  font-size: 12px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(4, 29, 54, 0.3);
  color: #fff;
}

/* .bhk1 {
    background-color: #F4AF48 !important;
}

.bhk2 {
    background-color: #CDDC39 !important;
}

.bhk3 {
    background-color: #48A1F4 !important;
}

.bhk4 {
    background-color: #4E342E !important;
}

.bhk5 {
    background-color: #A848F4 !important;
}

.bhk6 {
    background-color: #00CDCD !important;
}

.bhk7 {
    background-color: #639568 !important;
} */

/* ------------------------------------- Dashboard ------------------------------------- */

.main-dashboard-sec {
  padding: 20px 30px;
}

.dashboard-item h3 {
  font-family: 'nunitosemibold';
  font-size: 28px;
  line-height: 38px;
  color: #041d36;
  margin-bottom: 15px;
  /*margin-bottom: 30px;*/
}

.board-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-board {
  width: 300px;
  height: auto;
  /*background-color: #dee1e7;*/
  background-color: #ffffff;
  border-radius: 15px;
  padding: 8px;
  text-align: center;
  transition: all 0.5s;
  margin: 0 35px 35px 0;
}

.board-img {
  background-color: #ffffff;
  border-radius: 10px;
  height: 150px;
  width: 100%;
  overflow: hidden;
  /*padding-top: 10px;*/
}

/*.board-img img {
    margin-bottom: -40px;
}*/

.single-board h5 {
  font-family: 'nunitosemibold';
  font-size: 22px;
  line-height: 30px;
  color: #041d36;
  margin: 9px 0 3px 0;
  transition: all 0.5s;
}

.single-board p {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0 0 7px 0;
  transition: all 0.5s;
}

.single-board:hover {
  background-color: #4872f4;
}

.single-board:hover h5 {
  color: #ffffff;
}

.single-board:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.btn-add-board {
  width: 64px;
  height: 64px;
  background-color: #4872f4;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -moz-box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 0px 0px rgba(68, 68, 68, 0.1);
}

.btn-add-board:hover {
  -moz-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
}

/*.res-scroll{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}*/

/*.res-scroll{{
    display: inline-block;
}
*/

.wop {
  width: 100%;
}

.ofl {
  /* max-width: 1280px; */
  overflow: auto;
  display: inline-flex;
  margin-right: 25px;
  margin-left: 25px;
}

.ofl {
  width: 1030px;
}

.ofl::-webkit-scrollbar {
  display: none;
}

.ofl {
  -ms-overflow-style: none;
}

.btn-rounded {
  height: 34px;
  width: 34px;
  padding: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aply-all-rbtn {
  margin: 0 22px 0 16px;
}

.btn-rounded-deactiveted {
  opacity: 0.2;
  pointer-events: none;
}

.house-item-null {
  background-color: rgba(4, 29, 54, 0.2);
}

.tower-item-new span {
  position: absolute;
  left: auto;
  right: auto;
  top: 110%;
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.3);
  z-index: 1;
  text-transform: uppercase;
}

.tower-item-new {
  margin-bottom: 30px;
}

.tower-item.tower-item-new.active span {
  color: #083b59;
}

/*--------------------------------- Salse Module ---------------------------------*/

.sm-siidebar-menu {
  width: 300px;
  padding: 0;
}

.sm-siidebar-menu .site-logo {
  padding: 30px 25px;
}

.sm-side-menu {
  /*padding: 10px;*/
  padding: 10px 0 10px 10px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.1);
  height: calc(100vh - 85px);
}

.sm-mn-btn {
  display: flex;
  width: 100%;
  align-items: center;
  /*padding: 12px 30px;*/
  padding: 12px 25px;
  font-family: 'nunitosemibold';
  font-size: 18px;
  line-height: 25px;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  border-radius: 50px;
  transition: all 0.5s;
}

.sm-mn-btn svg {
  margin-right: 25px;
}

.sm-mn-btn svg .stroke {
  stroke: #041d36;
  /*stroke-opacity: 0.6;*/
  stroke-width: 1.5px;
}

.sm-mn-btn svg .fill {
  fill: #041d36;
  /*fill-opacity: 0.6;*/
}

.sm-mn-btn.active,
.sm-mn-btn:hover {
  background-color: rgba(72, 114, 244, 0.15);
  opacity: 1;
  color: #4872f4;
  text-decoration: none;
}

/*.sm-mn-btn.active svg path,
.sm-mn-btn:hover svg path{
    stroke: #4872F4;
    fill-opacity: 1;
}*/

.sm-mn-btn.active svg .stroke,
.sm-mn-btn:hover svg .stroke {
  stroke: #4872f4;
  stroke-opacity: 1;
}

.sm-mn-btn.active svg .fill,
.sm-mn-btn:hover svg .fill {
  fill: #4872f4;
  fill-opacity: 1;
}

.sm-side-menu h4 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #4872f4;
  margin: 20px 0 10px;
}

.sm-side-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*.sm-side-menu ul li{
    margin-bottom: 8px;
}*/

.sm-search {
  max-width: 550px;
}

.sm-search {
  background: rgba(4, 29, 54, 0.02);
  border: 1px solid rgba(4, 29, 54, 0.15);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3px 0;
}

.sm-search .input-group-text {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-left: 20px;
}

.sm-search .form-control {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  border: none;
}

.sm-search .form-control:focus {
  outline: none;
  box-shadow: none;
}

.sm-site-body {
  margin-left: 60px;
}

.sale-module-sec {
  padding: 30px 30px 0;
}

.smc-content-wrapper {
  display: flex;
}

.sm-cont-first-col {
  width: 380px;
}

.client-operation {
  display: flex;
  margin: 0 -13px;
  margin-bottom: 35px;
}

.client-operation .user-op-btn {
  width: 50%;
  margin: 0 13px;
}

.user-op-btn {
  border: 1px solid #4872f4;
  background-color: transparent;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'nunitosemibold';
  font-size: 18px;
  line-height: 25px;
  color: #4872f4;
  transition: all 0.5s;
}

.user-op-btn.primary {
  background-color: #4872f4;
  color: #ffffff;
}

.user-op-btn span {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4872f4;
  border-radius: 100%;
  margin-bottom: 18px;
  transition: all 0.5s;
}

.user-op-btn span #stroke {
  stroke: #4872f4;
  transition: all 0.5s;
}

.user-op-btn span #fill {
  fill: #4872f4;
  transition: all 0.5s;
}

.user-op-btn.primary span {
  border: 1px solid #ffffff;
}

.user-op-btn.primary span #stroke {
  stroke: #ffffff;
}

.user-op-btn.primary span #fill {
  fill: #ffffff;
}

.today-follow-list {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.05);
  border-radius: 5px;
  padding: 25px 0;
  height: 70vh;
  height: calc(100vh - 210px);
}

/* .hdr {
    text-align: center;
} */

.hdr h4 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.tdy-flist-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  /*border-bottom: 0.1px solid #041D36;*/
  border-bottom: 0.1px solid rgba(4, 29, 54, 0.6);
}

.follow-con-info,
.follow-add-info {
  display: flex;
  flex-direction: column;
}

.tdy-flist-item p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.tdy-flist-item .follow-con-name,
.tdy-flist-item .follow-con-time {
  margin: 0 0 12px 0;
}

.tdy-flist-item .follow-con-time svg {
  margin-right: 12px;
}

.act-tag {
  font-family: 'nunitosemibold';
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  color: #4872f4;
  border: 1px solid #4872f4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 28px;
  justify-content: center;
}

.sm-cont-tabing-col {
  /* margin-left: 40px; */
  width: 100%;
  /* width: calc(100% - 410px); */
}

.visit-follow-tab-nav {
  margin-bottom: 18px;
}

.visit-follow-tab-nav .nav-link {
  font-family: 'nunitosemibold';
  font-size: 24px;
  line-height: 33px;
  color: rgba(4, 29, 54, 0.3);
  text-transform: capitalize;
  transition: all 0.5s;
  position: relative;
  min-width: 160px;
  text-align: center;
  padding: 0 15px 10px;
}

.visit-follow-tab-nav .nav-link.active {
  color: #4872f4;
  font-size: 28px;
}

.visit-follow-tab-nav .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  color: #4872f4;
  font-size: 28px;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.visit-follow-tab-nav .nav-link.active:after {
  width: 100%;
}

.inq-tab-hdr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.table-op-bgroup {
  margin-top: auto;
  display: flex;
}

.table-op-btn {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #4872f4;
  border: 0.5px solid #4872f4;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 5px 22px;
  margin-left: 18px;
  transition: all 0.5s;
}

.table-op-btn.secondary {
  background-color: transparent;
  color: #4872f4;
}

.table-op-btn:hover {
  -moz-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 6px 6px rgba(68, 68, 68, 0.4);
}

.inq-counter {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.05);
  border-radius: 5px;
  width: 550px;
  padding: 20px 0;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 0.5px solid rgba(4, 29, 54, 0.3);
  width: 25%;
}

.inq-counter .counter-item:last-child {
  border-right: none;
}

.counter-item h3 {
  font-family: 'nunitobold';
  font-size: 28px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #041d36;
}

.counter-item p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.visitor-tbl {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.05);
  border-radius: 5px;
  height: 70vh;
  height: calc(100vh - 360px);
}

.filter-space {
  padding: 13px 69px !important;
}

.visitors-table thead th {
  font-family: 'nunitobold';
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  padding: 12px 22px;
  border: none;
  vertical-align: top;
}

.visitors-table p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0 0 6px 0;
}

.visitors-table tbody td {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  border: none;
  /*border-bottom: 0.1px solid #041D36;*/
  border-bottom: 0.1px solid #c1c6cc;
  padding: 12px 22px;
}

.visitors-table tbody tr:last-child td {
  border-bottom: none;
}

.priority-tag {
  font-family: 'nunitosemibold';
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 10px;
  min-width: 70px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.high {
  background: #ff5d5d;
}

.low {
  background: #07ca03;
}

.medium {
  background: #f4af48;
}

.inq-status-tag {
  font-family: 'nunitosemibold';
  font-size: 12px;
  line-height: 16px;
  color: #142b43;
  border-radius: 15px;
  padding: 5px 20px;
  background-color: #eaedef;
  text-transform: uppercase;
}

.negotiation {
  color: #4872f4;
  background-color: rgba(72, 114, 244, 0.1);
}

.booked {
  color: #07ca03;
  background: rgba(7, 202, 3, 0.1);
}

.lost {
  color: #ff5d5d;
  background: rgba(255, 93, 93, 0.15);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e6e8eb;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  /*background-color: #041D36;*/
  background-color: #e6e8eb;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgb(193, 193, 193);
}

.custom-salse-modal .modal-header,
.custom-salse-modal .modal-footer {
  border: none;
  padding: 25px 25px 25px 45px;
}

.custom-salse-modal .modal-body {
  padding: 25px 25px 25px 45px;
}

.custom-salse-modal .close {
  opacity: 1;
}

.custom-salse-modal .modal-dialog {
  max-width: 1520px;
}

.custom-salse-modal .modal-title {
  font-family: 'nunitoregular';
  font-size: 28px;
  line-height: 38px;
  color: #041d36;
}

.salse-modal-cwrap {
  display: flex;
}

.sm-conbox {
  flex: 0 0 50%;
  margin: 66px 0 0 0;
  position: relative;
}

.con-box-left {
  padding: 0 60px 0 0;
  border-right: 0.5px solid rgba(4, 29, 54, 0.3);
}

.con-box-right {
  padding: 0 40px 0 60px;
}

.sm-conbox-header {
  position: absolute;
  top: -66px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 40px;
}

.sm-conbox-header h5 {
  font-family: 'nunitosemibold';
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #4872f4;
}

/*.shwan-form select.form-control{
    padding: 16px 32px 16px 16px;
    color: rgba(0, 0, 0, 0.3);
}

.shwan-form select.form-control .sf-op{
    font-family: 'nunitoregular';
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 46px;
}*/

.new-custom-select {
  position: relative;
}

.new-custom-select select {
  display: none;
}

.select-selected {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 1);
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 16px 30px 16px 16px;
  height: 54px;
  transition: all 0.5s;
  position: relative;
}

.new-custom-select:hover .select-selected,
.new-custom-select:focus .select-selected,
.new-custom-select:focus-within .select-selected {
  background: #ffffff;
  border: 2px solid #4872f4;
  box-shadow: none;
  outline: none;
  border-radius: 5px 5px 0 0 !important;
}

.select-selected:after {
  position: absolute;
  content: '';
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(4, 29, 54, 0.3) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 1);
  padding: 16px 30px 16px 16px;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #fff;
}

.select-items {
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.rd-container {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: 'nunitoregular';
  font-size: 18px;
  line-height: 25px;
  /*color: rgba(4, 29, 54, 0.3) !important;*/
  color: #5e6d7c !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

.rd-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(4, 29, 54, 0.3);
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.rd-container input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #4872f4;
}

.rd-container.check-yes input:checked ~ .checkmark {
  border: 2px solid #07ca03;
}

.rd-container.check-no input:checked ~ .checkmark {
  border: 2px solid #ff5d5d;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.rd-container input:checked ~ .checkmark:after {
  display: block;
}

.rd-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4872f4;
}

.rd-container.check-yes .checkmark:after {
  background: #07ca03;
}

.rd-container.check-no .checkmark:after {
  background: #ff5d5d;
}

.rd-container.check-yes.filem-checked {
  color: #07ca03;
}

.rd-container.check-no.filem-checked {
  color: #ff5d5d;
}

.form-check-inline {
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  align-items: center;
}

.shwan-form textarea.form-control {
  height: auto;
}

.date-form-control,
.time-form-control {
  position: relative;
}

.date-form-control span,
.time-form-control span {
  position: absolute;
  top: 12px;
  right: 18px;
  height: 24px;
  width: 24px;
}

.date-form-control .form-control,
.time-form-control .form-control {
  padding-right: 45px;
}

.shwan-form .view-field {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  color: #5e6d7c;
  line-height: 22px;
  margin: 0;
}

.shwan-form .form-group span {
  display: block;
  float: left;
}

.custom-salse-modal .modal-search {
  max-width: 300px;
  margin-left: 20px;
}

.custom-salse-modal .modal-search .form-control {
  height: 40px;
  padding: 6px 12px;
}

.custom-salse-modal .modal-search .form-control:focus {
  border: none;
}

.custom-salse-modal .modal-search .input-group-text {
  padding-left: 16px;
}

.salae-pipline-wrapper {
  display: flex;
  max-width: 100%;
  min-height: 70vh;
  min-height: calc(100vh - 210px);
}

.pipline-col {
  /*width: 100%;*/
  min-width: 380px;
  margin-right: 30px;
}

.salae-pipline {
  background: #ffffff;
  border-radius: 10px;
}

.pipline-header {
  display: flex;
  padding: 19px 17px 12px;
  border-bottom: 1px solid rgba(4, 29, 54, 0.1);
}

.pipline-header h4 {
  font-family: 'nunitobold';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #041d36;
  margin: 0 auto 0 0;
}

.pip-search-btn {
  margin-left: auto;
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pip-delete-btn {
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 93, 93, 0.2);
  border-radius: 10px;
  margin: 0 16px;
}

.pip-itm-counter {
  font-family: 'nunitobold';
  font-size: 18px;
  line-height: 24px;
  color: #4872f4;
  background: rgba(72, 114, 244, 0.2);
  border-radius: 10px;
  padding: 4px 11px;
}

.salae-pipline-list {
  max-height: 70vh;
  max-height: calc(100vh - 335px);
  overflow-y: auto;
}

.table-responsive::-webkit-scrollbar {
  margin: 6px 0;
  height: 8px;
}

.salae-pipline-list::-webkit-scrollbar {
  width: 8px;
}

.table-responsive::-webkit-scrollbar-track,
.salae-pipline-list::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb,
.salae-pipline-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d6d6d6;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.table-responsive::-webkit-scrollbar-thumb:window-inactive,
.salae-pipline-list::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(193, 193, 193);
}

.salae-pipline-list .salae-pipline-con-item:not(:last-child) {
  border-bottom: 1px solid rgba(4, 29, 54, 0.1);
}

.salae-pipline-con-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px 16px 16px 44px;
}

.list-cape {
  position: absolute;
  left: -7px;
  top: 0;
  height: 100%;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pipe-cont-person {
  margin-left: 25px;
}

.salae-pipline-con-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 4px 0;
}

.filter-pop .col-4 {
  border-right: 0.1px solid rgb(236 238 240);
  margin-left: 30px;
}

.filter-pop .col-4:first-child {
  margin: 0;
}

.filter-pop .col-4:last-child {
  border-right: 0;
  /* background-color: red; */
}

.filter-pop input {
  margin-right: 10px;
}

.filter-pop h5 {
  margin-bottom: 15px;
}

.salae-pipline-con-item p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.pipline-footer {
  padding: 16px 16px 24px;
}

.pipe-add-cont-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 14px 16px;
  border-image-source: url('../images/border.png');
  border-image-width: 1;
  border-image-slice: 2;
  border-image-repeat: round;
}

.pcons-grp {
  position: relative;
}

.pcons-form-txt {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 14px 16px;
  border-image-source: url('../images/border.png');
  border-image-width: 1;
  border-image-slice: 2;
  border-image-repeat: round;
}

.pcons-form-txt:focus {
  outline: none;
}

.pcons-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}

.pcons-btn-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.pcons-opbtn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  padding: 5px;
  min-width: 100px;
  border-radius: 8px;
}

.pcons-opbtn-sec {
  background-color: transparent;
  color: #ff5d5d;
}

.pcons-opbtn-prim {
  background: #4872f4;
  color: #ffffff;
}

.pipe-search-colapse {
  /*padding: 16px;*/
  border-bottom: 1px solid rgba(4, 29, 54, 0.1);
}

.pipe-search-colapse .sm-search {
  margin: 16px;
  width: calc(100% - 32px);
}

.add-pipline-header {
  border-bottom: none;
  justify-content: center;
}

.add-pipline-header h4 {
  margin: 0 auto;
}

.add-pipline-body {
  padding: 16px;
}

.add-pipline-body .form-control {
  max-width: 270px;
  margin: 0 auto;
}

.add-pipline-body .Btn {
  min-width: 130px;
  margin: 0 auto;
}

.nav-colapse-weaper {
  position: relative;
  display: inline-flex;
}

.main-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  border-radius: 10px;
  margin-top: 15px;
}

.notification-list {
  min-width: 320px;
  list-style-type: none;
  padding: 0 12px 10px;
  margin: 0;
}

.notification-list-itm {
  padding: 12px 0;
}

.notification-list .notification-list-itm:not(:last-child) {
  border-bottom: 0.1px solid rgba(4, 29, 54, 0.3);
}

.noti-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.new-noti-body h5,
.noti-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.new-noti-body h5 strong {
  color: #041d36;
}

.new-noti-body p,
.noti-body p,
.noti-header p {
  font-family: 'nunitoregular';
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.up-op-list {
  min-width: 180px;
  list-style-type: none;
  padding: 0 12px 10px;
  margin: 0;
}

.up-op-list li {
  padding: 12px 0;
}

.up-op-list li:not(:last-child) {
  border-bottom: 0.1px solid rgba(4, 29, 54, 0.3);
}

.up-submenu {
  left: 40px;
}

.up-op-list li a {
  display: flex;
  align-items: center;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  text-decoration: none;
}

.up-op-list li a:hover {
  text-decoration: none;
}

.up-op-list li a svg {
  margin-right: 10px;
}

.navbar .nav-btn.allsites-btn {
  width: 270px;
  justify-content: space-between;
  padding: 13px 20px;
}

.allsites-btn span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.select-site-modal {
}

.select-site-modal .modal-header {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  border-radius: 20px 20px 0px 0px;
  padding: 0 20px;
  align-items: center;
}

.modal-tabing .nav-item {
  min-width: 170px;
  display: flex;
}

.modal-tabing .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(4, 29, 54, 0.6);
  transition: all 0.5s;
  position: relative;
  display: flex;
  height: 60px;
}

.modal-tabing .nav-link.active {
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
}

.modal-tabing .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  color: #4872f4;
  font-size: 28px;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.modal-tabing .nav-link.active:after {
  width: 100%;
}

.select-site-modal .modal-body .single-board {
  width: 210px;
}

.select-site-modal .board-img {
  height: 95px;
}

.select-site-modal .single-board h5 {
  font-size: 16px;
  line-height: 22px;
}

.select-site-modal .single-board p {
  font-size: 12px;
  line-height: 16px;
}

.select-site-modal .board-img img {
  max-height: 100%;
  transform: scale(1);
}

.custom-salse-modal .modal-content {
  border: none;
}

.select-site-modal .modal-body {
  padding: 20px 20px;
}

.select-site-modal-body {
  height: 70vh;
  height: calc(100vh - 300px);
  overflow: auto;
}

.ss-mdl-cont-wraper {
  display: flex;
  padding: 15px 0;
}

.ss-mdl-cont-wraper .tab-content {
  flex: 0 0 70%;
}

.ss-mdl-cont-wraper .create-site-box {
  flex: 0 0 30%;
}

.create-site {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.1);
  border-radius: 16px;
  text-align: center;
  padding: 20px 25px;
  width: 100%;
  max-width: 280px;
  float: right;
  margin: 0 20px;
}

.create-site img {
  margin-bottom: 10px;
}

.create-site p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  max-width: 200px;
  margin: 10px auto;
}

.create-site .btn-lightblue-primary {
  background-color: rgba(72, 114, 244, 0.1);
  color: #4872f4;
  border: none;
}

.files-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.file-np {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-bottom: 16px;
}

.file-np h2 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  color: #041d36;
  margin: 0 30px 0 0;
}

.file-np .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.file-np .breadcrumb .breadcrumb-item,
.file-np .breadcrumb .breadcrumb-item a {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  background-image: url(../images/cevron-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  margin-right: 20px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 21px;
}

.file-hdr-btn-grp {
  display: flex;
  margin-left: auto;
  margin-bottom: 16px;
}

.files-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}

.files-btn:focus {
  outline: none;
  box-shadow: none;
}

.files-blue-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4872f4;
  background: rgba(72, 114, 244, 0.1);
  border-radius: 10px;
  padding: 16px 22px;
  min-width: 230px;
}

.file-info-btn {
  margin-right: 0;
}

.file-hdr-btn-grp .dropdown .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 10px;
  border: none;
  min-width: 280px;
  top: 13px !important;
  left: auto !important;
  right: 30px !important;
  padding: 0;
}

.file-hdr-btn-grp .dropdown .dropdown-menu .dropdown-item {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  padding: 18px;
}

.file-hdr-btn-grp .dropdown .dropdown-menu .dropdown-item img {
  height: 34px;
  width: auto;
  margin-right: 16px;
}

.file-hdr-btn-grp .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(4, 29, 54, 0.3);
}

.files-blue-btn svg {
  margin-left: 14px;
}

/*.files-content-row{
}
*/

.file-vontent-header h3 {
  font-family: 'nunitobold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 16px 0;
}

.file-items-row {
  display: flex;
  flex-wrap: wrap;
}

.file-content-item {
  background: #ffffff;
  border-radius: 5px;
  padding: 32px 18px 22px;
  width: 190px;
  position: relative;
  margin: 0 30px 30px 0;
}

.pdf-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5d5d;
  border-radius: 5px;
  font-family: 'nunitobold';
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.zip-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4af48;
  border-radius: 5px;
  font-family: 'nunitobold';
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.notes-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4872f4;
  border-radius: 5px;
}

.sheet-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #43a047;
  border-radius: 5px;
}

.gif-label,
.video-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a848f4;
  border-radius: 5px;
}

.video-label svg {
  transform: translateX(2px);
}

.jpg-label,
.jpeg-label,
.png-label,
.picture-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5d5d;
  border-radius: 5px;
}

.document-label {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #48a1f4;
  border-radius: 5px;
}

.file-content-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin: 14px 0 12px 0;
}

.file-content-item p {
  font-family: 'nunitoregular';
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.4);
  margin: 0;
}

.file-op-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: none;
  background-color: transparent;
}

.top-right-group {
  position: absolute;
  top: 11px;
  right: 8px;
}

.file-tbl-op-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: none;
  background-color: transparent;
}

.files-table {
  /*max-width: 730px;*/
  /* min-height: 70vh; */
}

.files-table .table td:first-child,
.files-table .table thead th:first-child {
  padding-left: 0;
}

.files-table .table td,
.files-table .table thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  border: none;
  vertical-align: middle;
}

.files-table .table thead th {
  color: rgba(4, 29, 54, 0.6);
}

.files-table .table td {
  color: #041d36 !important;
}

.filetb-name {
  display: flex;
  align-items: center;
}

.filetb-name span {
  margin-right: 14px;
}

.file-vontent-header h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #4872f4;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.folder-content-item {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 7px 17px 22px;
  width: 266px;
  margin: 0 30px 30px 0;
  border: 1px solid #ffffff;
  transition: all 0.5s;
}

.folder-content-item:hover {
  background: rgba(72, 114, 244, 0.1);
  border: 1px solid #4872f4;
}

.folder-content-item .folder-img {
  max-width: 34px;
  margin-right: 16px;
}

.folder-content-item h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.folder-content-item .file-op-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
}

.file-op-group {
  margin-left: auto;
}

.file-op-group .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.2);
  border-radius: 10px;
  padding: 0;
  border: none;
  width: 220px;
  margin-left: 10px;
}

.file-op-group .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.file-op-group .dropdown-menu ul li .op-btn,
.file-op-group .dropdown-menu ul li a {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  display: flex;
  align-items: center;
  padding: 15px 22px;
  background-color: transparent;
  border: none;
  width: 100%;
}

.file-op-group .dropdown-menu ul li .op-btn:hover,
.file-op-group .dropdown-menu ul li a:hover {
  text-decoration: none;
}

.file-op-group .dropdown-menu ul li:not(:last-child) {
  border-bottom: 0.1px solid rgba(4, 29, 54, 0.3);
}

.file-op-group .dropdown-menu ul li .op-btn svg,
.file-op-group .dropdown-menu ul li a svg {
  margin-right: 20px;
}

.file-info-sidebar {
  height: calc(100vh - 90px);
  width: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: -30px;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  padding: 20px 0 0;
}

.file-info-sidebar.open {
  width: 400px;
}

.info-sidebar-item {
  padding: 25px 15px 0;
}

.info-hdr-bar span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
}

/*.file-info-sidebar .info-sidebar-item:not(:last-child){
    border-bottom:  1px solid rgba(4, 29, 54, 0.1);
}
*/

.info-sidebar-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(4, 29, 54, 0.6);
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.info-hdr-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.info-hdr-user-info {
  display: flex;
  align-items: flex-start;
}

.new-file-actvty .info-hdr-user-info {
  align-items: center;
  padding: 10px 0;
}

.new-file-actvty .info-sidebar-item .info-hdr-bar:not(:last-child) .info-hdr-user-info {
  border-bottom: 1px solid rgba(4, 29, 54, 10%);
}

.file-info-sidebar-header {
  padding: 15px;
}

.file-info-sidebar-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #4872f4;
}

.info-user-img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 16px;
}

.new-file-actvty .info-user-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}

.info-hdr-user-info span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
}

.infouser-name h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 2px 0;
}

.infouser-name p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.ifsb-list {
  padding: 10px 0;
}

.ifsb-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.ifsb-item span {
  margin-right: 20px;
}

.ifsb-item p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #041d36;
  margin: 0;
}

.file-custom-modal .modal-content {
  background: #ffffff;
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 20px;
}

.file-custom-modal .modal-dialog {
  max-width: 600px;
}

.file-custom-modal .modal-title {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.file-custom-modal .modal-header {
  border: none;
}

.file-custom-modal .modal-footer {
  border: none;
}

.file-custom-modal .lbps-btn {
  margin: 0 16px;
}

.lbps-btn {
  background-color: rgba(72, 114, 244, 0.1);
  border: 1px solid transparent;
  color: #4872f4;
}

.lbps-btn:hover {
  color: #4872f4;
}

.search {
  background-color: transparent;
  border: none;
}

.booking-form-sec {
  padding: 30px;
}

.booking-form-header {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.06);
  border-radius: 5px;
  padding: 25px 40px;
  display: inline-block;
  margin-bottom: 60px;
}

.booking-form-header h5 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
  display: inline-block;
  margin-right: 60px !important;
  position: relative;
}

.booking-form-header h5:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateY(-20%);
  right: -30px;
  height: 40px;
  width: 0;
  border-right: 0.5px solid #a2aab1;
}

.booking-form-header h5 span {
  color: #4872f4;
  margin: 0 0 0 8px;
}

.booking-form-header h5:last-child {
  margin: 0;
}

.booking-form-row {
  margin-bottom: 30px;
}

.booking-form-row-header {
  margin: 0 0 16px 0;
}

.booking-form-row-header h4 {
  font-family: 'nunitosemibold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.booking-form-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.06);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0 !important;
}

.booking-form-col-6 {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 0 40px;
  border-right: 0.5px solid rgba(4, 29, 54, 0.3);
}

.booking-form-col-12 {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 100% !important;
  padding: 0 40px !important;
}

.booking-form-box h5 {
  font-family: 'nunitosemibold' !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #4872f4 !important;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase !important;
}

.booking-form-box h6 {
  font-family: 'nunitoregular' !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #4872f4 !important;
  margin: 0 0 15px 0 !important;
}

.booking-form-box .Btn {
  margin: auto auto 0 0;
  min-width: 130px;
}

.btn.add-blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #4872f4;
  border-radius: 5px;
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  min-width: 150px;
  margin: auto auto 0 0;
}

.btn.add-blue-btn svg {
  margin-right: 10px;
}

.btn.add-blue-btn:hover {
  color: #4872f4;
}

.hidden-label {
  height: 16px;
}

.add-blue-btn.sml-btn {
  min-width: 100% !important;
  padding: 12px !important;
}

.booking-form-box .form-row {
  align-items: flex-end;
}

.ml-fg .form-control {
  margin-bottom: 20px;
}

.bookingform-footer {
  display: flex;
  justify-content: flex-start;
}

.bookingform-footer .Btn {
  margin: 0 36px 0 0;
}

.table td {
  vertical-align: middle !important;
}

.pers-control {
  position: relative;
}

.pers-control input[type='number']::-webkit-inner-spin-button,
.pers-control input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pers-control input[type='number'] {
  -moz-appearance: textfield;
}

.pers-control input {
  width: 100%;
  height: 54px;
  line-height: inherit;
  float: left;
  display: block;
}

.pers-control input:focus {
  outline: 0;
}

.pers-control-nav {
  float: left;
  position: relative;
  height: 41px;
  top: 5px;
}

.pers-control-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pers-control-button.pers-control-up {
  position: absolute;
  height: 50%;
  top: 0;
}

.pers-control-button.pers-control-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.booking-form-sec .shwan-form .form-control,
.booking-form-box.shwan-form .form-control {
  padding: 16px 16px;
}

.booking-form-sec .shwan-form .form-control::-webkit-input-placeholder,
.booking-form-box.shwan-form .form-control::-webkit-input-placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.booking-form-sec .shwan-form .form-control:-moz-placeholder,
.booking-form-box.shwan-form .form-control:-moz-placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.booking-form-sec .shwan-form .form-control::-moz-placeholder,
.booking-form-box.shwan-form .form-control::-moz-placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.booking-form-sec .shwan-form .form-control:-ms-input-placeholder,
.booking-form-box.shwan-form .form-control:-ms-input-placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.booking-form-sec .shwan-form .form-control::-ms-input-placeholder,
.booking-form-box.shwan-form .form-control::-ms-input-placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.booking-form-sec .shwan-form .form-control::placeholder,
.booking-form-box.shwan-form .form-control::placeholder {
  color: #041d36 !important;
  opacity: 0.4;
}

.divider-line {
  margin: 40px 0;
  border: 0;
  border-bottom: 0.1px solid rgba(4, 29, 54, 0.1);
  height: 0px;
}

.booking-form-box .form-check-inline {
  justify-content: flex-start;
}

.booking-form-box .form-check-inline .rd-container {
  margin-right: 15px;
}

.booking-form-box .form-col-gap {
  margin-right: 0;
}

.request-item {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  max-width: 1170px;
}

.request-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.request-item-header {
  margin-bottom: 8px;
}

.request-item-header h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
}

.request-item-header h5 {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.pendig-approval,
.approved,
.rejected {
  color: #ffffff;
}

.request-item p {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.transperentblue-btn {
  color: #4872f4;
  background-color: #fff;
}

.transperentblue-btn:hover {
  color: #4872f4 !important;
}

.req-button {
  display: flex;
  justify-content: flex-end;
}

.req-button .btn-lightblue-primary {
  margin-left: 15px;
}

.salce-pagination {
  display: flex;
  margin-top: auto;
  margin-left: auto;
}

.pagination-btn {
  background: #e5eafa;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.salce-pagination span {
  margin: 0 12px;
}

.files-header h4 {
  font-family: 'nunitosemibold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 15px 0;
}

.request-item-form {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.06);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 30px;
  position: relative;
}

.rq-form-dtime {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  padding: 25px 35px;
}

.rq-form-dtime span {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  display: block;
}

.request-form-cinfo {
  display: flex;
  margin-bottom: 30px;
}

.request-form-cinfo h5 {
  font-family: 'nunitosemibold';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 60px 0 0;
  position: relative;
}

.request-form-cinfo h5:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateY(-20%);
  right: -30px;
  height: 40px;
  width: 0;
  border-right: 0.5px solid #a2aab1;
}

.request-form-cinfo h5 span {
  color: #4872f4;
  margin-left: 5px;
}

.request-item-form .check-container {
  margin-bottom: 25px;
}

.reqform-footer .Btn {
  min-width: 130px;
}

.box {
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
}

.box .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box .inputfile + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.fupl-lbl {
  display: flex !important;
  align-items: center;
}

.fupl-lbl figure {
  margin: 0 22px 0 0;
  display: inline-block;
}

.fupl-lbl span {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.fupl-finfrp {
  display: flex;
  flex-direction: column;
}

.fupl-finfrp .filename {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.fupl-finfrp .filesize {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
}

.inputfile-6 + label {
  color: #d3394c;
}

.inputfile-6 + label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #722040;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}

.file-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #cfd2d4;
  height: 4px;
  width: 100%;
}

.file-progress-bar .bar {
  background: #4872f4;
  height: 4px;
  animation-name: progress-line;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes progress-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.request-item-form .rd-container input:checked ~ .checkmark {
  border: 2px solid #4872f4;
}

.request-item-form .rd-container .checkmark:after {
  background: #4872f4;
}

.request-item-form .filem-checked {
  color: #4872f4 !important;
}

.regular-custom-select {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.3);
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  height: 54px;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  width: 100%;
}

.regular-custom-select select::-ms-expand {
  display: none;
}

.regular-custom-select select {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 16px;
  display: inline-block;
  width: 100%;
}

.regular-custom-select select:focus {
  outline: none;
}

.regular-custom-select:after {
  position: absolute;
  content: '';
  top: 22px;
  right: 35px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(4, 29, 54, 0.3) transparent transparent transparent;
}

.new-towers-wrapper {
  /*width: calc(100vw - 500px);*/
  overflow: auto;
  width: 100%;
}

.new-towers-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 5px;
}

.new-towers-wrapper .towers-wrapper {
  padding: 8px 24px 30px;
}

.new-towers-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(4, 29, 54, 0.3);
}

.new-tower-row {
  flex-wrap: unset;
  width: 100%;
}

.new-tower-row .tower-item {
  min-width: 80px;
}

.house-item-booked {
  position: relative;
}

.house-item-booked:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 58px;
  height: 58px;
  border: 2px solid #ff5d5d;
  box-sizing: border-box;
  border-radius: 5px 5px 1px 1px;
  z-index: 1;
}

.house-item-booked:after {
  content: '';
  position: absolute;
  top: -11px;
  right: -11px;
  width: 18px;
  height: 18px;
  background-color: #ff5d5d;
  border-radius: 100%;
  background-image: url('../images/mdi_check.svg');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.house-item-standby {
  position: relative;
}

.house-item-standby:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 58px;
  height: 58px;
  border: 2px solid #041d36;
  box-sizing: border-box;
  border-radius: 5px 5px 1px 1px;
  z-index: 1;
}

.house-item-standby:after {
  content: '';
  position: absolute;
  top: -11px;
  right: -11px;
  width: 18px;
  height: 18px;
  background-color: #041d36;
  border-radius: 100%;
  background-image: url('../images/mdi_remove.svg');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.house-item-filling {
  position: relative;
}

.house-item-filling:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 58px;
  height: 58px;
  border: 2px solid #07ca03;
  box-sizing: border-box;
  border-radius: 5px 5px 1px 1px;
  z-index: 1;
}

.house-item-filling:after {
  content: '';
  position: absolute;
  top: -11px;
  right: -11px;
  width: 18px;
  height: 18px;
  background-color: #07ca03;
  border-radius: 100%;
  background-image: url('../images/mdi_redit.svg');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.new-add-board {
  display: flex;
  width: 300px;
  /*height: 237px;*/
  align-items: center;
  justify-content: center;
  background-color: rgba(222, 225, 231, 0.5);
  border-radius: 15px;
  padding: 8px;
  text-align: center;
  transition: all 0.5s;
  margin: 0 0 35px 0;
  position: relative;
  flex-direction: column-reverse;
  justify-content: space-around;
  padding: 60px 0;
}

.new-add-board .board-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  filter: grayscale(1);
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-add-board .board-img img {
  margin-bottom: 0;
}

.new-add-board .btn-add-board {
  position: relative;
}

.fm-rev-table {
  border: none;
  margin-top: 31px;
}

.table-bordered.fm-rev-table thead td,
.table-bordered.fm-rev-table thead th {
  border-bottom-width: 0.5px;
}

.table-bordered.fm-rev-table tr td:first-child,
.table-bordered.fm-rev-table tr th:first-child {
  width: 40%;
}

.table-bordered.fm-rev-table td,
.table-bordered.fm-rev-table th {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  border-bottom-width: 1px;
  text-align: center;
  border-color: #a2aab1;
  border-width: 0.5px;
  padding: 9px;
  height: 40px;
}

.table-bordered.fm-rev-table .fm-rev-total-row td {
  font-size: 18px;
  line-height: 25px;
}

.req-droup-header {
  display: inline-block;
  width: 100%;
  border-top: 0.5px solid #a2aab1;
  margin-top: 50px;
}

.req-droup-header .req-cbtn {
  transform: translateY(-15px);
}

.req-cbtn {
  font-family: 'nunitosemibold';
  font-size: 20px;
  line-height: 27px;
  color: #5e6d7c;
  background-color: #f6f7fb;
  border: none;
  position: relative;
  padding-right: 80px;
}

.req-cbtn:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 55px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent #5e6d7c transparent;
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.req-cbtn[aria-expanded='false']:after {
  transform: rotateX(180deg) translateY(-6px);
}

.file-btnrev svg {
  margin-left: 0;
  margin-right: 12px;
}

.clos-icon-btn {
  background: rgba(255, 93, 93, 0.1);
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  margin: 13px;
}

.cs-hdr-bar {
  margin-bottom: 10px;
}

.cs-hdr-bar h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.cs-nbb h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
}

.customer-services-sec .building-info-wrapper {
  margin-bottom: 30px;
}

/*    Customer Services   */

.cuctomers-sec {
  padding: 10px 30px 0;
}

.client-infobar {
  display: flex;
  align-items: center;
}

.client-infobar .request-form-cinfo {
  margin-bottom: 0;
}

.client-infobar .request-form-cinfo h5:last-child {
  margin: 0 30px 0 0;
}

.custom-upload-box {
  border: 2px dashed rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 35px;
}

.custom-upload-box span {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  float: right !important;
}

.custom-upload-box svg {
  vertical-align: text-top;
  margin-right: 12px;
}

.customer-header-bar {
  padding: 30px 30px 20px;
}

.cs-tabnav-sec {
  padding: 0 30px 30px;
}

.customer-sec-tabnav {
  background: #ffffff;
  border: 2px solid #dee1e7;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 1250px;
}

.customer-sec-tabnav .nav {
  justify-content: space-around;
}

.customer-sec-tabnav .nav-item {
  flex: 1;
}

.customer-sec-tabnav .nav-item:not(:last-child) {
  border-right: 1px solid #dee1e7;
}

.customer-sec-tabnav .nav-link {
  font-family: 'nunitosemibold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #5e6d7c;
  text-align: center;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  transition: all 0.5s;
  width: 100%;
}

.customer-sec-tabnav .nav-link.active,
.customer-sec-tabnav .nav-link:hover {
  background-color: #fff;
  color: #4872f4;
  border-bottom-color: #4872f4;
}

.request-item-form.shwan-form .form-check-inline {
  justify-content: flex-start;
}

.request-item-form.shwan-form .form-check-inline .rd-container {
  margin-right: 35px;
}

.customer-sec-det-box {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

.customer-sec-det-headr {
  display: flex;
}

.csd-customer {
  margin-right: 50px;
}

.csd-customer h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  color: #041d36;
  margin: 0 0 5px 0;
}

.customer-sec-det-headr p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0;
}

.customer-sec-det-headr .salce-pagination span {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #041d36;
}

.customer-sec-detail-form .files-btn.files-blue-btn.file-btnrev {
  width: 100%;
  margin: 0 0 30px 0;
}

.customer-sec-detail-form .bookingform-footer .Btn {
  min-width: auto;
}

.booking-form-box .form-value,
.form-value {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5e6d7c;
}

.booking-form-box .form-value b,
.form-value b {
  font-family: 'nunitobold';
  color: #041d36;
}

.cuctomers-sec-bokfrm .shwan-form label {
  font-size: 18px;
}

.booking-form-box-foter {
  padding: 0 100px;
}

.total-footer {
  /*border-top: 0.5px solid #5E6D7C;*/
  border-top: 0.5px solid rgba(4, 29, 54, 0.3);
  padding: 25px 0;
}

.booking-form-box-foter h5 {
  font-family: 'nunitosemibold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4872f4;
}

.booking-form-box-foter h5 span {
  color: #041d36;
}

.booking-form-box > .booking-form-col-6:last-child {
  border-right: none;
}

.booking-form-box-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.06);
  border-radius: 5px;
}

.booking-form-box-wrap .booking-form-box {
  box-shadow: none;
}

.customer-sec-detail2-form.shwan-form .form-col-gap {
  margin-right: 35px;
}

.cs-cus-list-itm {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 25px;
}

.cs-clist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cs-cl-cname h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
}

.cs-cl-cname p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.shwan-form .left-icon-btn,
.left-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 50px;
}

.left-icon-btn svg {
  /*width: 10px;
    height: auto;*/
  margin-right: 10px;
}

.shwan-form .right-icon-btn,
.right-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 50px;
}

.right-icon-btn svg {
  /*width: 10px;
    height: auto;*/
  margin-left: 10px;
}

.cs-cl-opbtn {
  display: flex;
  align-items: center;
}

.cs-cl-opbtn .Btn {
  margin: 0 7px;
}

.shwan-form .modify-btn,
.modify-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  background: #e5eafa;
  border-radius: 12px;
}

.shwan-form .modify-btn:hover,
.modify-btn:hover {
  color: #4872f4;
}

.delete-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ff5d5d;
  background: rgba(255, 93, 93, 0.2);
  border-radius: 12px;
}

.delete-btn:hover {
  color: #ff5d5d;
}

.cs-cl-cimg {
  width: 130px;
  height: 170px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex: 0 0 130px;
}

.cs-clist-body {
  display: flex;
}

.cs-cl-cinfo-table td,
.cs-cl-cinfo-table th {
  padding: 5px 10px;
}

.cs-cl-cinfo-col {
  padding: 0 30px;
}

.cs-cl-cinfo-table th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.cs-cl-cinfo-table td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.opn-attachment-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  text-decoration: none;
  margin: 0 0 0 30px;
}

.opn-attachment-btn svg {
  margin-right: 10px;
}

.add-custtomeriftr-lgbtn {
  padding: 16px 25px;
  background: #e5eafa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
}

.add-custtomeriftr-lgbtn span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
  display: flex;
  align-items: center;
}

.add-custtomeriftr-lgbtn span svg {
  margin-right: 11px;
}

.add-custtomeriftr-lgbtn p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 8px 0 0;
}

.bls-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.bls-header h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4872f4;
  text-transform: uppercase;
}

.cs-bank-doc-table {
  width: auto;
  min-width: 700px;
}

.cs-bank-doc-table thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  vertical-align: middle;
}

.cs-bank-doc-table tbody td {
  font-family: 'nunitosemibold';
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #041d36;
  vertical-align: middle;
}

.bls-upload-header {
  max-width: 545px;
  margin-bottom: 20px;
}

.rbordered-col {
  border-right: 0.5px solid #5e6d7c;
  padding-right: 35px;
}

.custom-inp-group {
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 30px;
}

.custom-inp-group .form-control {
  background-color: transparent;
  border: none;
}

.custom-inp-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.custom-inp-group .Btn {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-inp-group .btn:hover {
  outline: none;
  box-shadow: none;
}

.bank-activity-col .bls-header {
  margin-bottom: 30px;
  padding-left: 20px;
}

.bank-activity-item {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 15px 10px 15px;
  /*border: 2px solid #FFFFFF;*/
}

.bank-activity-item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bank-activity-item-header h5 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0;
}

.bank-activity-item-boody p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.bank-activity-item-boody p:before {
  content: '“';
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.bank-activity-item-boody p:after {
  content: '”';
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.bac-itm {
  margin-left: 50px;
  position: relative;
}

.bac-itm:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: #4872f4;
  border-radius: 100%;
  z-index: 1;
}

.birthdayContainer > .bac-itm {
  margin-left: 50px;
  position: relative;
}

.birthdayContainer > .bac-itm:before {
  content: '';
  position: absolute;
  width: 53px !important;
  height: 53px !important;
  left: -16px !important;
  top: 25px;
  transform: translateY(-50%);
  background: #eff3ff;
  border-radius: 100%;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #4872f4;
  font-size: 20px;
}

.birthdayContainer .counter {
  z-index: 2;
  position: absolute;
  left: -1px;
  top: 10px;
  justify-content: center;
  color: #4872f4;
  font-size: 19px;
}

.birthdayContainer .counter.single-counter {
  left: 5px !important;
}

.bank-activity-column {
  position: relative;
}
.birthdayContainer {
  position: relative;
  padding: 10px 0;
  /* height: 100vh;
  max-height: calc(100vh - 340px);
  overflow: auto; */
}

.sale-module-sec {
  padding-top: 0;
}

.bank-activity-column:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 27px;
  background-color: #4872f4;
  z-index: -1;
}
.birthdayContainer:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px dashed;
  top: -15px;
  left: 60px;
  border-color: #041d36 !important;
  opacity: 0.2 !important;
  z-index: 1 !important;
}

.birthdayContainer .pipe-cont-person {
  margin-left: unset !important;
  display: flex !important;
  align-items: flex-end;
}

.birthdayContainer .pipe-cont-person p {
  margin-bottom: 0 !important;
  border-color: #041d36 !important;
  opacity: 0.4 !important;
  margin-left: 5px;
  font-size: 12px;
}

.birthdayInforow p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #4872f4;

  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: left;

  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

.bank-activity-column .bac-itm:first-child:after {
  content: '';
  position: absolute;
  height: 50%;
  top: -5px;
  left: -40px;
  width: 35px;
  background-color: #f6f7fb;
}
.birthdayContainer .bac-itm:first-child:after {
  content: '';
  position: absolute;
  height: 50%;
  top: -5px;
  left: -40px;
  width: 35px;
  background-color: #fff;
}

.bank-activity-column .bac-itm:last-child:after {
  content: '';
  position: absolute;
  height: 50%;
  bottom: -5px;
  left: -40px;
  width: 35px;
  background-color: #f6f7fb;
}

/* .birthdayContainer .bac-itm:last-child:after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 18px;
  left: -10px;
  width: 35px;
  background-color: #fff;
  z-index: 2;
} */

.birthdayHeader {
  font-family: 'nunitosemibold' !important;
  font-weight: normal !important;
  font-size: 24px;
  line-height: 33px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #041d36 !important;
  opacity: 0.4 !important;
  /* position: absolute; */
  /* left: 0; */
  /* top: 100%; */
  /* transform: rotate(-90deg) translate(-420%, 10%); */
  /* right: 0; */
}
.birthcount {
  font-family: 'nunitosemibold' !important;
  font-weight: normal !important;
  font-size: 24px;
  line-height: 33px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #4872f4 !important;
  margin-left: 10px;
  /* position: absolute; */
  /* left: 0; */
  /* top: 100%; */
  /* transform: rotate(-90deg) translate(-420%, 10%); */
  /* right: 0; */
}

.birthmonth > h5 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #041d36;
  opacity: 0.4;
  line-height: 0.1em;
  margin: 10px 0 15px;
}

.birthmonth > h5 span {
  background: #fff;
  padding: 0 20px;
}

.user-role-tab-nav {
  margin-right: 50px;
}

.user-role-tab-nav .nav-item:first-child {
  margin-right: 50px;
}

.user-role-tab-nav .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5e6d7c;
  text-transform: capitalize;
  transition: all 0.5s;
  padding-left: 25px;
  padding-right: 25px;
}

.user-role-tab-nav .nav-link:hover,
.user-role-tab-nav .nav-link.active {
  color: #4872f4;
  position: relative;
  background-color: transparent;
}

.user-role-tab-nav .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.user-role-sec {
  padding: 30px 30px 0;
}

.user-role-sec .page-header {
  margin-bottom: 30px;
}

.user-role-sec .page-header h2 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  color: #041d36;
  margin: 0;
}

.user-role-header-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ur-hdr-grp1 {
  display: flex;
}

.user-role-table {
}

.user-role-table thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5e6d7c;
}

.user-role-table tbody td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  border-bottom: 0.5px solid #95a0ac;
}

.table-edit-btn {
  background-color: #e5eafa;
  border: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}

.table-delete-btn {
  background: rgba(255, 93, 93, 0.2);
  border: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}

.ur-role-table {
  max-width: 800px;
}

.ur-user-info-bar {
  background: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.ur-user-info-itm {
  margin-right: 80px;
}

.ur-user-info-itm h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
}

.ur-user-info-itm p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5e6d7c;
}

.ur-user-info-bar .table-edit-btn,
.ur-user-info-bar .table-delete-btn {
  margin: 0 8px;
}

.add-usr-tabl {
  /*max-width: 1200px;*/
}

.add-usr-tabl thead th:not(:first-child),
.add-usr-tabl tbody td:not(:first-child) {
  width: 225px;
}

.add-usr-tabl thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5e6d7c;
  vertical-align: middle;
  padding: 12px 34px;
  text-align: center;
}

.add-usr-tabl tbody td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  vertical-align: middle;
  padding: 12px 34px;
}

.add-usr-tabl tbody th {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4872f4;
  padding: 12px 34px;
}

.add-usr-tabl tbody .table-content-row:nth-child(even) {
  background: rgba(4, 29, 54, 0.05);
}

.ur-custom-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  height: 25px;
  width: 25px;
}

.ur-custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #95a0ac;
}

.ur-custom-check:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

.ur-custom-check input:checked ~ .checkmark {
  background-color: #07ca03;
  border: 2px solid #07ca03;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.ur-custom-check input:checked ~ .checkmark:after {
  display: block;
}

.ur-custom-check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add-role-mame-bar {
  max-width: 500px;
  margin-top: -15px;
}

.condition-control {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.condition-control a {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #4872f4;
}

.add-ur-user-form .btn.add-blue-btn {
  width: 100%;
}

.add-ur-user-form .bookingform-footer {
  margin-top: 20px;
}

.add-ur-user-form .bookingform-footer .Btn {
  min-width: 130px;
}

.ur-role-header-bar {
  max-width: 880px;
}

.ur-role-header-bar .salce-pagination {
  margin-bottom: auto;
}

.decline-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: rgba(255, 93, 93, 1);
  border-radius: 12px;
}

.page-header {
  display: flex;
  align-items: center;
}

.header-back-btn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: transparent;
  border: none;
  text-decoration: none;
}

.usear-search {
  background: rgba(4, 29, 54, 0.02);
  border: 1px solid rgba(4, 29, 54, 0.15);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 4px 0;
  height: 54px;
}

.usear-search .input-group-text {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-left: 20px;
  padding-left: 16px;
}

.usear-search .form-control {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  border: none;
}

.add-ur-user-form .left-icon-btn.modify-btn {
  margin-left: 0;
  min-width: auto;
}

.follow-list-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 25px;
  margin-bottom: 15px;
}

.foloow-list-calender {
  display: flex;
  margin-top: auto;
  margin-left: auto;
  align-items: center;
}

.foloow-list-calender span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  padding: 0 16px;
}

.sale-module-fv-header {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.fv-sidebar {
  padding: 4px;
  -webkit-box-shadow: -8px 0px 16px 0px rgba(69, 70, 77, 0.12);
  -moz-box-shadow: -8px 0px 16px 0px rgba(69, 70, 77, 0.12);
  box-shadow: -8px 0px 16px 0px rgba(69, 70, 77, 0.12);
}

.fv-sidebar label svg {
  vertical-align: unset;
  margin-right: 8px;
}

.fv-sidebar .pp-act-list {
  height: calc(100vh - 380px);
}
.fv-sidebar .fv-list-new {
  height: calc(100vh - 310px);
}

.sale-module-fv-header h2 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.fvlist-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px;
}

.fvlist-nav .pagination-btn {
  margin: 0 9px;
}

.open-calender-btn {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.open-calender-btn svg {
  margin-right: 10px;
}

.sale-module-fv-table {
  border: none !important;
}

.sale-module-fv-table thead tr th {
  /*border-left: none;*/
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2.5px;
  color: #5e6d7c;
  border-bottom-width: 1px;
  text-align: center;
  border: 0.5px solid #5e6d7c;
}

.sale-module-fv-table thead tr th span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #5e6d7c;
  display: block;
}

.sale-module-fv-table tbody tr td {
  border: 0.5px solid #5e6d7c;
}

.sale-module-fv-table tbody tr td p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0 0 5px 0;
}

.sale-module-fv-tablewrap {
  max-height: calc(100vh - 200px);
  width: 100%;
}

.visitor-ifo-bar {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.visitor-ifo-cont-itm {
  flex-grow: 1;
}

.visitor-ifo-cont-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.ifo-itm {
  min-width: 200px;
  padding-right: 20px;
}

.ifo-itm p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0 0 5px 0;
}

.ifo-itm h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
}

.lp-label {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.lp-label.lp-label-high {
  color: #ff5d5d;
}

.lp-label.lp-label-low {
  color: #07ca03;
}

.lp-label.lp-label-medium {
  color: #f4af48;
}

.ifo-itm.ifo-budget-itm {
  min-width: 400px;
}

.visitor-followup-wrapper {
  margin: 20px 0;
  /*max-width: 1480px;*/
  /*padding-left: 35px;*/
  position: relative;
  /*border-left: 0.5px solid #4872F4;*/
  max-height: calc(100vh - 500px);
}

.visitor-followup-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: 10px;
  top: 0;
  background-color: #4872f4;
  z-index: -1;
}

.visitor-followup-list-itm {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  margin-left: 35px;
}

.visitor-followup-list-itm:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 25px;
  width: 15px;
  height: 15px;
  background: #4872f4;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.visitor-followup-list .visitor-followup-list-itm:first-child:after {
  content: '';
  position: absolute;
  height: 25px;
  width: 10px;
  left: -30px;
  top: 0;
  background-color: #f6f7fb;
}

.visitor-followup-list .visitor-followup-list-itm:last-child:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 10px;
  left: -30px;
  bottom: -30px;
  background-color: #f6f7fb;
}

.vfl-header {
  border-bottom: 0.5px solid #95a0ac;
  padding: 12px 16px;
}

.vfl-body .vfl-row:not(:last-child) {
  margin-bottom: 16px;
}

.vfl-body {
  padding: 16px;
}

.vfl-comp {
  display: inline-flex;
  align-items: flex-start;
  margin-right: 25px;
  width: calc(100% - 250px);
}

.vfl-comp h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0 5px 0 0;
}

.vfl-comp p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

.sale-module-fv-wrapper {
  display: flex;
  align-items: flex-start;
  /* border-radius: 10px; */
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 15px;
}

.sale-module-fv-col {
  /*min-width: 380px;*/
  flex: 0 0 18.86%;
  margin-right: 16px;
  background: #eaecf6;
  border-radius: 4px;
  /* border-right: 1px solid rgba(4, 29, 54, 0.1); */
}

.sale-module-fv-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cfd3e5;
}

.sale-module-fv-wrapper .sale-module-fv-col:last-child {
  border-right: none;
}

.sale-module-fv-header {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #5e6d7c;
  border-bottom-width: 1px;
  text-align: center;
  text-align: center;
  padding: 4px 10px;
  cursor: default;
  /*border-bottom: 1px solid rgba(4, 29, 54, 0.1);*/
}

.sale-module-fv-list .fv-table-item p.taskTitle {
  color: #041d36;
  font-size: 18px;
  margin-bottom: 12px;
}

.sale-module-fv-header p {
  display: inline-block;
  /* width: 100%; */
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.sale-module-fv-header span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #a8b3bd;
  display: block;
  margin-left: 4px;
}

.sale-module-fv-header .fv-count {
  margin-left: auto;
  color: #a8b3bd;
  font-size: 14px;
}

.sale-module-fv-list {
  /* max-height: 70vh; */
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 5px 0 15px 15px;
}

/* col borders */
.followup-monday {
  border-top: 4px solid #4872f4;
}
.followup-tues {
  border-top: 4px solid #4872f4;
}
.followup-wed {
  border-top: 4px solid #4872f4;
}
.followup-thurs {
  border-top: 4px solid #4872f4;
}
.followup-fri {
  border-top: 4px solid #4872f4;
}
.followup-sat {
  border-top: 4px solid #4872f4;
}
.followup-sun {
  border-top: 4px solid #4872f4;
}

.sale-module-fv-list .mCSB_inside > .mCSB_container {
  margin-right: 16px;
}

.fv-table-item {
  background-color: #fff;
}

.sale-module-fv-list .fv-table-item:hover {
  border: 1px solid #cbd1e1;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
}

.sale-module-fv-list .fv-table-item {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}

.sale-module-fv-list .fv-table-item:not(:last-child) {
  /*border-bottom: 1px solid rgba(4, 29, 54, 0.1);*/
  margin-bottom: 14px;
  padding-bottom: 15px;
}

.sale-module-fv-list .fv-table-item p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0 0 5px 0;
}

.follow-con-time {
  display: flex;
  align-items: center;
}

.follow-con-time svg {
  margin-right: 10px;
}

.project-plan-sec {
  padding: 25px 30px 25px;
}

.pp-main-header {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  color: #4872f4;
  margin-bottom: 17px;
}

.project-planning-list-wrapper {
  position: relative;
  /*max-width: 1180px;*/
  overflow: auto;
  max-height: calc(100vh - 250px);
}

.project-planning-list-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: 14px;
  top: 0;
  background-color: #4872f4;
  z-index: -1;
}

.project-planning-list-itm {
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
  margin-left: 40px;
  margin-bottom: 25px;
  position: relative;
}

.project-planning-list-itm:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 25px;
  width: 25px;
  height: 25px;
  background: #4872f4;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.project-planning-list .project-planning-list-itm:first-child:after {
  content: '';
  position: absolute;
  height: 25px;
  width: 10px;
  left: -30px;
  top: 0;
  background-color: #f6f7fb;
}

.project-planning-list .project-planning-list-itm:last-child:after {
  content: '';
  position: absolute;
  height: 120%;
  width: 10px;
  left: -30px;
  bottom: -50px;
  background-color: #f6f7fb;
}

.project-planning-list-itm .ppli-header {
  padding: 8px 16px;
  border-bottom: 1px solid #95a0ac;
  display: flex;
  justify-content: space-between;
}

.project-planning-list-itm .ppli-header h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #041d36;
  margin: 0;
}

.ppli-hbtnlist {
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 2;
  /*background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(4, 29, 54, 0.1);
    border-radius: 5px;
    padding-right: 25px;*/
}

.ppli-hbtnlist .ppli-hbtnlist-btn {
  margin-left: 24px;
}

.ppli-hbtnlist-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
}

.ppli-hbtnlist-btn svg {
  margin-right: 6px;
}

.ppli-body {
  padding: 16px;
}

.ppli-body-inforow {
  display: flex;
  margin-bottom: 12px;
}

.ppli-body-inforow p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0 30px 0 0;
}

.ppli-body-inforow p span {
  color: #5e6d7c;
  margin-right: 8px;
}

.ppli-body-nfi-row span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0 6px 0 0;
}

.ppli-body-nfi-row .notification-tag {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4872f4;
  background-color: rgba(72, 114, 244, 0.1);
  border-radius: 13px;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}

span.list-index {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  top: 16px;
  left: -33px;
  z-index: 1;
  width: 16px;
  text-align: center;
  color: #ffffff;
}

.pphbar {
  /*max-width: 1240px;*/
}

.popup-act-modal .modal-dialog {
  max-width: 700px;
}

.popup-act-modal .modal-content {
  padding: 12px 0;
  border: none;
  border-radius: 20px;
}

.popup-act-modal .modal-header,
.popup-act-modal .modal-footer,
.popup-act-modal .modal-body {
  border: none;
  padding: 8px 30px;
}

.popup-act-modal .shwan-form .form-group label {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.popup-act-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1 !important;
  padding: 15px;
}

.popup-act-modal .modal-title {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
}

.modal-tip {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.modal-tip span {
  color: #4872f4;
}

/*.ac-itm-wrapper{
    margin-bottom: 35px;
}*/

.activity-component-itm {
  /*display: inline-flex;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 280px;*/
}

.activity-comp-hdr {
  display: flex;
  align-items: center;
}

.activity-comp-hdr .activity-comp-icon {
  min-width: 20px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-comp-hdr p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.add-comp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(72, 114, 244, 0.1);
  border-radius: 100%;
  border: none;
  margin-left: 15px;
}

.pp-cnt-wpr {
  display: flex;
  width: 100%;
}

.pp-main-cnt-sec {
  flex: 0 0 60%;
}

.pp-side-cnt-sec {
  flex: 0 0 40%;
  padding-left: 30px;
  /*border-left: 0.5px solid rgba(4, 29, 54, 0.3);*/
}

.ctab-nav .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  text-transform: capitalize;
  position: relative;
  text-align: center;
  min-width: 150px;
}

.ctab-nav .nav-link.active {
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
}

.ctab-nav {
  margin: 10px 0;
}

.ctab-nav .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

/*.pp-act-list .info-sidebar-item:not(:last-child) {
    border-bottom: 1px solid rgba(4, 29, 54, 0.1);
}*/

.comment-list-item {
  padding: 12px 0;
}

.comt-msg {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0 0 12px 0;
}

.ppuinfo {
  display: flex;
  flex-direction: column;
}

.ppuinfo .infouser-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ppuinfo .infouser-name h4 {
  margin-right: 13px;
  font-size: 14px;
}

.ppuinfo .infouser-name span {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
}

.reply-btn {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  color: #4872f4;
  background-color: transparent;
  border: none;
}

.comment-list-item .info-user-img {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.comment-list-item .info-hdr-user-info {
  align-items: flex-start;
}

.pp-comment-list .info-hdr-bar {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(4, 29, 54, 0.1);
  border-radius: 5px;
  padding: 12px;
  flex-direction: column;
}

.inner-comment {
  padding-left: 50px;
  margin-top: 16px;
}

.reply-btn svg {
  margin-left: 5px;
}

.comment-chat-bar {
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.comment-date-bar {
  border-top: 1px solid rgba(4, 29, 54, 0.1);
  padding-top: 16px;
}

.pp-comment-list .comment-date-bar:first-child {
  border-top: none;
}

.comment-date-bar h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(4, 29, 54, 0.6);
}

.comment-chat-typ {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 85px);
}

.comment-chat-typ .msg-control {
  background-color: transparent;
  border: none;
  width: calc(100% - 85px);
}

.comment-chat-typ .msg-control:focus {
  outline: none;
}

.chat-opbtn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}

.comment-chat-send-button {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5eafa;
  border: none;
  border-radius: 100%;
  margin-left: 25px;
}

.asp-listbar {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}

.asp-listbar .asp-user-item {
  padding: 9px 18px;
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.1);
}

.asp-listbar .asp-user-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.asp-listbar .asp-user-item p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
}

.phase-ov-info {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.phase-life {
  margin-right: 16px;
}

.phase-life p,
.phase-progress p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0;
}

.phase-progress {
  opacity: 0.6;
}

.phasenav {
  margin-left: auto;
  margin-right: 0;
}

.phasenav ul {
  margin: 0;
}

.phasenav ul li:not(:last-child) {
  margin-right: 16px;
}

.phasenav .phasenav-item {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.phasenav .phasenav-item.active {
  color: #4872f4;
}

.subphase-main {
  overflow-x: auto;
  padding-bottom: 20px;
}

.subphase-wrapper {
  display: flex;
  max-width: 100%;
}

.subphase-col {
  width: 350px;
  flex: 0 0 350px;
  margin-right: 10px;
}

.subphase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.3);
  margin-bottom: 15px;
  margin-right: 20px;
}

.subphase-infotbtn {
  background-color: transparent;
  border: none;
  padding: 10px;
}

.subphase-header .dropdown-menu {
  margin: 0;
  padding: 8px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
}

.subphase-header .dropdown-menu p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0 0 5px 0;
}

.subphase-header .dropdown-menu span {
  color: #041d36;
}

.subphase-list {
  max-height: 70vh;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.subphase-item {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 15px 15px 0px 0px;
  padding: 12px 10px 8px;
  margin-bottom: 10px;
}

.subphase-item-hdr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*margin-bottom: 30px;*/
  /*min-height: 55px;*/
}

.subphase-item-hdr .sih-in-ti {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding-left: 15px;
}

.subphase-item-hdr .sih-in-ti span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4872f4;
  width: 21px;
  height: 21px;
  background: #e5eafa;
  border-radius: 4px;
  margin-right: 5px;
  flex: 0 0 21px;
}

.subphase-item-hdr .sih-in-ti h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92%;
}

.subphase-notif {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.subphase-notif span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ff5d5d;
  margin-left: 7px;
}

.subphase-item-bodyrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0;
  position: relative;
}

.subphase-item-rowicon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 14px;
  margin-right: 6px;
}

.sibr-au-list {
  margin: 0;
}

.sibr-au-list-item {
  width: 30px;
  height: 30px;
  background: #e5eafa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  color: #4872f4;
  border-radius: 100%;
}

.sibr-au-list .sibr-au-list-item:not(:last-child) {
  margin-right: 5px;
}

.subphase-item-bodyrow p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #a2aab1;
  margin: 0;
}

.sibr-item-check {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.sibr-item-check svg {
  margin-right: 6px;
}

.subphase-footer {
  padding-right: 20px;
}

.add-act-fbtn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  background: #ffffff;
  border: 0.5px solid rgba(4, 29, 54, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.subphase-list .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.add-sf-btn {
  border-radius: 35px;
  width: 230px;
}

.subphase-col-add {
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.3);
  margin-bottom: 15px;
  position: relative;
}

.subphase-col-add form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  position: relative;
}

.subphase-col-add .add-subphase-name {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.subphase-col-add .add-subphase-name:focus {
  outline: none;
  box-shadow: none;
}

.add-sf-btn {
  width: 30px;
  height: 30px;
  background: #e5eafa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: none;
  transition: all 0.5s;
}

.add-sf-btn:hover {
  background: #4872f4;
}

.add-sf-btn:hover svg path {
  fill: #ffffff;
}

.pp-header-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #ffffff;
  padding: 8px 50px 8px 8px;
  margin-bottom: 24px;
}

.pp-header-bar .pp-comp-header {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
  padding: 5px 20px;
  position: relative;
}

.pp-header-bar .pp-comp-header:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.activity-title-info {
  display: inline-flex;
  flex-direction: column;
}

.activity-title-info {
  margin: 0 0 0 13px;
}

.activity-title-info p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #5e6d7c;
  margin: 0;
}

.activity-title-info p span {
  color: #4872f4;
}

.activity-title-info span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #4872f4;
}

.activity-card-comp {
  background: #ffffff;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 5px;
}

.short-comp {
  max-width: 210px;
}

.edit-act-title {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 10px 0;
  border: none;
  width: 90%;
  text-overflow: ellipsis;
}

.edit-act-title.edit-view {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  height: 54px;
  width: 100%;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px;
  display: inline-block;
  margin: 0 0 8px 0;
}

.act-header h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 10px 0;
}

.act-desc-header {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.act-desc-header svg {
  margin-right: 7px;
}

.act-bes-box {
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  min-height: 115px;
  width: 100%;
  padding: 10px 8px;
}

.act-bes-box p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

.activity-card-comp .ac-itm-wrapper {
  margin-bottom: 15px;
}

.add-attachment-btn {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  border: 1px solid #4872f4;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 5px;
  height: 84px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.short-comp .ac-itm-wrapper {
  margin-bottom: 0;
  width: 100%;
}

.short-comp .activity-component-itm {
  display: flex;
}

.activity-cibtent-sec .activity-cibtent-form {
  /*padding-right: 60px;*/
  height: calc(100vh - 170px);
  overflow: auto;
  border-right: 0.5px solid rgba(4, 29, 54, 0.3);
}

/*.ctab-tabcont{
    height: calc(100vh - 170px);
    overflow: auto;
}*/

.pp-act-list {
  height: calc(100vh - 250px);
  overflow: auto;
}

.pp-comment-list {
  height: calc(100vh - 320px);
  overflow: auto;
}

.edit-act-desc {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}

.edit-act-desc:focus {
  outline: none;
}

.activity-btngrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
}

.activity-btngrp .Btn {
  min-width: 130px;
  margin-right: 0;
  margin-left: 32px;
}

.asign-personlist {
  margin: 0;
}

.asign-personlist-item {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5eafa;
  border-radius: 100%;
  border: none;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  text-transform: uppercase;
}

.asign-personlist-item:focus {
  background-color: #4872f4;
  color: #fff;
}

.small-btn-grp .Btn {
  padding: 7px;
  min-width: 80px;
}

.comp-edit-view {
  max-width: none;
  display: inline-flex;
}

.asign-personlist-wrp {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.asign-personlist-wrp .add-comp-btn {
  margin-left: 50px;
}

.comp-edit-view .activity-btngrp {
  margin-top: 20px;
}

.del-comp-btn {
  background-color: transparent;
  border: none;
  margin-left: 10px;
  /*height: 10px;
    width: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-comp {
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.check-header {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.check-header:focus {
  outline: none;
}

.check-comp-check-grp .custom-control-label .check-list-item {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(4, 29, 54, 0.6);
  border: none;
  padding: 0;
}

.check-comp-check-grp .custom-control-label .check-list-item:focus {
  outline: none;
}

.check-comp-check-grp .check-list-item {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(4, 29, 54, 0.6);
  border: none;
  padding: 0;
}

.check-comp-check-grp .check-list-item:focus {
  outline: none;
}

.check-comp-add-check-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  border: 0.5px solid #4872f4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px 25px;
  display: inline-block;
  background-color: transparent;
  margin: 5px 0 0 0;
  transition: all 0.5s;
}

.check-comp-add-check-btn:hover {
  background-color: #4872f4;
  color: #fff;
}

.check-comp-add-check-btn svg path {
  transition: all 0.5s;
}

.check-comp-add-check-btn:hover svg path {
  fill: #fff;
}

.atachment-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
}

.atachment-file-info {
  margin-left: 10px;
}

.atachment-file-info h6 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}

.atachment-file-info p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
  display: flex;
  align-items: center;
}

.atachment-file-info p svg {
  margin-right: 10px;
}

.attachment-btn-group {
  margin-bottom: auto;
  margin-left: auto;
}

.attachment-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  color: #4872f4;
  background: transparent;
  border: none;
}

.attachment-btn svg {
  margin: 0 11px 0 0;
}

.attachment-delete-btn {
  color: #ff5d5d;
}

/*.check-comp:hover .component-close-btn{
    opacity: 1;
}*/

.component-close-btn {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: transparent;
  border: none;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /*opacity: 0;*/
}

#search-collapse {
  padding: 15px 0;
  min-width: 380px;
}

.coll-search-box {
  background: #ffffff;
  border: 2px solid #cfd2d4;
  box-sizing: border-box;
  border-radius: 7px;
  position: relative;
  transition: all 0.5s;
}

.coll-search-box:focus-within {
  border: 2px solid #4872f4;
  border-radius: 7px 7px 0px 0px;
}

.coll-search-box .form-control {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  border: none;
  background-color: transparent;
  padding: 7px 15px;
}

.coll-search-box .form-control:focus {
  outline: none;
  border: none;
}

.coll-search-box-icon {
  position: absolute;
  top: 45%;
  right: 18px;
  transform: translateY(-50%);
}

.search-result-list {
  background: #fdfdfe;
  /*border: 2px solid rgba(4, 29, 54, 0.1);*/
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.search-result-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.search-result-item {
  padding: 10px 17px;
}

.search-result-list ul li:not(:last-child) {
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.1);
}

.search-result-item h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.search-result-item p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

.dependency-item {
  position: relative;
  padding-right: 40px;
}

.dependency-info {
  margin-right: 40px;
  min-width: 160px;
}

.dependency-info h5 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.dependency-info p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  padding-left: 18px;
}

.dependency-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.dependency-sel-btn {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  background: #ffffff;
  border: 2px solid #cfd2d4;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 10px 17px;
  /*margin: 0 40px;*/
  width: 180px;
  text-align: left;
  position: relative;
}

.dependency-sel-btn::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dependency-dropdown .dropdown-menu {
  width: 100%;
  min-width: 100%;
}

.dependency-dropdown .dropdown-menu li {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  padding: 5px 17px;
}

.dependency-dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.1);
}

/*.dependency-item:hover .component-close-btn{
    opacity: 1;
}*/

.dependency-item .component-close-btn {
  top: 50%;
  transform: translateY(-50%);
  /*right: 15px;*/
}

.activity-card-comp .dependency-dropdown .dependency-sel-btn {
  border: none;
  background-color: transparent;
}

.activity-card-comp .dependency-dropdown .dependency-sel-btn::after {
  display: none;
}

.rev-app-comp .ac-itm-wrapper {
  margin-bottom: 15px;
}

.rev-app-comp .ac-itm-wrapper:last-child {
  margin-bottom: 0;
}

.rev-app-edit-view {
  display: flex;
  flex-direction: column;
  max-width: 470px;
}

.revieew-user-item {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}

.revieew-user-item h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.ru-index {
  margin-right: 4px;
}

/*.revieew-user-item:hover .component-close-btn{
    opacity: 1;
}*/

.review-user-list {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.dependency-act-list {
  background: #fdfdfe;
  /*border: 2px solid rgba(4, 29, 54, 0.1);*/
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.dependency-act-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dependency-act-list ul li:not(:last-child) {
  border-bottom: 0.5px solid rgba(4, 29, 54, 0.1);
}

.dependency-act-item {
  padding: 7px 17px;
}

.dependency-act-item h6 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.prj-progressbar {
  height: 6px;
  width: 100%;
  background: rgba(4, 29, 54, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.prj-prgs {
  height: 6px;
  background: #4872f4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.progress-tool-tip {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  background: #e5eafa;
  border-radius: 5px;
  padding: 4px 6px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 100%;
  right: 15px;
  /*opacity: 0;*/
}

.progress-tool-tip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5eafa;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nfo-card-compo {
  background: #ffffff;
  border-radius: 5px;
  padding: 8px 12px;
}

.subphase-col-add .form-group {
  margin-bottom: 0;
}

.check-comp-check-grp .custom-checkbox {
  display: flex;
  align-items: flex-start;
}

.new-check-input {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(4, 29, 54, 0.6);
  border: none;
  padding: 4px 0;
  min-width: 250px;
  word-break: break-word;
  width: 100%;
}

.new-check-input:focus {
  outline: none;
  box-shadow: none;
}

.new-check-input[contentEditable='true']:empty:not(:focus):before {
  content: attr(data-text);
}

.check-comp-check-grp .custom-control-label {
  /*width: 1px;*/
  min-height: 30px;
  width: 100%;
}

.activity-edit-mode .check-comp-check-grp .custom-control-label {
  width: auto;
}

.asign-personlist-drpdwn .dropdown-menu {
  background: #ffffff;
  border-radius: 2px;
  padding: 8px 10px;
  border: none;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  position: relative;
}

.asign-personlist-drpdwn .dropdown-menu h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.asign-personlist-drpdwn .dropdown-menu p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.asign-personlist-drpdwn .dropdown-menu .remove-act-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ff5d5d;
}

.asign-personlist-drpdwn .dropdown-menu .remove-act-btn svg {
  margin-right: 8px;
}

.asign-personlist-drpdwn .dropdown-menu .close-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 6px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subphase-main::-webkit-scrollbar {
  width: 4px;
}

.subphase-main::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.subphase-main::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e6e8eb;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.subphase-main::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(193, 193, 193);
}

.pln-exc-tab-nav {
  margin: 0;
}

.pln-exc-tab-nav .nav-link.active:after {
  bottom: -8px;
}

.act-comp-disabled {
  background-color: transparent;
}

.dependency-act-list .select2-container {
  width: 100% !important;
  margin: 10px 0;
}

.dependency-item .dependency-dropdown {
  background: #ffffff;
  border: 2px solid #cfd2d4;
  box-sizing: border-box;
  border-radius: 7px;
  /*padding: 10px 17px;*/
  width: 180px;
}

.dependency-item .dependency-dropdown select {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  padding: 10px 17px;
  width: 100%;
  border: navajowhite;
  background-color: transparent;
  appearance: none;
}

.dependency-item .dependency-dropdown::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid rgba(4, 29, 54, 0.6);
  border-left: 0.3em solid transparent;
}

.ac-itm-wrapper .coll-search-box {
  border: none;
  margin: 10px 0;
}

.ac-itm-wrapper .select2-container {
  width: 100% !important;
}

.ac-itm-wrapper .select2-container:focus,
.ac-itm-wrapper .coll-search-box:focus-within {
  outline: none;
  border: transparent;
}

.activity-exec .activity-component-itm {
  flex-wrap: wrap;
}

.activity-exec .activity-comp-hdr {
  width: 100%;
  margin-bottom: 25px;
}

.exec-check-item .activity-comp-hdr {
  margin-bottom: 10px;
}

.exec-check-item .check-comp {
  border: 1px solid #4872f4;
  border-radius: 5px;
}

.exec-file-item .activity-component-itm {
  width: 100%;
}

.exec-file-item .add-attachment-btn {
  position: relative;
  margin-bottom: 15px;
}

.exec-file-item .add-attachment-btn .progress {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.depen-status {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #07ca03;
}

.depen-status-rejected {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #ff5d5d;
}

.hts-col-btn {
  min-width: 115px !important;
  margin-left: 25px !important;
}

.hts-col-btn[aria-expanded='true'] {
  background: #4872f4;
  color: #fff;
}

.dep-hst-table {
  margin: 0;
}

.dep-hst-table tr th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  text-align: center;
  padding: 6px;
}

.dep-hst-table tr td {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  text-align: center;
  padding: 6px;
}

.exec-aprv-dep-history-collapse,
.exec-dep-history-collapse {
  /*pointer-events: none;*/
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 16px 0;
  min-width: 500px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 30px;
  display: block;
}

.hts-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
}

.see-more-drpdn-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #4872f4;
  background-color: transparent;
  border: none;
}

.see-more-drpdn .dropdown-menu {
  width: 500px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
}

.user-image {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5eafa;
  flex: 0 0 36px;
  border-radius: 50%;
}

.see-more-drpdn-item {
  display: flex;
  margin-bottom: 15px;
}

.see-more-drpdn-item .dus-info {
  margin-left: 8px;
}

.dus-info h6 {
  font-family: 'nunitosemibold';
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0;
}

.dus-info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

.exec-aprv-dep-sel-p-collapse,
.exec-dep-sel-p-collapse {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 16px;
  min-width: 500px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 30px;
  width: 100%;
}

.exec-dep-sel-p-top {
  display: flex;
}

.exec-dep-sel-p-top .activity-comp-hdr {
  margin: 0 20px 0 0;
}

.exec-dep-sel-p-top .asign-personlist-wrp {
  margin: 0;
}

.exec-dep-sel-p-comment {
  margin: 16px 0;
}

.review-comp {
  border: 1px solid #cfd2d4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.review-main-item p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

.review-main-item p b {
  color: #041d36;
}

.rev-compo-reply {
  margin: 10px 0 0 0;
}

.activity-exec.shwan-form .form-control {
  padding: 15px;
}

.btn-light-red {
  background: rgba(255, 93, 93, 0.1);
  color: #ff5d5d;
}
.btn-light-red2 {
  background: #ff5d5d;
  color: #fff;
}

.btn-light-red:hover {
  background: rgba(255, 93, 93, 1);
}

.exec-date-body .edb-item label {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
}

.exec-date-body-closed .edb-item {
  min-width: 150px;
}

.exec-date-body-closed .edb-item h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #041d36;
  display: flex;
  align-items: center;
  margin: 0;
}

.exec-date-body-closed .edb-item h6 span {
  margin-left: 6px;
  display: flex;
}

.exec-cont-wrapper {
  height: calc(100vh - 280px);
  overflow: auto;
}

.add-act-crd-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-act-crd-group .form-control {
  height: 38px;
  padding: 12px;
  width: calc(100% - 80px);
}

.add-act-crd-group .Btn {
  padding: 6px 12px;
  min-width: auto;
}

.subphaselv-item-table tbody tr td .sibr-item-tsklist p,
.sibr-item-tsklist p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #07ca03;
}

.execution-subphase-itm {
  position: relative;
}

.execution-subphase-completed .sih-in-ti h6 {
  text-decoration: line-through;
}

.comp-col-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 10px 0;
  position: relative;
}

.comp-col-btn:after {
  content: '';
  position: absolute;
  top: 12px;
  right: -18px;
  border: solid #041d36;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s;
}

.comp-col-btn[aria-expanded='true']:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 15px;
}

.pst-title {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  width: 50%;
}

.pst-sd span {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  /*width: 170px;*/
  margin: 0 16px;
}

.pst-btn {
  width: 140px;
}

.pst-btn button {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  margin: 0 12px;
}

.pst-btn button svg {
  margin-right: 5px;
}

.pst-btn-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-plan-subp {
  height: calc(100vh - 255px);
  overflow: auto;
}

.plan-subp-tabl td,
.plan-subp-tabl th {
  border-top: none;
  border-bottom: 1px solid rgba(149, 160, 172, 0.5);
}

.new-phase-brp .btn-lightblue-primary {
  padding: 13px 18px;
}

.new-phase-brp .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 10px;
  min-width: 200px;
}

.new-phase-brp .dropdown-item {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  padding: 10px 20px;
}

.new-phase-brp .dropdown-item.active,
.new-phase-brp .dropdown-item:active {
  background-color: rgba(72, 114, 244, 0.1);
  border: 1px solid transparent;
  color: #4872f4;
}

.project-subp-lv-sec {
  padding: 0 30px 25px;
}

/*.sub-p-subhdr .subp-httl{
    width: 50%;
}*/

.sub-p-subhdr .subp-httl {
  border-bottom: 1px solid #95a0ac;
}

.sub-p-subhdr .subp-httl .btn-lightblue-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 5px;
}

.sub-p-subhdr .subp-httl .form-control {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  border: none;
  background-color: transparent;
}

.subp-op-btngrp {
  width: 50%;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
}

.subphaselv-item-table thead tr th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #95a0ac;
  border: none;
}

.subphaselv-item-table {
  border-radius: 15px;
  /*overflow: hidden;*/
  border-collapse: collapse;
  margin-bottom: 0;
}

.subphaselv-item-table tbody {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 15px;
  overflow: hidden;
  border-collapse: collapse;
}

.subphaselv-item-table thead tr th,
.subphaselv-item-table tbody tr td {
  vertical-align: middle;
}

.subphaselv-item-table tbody tr td p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0;
}

/*.subphaselv-item-table .subphase-item-hdr .sih-in-ti{
    align-items: center;
}*/

.subphaselv-item-table .subphase-item-hdr .sih-in-ti span {
  margin-right: 12px;
  margin-top: 2px;
}

.subphaselv-ttlbr {
  background: #e5eafa;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 586px;
}

.subphaselv-ttlbr h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
  display: flex;
  align-items: center;
}

/*.subphaselv-ttlbr h5 svg{
    margin-right: 12px;
}*/

.op-btn {
  padding: 6px;
  background-color: transparent;
  border: none;
}

.subphaselv-item-table thead tr th:first-child {
  padding-left: 0;
}

/*.subphaselv-item-table thead tr th:last-child{
    min-width: 180px;
}*/

.subphaselv-item-table thead tr th:first-child,
.subphaselv-item-table tbody tr td:first-child {
  width: 35%;
}

.subphaselv-completed h5 {
  text-decoration: line-through;
}

.subphaselv-milestone {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #95a0ac;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.subphaselv-milestone h5 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #5e6d7c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  margin: 0;
  background-color: #f6f7fb;
  padding: 10px 15px;
}

.subphaselv-milestone h5 svg {
  margin-right: 10px;
}

.milestone-colapse-btn {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
  background-color: #f6f7fb;
  padding-left: 25px;
}

.milestone-colapse-btn .btn-lightblue-primary {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5eafa;
  border-radius: 5px;
  transition: all 0.5s;
}

.milestone-colapse-btn .btn-lightblue-primary svg {
  transition: all 0.5s;
}

.milestone-colapse-btn .btn-lightblue-primary[aria-expanded='false'] svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  /*top: 15px;*/
}

.exec-cmodal .modal-dialog {
  max-width: 80%;
}

.exec-cmodal .modal-dialog .modal-header {
  border: none;
}

.exc-pp-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.fixed-modal-body {
  max-height: 80vh;
  overflow: auto;
}

.new-check-inline {
  display: flex;
  align-items: center;
}

.new-check-inline .form-check-input {
  margin-top: 0;
}

.pcl-add-activity-button {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  /*color: #4872F4;
    border: 1px dashed #4872F4;*/
  color: rgba(4, 29, 54, 0.6);
  border: 2px dashed rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 16px;
  width: auto;
  /*max-width: 670px;*/
  background-color: transparent;
}

.subp-httle {
  width: 50%;
}

.subp-httle h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #4872f4;
}

.activity-component-itm {
  margin-bottom: 10px;
}

.activity-component-itm .form-group {
  margin-bottom: 15px;
}

.activity-component-itm .form-group label {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.activity-component-itm .regular-custom-select select {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
}

.sp-bar {
  width: 212px;
  height: 6px;
  background: rgba(4, 29, 54, 0.1);
  border-radius: 5px;
  position: relative;
}

.sp-bar-progress {
  position: absolute;
  height: 100%;
  background: #4872f4;
  border-radius: 5px;
}

.subp-progress-bar {
  display: flex;
  align-items: center;
}

.subp-progress-bar span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin-left: 10px;
}

.add-act-comp {
  width: 50%;
  max-width: 670px;
  /*margin-bottom: 15px;
  margin-top: 15px;*/
}

.subphase-item-body {
  position: relative;
}

.del-subphase {
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0;
}

.subphase-item:hover .del-subphase {
  opacity: 1;
}

.subp-op-btngrp .btn-lightblue-primary {
  margin-left: 15px;
}

/*.pie-wrapper {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0 15px;
  position: relative;
}
.pie-wrapper:nth-child(3n + 1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 30px, 30px, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 4px solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 4px solid #bdc3c7;
  border-radius: 50%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}

.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #4872F4;
}
.pie-wrapper.progress-45 .pie .left-side {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}

.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0 / 50%;
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.pie-wrapper--solid .label {
  background: transparent;
}*/

.execution-item-table tbody tr td:first-child,
.execution-item-table thead tr th:first-child {
  width: 30%;
}

/*.execution-item-table tbody tr td:last-child,
.execution-item-table thead tr th:last-child{
    width: 460px;
}*/

.line-up-nav-tabs {
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 15px;
}

.line-up-nav-tabs .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  text-align: center;
  min-width: 190px;
  position: relative;
}

.line-up-nav-tabs .nav-link.active {
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
}

.line-up-nav-tabs .nav-link.active:after {
  content: '';
  height: 4px;
  width: 100%;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-cat-item {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  margin-bottom: 8px;
}

.work-cat-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.work-categgory-list {
  max-height: calc(100vh - 280px);
  overflow: auto;
}

.mli-index {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background: #4872f4;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.milestone-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.milestone-list-item .work-cat-item {
  width: calc(100% - 35px);
  margin-bottom: 0;
}

.pagination-item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.pagination-item .salce-pagination {
  display: inline-flex;
}

.milestone-list {
  max-height: calc(100vh - 280px);
  overflow: auto;
}

.resource-info-item {
  padding: 20px;
  border: 1px solid #4872f4;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  width: 100%;
}

.rm-iinfo {
  display: flex;
  align-items: center;
}

.rm-info-img {
  margin-right: 25px;
  /*flex: 0 0 50px;*/
}

.rm-iinfo-item {
  margin-right: 25px;
}

.rm-iinfo-item h6 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
}

.rm-iinfo-item p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
}

.normal-btn {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  margin: 0 12px 0 0;
}

.normal-btn svg {
  margin-right: 5px;
}

.custom-modal .modal-dialog {
  max-width: 1140px;
}

.resources-table thead tr th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  text-align: center;
  background: #cfd2d4;
  border-bottom-width: 1px;
  vertical-align: middle;
}

.resources-table tbody tr td {
  min-height: 35px;
  vertical-align: middle;
}

.resources-table tbody tr td:last-child {
  width: 100px;
}

.resources-table tbody tr td:first-child {
  width: 35%;
}

.resources-table tbody tr td:nth-child(2) {
  width: 35%;
}

.resources-table tbody tr td .form-control {
  border: none;
  padding: 0;
  height: 22px;
}

.resources-table tbody tr td .form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-grp button {
  margin: 0 6px;
}

.round-blue-btn {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4872f4;
  border: none;
  border-radius: 100%;
}

.round-red-btn {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5d5d;
  border: none;
  border-radius: 100%;
}

.resources-item {
  margin-bottom: 30px;
}

.resources-item .pcl-add-activity-button {
  width: 50%;
}

.custom-modal .modal-header {
  border: none;
  justify-content: center;
  position: relative;
}

.custom-modal .modal-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin: auto;
}

.custom-modal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.custom-modal .modal-footer {
  border: none;
}

.custom-modal .modal-content {
  border-radius: 20px;
}

.resources-list {
  height: 60vh;
  overflow: auto;
}

.custom-modal .modal-footer .activity-btngrp {
  margin: 0 0 0 auto;
}

.phasetype {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4872f4;
}

.vtable {
  display: table;
  width: 100%;
}

.vtable-row {
  display: table-row;
}

.vtable-cell {
  display: table-cell;
  padding: 6px 12px;
}

.spl-vtable .vtable-row .vtable-cell:first-child {
  width: 40%;
}

.spl-tbl-body {
  display: table-row-group;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(4, 29, 54, 0.05);
  border-radius: 15px;
  overflow: hidden;
  border-collapse: collapse;
}

.spl-vtable .vtable-row .vtable-cell {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #95a0ac;
  border: none;
}

.spl-tbl-body .vtable-row {
  border-top: 1px solid #dee2e6;
}

.spl-tbl-body .vtable-row .vtable-cell {
  border-top: 1px solid #dee2e6;
}

.subphaselv-item-table tbody tr:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.subphaselv-item-table tbody tr:first-child td:first-child,
.spl-tbl-body .vtable-row:first-child .vtable-cell:first-child {
  border-top-left-radius: 15px;
}

.subphaselv-item-table tbody tr:first-child td:last-child,
.spl-tbl-body .vtable-row:first-child .vtable-cell:last-child {
  border-top-right-radius: 15px;
}

.subphaselv-item-table tbody tr:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.subphaselv-item-table tbody tr:last-child td:first-child,
.spl-tbl-body .vtable-row:last-child .vtable-cell:first-child {
  border-bottom-left-radius: 15px;
}

.subphaselv-item-table tbody tr:last-child td:last-child,
.spl-tbl-body .vtable-row:last-child .vtable-cell:last-child {
  border-bottom-right-radius: 15px;
}

.subphaselv-item-table td {
  padding: 0;
  position: relative;
}

.subphaselv-item-table td a {
  display: inline-block;
  width: 100%;
  padding: 0.75rem;
}

.subphaselv-item-table tbody tr {
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.subphaselv-item-table tbody tr:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.subphaselv-item-table .subphase-item-bodyrow {
  margin: 5px 30px 5px 0;
}

.add-sf-btn.btn-light-red.row-del-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.subphaselv-item-table tbody tr:first-child td {
  border-top: none !important;
}

.work-categgory-hdr {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  margin-bottom: 8px;
  margin-bottom: 15px;
}

.wchdr-cnt {
  display: flex;
  align-items: center;
}

.wchdr-cnt .bck-btn {
  display: flex;
  margin-right: 15px;
}

.wchdr-cnt h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.linupd-table thead tr th:first-child,
.linupd-table tbody tr td:first-child {
  width: 75%;
}

.linupd-table-header {
  margin-right: 30px;
}

.linupd-table-header .table {
  margin-bottom: 0;
}

.linupd-table-header .linupd-table thead tr th:last-child {
  width: 98px;
}

.linupd-table thead tr th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  background-color: #dee1e7;
  border-color: #5e6d7c;
  border-bottom-width: 1px;
}

.linupd-table tbody tr td {
  border-color: #5e6d7c !important;
}

.linupd-table .regular-custom-select select,
.linupd-table tbody tr td,
.work-name-field,
.linupd-table tbody tr td h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0;
}

.work-name-field {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 14px !important;
  height: 30px;
}

.linupd-table .regular-custom-select {
  height: auto;
  border: navajowhite;
}

.linupd-table .regular-custom-select select {
  font-size: 14px;
  padding: 6px 12px;
}

.regular-custom-select:after {
  top: 14px;
  /* top: 20px; */
  border-color: #041d36 transparent transparent transparent;
}

.linupd-table-wrapper {
  max-height: calc(100vh - 370px);
}

.header-bar .activity-btngrp {
  margin-top: 0;
}

.tab-header .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #5e6d7c;
  position: relative;
}

.tab-header .nav-link.active {
  color: #4872f4;
}

.tab-header .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 0;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.custom-modal .resources-mheader {
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  padding: 10px 16px;
}

.resources-history-list {
  padding-top: 15px;
}

.rhi-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 16px;
  margin: 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rhi-item .rm-opbtn .Btn {
  padding: 6px 26px;
}

.rhi-item .rm-iinfo-item p {
  margin-bottom: 0;
}

.rm-iinfo-item.user-img {
  height: 48px;
  width: 48px;
  flex: 0 0 48px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.rhi-item .rm-iinfo-item h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.rhi-item .rm-iinfo-item.date-time p,
.rhi-item .rm-iinfo-item.date-time h6 {
  color: rgba(4, 29, 54, 0.6);
}

.rhi-item .rm-iinfo-item.date-time p {
  font-size: 12px;
}

.rhi-item .rm-iinfo-item.user-infos p {
  font-size: 12px;
}

.resources-history-list .resources-item {
  margin: 0 15px 15px;
}

.boq-accordion {
  background: #ffffff;
  border-radius: 5px;
  /*padding: 15px 20px;*/
  margin-bottom: 25px;
}

.accordian-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.accordian-main-header h5,
.accordian-main-header p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
}

.accordian-main-header p {
  font-size: 18px;
}

.boq-accordion .card-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.boq-accordion .btn-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  background-color: transparent;
  border: none;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}

.boq-accordion .btn-link:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 8px;
  transform: translateY(-50%) rotate(-135deg);
  border: solid #4872f4;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 3px;
  z-index: 1;
  transition: all 0.5s;
}

.boq-accordion .btn-link:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: #e5eafa;
  display: inline-block;
  border-radius: 100%;
}

.boq-accordion .btn-link[aria-expanded='true']:before,
.boq-accordion .btn-link.btn-opened:before {
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
}

.boq-accordion .card {
  border: none;
  border-top: 1px solid rgb(94 109 124 / 0.3);
  border-radius: 0;
  padding: 0 15px;
}

.boq-accordion .card:first-child {
  border-top: none;
}

.boq-accordion .card-header {
  padding: 10px 0;
  background-color: transparent;
  border-bottom: none;
}

/*.boq-table thead th:first-child,*/

.boq-table tbody tr td:first-child {
  width: 40%;
  text-align: left;
}

.boq-table thead th,
.boq-table tbody td {
  text-align: center;
  font-size: 14px;
}

/*.edit-td{
    padding: 0 !important;
}*/

.edit-td .form-control {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #041d36;
  min-height: 50px;
  width: 100%;
  border-radius: 0;
  border: 1px solid transparent;
}

.edit-td .form-control.actve,
.edit-td .form-control:focus {
  background: #e5eafa;
  border: 1px solid #4872f4;
}

.edit-td .form-control[readonly] {
  background-color: #fff;
}

.edit-td .form-control.actve[readonly],
.edit-td .form-control[readonly]:focus {
  background-color: #e9ecef;
  border: 1px solid transparent;
  color: #041d36;
}

.btn-transperent {
  border: none;
  background: transparent;
  display: inline-flex;
  padding: 6px;
}

.work-cat-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.work-cat-button button {
  margin: 0 6px;
}

.boq-sec {
  max-height: calc(100vh - 160px);
}

.bill-history-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.bill-history-table thead th,
.bill-history-table tbody td {
  font-family: 'nunitosemibold';
  font-weight: normal;
  border: none;
  vertical-align: middle;
}

.bill-history-table thead th {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #4872f4;
}

.bill-history-table thead th span {
  color: rgba(4, 29, 54, 0.6);
}

.bill-history-table tbody tr td {
  background: #ffffff;
}

/*.bill-history-table tbody tr:not(:last-child) td{
    border-bottom: 1px solid rgb(94, 109, 124, 0.5);
}*/

.bill-history-table tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bill-history-table tbody tr {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.bill-history-table tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bill-history-table tbody td a {
  display: flex;
  align-items: center;
}

.bill-history-table tbody td span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
}

.proposal-list-item .huser-info h6,
.bill-history-table tbody td h6 {
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.bill-user {
  display: flex;
}

.bill-user .bill-user-info {
  margin: 0 0 0 10px;
}

.promo-btn {
  padding: 5px 20px;
}

.promo-color {
  background-color: #e5eafa;
  border-color: #e5eafa;
  color: #4872f4;
}

.promo-color:hover {
  background-color: #4872f4;
  border-color: #4872f4;
}

.btn-cancel-promo {
  background-color: rgba(255, 94, 94, 0.3);
  padding: 5px;
  border-radius: 50%;
}

.btn-cancel-promo svg {
  fill: #ff5e5e;
}

.btn-cancel-promo:hover {
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}

.btn-cancel-promo:hover svg {
  fill: #fff;
}

.bill-history-table tbody td p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.proposal-list-item .user-image,
.bill-history-table .user-image {
  width: 48px;
  height: 48px;
  display: flex;
  flex: 0 0 48px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 16px;
}

.bh-btn-grp {
  display: flex;
  justify-content: flex-end;
}

.authorized-wrp {
  display: flex;
  align-items: center;
}

.authorized-wrp .user-image {
  margin: 0 16px 0 0;
}

.bh-btn-grp .Btn {
  margin: 0 5px;
  padding: 6px 25px;
}

.edited-value {
  font-family: 'nunitoregular';
  font-size: 14px;
  /*line-height: 25px;*/
  color: #ffffff;
  background-color: #4872f4;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.prev-value {
  display: block;
  text-decoration: line-through;
  opacity: 0.8;
  /*line-height: 25px;*/
}

.resources-table thead tr th span {
  font-family: 'nunitoregular';
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  display: block;
}

.accordian-main-header p {
  margin: 0 15px;
}

.accordian-main-header p span {
  font-family: 'nunitoregular';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #5e6d7c;
  display: block;
}

.mli-index.mli-index-light {
  background: #e5eafa;
  color: #4872f4;
}

.prpl-table thead {
  border-spacing: 0;
}

.prpl-table thead tr th {
  padding-top: 0;
  padding-bottom: 0;
}

.prpl-table tbody tr td:first-child {
  width: 50%;
}

.prpl-table tbody tr td:last-child {
  width: 50px;
}

.proposal-list {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 38px;
  display: none;
}

.proposal-list.open {
  display: block;
}

.proposal-list-header {
  padding: 12px;
  min-height: 80px;
  align-items: flex-start !important;
}

.proposal-list-item {
  padding: 12px;
}

.proposal-list .proposal-list-item:not(:last-child) {
  border-bottom: 1px solid #cfd2d4;
}

.huser-info p,
.proposal-list-item .huser-info p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.proposal-list-body {
  max-height: calc(100vh - 230px);
}

.create-praposal {
  background: #ffffff;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.create-praposal .form-control {
  width: 50%;
  margin-left: 0;
}

.create-praposal .activity-btngrp {
  margin: 0;
}

.create-praposal .activity-btngrp .Btn {
  padding: 6px 20px;
  margin-left: 16px;
}

.create-praposal-page {
  padding: 20px;
}

.cprop-table {
  border: none !important;
}

.cprop-table thead tr th:first-child,
.cprop-table tbody tr td:first-child {
  border: none !important;
  width: 20px;
  background-color: transparent;
}

.cprop-table tbody tr td:last-child {
  text-align: center;
}

.create-praposal-page > h5 {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin-bottom: 17px;
}

.proposal-accordion {
  max-width: 800px;
}

.proposal-accordion .boq-collapse {
  padding-left: 20px;
}

.create-praposal-page {
  max-height: calc(100vh - 80px);
}

.sel-boq-type {
  background: #ffffff;
  border-radius: 5px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 30px;
}

.beq-opt {
  display: inline-flex;
  margin-left: auto;
}

.beq-opt .form-check {
  margin-left: 15px;
}

.btn-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.qty-col {
  max-width: 100px;
}

.prpl-req-table tbody tr td:last-child {
  background-color: transparent;
}

.prpl-req-table tbody tr td:nth-last-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sml-btn {
  padding: 6px 20px;
}

.prpl-req-table tbody tr td:first-child {
  width: 40%;
}

.send-phtable {
  border-spacing: 0;
}

.send-phtable thead tr th {
  padding-top: 0;
  padding-bottom: 5px;
}

.send-phtable tbody tr td:first-child {
  width: 60%;
}

.custom-card {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.custom-card .form-check-inline {
  justify-content: flex-start;
  align-items: center;
}

.custom-card .form-check-inline .form-check {
  padding-left: 0;
  margin-right: 35px;
}

.custom-card .form-group {
  margin-bottom: 16px;
}

.mtr-send-prpsl-sec .left-icon-btn,
.shwan-form.prpsl-sec .left-icon-btn {
  padding: 13px 20px;
  min-width: auto;
  margin-left: 0;
}

.shwan-form.prpsl-sec .btn-lightblue-secondary {
  border-radius: 5px;
}

.prev-req-table thead th {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #4872f4;
  border: none;
}

.prev-req-table tbody td {
  font-family: 'nunitoregular';
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  border: none;
  border-bottom: 1px solid #95a0ac;
  vertical-align: middle;
}

.prev-req-table tbody tr td:last-child {
  width: 100px;
}

.prpsl-sec {
  height: calc(100vh - 220px);
}

.create-praposal-page .se-hdr {
  font-size: 16px;
  margin: 0 0 17px 0;
}

.compare-acc-main {
  overflow: auto;
  padding-bottom: 20px;
  padding-right: 20px;
  height: calc(100vh - 220px);
}

.compare-acc-main::-webkit-scrollbar {
  width: 4px;
}

.compare-acc-main::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.compare-acc-main::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e6e8eb;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.compare-acc-main::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(193, 193, 193);
}

.compare-acc-wrper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.compare-acc-wrper .proposal-accordion,
.compare-acc-wrper .proposal-sub-accordion {
  margin-right: 15px;
  /*margin-top: 65px;*/
}

.compare-acc-wrper .proposal-accordion {
  width: 630px;
  flex: 0 0 630px;
}

.compare-acc-wrper .proposal-sub-accordion {
  width: 490px;
  flex: 0 0 490px;
  background-color: transparent;
}

.proposal-sub-accordion .accord-content-wrp {
  background-color: #fff;
}

.contractor-info-bar {
  padding: 12px 0 6px;
  /*margin-top: -65px;*/
}

.compare-acc-wrper .resources-table tbody tr td:first-child {
  width: auto;
}

.contractor-info-bar h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
}

.contractor-info-bar p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0;
}

.ci-chck-icon {
  width: 26px;
  height: 26px;
  background: #4872f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.compare-acc-wrper .accordian-main-header {
  min-height: 71px;
}

.compare-acc-wrper .resources-table thead tr th {
  height: 65px;
}

.cchex-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cchex-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cchex-cont .cchex-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1.5px solid #4872f4;
  border-radius: 50%;
}

.cchex-cont:hover input ~ .cchex-checkmark {
  background-color: #ccc;
}

.cchex-cont input:checked ~ .cchex-checkmark {
  background-color: #fff;
}

.cchex-cont .cchex-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.cchex-cont input:checked ~ .cchex-checkmark:after {
  display: block;
}

.cchex-cont .cchex-checkmark:after {
  top: 2.5px;
  left: 2.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4872f4;
}

.ci-chck-control {
  display: inline-flex;
  position: relative;
  width: 26px;
  height: 26px;
}

.ci-chck-control svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.ci-chck-control input[type='checkbox'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.checkbox-round {
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: #4872f4;
}

.contractor-timeline-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 15px 0;
}

.work-ord-sec {
  height: calc(100vh - 220px);
}

.contractor-timeline-wrapper .project-timeline {
  display: inline-flex;
}

.sm-search.contract-serch {
  /*background-color: transparent;*/
  max-width: none;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
}

.sm-search.contract-serch .form-control {
  height: auto;
  padding: 10px 15px;
}

.sm-search.contract-serch .form-control:focus {
  border: none;
}

.cd-frm .form-group {
  margin-bottom: 20px;
}

.shwan-form .form-group span.red,
.red {
  display: inline-block;
  float: none;
  color: #ff5e5e;
}

.boq-detail-header {
  margin-bottom: 16px;
}

.boq-detail-header h4 {
  font-family: 'nunitosemibold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.work-boq-table {
  border: none;
}

.work-boq-table thead tr th:last-child,
.work-boq-table tbody tr td:last-child {
  border: none !important;
  width: 40px;
  background-color: transparent;
}

.form-control-plaintext {
  color: rgba(4, 29, 54, 0.4);
}

.txt-blue {
  color: #4872f4 !important;
}

.wop-frm h5,
.cd-frm h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4872f4;
  margin: 25px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wop-frm h5 {
  /*margin-top: 0;*/
  margin: 0;
}

.wop-frm .form-group .form-control-plaintext,
.wop-frm .form-group label {
  font-size: 18px;
  margin: 0;
}

.tax-table {
  max-width: 600px;
}

.tax-table td,
.tax-table th {
  padding: 0;
}

.boq-det-table tbody tr th,
.boq-det-table thead tr th,
.boq-det-table tbody tr td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.boq-det-table tbody tr th:first-child,
.boq-det-table thead tr th:first-child,
.boq-det-table tbody tr td:first-child {
  text-align: left;
}

.boq-det-table tbody tr th,
.boq-det-table thead tr th {
  color: #4872f4;
}

.boq-det-table thead tr th span {
  color: #95a0ac;
  display: block;
}

.boq-det-table tbody tr td {
  color: #041d36;
}

.boq-det-table tbody tr th b {
  font-family: 'nunitosemibold';
  font-weight: normal;
}

.boq-table tbody tr td a {
  color: #212529;
  width: 100%;
}

.topbar-prj-hdr {
  margin-left: 80px;
}

.topbar-prj-hdr h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.topbar-prj-hdr h5 span {
  color: #4872f4;
}

.sbq-page .page-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0 10px;
  border: none;
  transition: all 0.5s;
  border-radius: 5px;
  border: 1px solid transparent;
}

.sbq-page .page-link:hover,
.sbq-page .page-link.active {
  border: 1px solid #4872f4;
  box-sizing: border-box;
  color: #041d36;
  background-color: transparent;
}

.sbq-page .page-link.blue-btn {
  color: #ffffff;
  background: #4872f4;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.sbq-page .page-link.blue-btn svg {
  margin: 0 15px;
}

.prev-top-bar-logo {
  max-width: 250px;
}

.draft-popup .modal-header .modal-title {
  margin-left: 0;
}

.popup-compitm {
  border: none;
  padding: 0;
}

.draft-popup .modal-body h5 {
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  margin: 0 0 15px 0;
}

.popup-compitm h6 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0 0 15px 0;
}

.border-r1 {
  border-right: 1px solid rgba(149, 160, 172, 0.5);
}

.work-order-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.wo-item-cont {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.pp-name {
  flex: 0 0 33.33%;
}

.pp-name h6 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin: 0 0 8px 0;
}

.pp-name p {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  margin: 0 0 20px 0;
}

.pp-name h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.pp-info {
  flex: 0 0 33.33%;
}

.pp-info table tr th {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  vertical-align: top;
  padding: 0 4px;
}

.pp-info table tr td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  vertical-align: top;
  padding: 0 4px;
}

.pp-operation {
  flex: 0 0 33.33%;
  text-align: right;
}

.pp-operation p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.pp-status {
  margin: 15px 0;
}

.pp-status span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 13px;
  padding: 6px 24px;
  display: inline-block;
  text-transform: uppercase;
}

.rejected {
  color: #ff5d5d !important;
}

.approved {
  color: #07ca03 !important;
}

.revision {
  color: #5e6d7c !important;
}

.pending {
  color: #f4af48 !important;
}

.pp-operation select {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  background: #ffffff;
  border: 1px solid #95a0ac;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 12px;
}

.wo-item-opton {
  display: flex;
  align-items: center;
  margin-left: 18px;
}

.wo-item-opton .add-sf-btn {
  margin-left: 18px;
}

.wow-ord-wrp-sec {
  height: calc(100vh - 200px);
}

.prop-con-serch {
  position: relative;
}

.prop-con-serch .search-result {
  position: absolute;
  width: 100%;
  top: 105%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
}

.prop-con-serch:focus-within .search-result,
.prop-con-serch .search-result.open {
  max-height: 300px;
  overflow: auto;
}

.prop-con-serch .search-result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.prop-con-serch .search-result ul li {
  padding: 6px 12px;
  border-bottom: 1px solid rgba(4, 29, 54, 0.2);
}

.prop-con-serch .search-result ul li h6 {
  font-size: 16px;
  margin: 0;
}

.prop-con-serch .search-result ul li p {
  font-size: 14px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.contractor-table thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
}

.contractor-table tbody td {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  vertical-align: middle;
  border-bottom: 1px solid #95a0ac !important;
}

.contractor-table thead tr th:last-child,
.contractor-table tbody tr td:last-child {
  width: 150px;
}

.contractar-img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 24px;
}

#addnewcontrctr .modal-lg {
  max-width: 900px;
}

.custom-dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.total-boq-tc h4,
.boq-grand-total h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  color: #4872f4;
  text-transform: uppercase;
}

.boq-grand-total .accordian-main-header p {
  font-size: 22px;
}

.db-row {
  position: relative;
  padding-right: 60px;
}

.db-row .delete-btn-col {
  position: absolute;
  right: 0;
  top: 12px;
}

.wop-frm .form-group .form-control-plaintext,
.wop-frm .form-group label {
  font-size: 16px;
}

/*.wop-frm .form-group .form-control-plaintext, .wop-frm .form-group label.lbl-lg{
    font-size: 24px;
}*/

.blue-control {
  border: 2px solid #4872f4 !important;
}

.total-boq-tc {
  background: #4872f4;
  border-radius: 5px;
  color: #fff;
  /*margin-bottom: 25px;*/
}

.total-boq-tc h4,
.total-boq-tc .accordian-main-header p,
.total-boq-tc .accordian-main-header p span {
  color: #fff;
}

.proposal-accordion {
  background-color: transparent;
}

.proposal-accordion .colapse-ctr {
  background-color: #fff;
}

.grand-total-hdr .btn-link,
.grand-total-hdr p {
  font-size: 20px;
  line-height: 27px;
  color: #ff5d5d;
}

.cont-charg-tbl tbody th {
  color: #4872f4;
}

.cont-charg-tbl thead tr th:first-child,
.cont-charg-tbl tbody tr th:first-child,
.cont-charg-tbl tbody tr td:first-child {
  text-align: left;
}

.cont-charg-tbl thead tr th:last-child,
.cont-charg-tbl tbody tr th:last-child,
.cont-charg-tbl tbody tr td:last-child {
  text-align: right;
}

.cont-charg-tbl thead tr th:nth-child(2),
.cont-charg-tbl tbody tr th:nth-child(2),
.cont-charg-tbl tbody tr td:nth-child(2) {
  text-align: center;
}

.boq-accordion .grand-total-hdr .btn-link:before {
  border: solid #ff6161;
  border-width: 2px 0 0 2px;
}

.boq-accordion .grand-total-hdr .btn-link:after {
  background: rgb(255 99 99 / 0.1);
}

.act-max-cont {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px;
}

.bdr-lft {
  border-left: 1px solid rgb(149 160 172 / 0.5);
}

.custom-card.wop-frm h3 {
  font-family: 'nunitobold';
  font-size: 20px;
  line-height: 30px;
  color: #041d36;
  margin: 0 0 25px 0;
}

.cpi-cinfo h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #4872f4;
}

.cpi-cinfo p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.cpi-cinfo p.email {
  color: #5e6d7c;
}

.comp-prop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compt-table thead th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  padding: 4px 8px;
}

.compt-table tbody td,
.compt-table tbody th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  padding: 4px 8px;
}

.compt-table tbody th {
  font-family: 'nunitobold';
  color: #041d36;
}

.compateopt {
  display: flex;
  flex-direction: column;
}

.compateopt .btn-lightblue-primary.lbps-btn {
  margin-top: 10px;
}

.send-phtable-new tbody tr td:first-child {
  width: auto;
}

.send-phtable-new tbody tr td:last-child {
  text-align: right;
}

.header-print-btn {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  color: #4872f4;
  margin-left: 30px;
  padding: 6px 12px;
}

.new-compare-accordian {
  max-width: 100%;
  overflow: auto;
}

.wrp-cint {
  background-color: transparent;
  min-width: 1240px;
  max-height: calc(100vh - 280px);
}

.boq-accordion .card-header h5 span:first-child {
}

.new-compare-accordian .rteaxt-btn-grp .rteaxt:last-child {
  margin: 0 0 0 145px !important;
}

.new-compare-accordian .accordian-main-header p:last-child {
  margin: 0 0 0 145px !important;
}

.rteaxt-btn-grp .rteaxt,
.new-compare-accordian .accordian-main-header p {
  display: inline-block;
  width: 180px;
  text-align: center;
}

.new-compare-accordian .boq-table tbody tr td:nth-child(5),
.new-compare-accordian .boq-table tbody tr td:nth-child(6),
.new-compare-accordian .boq-table tbody tr td:nth-child(7) {
  width: 180px;
}

.tax-val-table {
  width: 400px;
  text-align: center;
}

.total-tax-charges .accordian-main-header p {
  width: auto;
}

.total-tax-charges .accordian-main-body p {
  color: #041d36;
  text-align: left;
  font-size: 16px;
  margin: 0;
}

.bd-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.share-link-popup {
  display: flex;
  align-items: center;
  padding: 6px 12px;
}

.share-link-popup input {
  background-color: rgba(72, 114, 244, 0.1);
  border: 1px solid transparent;
  color: rgba(4, 29, 54, 0.6);
  padding: 6px 12px;
  border-radius: 8px;
}

.share-link-popup .Btn {
  min-width: 100px;
  padding: 6px;
  margin: 0 0 0 10px;
  font-size: 14px;
  border-radius: 8px;
}

.share-link .dropdown-menu {
  left: auto !important;
  right: 0;
  transform: translate3d(-4px, -55px, 0) !important;
  padding: 0;
}

.material-list {
  max-height: calc(100vh - 230px);
  overflow: auto;
}

.material-intable thead tr th {
  border-bottom: 1px;
}

.material-intable thead tr th:nth-child(2),
.material-intable tbody tr td:nth-child(2) {
  min-width: 200px;
  width: 200px;
}

.material-intable thead tr th:last-child,
.material-intable tbody tr td:last-child {
  min-width: 120px !important;
  width: 120px !important;
}

.material-sub-car-wrapper {
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.materialreq-top {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgb(94, 109, 124, 0.5);
}

.materialreq-bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.materialreq-card {
  padding: 0;
}

.mrq-info {
  display: flex;
}

.mrq-info .media {
  margin-left: 30px;
}

.mrq-info .media span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  color: rgb(4, 29, 54, 0.6);
  margin-right: 10px;
}

.mrq-info .media p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  color: #041d36;
}

.mrq-info .media p small {
  font-size: 12px;
  font-weight: normal;
}

.mrq-title {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  margin: 0 !important;
}

.mrq-title span {
  background: #e5eafa;
  border-radius: 8px;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  color: #4872f4;
  padding: 5px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  min-width: 100px;
}

.materialreq-bottom .list-inline {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.materialreq-bottom .list-inline .list-inline-item {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #5e6d7c;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.materialreq-bottom .list-inline .list-inline-item span {
  display: inline-flex;
  margin: 0 10px;
}

.materialreq-bottom .lbps-btn {
  min-width: 120px;
}

.add-mtr-row .regular-custom-select:after,
.materialreq-bottom .regular-custom-select:after {
  top: 22px;
  border-color: rgba(4, 29, 54, 0.3) transparent transparent transparent;
}

.materialreq-bottom .regular-custom-select:focus:after,
.materialreq-bottom .regular-custom-select:focus-within:after {
  border-color: #041d36 transparent transparent transparent;
}

.marerial-item-list h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0 0 17px 0;
}

.material-crtreq-card {
  padding: 0;
}

.material-crtreq-card .materialreq-top h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  color: #4872f4;
  margin: 0;
}

.material-crtreq-card .boq-det-table {
  margin: 0;
}

.material-crtreq-card .boq-det-table tbody tr th,
.material-crtreq-card .boq-det-table thead tr th,
.material-crtreq-card .boq-det-table tbody tr td {
  font-family: 'nunitosemibold';
  font-weight: normal;
  text-align: left;
}

.material-crtreq-card .boq-det-table tbody tr td {
  font-size: 16px;
}

.material-crtreq-card .boq-det-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #95a0ac;
}

.add-mtr-row {
  padding: 16px 10px;
  background: rgba(222, 225, 231, 0.5);
  border-radius: 0px 0px 5px 5px;
}

.row-edit-mode .regular-custom-select,
.row-edit-mode .form-control,
.add-mtr-row .regular-custom-select,
.add-mtr-row .form-control {
  background-color: #fff;
}

.add-sf-btn.btn-lightblue-primary {
  background-color: #4872f4;
  border: 1px solid #4872f4;
}

.add-mtr-detail .add-sf-btn.btn-lightblue-primary svg {
  width: 34px;
  height: auto;
}

.cat-select-control {
  height: auto;
  border: 0;
}

.cat-select-control select {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  color: #4872f4;
  height: auto;
  padding: 0;
}

.cat-select-control.regular-custom-select:after {
  top: 14px;
  border-color: #4872f4 transparent transparent transparent;
}

.trans-matrlord-tbl .regular-custom-select,
.mtrl-dft-tbl .regular-custom-select {
  padding: 0;
  height: auto;
}

.trans-matrlord-tbl .regular-custom-select select,
.mtrl-dft-tbl .regular-custom-select select {
  padding: 6px;
  width: 220px;
}

.discount-control {
  width: 60px;
}

.mtrl-dft-tbl thead tr th,
.mtrl-dft-tbl tbody tr td {
  padding: 12px 6px;
}

.mtrl-dft-tbl thead tr th:first-child,
.mtrl-dft-tbl tbody tr td:first-child {
  width: 250px;
}

.mtrl-dft-tbl tbody tr td {
  vertical-align: middle;
}

.mtr-send-prpsl-sec {
  height: calc(100vh - 350px);
}

.mqc-header-wrp .materialreq-card {
  flex-grow: 1;
}

.material-orders-item {
  border-radius: 8px;
  background: #e5eafa;
  overflow: hidden;
}

.moi-top {
  background: #ffffff;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.odr-ifo h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  margin: 0;
}

.odr-act-ifo h5,
.odr-ifo h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  margin: 0 0 10px 0;
}

.odr-ifo h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.odr-det {
  text-align: right;
}

.odr-act-ifo p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #868686;
  margin: 0;
}

.odr-act-ifo p span {
  font-size: 14px;
  line-height: 9px;
}

.odr-det h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #5e6d7c;
  margin: 0 0 5px 0;
}

.odr-det p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 0 0;
}

.moi-mid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #95a0ac;
  background-color: #fff;
  padding: 16px;
  border-radius: 0 0 8px 8px;
}

.moi-mid .materialreq-bottom {
  display: inline-flex;
  padding: 0;
}

.moi-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.moi-btm .pp-status {
  margin: 0 35px 0 0;
}

.moi-btm-stus {
  display: inline-flex;
}

.moi-btm-stus p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #041d36;
  margin: 0;
}

.moi-btm-stus p span {
  color: #5e6d7c;
}

.round-btn {
  min-width: auto;
  padding: 12px;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.change-statusopbar {
  display: flex;
  align-items: center;
}

.status-select {
  position: relative;
}

.status-select:after {
  position: absolute;
  content: '';
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(4, 29, 54, 0.3) transparent transparent transparent;
}

.change-statusopbar select {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  background: #ffffff;
  border: 1px solid #95a0ac;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 14px;
  min-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.change-statusopbar select:focus {
  outline: none;
}

.moi-btm-oprt {
  display: flex;
  align-items: center;
}

.moi-btm-oprt .change-statusopbar select,
.moi-btm-oprt .round-btn {
  margin: 0 8px;
}

.material-item-wrpr {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.material-item-wrpr .material-orders-item {
  flex-grow: 1;
}

.wo-item-opton {
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.wo-item-opton .add-sf-btn {
  margin: 5px 0;
}

.wo-item-opton .btn-transperent svg {
  width: 28px;
  height: auto;
  margin: 5px 0;
}

.wo-serch {
  position: relative;
}

.wo-search-option {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.wo-serch:focus-within .wo-search-option {
  max-height: 500px;
}

.wo-search-option {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.1);
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}

.search-option {
  padding: 30px 35px;
}

.wo-sup-list {
  max-height: 250px;
  overflow: auto;
}

.wo-sup-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wo-sup-list .wo-sup-item:not(:last-child) {
  border-bottom: 1px solid #95a0ac;
}

.card-mx-cont-left {
  max-width: 1440px;
}

.boq-amt-div {
  display: inline-flex;
  margin-left: 30px;
}

.boq-amt-div h6 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
}

.boq-amt-div h6 span {
  color: #95a0ac;
  margin: 0 15px;
}

.boq-amt-div h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
}

.boq-wop-frm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boq-wop-frm h5 {
  margin: 0;
}

.mod-scr2 thead tr:last-child,
.mod-scr2 tbody td:last-child {
  width: 44px;
}

.grand-total-row {
  background: #4872f4;
}

.grand-total-row h5,
.grand-total-row .boq-amt-div h6,
.grand-total-row .boq-amt-div h5 {
  color: #ffffff;
}

.red-txt-row h5,
.red-txt-row .boq-amt-div h6,
.red-txt-row .boq-amt-div h5 {
  color: #ff5d5d;
}

.challan-status {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.cln-sts-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 0 25px;
}

.cln-sts-list h5 {
  font-size: 16px;
  line-height: 22px;
}

.cln-sts-list li:not(:last-child) {
  margin-right: 15px;
}

.challan-lst-item {
  display: flex;
  align-items: center;
}

.challan-lst-item svg {
  width: 20px;
  height: auto;
  fill: #000;
}

.approved-cln svg {
  fill: #07ca03;
}

.reported-cln svg {
  fill: #ff5d5d;
}

.pending-cln svg {
  fill: #4872f4;
}

.mat-delv-sec h4 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 24px 0;
}

.mat-delv-sec .material-orders-item {
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  margin-bottom: 30px;
}

.mat-delv-sec .material-orders-item.selected,
.mat-delv-sec .material-orders-item:hover {
  border: 2px solid #4872f4;
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.1);
}

.mat-delv-sec .prpsl-sec {
  height: calc(100vh - 250px);
}

.mat-delv-sec .material-request-list {
  padding: 10px 0;
}

/* ustom image upload */

.iup-box {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border: 2px solid #e5eafa;
  background-color: #e5eafa;
  border-radius: 10px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.upload-options {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #e5eafa;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
  text-align: center;
}

.upload-options:hover {
  background-color: #e5eafa;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #4872f4;
}

.upload-options label::after {
  content: '';
  position: absolute;
  font-size: 14rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}

.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url('');
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.js--image-preview::after {
  content: '';
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}

.js--image-preview.js--no-default::after {
  display: none;
}

.js--image-preview:nth-child(2) {
  /*background-image: url("http://bastianandre.at/giphy.gif");*/
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* ustom image upload */

.add-challan-card h5 {
  font-size: 24px;
  line-height: 33px;
  color: #4872f4;
  margin: 0 0 10px 0;
}

.img-upload-sec {
  margin: 20px 0 0 0;
}

.img-upload-sec h6 {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
}

.upload-box-wrapper {
  display: flex;
  align-items: center;
}

.report-damage-btn {
  color: #ff5d5d;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
}

.report-damage-btn:hover {
  color: #fff;
}

.report-damage-btn svg path {
  transition: all 0.5s;
}

.report-damage-btn:hover svg path {
  fill: #fff;
}

.img-upld-wrpr {
  display: flex;
  flex-wrap: wrap;
}

.img-upld-wrpr .img-upload-sec {
  margin-right: 50px;
}

.repoort-col,
.report-img-upload h6 {
  color: #ff5d5d !important;
  border: none;
}

.report-img-upload .upload-options label {
  color: #ff5d5d;
}

.report-img-upload .iup-box {
  background: rgba(255, 93, 93, 0.1);
  border: 2px solid rgba(255, 93, 93, 0.1);
}

.report-img-upload .upload-options {
  background: rgba(255, 93, 93, 0.1);
}

.repoort-col .form-control {
  border: 2px solid rgba(255, 93, 93, 0.1);
}

.qty-td {
  max-width: 400px;
}

.select-mtrl-frclb-tbl thead th:first-child,
.select-mtrl-frclb-tbl tbody td:first-child {
  width: 40px !important;
}

.prev-req-table.select-mtrl-frclb-tbl tbody tr td:last-child {
  width: auto;
}

.del-col-tbl thead th:last-child,
.del-col-tbl tbody td:last-child {
  width: 60px !important;
}

.row-edit-mode td {
  vertical-align: middle;
  background-color: rgba(222, 225, 231, 0.5);
}

.editmode-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

.editmode-btn-group .round-btn {
  height: 30px;
  width: 30px;
  padding: 6px;
  margin: 0 5px;
}

.acti-btn-grp .add-sf-btn {
  margin: 0 5px;
}

.delivery-bar-hdr {
  border: none;
  width: 100%;
  background: #e5eafa;
  padding-right: 60px;
  position: relative;
  border-radius: 8px;
}

.clps-arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.delivery-bar-hdr[aria-expanded='true'] .clps-arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.d-bar-hdr-wrapper,
.d-bar-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.d-bar-infos {
  padding: 16px 24px;
}

.d-bar-chart {
  width: 400px;
  max-height: 200px;
  overflow: hidden;
}

.d-bar-infos-item {
  text-align: left;
}

.d-bar-infos-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: rgb(4 29 54 / 0.6);
}

.d-bar-infos-item h2 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 32px;
  line-height: 44px;
  color: #041d36;
}

.order-challan-item .challn-info-clps,
.delivery-bar-extra-info {
  padding: 16px;
  background-color: #fff;
}

.order-infoo-wrp .odr-det {
  margin-right: 35px;
  text-align: left;
}

.order-challan-item {
  margin-bottom: 30px;
}

.order-challan-item .material-orders-item {
  margin-bottom: 0;
}

.order-challan-item .material-orders-item:hover {
  /* border: 2px solid #fff; */
  box-shadow: none;
}

.pending-chln {
  color: #4872f4 !important;
}

.approved-chln {
  color: #07ca03 !important;
}

.damage-color,
.rejected-chln {
  color: #ff5d5d !important;
}

.custom-tabs .nav-link:first-child {
  margin-left: 0;
}

.custom-tabs .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  /*color: rgba(4, 29, 54, 0.6);*/
  color: #041d36;
  padding: 6px 0;
  margin: 0 50px;
  opacity: 0.6;
}

.custom-tabs .nav-link.active {
  color: #041d36;
  position: relative;
  opacity: 1;
}

.custom-tabs .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #4872f4;
}

.custom-tabs .nav-link.damage-color:after {
  background-color: #ff5d5d;
}

.challn-info-clps .tab-content .tab-pane {
  padding: 16px 0;
}

.chalan-info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.chalan-info-item {
  margin-right: 50px;
}

.chalan-info-item h5 {
  font-size: 14px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin-bottom: 5px;
}

.chalan-info-item p {
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
}

.cln-remark {
  max-width: 400px;
}

.challan-img-wrapper {
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.challan-img-wrapper a {
  margin-right: 16px;
}

.challan-img-item {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 999em rgba(72, 114, 244, 0.1);
}

.mtr-tbl tbody tr td:last-child {
  width: auto !important;
}

.challan-header h4 {
  margin: 0;
}

.material-orders-item .round-btn svg {
  transition: all 0.5s;
  transform: rotate(0deg);
}

.material-orders-item .round-btn[aria-expanded='true'] svg {
  transform: rotate(-180deg);
}

/*.order-challan-list{
    height: calc(100vh - 750px);
}*/

.delivery-detail-sec {
  height: calc(100vh - 180px);
}

.reportrd-cln-btn {
  padding: 0;
  margin-right: 5px;
}

.reportrd-cln-btn svg {
  width: 30px;
  height: auto;
}

.order-infoo-optwp .acti-btn-grp button {
  width: 22px;
  height: auto;
}

.order-infoo-optwp .round-btn {
  height: 36px;
  width: 36px;
  padding: 10px;
}

.materil-util-tabs {
}

.materil-util-tabs .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  opacity: 0.6;
  position: relative;
  padding: 8px 0;
  margin: 0 35px 0 0;
}

.materil-util-tabs .nav-link.active:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #4872f4;
  border-radius: 2px;
}

.materil-util-tabs .nav-link.active {
  opacity: 1;
}

.myul-lst-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}

.myul-lst-hdr h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.item-main-wrp {
  display: flex;
  align-items: center;
}

.item-main-wrp .consumed-material-item {
  flex-grow: 1;
  margin: 0;
}

.cm-comnp h6 {
  font-family: 'nunitoregular';
  font-size: 14px;
  line-height: 19px;
  color: #4872f4;
  margin: 0 0 10px 0;
}

.cm-comnp p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.mtlutl-list .item-main-wrp {
  margin-bottom: 30px;
}

.cun-modal-body {
  height: 60vh;
  overflow: auto;
}

.cun-modal-body h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 15px 0;
}

.cun-modal-body p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 25px 0;
  max-width: 570px;
}

.cun-modal-body table {
  border: 1px solid rgba(33, 37, 41, 0.5);
}

.cun-modal-body table thead tr th {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  border-top: 1px solid rgba(33, 37, 41, 0.5) !important;
}

.cun-modal-body table thead tr th,
.cun-modal-body table tbody tr td {
  border-bottom: 1px solid rgba(33, 37, 41, 0.5) !important;
}

.cun-modal-body table tbody tr td {
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
}

.cun-modal-header .modal-title {
  font-family: 'nunitobold';
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.transfered-item {
  background: #e5eafa;
  border-radius: 8px;
  flex-grow: 1;
}

.transfered-item .custom-card {
  margin: 0;
  padding: 16px 0;
}

.trnsfr-from,
.trnsfr-to {
  padding: 0 16px;
  flex: 0 0 50%;
}

.trnsfr-from {
  border-right: 1px solid #cfd2d4;
}

.flex-center-between {
  padding: 8px 16px;
}

.flex-center-between h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.cm-comnp h5 {
  font-size: 20px;
}

.date-com {
  font-size: 14px;
}

button.consumed-material-item {
  border: 2px solid #fff;
  transition: all 0.5s;
}

button.consumed-material-item:hover {
  border: 2px solid #4872f4;
  cursor: pointer;
}

.cm-comnp {
  text-align: left;
}

.consum-material-table {
  border: 1px solid #dee2e6;
}

.consum-material-table thead tr th,
.consum-material-table tbody tr td {
  vertical-align: middle;
}

.consum-material-table thead tr th:last-child,
.consum-material-table tbody tr td:last-child {
  width: 100px;
  text-align: right;
}

.consum-material-table .work-cat-button,
.consum-material-table .input-group {
  justify-content: flex-start;
}

.add-sf-btn.btn-lightblue-primary {
  margin-left: auto;
}

.consum-material-table .regular-custom-select:after {
  top: 22px;
  border-color: #041d36 transparent transparent transparent;
}

.transf-matrl-hdr {
  margin: 0 0 15px 0;
}

.trans-matrlord-tbl thead tr th {
  white-space: nowrap;
}

.trans-matrlord-tbl thead tr th,
.trans-matrlord-tbl tbody tr td {
  vertical-align: middle;
}

.trans-matrlord-tbl thead tr th:first-child,
.trans-matrlord-tbl tbody tr td:first-child {
  width: 250px;
}

.mtrnsfr-ord-sec {
  height: calc(100vh - 250px) !important;
}

.src-dpd-list .dropdown-menu {
  width: 100%;
}

.inventory-main-wrappor {
  display: flex;
  flex-wrap: nowrap;
  height: calc(100vh - 85px);
}

.inventory-side-bar {
  transition: all 0.5s;
  flex: 0 0 56px;
  background-color: #fafbfb;
  /*height: calc(100vh - 85px);*/
  overflow: auto;
}

.inventory-side-bar.open {
  transition: all 0.5s;
  flex: 0 0 320px;
}

.inventory-side-bar.open .inventry-bartoggle {
  transition: all 0.5s;
  transform: rotate(180deg);
}

.inventory-side-bar .inventry-bartoggle {
  transition: all 0.5s;
  transform: rotate(0deg);
}

.inventory-side-bar .inventry-side-hdr h3 {
  display: none;
}

.inventory-side-bar.open .inventry-side-hdr h3 {
  display: block;
}

.inventory-side-bar .inventry-side-nav {
  display: none;
}

.inventory-side-bar.open .inventry-side-nav {
  display: block;
}

.inventry-side-hdr {
  background-color: #e5eafa;
  padding: 12px;
  position: relative;
}

.inventry-side-hdr:after {
  content: 'Inventory';
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.635em;
  text-transform: uppercase;
  color: #041d36;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotate(-90deg) translate(-420%, 10%);
  right: 0;
}

.inventory-side-bar.open .inventry-side-hdr:after {
  display: none;
  transition: all 0.5s;
}

.inventry-side-hdr h3 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.inventory-nav {
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 12px 0;
}

.inventory-nav .cat-item {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
}

.inventory-nav .cat-item[aria-expanded='true'] .cat-caret {
  transform: rotate(90deg);
}

.inventory-nav .cat-item .cat-icon {
  font-family: 'nunitobold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  height: 32px;
  flex: 0 0 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4872f4;
  border-radius: 6px;
  margin-right: 8px;
}

.cat-caret {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform-origin: center;
  margin-left: auto;
}

.inventory-nav .sub-cat-item {
  font-family: 'nunitoregular';
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  display: inline-block;
  padding: 9px 16px 9px 56px;
}

.inventry-side-nav .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.inventory-page-body.empty-page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inventory-main-img {
  max-width: 40%;
}

.inventory-page-body {
  width: 100%;
  height: 100%;
  padding: 35px;
}

.inventory-header {
  width: 100%;
}

.inventory-item-detail {
  padding: 12px 0;
}

.inventory-item-detail h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.inventory-item-detail h6 span {
  opacity: 0.6;
  padding-left: 15px;
}

.iid-item h6 {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #041d36;
  opacity: 0.6;
  margin-bottom: 10px;
}

.iid-item h3 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
  color: #041d36;
}

/*.iid-final-item.iid-item{
    margin-left: auto;
}*/

.iid-final-item.iid-item h6,
.iid-final-item.iid-item h3 {
  color: #4872f4;
}

.inventoy-list-consumed {
  background: #f7edfe;
}

.inventoy-list-damaged {
  background: #ffefef;
}

.inventoy-list-delivered {
  background: #e7fae6;
}

.inventoy-list-transfer {
  background: #e6fafa;
}

.inventoy-list-item {
  border-radius: 8px;
  padding: 14px 10px;
}

.inv-itm-detail {
  max-width: 300px;
  padding: 0 8px;
}

.inv-itm-detail h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  opacity: 0.6;
  margin: 0 0 8px 0;
}

.inv-itm-detail h3 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #041d36;
  margin: 0;
}

.inv-itm-detail p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  opacity: 0.8;
  margin: 0;
}

.inventoy-list-tgl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 100%;
  margin: auto 14px auto 0;
  transition: all 0.5s;
}

.inventoy-list-tgl-btn[aria-expanded='true'] {
  transform: rotate(180deg);
}

.inventoy-detail .nav .nav-link {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  opacity: 0.6;
  position: relative;
  padding: 8px;
  margin: 0 15px;
}

.inventoy-detail .nav .nav-item:first-child .nav-link {
  padding-left: 0;
  margin-left: 0;
}

.inventoy-detail .nav .nav-link.active {
  opacity: 1;
}

.inventoy-detail .nav .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #4872f4;
  border-radius: 2px 2px 0px 0px;
}

.inventoy-detail {
  background-color: #fafafa;
  padding: 12px;
}

.inventoy-detail .nav {
  margin-bottom: 20px;
}

.inventoy-detail .trans-matrlord-tbl thead tr th,
.inventoy-detail .trans-matrlord-tbl tbody tr td {
  padding: 6px;
  text-align: left;
}

.inventoy-detail .trans-matrlord-tbl thead tr th:first-child,
.inventoy-detail .trans-matrlord-tbl tbody tr td:first-child {
  width: auto;
}

.inventoy-list-item-wrpr {
  margin-bottom: 20px;
}

.inventoy-list {
  height: calc(100vh - 320px);
  overflow: auto;
}

.list-date-bar {
  border-bottom: 1px solid rgba(4, 29, 54, 0.2);
  margin-bottom: 30px;
}

.list-date-bar h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  display: inline-block;
  background-color: #f6f7fb;
  margin: 0;
  position: relative;
  z-index: 1;
  transform: translateY(55%);
  padding-right: 25px;
}

.file-op-group.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

.version-list-item {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid rgba(50, 87, 122, 0.4);
}

.person-list .person-list-item:last-child,
.version-list .version-list-item:last-child {
  border-bottom: none;
}

.version-list-item h5 {
  font-size: 16px;
  margin: 0;
  max-width: calc(100% - 100px);
}

.version-list-item h6 {
  font-size: 14px;
}

.version-list-item .media {
  width: 95%;
}

.version-list-item .media .flex-start-between {
  padding: 0;
}

.person-list-item h5 {
  font-size: 16px;
  margin: 0;
}

.person-list-item h6,
.version-list-item .media .flex-start-between h6 {
  opacity: 0.6;
}

.version-list-item .top-right-group {
  top: 6px;
  right: 0;
}

.person-list-item {
  position: relative;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid rgba(50, 87, 122, 0.4);
}

.person-list-item .form-check-label {
  padding-left: 10px;
}

#sarefolder-modal .person-list {
  max-height: 40vh;
  overflow: auto;
}

.trans-prev-header {
  padding: 0 30px 25px;
}

.newc-fie-upload .progress {
  width: 100%;
  border: none;
  height: 6px;
  background-color: rgba(72, 114, 244, 0.1);
}

.newc-fie-upload.progress-bar {
  background-color: #4872f4;
}

.newc-fie-upload .files-blue-btn {
  min-width: auto;
}

.newc-fie-upload .flex-center-between {
  padding: 8px 0;
}

.progress-sts {
  font-size: 14px;
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: #041d36;
}

.newc-fie-upload #progress-bar {
  background-color: #4872f4;
  height: 6px;
  color: #000000;
}

.newc-fie-upload #progress-div {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  overflow: visible;
}

.newc-fie-upload #loader-icon {
  display: none !important;
}

.newc-fie-upload #progress-status {
  position: absolute;
  color: #041d36;
  bottom: 100%;
  left: 0;
}

.share-file-group {
  position: relative;
  padding: 12px 0;
  border-bottom: 5px solid rgba(50, 87, 122, 0.4);
}

.share-file-group .multiselect-native-select {
  float: none;
  display: block;
  width: 100%;
}

.share-file-group .multiselect-native-select .btn-group {
  width: 100%;
}

.share-file-group .multiselect-native-select .btn-group .custom-select {
  width: 100%;
  text-align: left;
}

.share-file-group .multiselect-container {
  width: 100%;
  max-height: 40vh;
  overflow: auto;
}

.multiselect-container .multiselect-filter > .fa-search {
  display: none;
}

.share-file-group select,
.share-file-group .multiselect-container .multiselect-filter > input.multiselect-search {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 12px 16px;
  margin: 10px;
  height: 50px;
  display: block;
  width: 100%;
}

.trans-matrlord-tbl tbody tr td {
  font-size: 16px;
}

.trans-matrlord-tbl tbody tr td span {
  opacity: 0.5;
  margin-left: 5px;
}

.share-person .person-list-item select.form-control {
  display: inline-block;
  width: auto;
  padding: 16px;
}

.share-person .person-list-item {
  padding: 12px 0;
}

.activity-card-comp .select2-container--default .select2-selection--single {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 12px 16px;
  height: 50px;
  position: relative;
}

.activity-card-comp
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.activity-cibtent-sec .rev-app-edit-view {
  display: flex;
  flex-direction: column;
  max-width: none;
}

.activity-cibtent-sec .comp-edit-view {
  display: flex;
}

.share-file-group select,
.share-file-group .multiselect-container .multiselect-filter > input.multiselect-search {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 12px 16px;
  margin: 10px;
  height: 50px;
  display: block;
  width: 100%;
}

.trans-matrlord-tbl tbody tr td {
  font-size: 16px;
}

.trans-matrlord-tbl tbody tr td span {
  opacity: 0.5;
  margin-left: 5px;
}

.share-person .person-list-item select.form-control {
  display: inline-block;
  width: auto;
  padding: 16px;
}

.share-person .person-list-item {
  padding: 12px 0;
}

.activity-card-comp .dependency-item {
  justify-content: space-between;
  padding-right: 30px;
}

.activity-card-comp .dependency-item .dependency-info {
  margin-right: auto;
}

.activity-card-comp .dependency-item span {
  padding: 6px 12px;
}

.activity-cibtent-sec .rev-app-edit-view {
  max-width: 100%;
}

.select2-container--open .select2-dropdown {
  background-color: #eaeffd;
}

.transfered-botom-chln-detl {
  border-top: 1px solid #cfd2d4;
  background-color: #fff;
  /*padding: 14px 16px;*/
  /*text-align: center;*/
}

.transfered-botom-chln-detl .d-block {
  background-color: #e5eafa;
}

.transfered-botom-chln-detl .d-block .btn-lightblue-primary {
  padding: 8px 22px;
  margin: 0 auto;
}

.challan-colps {
  width: 100%;
  text-align: left;
  background: #e5eafa;
}

.challan-colps h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  margin: 0;
}

.operation-info {
  display: inline-flex;
  align-items: center;
}

.materl-chln-dtl-hdrr {
  border-bottom: 1px solid #cfd2d4;
}

.transfered-botom-chln-detl .collapse {
  background-color: #fff;
  /*padding: 0 16px;*/
}

.transfered-botom-chln-detl .collapse.show {
  /*padding: 0 16px;*/
}

.transfered-botom-chln-detl .challn-info-clps {
  padding: 24px;
}

.sub-p-listv .pcl-add-activity-button,
.sub-p-listv .add-act-comp .form-control {
  max-width: 555px;
}

.new-phase-brp .dropdown-item {
  display: flex;
  align-items: center;
}

.new-phase-brp .dropdown-item svg,
.new-phase-brp .dropdown-item svg {
  margin-right: 20px;
}

.completed-activities .subphase-item-hdr .sih-in-ti h6 {
  text-decoration: line-through;
}

.files-table .table tbody tr td .up-select-file-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.files-table .table tbody tr td {
  transition: all 0.5s;
}

.files-table .table tbody tr td:first-child {
  padding-left: 15px;
  border-radius: 8px 0 0 8px;
}

.files-table .table tbody tr td:last-child {
  padding-right: 15px;
  text-align: right;
  border-radius: 0 8px 8px 0;
}

.files-table .table tbody tr:hover td {
  background-color: #e5eafa;
}

.files-table .table tbody tr:hover td .up-select-file-btn {
  opacity: 1;
  visibility: visible;
}

.subphaselv-item-table thead tr:first-child th {
  padding: 0 16px 0 0;
}

.subphaselv-item {
  margin-bottom: 25px;
}

.subphaselv-item .subphaselv-item-table {
  margin-bottom: 10px;
}

.sphs-level-togle-btn {
  padding: 12px 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
  border-radius: 100%;
}

.sphs-level-togle-btn[aria-expanded='true'] {
  transform: rotate(0deg);
}

.header-back-btn {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5eafa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20.5px;
}

.header-back-btn svg path {
  fill: #4872f4;
}

.new-view-option {
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  margin-left: 20px;
}

.view-option-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  background: transparent;
  border-radius: 8px 0px 0px 8px;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  color: #4872f4;
}

.view-option-btn.active {
  background: #e5eafa;
}

.header-bar.sub-p-subhdr .page-header,
.header-bar.sub-p-subhdr {
  align-items: flex-start;
}

.header-bar.sub-p-subhdr .page-header {
  width: 50%;
}

.header-bar.sub-p-subhdr .new-subp-httl-wrapper {
  width: 100%;
  max-width: 450px;
}

.header-bar.sub-p-subhdr .new-subp-httl-wrapper .phase-life {
  padding: 6px 12px;
}

.header-bar.sub-p-subhdr .new-subp-httl-wrapper .subp-httl .form-control {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #041d36;
}

.subphase-item-hdr .drag-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 2px;
  opacity: 0;
  visibility: hidden;
}

.subphaselv-item-table tbody tr:hover .subphase-item-hdr .drag-button {
  opacity: 1;
  visibility: visible;
}

.subp-general-list .subphaselv-item-table thead tr th {
  padding: 8px 16px;
}

.activity-edit-mode {
  border: 2px solid rgb(72 114 244);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.activity-card-comp.activity-edit-mode .check-comp .btn-transperent.left-icon-btn {
  font-family: 'nunitoregular';
  font-weight: normal;
  color: #5e6d7c;
  padding: 6px 0;
  font-size: 16px;
}

.dependency-activity-searchbox {
  margin-bottom: 15px;
  max-width: 450px;
}

.ru-info p {
  font-size: 14px;
  opacity: 0.6;
}

.info-sidebar-item .infouser-name-new h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0 0 2px 0;
}

.infouser-name-new h6 {
  font-family: 'nunitoregular';
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  margin: 0;
}

.infouser-name-new p {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

/*.subphaselv-item-table.planing-const-level-table td a {
    padding: 0;
}*/

.subphaselv-item-table.planing-const-level-table .subphase-item-bodyrow {
  margin: 0px 30px 0px 0;
}

.subphaselv-item-table.planing-general-table tr:last-child td,
.subphaselv-item-table.planing-const-level-table tr:last-child td {
  padding: 7px;
  /*padding-left: 60px;*/
  padding-left: 25px;
}

.new-actvity-detais .media h5,
.new-actvity-body h5,
.new-actvity-log .new-actvity-header h4 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  margin: 0;
}

.new-actvity-log .new-actvity-header h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.new-actvity-detais {
  border-top: 1px solid rgba(4, 29, 54, 0.1);
}

.new-actvity-detais .media {
  align-items: flex-start;
  padding: 5px 0;
}

.new-actvity-detais .media h5 {
  font-size: 14px;
}

.new-actvity-detais .media-body {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #041d36;
  word-break: break-all;
}

.pp-act-list h5.log-date {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(4, 29, 54, 0.6);
}

/*  New Sidemenu style start  */

.vshwan-side-menu-wrapper.sidebar-menu.sm-siidebar-menu {
  width: 300px;
  transition: all 0.5s;
  transform: translateX(-100%);
}

.vshwan-side-menu-wrapper.sidebar-menu.sm-siidebar-menu.open {
  transform: translateX(0);
}

.vshwan-sb-tg-btn {
  margin-right: 30px;
  height: 46px;
  width: 46px;
  background: transparent;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.vshwan-sb-tg-btn svg .menu-bar-color {
  fill: #041d36;
}

.vshwan-sb-tg-btn.active {
  background: #041d36;
  box-shadow: 0px 4px 10px rgb(4 29 54 / 10%);
}

.vshwan-sb-tg-btn.active svg .menu-bar-color {
  fill: #fff;
}

.vshwan-side-menu-wrapper {
  height: 100vh;
}

.sidebar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.sidebar header {
  background-color: rgba(72, 114, 244, 0.1);
  width: 100%;
  display: block;
  /*padding: 0.75em 1em;*/
}

.vshwan-new-sidebar-nav {
  position: fixed;
  background-color: #ffffff;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.vshwan-new-sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.vshwan-new-sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
}

.sidebar header a,
.vshwan-new-sidebar-nav ul li a {
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: #5e6d7c;
  font-size: 16px;
  padding: 12px 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.sidebar header a span,
.vshwan-new-sidebar-nav ul li a span {
  padding: 0 12px 0 0;
}

.sidebar header a:hover,
.vshwan-new-sidebar-nav ul li a:hover {
  background-color: #4872f4;
  color: #ffffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sidebar header a span svg path,
.vshwan-new-sidebar-nav ul li a span svg path {
  fill: #5e6d7c;
}

.sidebar header a:hover span svg path,
.vshwan-new-sidebar-nav ul li a:hover span svg path {
  fill: #fff;
}

.vshwan-new-sidebar-nav ul li i {
  font-size: 1.8em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}

.vshwan-new-sidebar-nav > ul > li > a:after {
  content: '';
  font-family: ionicons;
  font-size: 0.5em;
  width: 10px;
  color: #fff;
  position: absolute;
  right: 0.75em;
  top: 45%;
}

.vshwan-new-sidebar-nav .nav-flyout {
  position: absolute;
  background-color: #ffffff;
  border-left: 1px solid #000;
  z-index: 9;
  width: 100%;
  left: 2.5em;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vshwan-new-sidebar-nav .nav-flyout a:hover {
  /*background-color: rgba(255, 255, 255, 0.05);*/
  color: #fff;
  background-color: #4872f4;
}

.vshwan-new-sidebar-nav ul > li:hover .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*  New Sidemenu style end */

.acivity-exec-range-cont {
  height: 10px;
  border-radius: 10px;
  border: none !important;
  border-color: transparent;
  background-color: rgba(72, 114, 244, 0.1);
  margin: 0 auto 20px auto;
  width: calc(100% - 40px);
}

.acivity-exec-range-cont .ui-widget-header {
  background-color: #4872f4;
}

.acivity-exec-range-cont.ui-slider .ui-slider-handle {
  left: 26%;
  height: 22px;
  width: 22px;
  border-radius: 30px !important;
  background-color: #fff;
  border: 2px solid #041d36;
}

.acivity-exec-range-cont.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.resources-item.material-crtreq-card {
  border: 1px solid rgb(94, 109, 124, 0.5);
  border-radius: 5px;
}

.resources-item.material-crtreq-card tr td {
  vertical-align: middle;
}

.resources-item.material-crtreq-card .add-mtr-row td {
  border: none;
  vertical-align: middle;
}

.resources-item.material-crtreq-card .boq-det-table tr td:nth-child(3),
.resources-item.material-crtreq-card .boq-det-table tr td:nth-child(4) {
  width: 200px;
}

.subphaselv-item-table tbody tr:first-child td:last-child .custom-new-progress {
  max-width: calc(100% - 70px);
  position: relative;
  height: 6px;
  background-color: rgba(72, 114, 244, 0.1);
  border-radius: 15px;
  border: none;
  overflow: visible;
}

.custom-new-progress .progress-label {
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: #041d36;
}

.custom-new-progress .ui-progressbar-value {
  max-width: calc(100% - 45px);
  margin-right: auto;
}

.custom-new-progress .ui-widget-header {
  border: none;
  background: #4872f4;
  font-size: 14px;
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: #041d36;
}

.acti-ecec-prog-sts p {
  margin-bottom: 10px;
}

.acti-ecec-prog-sts .form-control[readonly] {
  border: none;
  padding: 0;
  background: transparent !important;
  color: #4872f4;
  font-family: 'nunitosemibold';
  font-weight: normal;
  height: auto;
}

.acti-ecec-prog-sts .acivity-exec-range-cont {
  width: calc(100% - 25px);
}

.boq-drafe-editmode {
  background: #e8ebf5;
  border: 2px solid #4872f4;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  margin: 15px;
}

.boq-drafe-editmode .sel-boq-type {
  margin: 20px 0;
}

.boq-drafe-editmode .project-subp-lv-sec {
  padding: 0 0 25px;
}

.boq-drafe-editmode .boq-sec {
  max-height: calc(100vh - 300px);
}

.boq-drafe-editmode .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(193, 193, 193);
}

.boq-accordion .resources-table tbody tr td:nth-child(2) {
  width: auto;
}

.boq-accordion .boq-table .materialreq-bottom .list-inline .list-inline-item {
  font-size: 14px;
}

/*.boq-accordion .resources-table  tbody tr td:nth-child(5),
.boq-accordion .resources-table  tbody tr td:nth-child(7){
    color: #4872F4;
}*/

.comment-reply-box {
  width: 100%;
  background-color: #fbf9f9;
  display: flex;
  border-bottom: 1px solid #dedede;
  margin-top: 15px;
}

.comment-reply-box input {
  flex-grow: 1;
  background-color: transparent;
  border: none;
  padding: 0 16px;
}

.comment-reply-box .comment-chat-send-button {
  height: 40px;
  width: 40px;
  background-color: transparent;
}

.comment-reply-box .comment-chat-send-button svg {
  width: 14px;
}

.comment-reply-box .comment-chat-send-button svg path {
  fill: grey;
}

.ppli-body-inforow h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4872f4;
  margin-left: auto;
}

.check-comp .check-header {
  width: 95%;
}

.new-subp-httl-wrapper .nl-custom-dd .vshwan-top-layer {
  border: none;
}

.new-subp-httl-wrapper .nl-custom-dd .vshwan-top-layer:after {
  height: 24px;
  width: 25px;
  background-image: url(../images/switch-sub-phase-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transform: translateY(-50%);
}

.customprogressbar {
  position: relative;
  overflow: visible;
  height: 8px;
  border: none !important;
  background-color: rgba(4, 29, 54, 0.1);
  margin-left: 100px;
}

.customprogressbar .progress-label {
  position: absolute;
  right: 100%;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.customprogressbar .ui-progressbar-value {
  background: #4872f4;
  border: none !important;
}

.vshwanfileuploader .ajax-upload-dragdrop {
  border: 1px solid #4872f4;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 5px;
  height: 84px;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}

.vshwanfileuploader .ajax-upload-dragdrop .ajax-file-upload {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4872f4;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}

.vshwanfileuploader .ajax-upload-dragdrop .ajax-upload-dragdrop span {
  display: none;
}

.vshwanfileuploader .ajax-file-upload-statusbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 15px;
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vshwanfileuploader .ajax-file-upload-statusbar .ajax-file-upload-preview {
  width: 80px !important;
  height: 80px !important;
  margin-right: 20px;
  object-fit: cover;
}

.vshwanfileuploader .ajax-file-upload-statusbar .ajax-file-upload-filename {
  font-family: 'nunitoregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  max-width: 350px;
}

.vshwanfileuploader .ajax-file-upload-statusbar .btn.btn-light-red,
.vshwanfileuploader .ajax-file-upload-statusbar .btn.btn-light-red {
  width: auto;
  min-width: auto;
  margin-left: auto;
}

.signup-form-main .form-button {
  text-align: center;
}

.project-detail-form .form-control [type='file'] {
  padding: 0;
}

.project-detail-form .form-control[type='file'] {
  padding: 12px 12px;
  height: auto;
  border: none;
  background-color: rgba(72, 114, 244, 0.1);
  border-radius: 0 0 5px 5px;
}

.new-bd-count {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.new-bd-count label {
  width: 100%;
  margin-bottom: 10px;
}

.new-bd-count .bcount {
  border: 1px solid #d4d4d4;
}

.new-bd-count.active .bcount {
  border: 1px solid #4872f4;
}

.new-bd-count .btn-lightblue-primary {
  margin-left: 20px;
  margin-right: auto;
  background-color: #9ba5af;
  border: 1px solid #9ba5af;
}

.new-bd-count.active .btn-lightblue-primary {
  background-color: #4872f4;
  border: 1px solid #4872f4;
}

.building-tabs .nav-pills .nav-link.completed svg circle {
  fill: #07ca03;
}

.building-tabs .nav-pills .nav-link.completed {
  color: #041d36;
}

.building-tabs .btn-lightblue-primary,
.floorhomes-count-wpr .btn-lightblue-primary {
  padding: 2px;
}

.floorhomes-count-wpr {
  margin: 0 22px;
  padding: 5px 5px 0 5px;
}

.floorhomes-count-wpr-em {
  border: 1px solid #cecece;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.floorhomes-count-wpr .floorhomes-count {
  margin: 0 15px 0 0;
}

.table-op-bgroup .table-op-btn.btn-primary {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.visit-follow-tab-nav li {
  margin: 0 15px;
}

.empty-folloup-lists {
  padding: 15px;
  border: 1px dashed #c3c3c3;
  margin: 30px 15px 15px;
  border-radius: 5px;
}

.empty-folloup-lists strong {
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: rgba(4, 29, 54, 0.3);
}

.tduss-modsal .modal-dialog {
  max-width: 600px !important;
}

.sale-module-sec.salse-mod-pipline {
  max-width: calc(100vw - 30px);
  overflow: auto;
}

.booking-form-sec .booking-form-box .form-row.other_charges_html {
  align-items: flex-start !important;
}

.viewonly-form-control {
  font-family: 'nunitosemibold';
  font-weight: normal;
  padding: 12px 0;
  font-size: 18px;
  opacity: 0.6;
}

.bank-activity-col .pp-comment-list {
  height: calc(100vh - 420px);
  overflow: auto;
}

.bank-det-cont-warper {
  width: 100%;
  height: calc(100vh - 280px);
  overflow: auto;
}

.inner-list-header {
  font-family: 'nunitosemibold';
  font-weight: normal;
  padding: 13px 16px !important;
  background-color: #f0f0f3;
  color: #5e6d7c;
}

.duplicate-modal .input-group {
  font-family: 'nunitoregular';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: rgba(234, 236, 241, 0.1);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px !important;
  /*height: 54px;*/
  transition: all 0.5s;
  align-items: center;
}

.duplicate-modal .input-group .form-control {
  border: none;
  background-color: transparent;
  padding: 12px 6px;
  height: auto;
}

.duplicate-modal .input-group-prepend .input-group-text {
  background-color: transparent;
  border: none;
  padding: 0 12px;
}

.duplicate-modal .floor-row .col.mb-2 {
  min-width: 110px;
  max-width: 110px;
}

.btn-hidden {
  opacity: 0;
  pointer-events: none;
}

.rd-container.lead-piority-high input:checked ~ .checkmark {
  border: 2px solid #ff5d5d;
}

.rd-container.lead-piority-high .checkmark:after {
  background: #ff5d5d;
}

.rd-container.lead-piority-low input:checked ~ .checkmark {
  border: 2px solid #07ca03;
}

.rd-container.lead-piority-low .checkmark:after {
  background: #07ca03;
}

.rd-container.lead-piority-medium input:checked ~ .checkmark {
  border: 2px solid #f4af48;
}

.rd-container.lead-piority-medium .checkmark:after {
  background: #f4af48;
}

.visitor-ifo-cont-itm .ifo-itm h6 {
  font-size: 16px;
}

.vflitm-new .vfl-header {
  border: none;
  padding-bottom: 0;
}

.vflitm-new .vfl-comp {
  flex-direction: column;
  width: auto;
}

.vflitm-new .vfl-comp h5 {
  font-family: 'nunitoregular';
  color: #5e6d7c;
}

.vflitm-new .vfl-comp p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: #041d36;
  font-size: 16px;
}

.br-solid {
  border-right: 0.5px solid rgba(149, 160, 172, 0.5);
}

.vfl-comp.text-right {
  align-items: flex-end;
}

.vflitm-new .vfl-comp .form-control {
  min-width: 250px;
}

.booking-timer {
  /*background-color: rgba(72, 114, 244, 0.1);*/
  border: 1px solid transparent;
  color: #4872f4;
  display: inline-block;
  /*padding: 12px;*/
  border-radius: 6px;
}

.booking-timer p {
  font-family: 'nunitosemibold';
  font-weight: normal;
  color: rgba(4, 29, 54, 0.6);
  font-size: 16px;
  margin: 0;
}

.booking-timer p span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  background-color: #4872f4;
  color: #ffffff;
  padding: 6px;
  border-radius: 4px;
  margin-left: 8px;
}

.header-bar.bkng-header-bar {
  padding: 15px 30px !important;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #f6f7fb;
}

.booking-form-header.new-booking-header {
  padding: 12px 12px 12px 38px;
  margin: 0;
  border-radius: 8px;
}

.sm-search .form-control,
.sm-search .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.booking-form-col-6 .sm-search {
  max-width: 100%;
}

.booking-form-col-6 .form-group h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  color: #5e6d7c;
}

.book-sidebar {
  background: rgba(234, 236, 241, 0.3);
  border: 2px solid rgba(4, 29, 54, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 400px;
  margin-left: auto;
  margin-bottom: 108px;
}

.book-sidebar-header {
  padding: 20px;
}

.book-sidebar-body {
  padding: 0 20px 20px;
}

.book-sidebar-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  text-transform: initial;
  letter-spacing: 0;
  margin: 0;
}

.book-sidebar-footer,
.book-sidebar-body .bdbr-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.book-sidebar-body .bdbr-row {
  padding: 8px 0;
}

.book-sidebar-body .bdbr-row h6 {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  width: 50%;
  margin: 0;
}

.book-sidebar-body .bdbr-row p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #041d36;
  text-align: right;
  margin: 0;
}

.book-sidebar-footer {
  border-top: 2px solid #e1e4e7;
  padding: 20px;
}

.book-sidebar-footer h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #041d36;
  width: 50%;
  text-transform: initial;
  letter-spacing: 0;
  margin: 0;
}

.book-sidebar-footer p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #4872f4;
  text-align: right;
  margin: 0;
}

.book-side-notes {
  max-width: 400px;
  margin-left: auto;
  padding: 5px 0;
}

.book-side-notes p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(4, 29, 54, 1);
  margin: 0;
}

.bmsec {
  background-color: rgba(255, 92, 22, 0.1);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #ff5c16;
  margin-bottom: 60px;
}

.text-orange {
  color: #ff5c16 !important;
}

.orange-form-control:focus {
  background-color: rgba(255, 92, 22, 0.1) !important;
  border: 2px solid #ff5c16 !important;
}

.booking-form-box.shwan-form .bmsec .form-control {
  border: 2px solid rgba(4, 29, 54, 0.6);
  background-color: #fff;
}

.dot-span {
  font-size: 45px;
  color: rgba(4, 29, 54, 0.5);
  margin: 0 10px;
}

.discount-wrapper .input-group .form-control {
  width: auto;
  max-width: min-content;
}

.notific-icon {
  padding: 0 20px;
}

.new-noti-body {
  padding-right: 20px;
}

.notification-panel {
  position: fixed;
  /*top: 58px;*/
  top: 0px;
  /*right: -30px;*/
  right: 0;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgb(4 29 54 / 10%);
  width: 0;
  /*height: calc(100vh - 68px);*/
  height: 100vh;
  /*transform: translateX(100%);*/
  transition: all 0.5s;
  overflow: hidden;
  z-index: 99;
}

.notification-list {
  height: calc(100vh - 68px);
  overflow-y: auto;
}

.notification-panel.open {
  width: 400px;
  /*transform: translateX(0);*/
}

.not-fltr .main-submenu {
  right: 0;
  left: auto;
  z-index: 1;
}

.new-notification {
  background-color: #edf1fe;
}

.form-control-view {
  color: #041d36 !important;
  border: none !important;
  pointer-events: none;
}

.accout-stic {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.accout-stic-item {
  margin-right: 30px;
}

.accout-stic-item h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #041d36;
  margin: 0 0 10px 0;
}

.accout-stic-values {
  background: #ffffff;
  border: 1px solid #dee1e7;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(4, 29, 54, 0.05);
  border-radius: 5px;
  min-width: 420px;
  display: flex;
  align-items: center;
}

.accout-stic-values .accout-stic-values-itm:first-child {
  border-right: 1px solid #dee1e7;
}

.accout-stic-values-itm {
  flex: 0 0 50%;
  padding: 10px 20px;
}

.accout-stic-values-itm h6 {
  font-family: 'nunitobold';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #041d36;
  margin: 0;
}

.accout-stic-values-itm p {
  font-family: 'nunitoregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.6);
  margin: 0;
}

.bocument-item.accout-stic-item h5 {
  color: #f37a50;
}

.bocument-item.accout-stic-item .accout-stic-values {
  background: linear-gradient(0deg, rgba(243, 122, 80, 0.1), rgba(243, 122, 80, 0.1)), #ffffff;
  border: 1px solid #f37a50;
}

.bocument-item.accout-stic-item .accout-stic-values .accout-stic-values-itm:first-child {
  border-right: 1px solid #f37a50;
}

.accout-stic-opre {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acount-act-header {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.acount-act-header h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 20px;
  line-height: 33px;
  color: #041d36;
  margin: 0;
}

.acount-act-sidebar {
  position: fixed;
  top: 0;
  right: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgb(4 29 54 / 10%);
  width: 0;
  height: 100vh;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 9999;
}

.acount-act-sidebar.open {
  width: 400px;
}

.accouts-accordian .form-row label,
.accouts-accordian .form-group label {
  margin-bottom: 0;
}

.accouts-accordian .form-row label,
.accouts-accordian .form-group label,
.accouts-accordian .form-value {
  font-size: 16px;
}

.dc-crg-tbl thead tr th,
.dc-crg-tbl tbody tr td {
  text-align: left;
}

.orng-tbl thead tr th {
  background: rgba(243, 122, 80, 0.1);
}

.dc-crg-tbl tbody tr td h6 {
  font-family: 'nunitoregular';
  font-size: 14px;
  line-height: 19px;
}

.dc-crg-tbl tbody tr td:first-child {
  width: 200px;
}

.dc-crg-tbl tbody tr td:last-child {
  width: auto;
}

.dc-crg-tbl.dc-crg-admintbl tbody tr td:last-child {
  width: 150px;
}

.total-cal {
  font-family: 'nunitoregular';
  font-size: 20px;
  line-height: 28px;
  color: #041d36;
  opacity: 0.7;
}

.total-cal span {
  font-family: 'nunitosemibold';
  font-weight: normal;
  opacity: 1;
  color: #4872f4;
}

.add-col-mdl.custom-modal .modal-dialog {
  max-width: 646px;
}

.add-col-mdl .modal-body .form-check-inline {
  justify-content: flex-start;
}

.add-col-mdl .modal-body .form-check-inline .rd-container {
  margin-right: 20px;
}

.infouser-name-new p b {
  color: #041d36;
}

.vshwan-loading-scr {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 999;
}

.vload-bar {
  width: 350px;
  height: 6px;
  position: relative;
  overflow: hidden;
  background: #cfd2d4;
  margin-top: 22px;
  border-radius: 8px;
}

.vload-bar::before {
  content: '';
  width: 175px;
  height: 6px;
  position: absolute;
  left: -50px;
  background: #041d36;
  border-radius: 8px;
  animation: loadBar 2.5s infinite ease;
}

@keyframes loadBar {
  50% {
    left: 225px;
  }
}

.info-sidebar-item-wpr {
  max-height: calc(100vh - 76px);
  overflow: auto;
}

.form-control-active {
  background: transparent !important;
  border: 2px solid #4872f4 !important;
}

.role-access {
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-access svg {
  margin-right: 12px;
}

.check-label-none.ur-custom-check input:checked ~ .checkmark {
  background-color: #ff5d5d;
  border: 2px solid #ff5d5d;
}

.check-label-none.ur-custom-check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 10px;
  height: 9px;
  border-width: 0 0 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
}

.add-role-mame-bar.shwan-form .btn-lightblue-primary.round-btn {
  flex: 0 0 48px;
  margin-left: 20px;
  margin-bottom: 3px;
}

.role-detail-table thead th,
.role-detail-table tbody td {
  padding: 6px 12px;
  width: auto !important;
}

.role-detail-table thead th {
  padding: 12px;
}

.role-detail-table thead th .role-access {
  font-size: 14px;
  color: #495057;
}

.role-detail-table thead th .role-access svg {
  width: 16px;
  height: auto;
  margin-right: 8px;
}

.role-detail-table tbody td {
  font-size: 14px;
  vertical-align: top;
}

.see-more-drpdn.role-info-drpdwn .dropdown-menu {
  width: 680px;
}

.role-detail-table tbody td ul {
  padding-left: 15px;
  color: #495057;
}

.role-info-drpdwn {
  display: inline-block;
}

.final-total h6 {
  font-size: 18px !important;
}

.booking-ststus {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #041d36;
  display: inline-flex;
  align-items: center;
  width: 160px;
}

.booking-ststus svg {
  margin-right: 12px;
}

.bs-sb {
  color: #041d36;
}

.bs-booked {
  color: #ff5d5d;
}

.as-bsts {
  min-width: auto;
}

.as-bsts .btn-transperent {
  padding: 21px 24px;
  min-width: 250px;
}

.booking-ststus-check {
  height: auto !important;
  width: auto !important;
  padding-left: 45px;
}

.booking-ststus-check .booking-ststus svg {
  width: 20px;
  height: auto;
}

.booking-ststus-check .booking-ststus {
  font-size: 18px;
  margin: 0;
}

.booking-ststus-check .checkmark {
  top: 50%;
  transform: translateY(-50%);
}

.pwd-instructions {
  background-color: #e8f0fe !important;
  display: inline-block !important;
  float: none !important;
  color: #041d36;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 5px;
}

.flore-title-row h5 {
  margin-left: 165px;
}

.new-main-menu:hover,
nav.new-main-menu.expanded {
  width: 270px;
}

.new-main-menu {
  background: #fff;
  /*border-right:1px solid #e5e5e5;*/
  position: fixed;
  top: 68px;
  bottom: 0;
  height: calc(100% - 68px);
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1030;
  transition: all 0.3s;
}

.new-main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inner-nav ul li a {
  padding-left: 30px !important;
}

.new-main-menu > ul li {
  border-top: 1px solid #fff;
}

.new-main-menu li {
  position: relative;
  display: block;
  width: 270px;
}

.new-main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #041d36;
  font-size: 16px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: 'nunitosemibold';
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.new-main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.new-main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /*width:160px;*/
  display: flex;
  flex-grow: 1;
}

/*
.new-main-menu ul.logout {
    position:absolute;
    left:0;
    bottom:0;
}*/

.nav-side-icon {
  display: inline-flex;
  height: 52px;
  width: 60px;
  align-items: center;
  justify-content: center;
}

.nav-side-icon svg {
  height: auto;
  width: 24px;
}

.nav-side-icon svg path {
  fill: #041d36;
  opacity: 0.7;
}

.nmnu-toggle-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  /*transition: all 0.3s;*/
  transform-origin: center;
}

.new-main-menu .nav-item:hover > a,
.new-main-menu .nav-item.active > a {
  color: #fff;
  background-color: #4872f4;
}

.nav-item:hover > a .nav-side-icon svg path,
.nav-item.active > a .nav-side-icon svg path {
  fill: #ffffff;
  opacity: 1;
}

.inner-nav > ul > li a:hover,
.inner-nav > ul > li a.active {
  color: #4872f4;
}

.inner-nav > ul > li a:hover .nav-side-icon svg path,
.inner-nav > ul > li a.active .nav-side-icon svg path {
  fill: #4872f4;
  opacity: 1;
}

.nmnu-toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 15px;
}

.nav-item:hover > a .nmnu-toggle-icon:after,
.nav-item:hover > a .nmnu-toggle-icon:before,
.nav-item.active > a .nmnu-toggle-icon:after,
.nav-item.active > a .nmnu-toggle-icon:before {
  background-color: #ffffff;
}

.nmnu-toggle-icon:after,
.nmnu-toggle-icon:before {
  content: '';
  position: absolute;
  background-color: #041d36;
  opacity: 0.7;
  transition: transform 0.25s ease-out;
}

.nmnu-toggle-icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.nmnu-toggle-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.nav-togle-link[aria-expanded='true'] .nmnu-toggle-icon:before {
  transform: rotate(90deg);
}

.nav-togle-link[aria-expanded='true'] .nmnu-toggle-icon:after {
  transform: rotate(180deg);
}

.new-main-menu .mCSB_inside > .mCSB_container {
  margin-right: 0px;
  /*height: 100%;*/
}

.new-main-menu .mCSB_scrollTools {
  width: 7px;
  opacity: 1;
}

.cuctomers-sec-files-header .file-info-sidebar {
  position: fixed;
  top: 68px;
  right: 0;
  height: calc(100vh - 40px);
  z-index: 999;
}

.cuctomers-sec-files-header .file-info-sidebar .info-sidebar-item-wraper {
  height: calc(100vh - 136px);
  overflow-y: auto;
}

.main-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  z-index: 1038;
}

.delete-project {
  text-decoration: underline;
  color: rgba(4, 29, 54, 0.6);
  font-family: 'nunitosemibold';
  font-family: 'nunitobold';
}

.delete-project:hover {
  color: #ff5d5d;
  text-decoration: underline;
}

.puser-inf-det h5 {
  margin-bottom: 8px;
}

.puser-inf-det p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(4, 29, 54, 0.7);
  margin-bottom: 6px;
}

.user-profile-card.shwan-form .Btn {
  min-width: 160px;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list-nav-item {
  font-family: 'nunitosemibold';
  color: #041d36;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 6px 0;
  margin-bottom: 12px;
}

.custom-list-nav-item:hover {
  color: #4872f4;
}

.custom-list-nav-item svg {
  margin-right: 10px;
}

.custom-list-nav-item:hover svg path {
  fill: #4872f4;
}

.duplicate-role {
  font-size: 14px;
  color: #4872f4;
}

.ur-role-table tr th:nth-last-child(-n + 3),
.ur-role-table tr td:nth-last-child(-n + 3) {
  width: 100px;
}

.user-role-tab-nav .nav-item:first-child .nav-link {
  background-color: transparent;
  color: #4872f4;
}

.user-profile-pic {
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: 15px;
}

.new-page-bpdy-content {
  margin-top: 60px;
  margin-left: 60px;
  height: 100vh;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.signup-ft-img.img-fill-bg {
  background-position: bottom;
}

.span-tag {
  display: inline-flex;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px;
  pointer-events: none;
}

.help-breadcumb-sec .breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.help-breadcumb-sec .breadcrumb .breadcrumb-item:not(:first-child) {
  padding-left: 16px;
}

.help-breadcumb-sec .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin-right: 18px;
}

.help-breadcumb-sec .breadcrumb .breadcrumb-item a {
  color: #041d36;
}

.tower-item-booked {
  border: 2px solid #07ca03;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.tower-item-blocked {
  border: 2px solid #041d36;
  box-sizing: border-box;
  border-radius: 5px;
}

.tower-item-booked .status {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #07ca03;
  position: absolute;
  bottom: -20px;
  height: 20px;
  margin: auto;
  display: inline-block;
  text-transform: initial;
}

.tower-item.tower-item-new.tower-item-booked .status {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.tower-item-blocked .status {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  position: absolute;
  bottom: -20px;
  height: 20px;
  margin: auto;
  display: inline-block;
  text-transform: initial;
}

.tower-item.tower-item-new.tower-item-blocked .status {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.vshwanbooking {
  margin-top: 30px;
  position: relative;
}

.vshwanbooking img {
  min-width: 50px;
}

.vshwanbooking.booked {
  background-color: inherit;
  position: relative;
}

.vshwanbooking.booked.house-item {
  background-color: #d3daef;
}

.vshwanbooking:before {
  position: absolute;
  width: 60px;
  bottom: 100%;
  left: 0;
  font-size: 14px;
  text-align: left;
}

.vshwanbooking.booked:before {
  content: 'Booked';
  color: #ff5d5d;
}

.vshwanbooking.reserved:before {
  content: 'Reserved';
  color: #041d36;
}

.vshwanbooking.resale:before {
  content: 'Reselled';
  color: #a848f4;
}

.vshwanbooking.cancelled:before {
  content: 'Cancelled';
  color: #735025;
}

.vshwanbooking.filling:before {
  content: 'Filling';
  color: #07ca03;
}

.vshwanbooking.on-hold::before {
  content: 'On hold';
  color: #ff7700;
}

.vshwanbooking:after {
  content: '';
  height: 18px;
  width: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.vshwanbooking.booked:after {
  background-image: url('../images/booked-icon.svg');
}

.vshwanbooking.reserved:after {
  background-image: url('../images/stand-by-icon.svg');
}

.vshwanbooking.resale:after {
  background-image: url('../images/resale-icon.svg');
}

.vshwanbooking.cancelled:after {
  content: url('../images/cancelled-icon.svg');
  z-index: 1;
}

.vshwanbooking.filling:after {
  background-image: url('../images/filling-icon.svg');
}

.vshwanbooking.on-hold:after {
  background-image: url('../images/on-hold.svg');
}

.vshwanbooking.booked {
  border: 2px solid #ff5d5d;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.vshwanbooking.reserved {
  border: 2px solid #041d36;
  box-sizing: border-box;
  border-radius: 5px;
}

.vshwanbooking.filling {
  border: 2px solid #07ca03;
  box-sizing: border-box;
  border-radius: 5px;
}

.vshwanbooking.on-hold {
  border: 2px solid #ff7700;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.vshwanbooking.resale {
  border: 2px solid #a848f4;
  box-sizing: border-box;
  border-radius: 5px;
}

.vshwanbooking.cancelled {
  border: 2px solid #735025;
  box-sizing: border-box;
  border-radius: 5px;
}

.cancelled-status {
  /* filter: grayscale(5%); */
  opacity: 0.6;
}

/*.status-icon{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}*/

.status-icon-c {
  display: inline-flex;
}

.property-sts-desc {
  display: inline-flex;
  flex-direction: column;
}

.learn-list {
  list-style-type: none;
  padding-left: 0;
}

.learn-list li {
  margin-bottom: 8px;
}

.learn-list .llitm {
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #041d36;
}

.help-cont {
  font-size: 16px;
  line-height: 28px;
}

.help-cont h3 {
  margin-bottom: 20px;
  color: #4872f4;
}

.help-cont h4 {
  margin: 30px 0 20px;
}

.help-cont p {
  font-size: 16px;
  line-height: 28px;
}

.help-cont ul {
  padding-left: 15px;
}

.help-cont-wrpr {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.select-site-modal .modal-content {
  background-color: #f6f7fb;
}

.project-help-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 52px;
  width: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
}

.project-help-button svg {
  width: 28px;
  height: auto;
}

.project-help-button svg path {
  transition: all 0.5s;
}

.project-help-button:hover svg path {
  fill: #4872f4;
}

.add-act-crd-group.shwan-form.new-aacg .form-row {
  width: calc(100% - 80px);
}

.add-act-crd-group.shwan-form.new-aacg .form-control {
  width: 100%;
  height: 54px;
  padding: 16px 30px;
}

.property-sts-desc p {
  font-size: 16px;
}

.moi-top .order-infoo-optwp .acti-btn-grp button {
  height: 22px;
}

.project-activity-list .project-activity-list-itm {
  padding: 14px 0;
}

.project-activity-list .project-activity-list-itm:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.innwe-card {
  background: #f6f7fb;
  border-radius: 5px;
  padding: 24px 16px;
}

.innwe-card h6 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

.dashbord-content-table thead th {
  border: none;
  font-size: 14px;
  line-height: 19px;
  color: #041d36;
  opacity: 0.5;
}

.dashbord-content-table tbody td p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(4, 29, 54, 0.6);
}

.q-table thead tr th:not(:first-child),
.q-table tbody tr td:not(:first-child) {
  width: 150px;
}

.dashboard-sec .custom-card h5 {
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #041d36;
  margin-bottom: 15px;
}

.order-table thead tr th:first-child,
.order-table tbody tr td:first-child {
  width: 200px;
}

.dashboard-sec {
  padding: 30px;
}

.t-bdy-db {
  max-height: 350px;
  overflow-y: hidden;
}

.activity-list-wrppre {
  max-height: 1000px;
  overflow-y: hidden;
}

.db-card-header .regular-custom-select {
  max-width: 50%;
}

.chart-box {
  max-width: 150px;
  margin: 0 auto;
}

.booking-card {
  margin-bottom: 20px;
}

.booking-card h6 {
  text-align: center;
}

.booking-card .chart-box {
  margin-bottom: 20px;
}

.dsb-first-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dsb-first-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.dashboard-sec .custom-card {
  margin: 0;
}

.dsb-first-box canvas {
  margin: auto 0;
}

.bok-sts {
  width: 100%;
}

.bok-sts-dsc {
  display: flex;
  justify-content: space-between;
}

.error-page {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}

.error-page h4 {
  margin-bottom: 35px;
}

.smodule-icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(72, 114, 244, 0.1);
  border-radius: 100%;
}

.smodule-icon svg path {
  fill: #4872f4;
}

.key-points .media-body h5 {
  color: #041d36;
}

.new-page-body-wrapper {
  margin-top: 70px;
}

.sidebar-menu {
  display: none;
}

.wrapper-box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 1);
}

.temp-box {
  height: 100vh;
  width: 100vw;
}

.site-body-wrapper.file-page-wrapper .mCustomScrollBox {
  overflow: visible;
}

.site-body-wrapper.file-page-wrapper .mCustomScrollBox .mCSB_container {
  overflow: visible;
}

.iup-box img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.custom-card.materialreq-card {
  transition: all 0.5s;
  border: 2px solid transparent;
}

.custom-card.materialreq-card:hover {
  border: 2px solid #4872f4;
}

.pricing-max {
  max-width: 440px;
}

.pricing-max .rounded-3 {
  border-radius: 5px;
  overflow: hidden;
}

.pricing-max .list-unstyled li {
  display: flex;
  align-items: center;
  font-family: 'nunitosemibold';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.pricing-max .list-unstyled li svg {
  margin-right: 15px;
}

/*

font-family: 'nunitosemibold';
font-weight: normal;

.flex-center-between
.flex-start-between
.flex-end-between


Fonts
------------------------------------
font-family: 'nunitoregular';
font-family: 'nunitosemibold';
font-family: 'nunitobold';
font-family: 'nunitoextrabold';

Colors
-----------------------------------
black: #041D36;
light-blue: #4872F4;
darkblue: #041D36;

Buttons
transperentblue-btn
btn-lightblue-primary
btn-darkblue-primary
btn-lightblue-secondary
btn-darkblue-secondary
btn-light-red
lbps-btn
btn-transperent
btn-disabled
sml-btn

left-icon-btn
right-icon-btn

btn btn-lightblue-primary lbps-btn

*/

.align-item-center {
  align-items: center;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .project-timeline-wrapper {
    margin-right: 0;
  }
  .shwan-form .form-button {
    margin-top: 50px;
  }
  .single-board {
    margin: 0 35px 20px 0;
  }
  .board-img img {
    transform: scale(0.9);
  }
  .single-board {
    width: 270px;
  }
  .board-img {
    height: 130px;
  }
  .dashboard-item h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .inq-counter {
    width: 500px;
  }
  .sm-cont-first-col {
    width: 240px;
  }
  .client-operation {
    flex-direction: column;
  }
  .tdy-flist-item {
    flex-direction: column;
  }
  .tdy-flist-item .follow-con-info:first-child {
    margin-bottom: 12px;
  }
  .client-operation .user-op-btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .client-operation {
    margin: 0;
  }
  .sm-cont-tabing-col {
    /* width: calc(100% - 280px); */
    margin-left: 20px;
  }
  .sm-siidebar-menu {
    width: 280px;
  }
  /*.sm-site-body {margin-left: 280px;}*/
  .visitors-table thead th,
  .visitors-table tbody td {
    padding: 10px;
  }
  .visitors-table thead tr th:nth-child(4),
  .visitors-table tbody tr td:nth-child(4) {
    width: 30%;
  }
  .user-op-btn {
    flex-direction: row;
    padding: 15px;
    align-items: center;
    justify-content: left;
  }
  .user-op-btn span {
    margin: 0 18px 0 0;
  }
  .visit-follow-tab-nav {
    margin-bottom: 30px;
  }
  .inq-tab-hdr {
    margin-bottom: 26px;
  }
  .today-follow-list {
    height: calc(100vh - 350px);
  }
  .visitor-tbl {
    height: calc(100vh - 350px);
  }
  .sm-side-menu {
    height: calc(100vh - 100px);
  }
  .sm-mn-btn {
    padding: 12px 20px;
  }
  .sm-side-menu {
    padding: 10px 0 10px 10px;
  }
  .sm-search {
    max-width: 500px;
  }
  .custom-salse-modal .modal-dialog {
    max-width: 1200px;
  }
  .custom-salse-modal .shwan-form .form-col-gap {
    margin-right: 0px;
  }
  .custom-salse-modal .shwan-form .form-group {
    margin-bottom: 20px;
  }
  .request-form-cinfo h5 {
    margin: 0 40px 0 0;
  }
  .request-form-cinfo h5:not(:last-child):after {
    right: -20px;
  }
  .ifo-itm.ifo-budget-itm {
    min-width: 310px;
  }
  .ifo-itm {
    min-width: 140px;
  }
}

/* laptops */

@media (min-width: 992px) and (max-width: 1600px) {
  .building-wrapper {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .building-type {
    margin-bottom: 70px;
  }
  .project-timeline-wrapper {
    margin-right: 0;
  }
  .project-timeline-item {
    margin: 0 15px;
  }
  .project-timeline-item:before {
    width: 165px;
  }
  .tower-item {
    margin: 8px 8px;
  }
  .sm-cont-first-col {
    width: 350px;
  }
  .client-operation {
    flex-direction: column;
  }
  .tdy-flist-item {
    flex-direction: column;
  }
  .tdy-flist-item .follow-con-info:first-child {
    margin-bottom: 12px;
  }
  .client-operation .user-op-btn {
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
  }
  .client-operation {
    margin: 0;
  }
  .sm-cont-tabing-col {
    /* width: calc(100% - 240px); */
    margin-left: 30px;
  }
  .sm-siidebar-menu {
    width: 250px;
  }
  /*.sm-site-body {margin-left: 250px;}*/
  .visitors-table thead th,
  .visitors-table tbody td {
    padding: 10px;
  }
  .visitors-table thead tr th:nth-child(4),
  .visitors-table tbody tr td:nth-child(4) {
    width: 22%;
  }
  .user-op-btn {
    flex-direction: row;
    padding: 15px;
    align-items: center;
    justify-content: left;
  }
  .user-op-btn span {
    margin: 0 18px 0 0;
  }
  .visit-follow-tab-nav {
    margin-bottom: 30px;
  }
  .inq-tab-hdr {
    margin-bottom: 26px;
  }
  .today-follow-list {
    height: calc(100vh - 350px);
  }
  .visitor-tbl {
    height: calc(100vh - 350px);
  }
  .sm-side-menu {
    height: calc(100vh - 100px);
  }
  .sm-mn-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .sm-side-menu {
    padding: 10px 0 10px 10px;
  }
  .sm-search {
    max-width: 400px;
  }
  .inq-counter {
    width: 420px;
    padding: 26px 0;
  }
  .counter-item h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .visitors-table thead th,
  .visitors-table tbody td,
  .tdy-flist-item p,
  .sm-side-menu h4,
  .visitors-table p,
  .hdr h4 {
    font-size: 14px;
  }
  .tdy-flist-item .follow-con-name,
  .tdy-flist-item .follow-con-time,
  .tdy-flist-item p {
    margin: 0 0 5px 0;
  }
  .visit-follow-tab-nav .nav-link,
  .visit-follow-tab-nav .nav-link.active {
    font-size: 20px;
    min-width: 150px;
  }
  .custom-salse-modal .modal-dialog {
    max-width: 1200px;
  }
  .custom-salse-modal .shwan-form .form-col-gap {
    margin-right: 0px;
  }
  .custom-salse-modal .shwan-form .form-group {
    margin-bottom: 20px;
  }
  .con-box-left {
    padding: 0 40px 0 0;
  }
  .con-box-right {
    padding: 0 20px 0 40px;
  }
  .shwan-form label {
    font-size: 14px;
  }
  .checkmark {
    height: 16px;
    width: 16px;
  }
  .rd-container .checkmark:after {
    width: 8px;
    height: 8px;
  }
  .custom-salse-modal .modal-body {
    padding: 0 20px 0 40px;
  }
  .customer-sec-tabnav .nav-link {
    font-size: 14px;
  }
  .request-form-cinfo h5 {
    margin: 0 40px 0 0;
  }
  .request-form-cinfo h5:not(:last-child):after {
    right: -20px;
  }
  .page-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .materil-util-tabs .nav-link {
    font-size: 18px;
    line-height: 22px;
  }
  .ofl {
    width: 1280px !important;
    max-width: 950px;
  }
  .vshwanfileuploader-new .ajax-upload-dragdrop {
    width: 15vw;
  }
  .btn.add-blue-btn {
    min-width: 200px !important;
  }
}

/* Large desktops and laptops */

@media (max-width: 1440px) {
  .header-bar.justify-content-between.customer-header-bar {
    flex-wrap: wrap;
  }
  .table-op-bgroup {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    width: 200px;
  }
  .sm-search {
    max-width: 350px;
  }
  /* .nav-colapse-weaper .profile-wrapper .user-info {
        display: none;
    } */
  /* .main-navbar .user-info {
        display: none;
    } */
  .user-profile {
    margin-left: 20px;
  }
  .site-logo {
    margin-right: 20px !important;
    max-width: 250px;
  }
  .up-submenu {
    left: -60px;
  }
  .signup-form-main .shwan-form .form-group {
    margin-bottom: 15px;
  }
  .signup-form-main .shwan-form .form-col-gap {
    margin-right: 10px;
  }
  .signup-form-main .shwan-form .form-button {
    margin-top: 50px;
  }
  .signup-form-main .shwan-form .form-control {
    padding: 16px 16px;
  }
  .signup-form-main {
    padding: 40px;
  }
  .ifo-itm.ifo-budget-itm {
    min-width: 320px;
  }
  .ifo-itm {
    min-width: 160px;
  }
  .visitor-ifo-cont-itm .ifo-itm h6 {
    word-break: break-word;
  }
  .attachmentName {
    max-width: 13ch;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #4872f4;
  }
  .sale-module-fv-list {
    max-height: calc(100vh - 230px);
  }
  .sale-module-fv-col {
    flex: 0 0 24%;
  }
}

/* Small desktops and laptops */

@media (max-width: 1366px) {
  .main-navbar {
    padding: 8px 15px;
  }

  .site-logo {
    max-width: 160px;
  }

  .new-main-menu {
    top: 62px;
    height: calc(100% - 62px);
  }

  .allsites-btn span {
    font-size: 14px;
  }
  .navbar .nav-btn.allsites-btn {
    padding: 5px 20px;
  }

  .navbar .nav-btn {
    height: 40px;
  }

  .user-profile-image {
    height: 38px;
    width: 38px;
  }

  .user-info h5 {
    font-size: 16px;
    font-weight: bold;
  }
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1200px) {
  .sale-module-fv-list {
    max-height: calc(100vh - 230px);
  }
  .sale-module-fv-col {
    flex: 0 0 26%;
  }
}

@media (max-width: 1200px) {
  .birthdayHeader,
  .birthcount {
    font-size: 18px;
  }
  .sale-module-sec {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  /*.sign-up-wrapper{flex-direction: column;}
    .sign-up-wrapper .flex-col-2{flex: 0 0 100%;height: 50%;}*/
  .signup-ft-logo {
    max-width: 60%;
  }
  .signup-form-main {
    padding: 20px;
  }
  .shwan-form .form-col-gap {
    margin-right: 0;
  }
  .shwan-form .form-group.col {
    width: 100%;
    flex: 0 0 100%;
  }
  /*.main-navbar{flex-direction: column;}
    .page-header h2 {font-size: 26px;line-height: 34px;}
    .header-bar{flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .page-header{margin-bottom: 20px;}*/
  /*.project-timeline-item h5{font-size: 12px;}
    .project-timeline-item {margin: 0 10px;min-width: 110px;}
    .project-timeline-item:before{width: 125px;}
    .project-timeline-wrapper {margin-left: 0;margin-right: auto;}*/
  .project-timeline-wrapper {
    margin-right: 0;
  }
  .site-body-wrapper {
    transform: scale(0.5);
    transform-origin: top left;
    width: 1450px;
    overflow: hidden;
    margin-left: 40px;
  }
  .sidebar-menu {
    transform: scale(0.5);
    transform-origin: top left;
    width: 75px;
    overflow: hidden;
    height: 200vh;
  }
  .new-main-menu {
    width: 40px;
    top: 0;
    padding-top: 25px;
  }
  .nav-side-icon {
    width: 40px;
  }
  .nav-side-icon svg {
    width: 18px;
  }
  .new-main-menu li {
    width: 220px;
  }
  .new-main-menu:hover,
  nav.new-main-menu.expanded {
    width: 220px;
  }
}
