/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200,300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap'); */

/* @import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;500;700&display=swap"); */



body, div, span, table, h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', sans-serif;
}
.main-header .nav > li > a {
  font-weight: 400;
  /* font-size: 14px; */
  /* letter-spacing: .5pt; */
  /* padding: 0; */
}

.main-header .navbar .navbar-collapse .nav li a {
  padding: 2px 8px !important;
}

.main-header .navbar .navbar-collapse .nav li.active {
  border: solid 0 transparent;
}

.main-header .navbar .navbar-collapse .nav li.active a {
  color: var(--bs-primary);
  background: #fff;
}

.main-header .dropdown-toggle {
  white-space: nowrap;
}

.main-header .navbar-custom-menu {
  padding: 0px 0;
}

.main-header .navbar-custom-menu > .navbar-nav > li {
  margin-left: 8px;
}

.main-header .user-menu {
  /* background: #fff; */
}

.main-header .user-menu > a {
  border-radius: 50%;
}

.main-header .user-menu > a span {
  position: relative;
  padding-right: 18px;
}

.main-header .user-menu > a span:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 3px;
  border-style: solid;
  border-color: #181819 transparent transparent transparent;
  border-width: 5px;
  bottom: 0;
  width: 0;
  height: 0;
}

.main-header .dropdown-toggle .fa-user {
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  /* top: -3px; */
  /* margin-bottom: -11px; */
  text-align: center;
  /* font-size: 14px; */
  padding-top: 6px;
  margin-right: 0 !important;
}

.notifications-menu {
  /* width: 50px; */
  padding-top: 6px;
}

.notifications-menu .dropdown-toggle .fa-bell-o {
  /* font-size: 14px; */
}

.main-header .fa-gears {
  /* font-size: 14px; */
  margin-top: 6px;
}


.main-header .navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.main-header .navbar .nav-menu .nav-link {
  text-transform: uppercase;
}

.skin-yellow .main-header .navbar .nav .open > a,
.skin-yellow .main-header .navbar .nav > li > a:hover {
  background: #fff !important;
}

.notifications-menu .dropdown-toggle .label-warning {
  color: #fff !important;
  background-color: #dc3545 !important;
  padding: 2px !important;
  white-space: nowrap;
  font-weight: 400;
  font-size: 10px !important;
  position: relative !important;
  top: -10px !important;
  border-radius: 100%;
  left: -11px;
}

.pagetitle {
  background: #fff;
  padding: 10px 24px;
  width: calc(100% - 64px);
  margin-left: 64px;
  transition: all 0.2s ease;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb-item.active {
  font-weight: 500;
}

.msb-collapse .pagetitle {
  width: 100%;
  margin-left: 0px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

.content-wrapper {
  background-color: #edf0f4;
}

.content-header {
  padding: 6px 16px;
  /* background: var(--bs-primary) !important; */
}

#reportrange {
  /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); */
  display: inline-block;
  /* padding: 16px !important; */
  border-radius: 4px;
  font-size: 12px;
}

.content-header .col-md-9 * {
  font-weight: 600;
  letter-spacing: 0.5pt;
  color: #2b2b2b;
  padding-top: 10px;
}

.dashboard-page .box {
  height: 433px;
}

.dashboard-page .box .box-header + div {
  overflow: auto;
}

.box {
  /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); */
  border: solid 0 transparent;
  min-height: 339px;
}

.box .box-header {
  padding: 24px 16px;
  border-bottom: solid 1px #d9dcdd;
}

.box .box-header .box-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5pt;
  color: #2b2b2b;
}

.box canvas {
  padding: 24px;
}

.google-visualization-table-table {
}

.google-visualization-table-tr-head {
  background-color: #f3f2f7;
}

.google-visualization-table-tr-even,
.google-visualization-table-tr-odd {
}

.google-visualization-table-td {
  color: #4a4a4a !important;
  /* font-size: 14px; */
  padding: 10px 8px !important;
  border-style: solid !important;
  border-color: #dfdee3 !important;
  border-width: 0 0 1px 0 !important;
}

.google-visualization-table-td a {
  color: #0093ee;
}

.no-data {
  text-align: center;
  padding: 16px;
  background: url("../../../assets/images/no-data.png") no-repeat top 31px center;
  height: 270px;
  background-size: 180px;
  padding-top: 206px;
  font-weight: 600;
  font-size: 18px;
  color: #2b2b2b !important;
}

.btn.bg-yellow {
  font-weight: 600;
  background: #222d32 !important;
  color: #fff !important;
  height: 44px;
  border: 1px solid;
  padding: 11px 23px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.table tr th, .table tr td {
  height: 48px;
  vertical-align: middle;
  white-space: nowrap;
}

.table thead tr th {
  background: #F7F7F7 !important;
    font-weight: 600 !important;
}

.full-width {
  margin-left: -24px;
  margin-right: -24px;
}

.text-ellipsis { 
  background: #AAA;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small-table.table thead tr th {
  background:#F7F7F7 !important;
  font-weight: 500;
}

table.first-col-fixed > tbody > tr > th:first-child,
table.first-col-fixed > thead > tr > th:first-child,
table.first-col-fixed > tbody > tr > td:first-child{
  position: sticky;
  left: 0px;
  z-index: 1;
  padding-right: 16px;
  box-shadow: inset -4px 0 4px -5px rgba(0,0,0,0.30);
  -webkit-box-shadow: inset -4px 0 4px -5px rgba(0,0,0,0.30);
}
 
table.last-col-fixed > tbody > tr > th:last-child,
table.last-col-fixed > thead > tr > th:last-child,
table.last-col-fixed > tbody > tr > td:last-child{
  position: sticky;
  right: 0px;
  z-index: 1;
  padding-left: 16px;
  box-shadow: inset 4px 0 4px -5px rgba(0,0,0,0.30);
  -webkit-box-shadow: inset 4px 0 4px -5px rgba(0,0,0,0.30);
}

.table tr th:first-child, .table tr td:first-child {
  padding-left: 24px;
}

.table tr th:last-child, .table tr td:last-child  {
  padding-right: 24px;
}

.table.bottom-border-0 tr:last-child td, .table tr:last-child th  {
  border-bottom-width: 0 !important;
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 1px !important;
}

.table .thead td,
.google-visualization-table-tr-head .google-visualization-table-th {
  /* background: #ebebeb !important; */

  padding: 10px 8px;
  background: transparent;
  font-weight: 400;
  /* font-size: 14px; */
  color: #444 !important;
  border-bottom: 2px solid #ebe9f1;
  border-top: none;
  vertical-align: middle;
}

/* .table .thead td a {
    color: #6e6b7b;
    font-weight: 400;

} */

.table > tbody + tbody td {
  /* color: #222d32 !important; */
  /* font-size: 14px; */
}

.table > tbody + tbody > tr:nth-of-type(odd) {
  /* background: #fafafa; */
  /* color: #4a4a4a !important;
    font-size: 14px;
    padding: 10px 8px !important;
    border-style: solid !important;
    border-color: #dfdee3 !important;
    border-width: 0 0 1px 0 !important; */
}

/* .table>tbody+tbody td {
    padding: 12px;
    border-bottom: 1px solid #e6e6e6;
} */

/* .table>tbody+tbody td a {
    color: #0093ee !important;
    font-size: 14px !important;
}

.table>tbody+tbody tr:hover td {
    background: #f1f2f3;
}

.table .dropdown-toggle.actionbtn {
    background: transparent !important;
}

.table .dropdown-toggle.actionbtn i {
    font-size: 18px;
    color: #757575;
    display: inline;
    position: relative;
    bottom: -2px;
}

.table tr td:first-child {
    padding-left: 16px;
}

.table .btn-group.open>.dropdown-menu {
    right: 100% !important;
    left: auto;
    margin: 0 -18px 0 0 !important;
}

.table .btn-group.open>.dropdown-menu a {
    color: #373a3c !important;
}

.table .btn-group.open .dropdown-toggle {
    box-shadow: 0 0 0 transparent !important;
} */

.table.table-striped .thead td {
  /* position: sticky;
    top: 0; */
}

.dataTables_info,
.dataTables_length,
.dataTables_paginate {
  /* padding: 16px !important; */
}

a.column-sort {
  display: flex;
  color: unset;
  justify-content: flex-start;
}

.column-sort.default-sorting::after {
  content: '';
  margin-left: 6px;
  margin-top: 5px;
  height: 18px;
  width: 11px;
  background: url(../images/default-sorting.png) no-repeat center center;
  background-size: 9px 12px;
}
 
.column-sort.asc::after {
  content: '';
  margin-left: 6px;
  margin-top: 5px;
  height: 18px;
  width: 11px;
  background: url(../images/acscending.png) no-repeat center center;
  background-size: 9px 12px;
}
 
.column-sort.desc::after {
  content: '';
  margin-left: 6px;
  margin-top: 5px;
  height: 18px;
  width: 11px;
  background: url(../images/descending.png) no-repeat center center;
  background-size: 9px 12px;
}
 

.login-page {
  background-image: url(../images/login.jpg) !important;
  height: 100vh !important;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #699bcc;
}

.login-container {
  justify-content: center;
  align-items: center;
}

.login-box,
.register-box {
  width: 100vw !important;
  /* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%); */
}

.login-box {
  display: flex;
  border-radius: 7px;
  margin: 0;
}

.login-banner {
  width: 50%;
}

.login-banner img {
  max-width: 100%;
}

.login-box-body {
  width: 520px;
  height: 100vh;
  padding: 70px;
}

.login-box-body,
.register-box-body {
  background: #fff !important;
}

.login-box-body .login-box-msg {
  text-align: left;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.login-box-body .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 3px 0;
  color: #000;
}

.login-box-body .form-group input {
  font-size: 16px;
  padding: 4px 12px !important;
  height: 38px;
  border-radius: 4px;
}

.login-box-body .form-group input + span.form-control-feedback {
  top: 2px;
}

.login-box-body .btn {
  font-weight: 600;
  background: var(--bs-primary) !important;
  color: #fff !important;
  height: 48px;
  border: 1px solid;
  padding: 11px 23px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 4px;
}

.dialog-header {
  height: auto !important;
  padding: 0 !important;
  border: 0;
}

.dialog-header .flex-2 + button[name="back"] {
  position: absolute;
  top: 18px;
  right: 35px;
  z-index: 10;
  background: transparent;
}

.dialog-header .flex-2 + button[name="back"] i {
  display: none;
}

.dialog-header .flex-2 + button[name="back"]:after {
  content: "X";
  font-size: 18px;
  font-weight: 700;
}

.dialog-header .title {
  /* font-weight: 600; */
  font-size: 16px;
  /* text-transform: uppercase; */
  color: #222d32 !important;
  /* box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%); */
  padding: 9px 16px !important;
  background: #fff;
  z-index: 9;
  position: relative;
}

.dialog {
  height: calc(100vh - 143px) !important;
}

.dialog .title {
  font-size: 16px !important;
  font-weight: 700;
  color: #222d32;
  /* text-transform: uppercase; */
  /* padding: 0 0 0 8px; */
}

.dialog + .dialog-header {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
  padding: 16px !important;
  background: #fff;
}

.dialog + .dialog-header .btn-default {
  background-color: #fff;
  border-color: #ccc !important;
  color: #222d32 !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  padding: 7px 23px !important;
  height: 44px !important;
  font-size: 14px;
  border: 1px solid;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.dialog + .dialog-header .btn-primary {
  background: #222d32 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  height: 44px;
  border: 1px solid;
  padding: 11px 23px;
  border-radius: 4px;
  cursor: pointer;
}

.dialog .form-group {
  /* margin: 0 !important; */
}

.dialog .form-control {
  /* font-size: 13px; */
  /* font-weight: 200 !important;
    border: solid 1px #ced4da;
    border-radius: 4px; */
}

.dialog .control-label {
  /* font-size: 13px; */
  /* font-weight: 600; */
  text-align: right;
  color: #616e88;
}

.dialog .box.box-solid.box-default > .box-header {
  background: #fff;
  padding: 16px !important;
}

.dialog .box.box-solid.box-default > .box-header label {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}

.dialog .box {
  min-height: auto;
  padding: 0 !important;
  margin-bottom: 0px;
  box-shadow: 0 0 0 transparent;
}

#calendar {
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  padding: 32px;
  background: #fff;
  border-radius: 3px;
}

.calTbl .calvrLine.grayBgl .progress-text {
  /* font-size: 16px; */
  font-weight: 600;
  padding: 11px 0;
  display: block;
  color: #181819;
}

.calTbl .calvrLine:not(.grayBgl) {
  height: 100px;
}

.calTbl .calvrLine b {
  background: #181819;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
}

.calTbl .calvrLine b a.progress-text {
  color: #fff;
}

.calTbl .calvrLine .progress-text {
  /* font-size: 16px; */
  color: #181819;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
}

.calTbl .calvrLine .progress-text:hover {
  background-color: rgb(24 24 25 / 22%);
}

.calTbl .calvrLine .pd {
  display: block;
}

.calTbl button.btn.btn-default.btn-sm {
  background: var(--secondary);
  border: 0 transparent;
  outline: 0;
  margin: 2px 0 4px 0 !important;
}

.calTbl button.btn.btn-default.btn-sm i {
  font-size: 12px;
  color: #181819 !important;
  font-style: normal;
  font-weight: 600;
}

.calTbl .calvrLine:not([height="71"], .grayBgl) {
  background: url("../../../assets/images/cal-disable.png");
}

#calendar .fc-button-group {
}

#calendar .fc-button-group button {
  background: transparent;
  border: solid 1px #ddd;
  box-shadow: 0 0 0 transparent;
  padding: 7px 9px !important;
  height: auto;
}

#calendar .input-group.date {
  width: 167px;
  margin: auto;
}

#calendar .input-group.date,
#calendar .input-group.date .input-group-addon,
#calendar .input-group.date .form-control {
  border: solid 0 transparent;
}

#calendar .input-group.date .form-control {
  font-weight: 600;
  color: #000;
  /* font-size: 20px; */
  width: 130px;
  padding: 0;
}

.full-dialog .modal-dialog {
  max-width: 100vw !important;
  width: 100vw !important;
}

#tabDiv1 .vertical-menu {
}

#tabDiv1 .vertical-menu a {
  /* font-size: 14px; */
  /* text-transform: uppercase; */
  /* font-weight: 600; */
  padding: 10px;
}

body > .wrapper {
  overflow: initial !important;
}

header.main-header {
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 4px rgba(1, 41, 112, 0.1);
}

aside.main-sidebar {
  position: fixed;;
}

footer.main-footer {
  /* position: sticky;
  position: -webkit-sticky; */
  bottom: 0;
}

footer.main-footer .pull-right {
}

footer.main-footer .pull-right img {
  width: 70px;
  height: auto;
  margin: -5px 8px 0 3px;
}

footer.main-footer * {
  color: #495057 !important;
  font-weight: 400;
  /* font-size: 13px; */
}

/* header.main-header {
    display: flex;
}
header.main-header .navbar {
    flex: 2;
    margin: 0 !important;
}
header.main-header .logo {
    width: auto !important;
} */

.table > tbody + tbody td a,
.form-group a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
  /* text-decoration: underline; */
}

.main-sidebar {
  padding-top: 0px;
  /* display: none !important; */
}
.main-sidebar.show {
  display: block !important;
}

.main-header .logo {
  height: 24px;
  /* font-size: 16px !important; */
  /* line-height: 26px !important; */
}

.navbar .sidebar-toggle {
  padding: 2px 8px;
}


.sidebar-mini.sidebar-collapse .main-sidebar {
  width: 64px !important;
  margin-top: 64px;
  background: #363F5E;
  transition: all 0.2s ease;
}

.sidebar-mini.sidebar-collapse .msb-collapse .main-sidebar {
  width: 0 !important;
  margin-top: 64px;
  background: #363F5E;
}

.msb-collapse .msb-off {
  display: none;
}

.msb-on {
  display: none;
} 

.msb-collapse .msb-on {
  display: inline;
}

@media (max-width: 700px) {
  .dialog .control-label {
    margin-top: 16px;
    padding: 8px 0 5px 0;
  }
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 0px;
  height: 65px;
}

@media (min-width: 768px) {
  .sidebar-collapse .main-header .logo {
    height: 24px;
    width: 50px !important;
  }

  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    background: #fff;
    padding: 14px 24px;
    width: calc(100% - 64px);
    margin-left: 64px;
    /* margin-left: 0px !important; */
}

.sidebar-mini.sidebar-collapse .msb-collapse  .right-side,
.sidebar-mini.sidebar-collapse .msb-collapse  .main-footer {
  background: #fff;
  padding: 14px 24px;
  width: 100%;
  margin-left: 64px;
  margin-left: 0px !important;
}

  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    /* font-size: 16px; */
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
  }
}

.navbar-custom-menu .nav > li > a {
  padding: 0 !important;
  font-size: 10px;
  line-height: normal;
}

/* .main-header .navbar{
    min-height: auto;
    background: #fff !important;
} */
.skin-yellow .wrapper,
.skin-yellow .main-sidebar,
.skin-yellow .left-side {
  background-color: #ffffff;
}

.skin-yellow .sidebar-menu > li:hover > a,
.skin-yellow .sidebar-menu > li > a {
  color: #ffffffba;
  font-size: 10px;
  text-align: center;
  border-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 16px 7px 16px 7px;
}

.skin-yellow .sidebar-menu > li:hover > a i.fa,
.skin-yellow .sidebar-menu > li > a i.fa {
  font-size: 18px;
  margin-bottom: 8px;
  
}

.skin-yellow .sidebar-menu > li:hover > a,
.skin-yellow .sidebar-menu > li.active > a {
  color: #fff;
  background: var(--bs-primary);
  border-left-color: rgb(var(--bs-primary-rgb));
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: -3px;
  padding: 12px 5px 12px 20px;
  background-color: var(--bs-primary);
  color: #fff;
}

.text-white {
  color: #fff;
}

.heading {
  font-size: 18px;
  font-weight: 700;
}

.font-bolder {
  font-weight: 500;;
}

.fs-7 {
  font-size: 15px;
}

.fs-8 {
  font-size: 12px;
}

.box2 {
  background: #fff;
  border-right: none;
}

.summaryHeader {
  font-size: 16px !important;
  color: #fff;
}

.summaryButton {
  /* font-size:24px !important;
    margin:0 !important;
    padding:0 !important;
    background: transparent !important;
    border: 0px !important;
    text-align: left !important;
    box-shadow:none !important;
    color: #fff; */
}

.summaryButton:hover {
  background: transparent !important;
  color: #fff;
}

/* .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
    background: transparent !important;
    color: #fff;
}

 .open > .dropdown-toggle.summaryButton{
    background: transparent !important;
    color: #fff;
}

.bg-primary{
    background: var(--bs-primary) !important;
}
.text-dark {
    color: rgba(33, 37, 41, 1) !important;
  }

.btn-white {
    color: var(--bs-primary);
    background-color: #fff;
    border-color: #fff;
}
.btn-white-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-white-outline:hover, .btn-white-outline:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.me-3 {
    margin-right: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.fw-bold {
    font-weight: 700 !important;
} */

.bg-light-200 {
  background: var(--bs-gray-200);
}

.deal-header {
  background: #daf5f7;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  border-top: 4px solid #99d1d3;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: none !important;
}

/* .sidebarOpen {
  margin-left: 50px;
} */

.sidebarOpen .sidebarMenu {
  display: none;
}
.content-wrapper {
  margin-left: 64px;
  min-height: calc(100vh - 64px);
  width: calc(100vw - 80px);
  padding: 24px;
  transition: all 0.2s ease !important;
}

.msb-collapse .content-wrapper {
  margin-left: 0;
  width: 100%;
}

/* .content-wrapper.sidebarOpen {
  margin-left: 36px;
} */

.border-light2 {
  border: 1px solid #d7e2ed;
}
.bg-light2 {
  background-color: #f8faff;
}
.stages {
  margin: 0;
  padding: 0;
}

.stages li {
  background: #fff;
  border-radius: 4px;
  padding: 6px;
  border: 1px solid #d7e2ed;
  margin-bottom: 2px;
  cursor: pointer;
}

.stages.edit li {
  padding-left: 28px;
  position: relative;
  cursor: move;
  display: flex;
  justify-content: space-between;
}

.stages.edit li .delete-stage {
  display: none;
}

.stages.edit li:hover .delete-stage {
  display: block;
}

.stages.edit li:hover::before {
  content: "";
  background: url(../img/crm-svgicons_94e59c9_.svg) -158px -1861px no-repeat;
  width: 5px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.stages-add {
  text-align: center;
}

i.aa {
  left: 50%;
  margin-left: -7px;
  border-bottom: 9px solid #d7e2ed;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  position: absolute;
  top: -9px;
}

i.aa i.bb {
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -6px;
}

#stages-add-popup {
  display: none;
  position: absolute;
}

.status-left {
  padding: 4px 5px 6px 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: var(--bs-body-color);
}

.status {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.status::-webkit-scrollbar {
  display: none;
}

.status li {
  list-style: none;
  display: flex;
  align-items: center;
}

.status li::after {
  width: 15px;
  height: 15px;
}

.status li.active {
  border-right: none;
  border-left: none;
}

.status li.active a {
  font-weight: 500;
}

.status-left::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  z-index: 9;
  left: -8px;
  border-top: 0;
  border-right: 0;
}

.status-right {
  padding: 4px 0 6px 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: var(--bs-body-color);
}
.status-right::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: inherit;
  right: -8px;
  top: 5px;
  z-index: 9;
}
.svgIcons-left {
  width: 24px;
  height: 24px;
  z-index: 10;
  position: relative;
  background-image: url(../images/backward-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  top: 2px;
  display: block;
}
.svgIcons-right {
  width: 24px;
  height: 24px;
  z-index: 10;
  position: relative;
  background-image: url(../images/forward-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  top: 2px;
  display: block;
}

.status li a:before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-right: 8px;
  background: #e0e0e0 url(../images/tick.svg) no-repeat center center;
    background-size: 16px 16px;
}

.status > li:not(:last-child):after {
  content: "";
  background:url(../images/line.svg);
  display: block;
  height: 18px;
  width: 18px;
}

.status li.active a:before {
  background: #3891f8 url(../images/tick.svg) no-repeat center center;
  background-size: 16px 16px;
}


.status li a {
  /* background: #f4f7ff; */
  padding: 5px;
  position: relative;
  cursor: pointer;
  color: #313949;
  white-space: nowrap;
  text-align: center;display: flex;
  align-items: center;
  /* font-size: 14px; */
}

.filter-height {
  height: 100% !important;
}

.filter-width{
  width: 350px;
}

.navbar-overlay, .search-overlay {
    height: 100vh;
    width: 100vw;
    background: rgb(0 0 0 / 42%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1059;
}

.navbar-overlay {
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.navbar-overlay.show, .search-overlay.show{
  visibility: visible !important;
}

a {
  text-decoration: none !important;
}

.msb-toggle{
  position: absolute;
  top: 93px;
  left: 64px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 44px;
  width: 14px;
  background: #363f5e;
  padding: 7px 2px;
  transition: all 0.2s ease;
}

.msb-collapse .msb-toggle {
  left: 0;
}

.msb-toggle i {
  color: #ffffff;
  font-size: 12px;
}


a.nav-link.icon-link {
  padding: 7px 8px !important;
  border-radius: 4px;
  font-size: 18px !important;
}

a.nav-link.icon-link:hover {
  background: #edf0f4c7;
}

label.form-label {
  font-size: 15px;
  color: #949494;
}

@media (max-width: 992px) { 

.navbar-right {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    flex-direction: row !important;
    gap: 4px;
}

button.navbar-toggler{
  padding: 0;
    border: 0;
}

button.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse.collapse:not(.show) {
  display: unset;
  width: 0;
  visibility: hidden;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  top: 65px;
  left: 0;
  background: #fff;
  width: 275px;
  height: 100vh !important;
  overflow: auto;
  transition: all 0.2s ease !important;
  box-shadow: 0px 0px 5px rgba(1, 41, 112, 0.1);
}

/* .collapse:not(.show) {
  width: 0;
  overflow: hidden;
  padding: 0;
  display: block;
} */

ul.navbar-nav.nav-menu li a.nav-link, ul.navbar-nav.nav-menu li .dropdown {
  padding: 16px 24px;
}

ul.navbar-nav.nav-menu li a.nav-link:hover {
  background: #f5f8fc;
  color: #307EF3;
}

ul.navbar-nav.nav-menu li a.nav-link.active {
  background: #f5f8fc;
}

a.nav-link.active:after {
  bottom: 0;
  border: 0;
}

.search-bar {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(1, 41, 112, 0.1);
  background: white;
  z-index: 9999;
  transition: none !important;
}
.search-bar {
  min-width: 360px;
  padding: 20px 16px;
}

.search-bar-show {
  top: 60px;
  opacity: 1;
}

.filter-height {
  height: unset !important;
}

.filter-width{
  min-width: 100% !important;
  width: 100%;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.navbar-nav .dropdown-menu.nav-menu-more {
  position: static !important;
  box-shadow: none;
  display: block !important;
}

/* .sidebar-mini.sidebar-collapse .main-sidebar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
} */

.pagetitle {
  background: #fff;
  padding: 10px 16px;
  width: 100vw;
  margin-left: 0;
}

.content-wrapper {
  margin-left: 0;
  min-height: calc(100vh - 64px);
  width: 100vw;
  padding: 16px;
}

.main-header .navbar .dropdown-menu li a {
  color: unset !important;
}

.main-header .navbar .dropdown-menu li a:hover {
  background-color: #f6f9ff !important;
}

}



.timeline {
  border-left: 1px solid var(--bs-gray-300);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  list-style: none;
  text-align: left;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
  padding-left: 32px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 25px;
  margin-bottom: 0;
  border: none;
}

.timeline .event-date span{
  position: relative;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: -14px;
    background: #fff;
    color: #01c70e;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.timeline .event-date{
  margin-bottom: 16px;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  bottom: 16px;
}

.timeline .event:before {
  left: -46px;
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
    font-size: 0.9em;
    min-width: 120px;
    color: #ccc;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline .event:after {
  background-color:#29a7c1;
  left: -14px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  content: "";
  top: -1px;
  font: normal normal normal 14px/1 FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.timeline .event.edit:after {
  content: "\f040";
}

.timeline .event.create:after {
  content: "\f067";
}

.timeline .event.delete:after {
  content: "\f014";
}

.timeline .event.transaction:after {
  content: "\f156";
}


@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.draggable {
  cursor: grab;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide-loader{
display:none;
}

.search-heading {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #B1ABC2;
  font-size: 15px;
  font-weight: 500;
}

.search-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  transition: all 0.2 ease;
}
.search-list-item:hover {
  background-color: #E7F2FF;
}

input[type="search"]::-webkit-clear-button,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    display: none;
}

ul.p-status {
  font-size: 14px;
}

ul.p-status > li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px !important;
}

ul.p-status > li:last-child {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

ul.p-status > li {
  cursor: pointer;
  background: #f7f9fa;
}

ul.p-status > li.active {
background: #95b1bc;
border-color: #95b1bc;
z-index: unset !important;
}

.active-dropdown {
background: #95b2bd;
border-color: #95b2bd;
}

ul.p-status > li .dropdown-menu {
  padding: 4px 0;
}

ul.p-status > li .dropdown-menu .dropdown-item {
  padding: 6px 15px;
}

.form-group ul.p-status a {
  color: unset !important;
}

.progress, .progress-stacked {
  --bs-progress-bar-bg: #0EBDC2;
  --bs-progress-bg: #f4f4f4;
  height: 6px;
}

.deal-col{
  background-color: #e2eaf1; 
  min-height: 500px; 
  min-width: 350px;
}
.deal-count{
  background-color: #f3f7fb; line-height: 17px;
}

.li-22 {
  line-height: 22px;;
}

.icon-disable img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 50%;
}
.icon-disable img {
  cursor: default;
}

.updates-count{
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 2px 5px;
  color: rgb(255 255 255);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-left: 8px;
  background: rgb(41 167 193);
  border-radius: 18px;
  min-width: 24px;
  height: 24px;
  line-height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sb-controller {
  overflow-x: scroll; position: fixed; bottom: 0; right: 23px; transition: width 0.28s ease-in-out; z-index: 99;
}

.entitySearchDropdown {
  border-radius: 8px;
  border: 0.5px solid lightgray;
  overflow: scroll;
  height: 100px;
}