
@font-face {
    font-family: 'CabinetGrotesk';
    src: url(cabinet-grotesk/CabinetGrotesk-Variable.ttf);
}
  html {
      scroll-behavior: smooth;
  }

  body {
      margin: 0px;
      padding: 0px;
      background-color: var(--secondary-color);
      font-family: var(--font-family);
  }
  :root {
      --theme-color: rgba(0, 46, 105, 1);
      --secondary-color: #666565;
      --bgColor: #e5e8e8;
      --primary-text-color: #212f3c;
      --secondary-text-color: #535558;
      --tertiary-color: #DEECFF;
      --font-family: 'CabinetGrotesk'; 
      --font-weight-bold: 700;
      --font-weight-regular: 400;
      --line-height: 1.5;
      --white-color: white;
      --borderRadius5: 5px;
      --borderRadius10: 10px;
      --backgroundRgba01: rgba(0, 46, 105, 0.1);
      --backgroundRgba02: rgba(0, 46, 105, 0.2);
      --backgroundRgba03: rgba(0, 46, 105, 0.3);
      --backgroundRgba04: rgba(0, 46, 105, 0.4);
      --backgroundRgba05: rgba(0, 46, 105, 0.5);
      --backgroundRgba06: rgba(0, 46, 105, 0.6);
      --backgroundRgba07: rgba(0, 46, 105, 0.7);
      --backgroundRgba08: rgba(0, 46, 105, 0.8);
      --backgroundRgba09: rgba(0, 46, 105, 0.9);

      --background-dark: rgba(34, 32, 32, 0.9);
      --line-height-titles: 1.2;
      --grid-gap: 40px 60px;
      --background-size: cover;
      --background-position: center;
      --overflow: hidden;
      --box-shadow10: 1px 5px 10px 0px #DEECFF;
      --box-shadow20: 1px 5px 20px 0px #DEECFF;
      --box-shadow40: 1px 5px 40px 0px #DEECFF;
      --box-shadow40L: 0 .5rem 2rem rgba(100, 16, 7, .2);
      --Approved: #239B56;
      --New: #B03A2E;
      --InProgress: #F39C12;
      --OnHold: #FF5733;
      --Closed: #2ECC71;
      --Assigned: #0096CC;

      --LightGreen: #52be80;
      --MidGreen: #229954;
      --DarkGreen: #196f3d;

      --Blank: #a2d9ce;
      --Red: #cd6155;
      --LightRed: #e74c3c;
      --White: #b7950b;
      --SkyBlue: #3498db;
      --NewComp: #f5b041;

  }
 
  h1,
  h2,
  h3 {
      color: var(--primary-text-color);
  }

  h4,
  h5,
  h6,
  p {
      color: var(--secondary-text-color);
  }

  a {
      color: var(--primary-text-color);
      text-decoration: none;
  }

  a:hover {
      color: var(--primary-text-color);
      text-decoration: none;
  }

  ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
      background: var(--theme-color);
      border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  /* BUTTONS STARTS */
  .buttonTimes {
      background-color: red;
      border-radius: 5px;
      padding: 3px 10px;
      border: 1px solid red;
      color: white;
  }

  .buttonCheck {
      background-color: orange;
      border-radius: 5px;
      padding: 3px 10px;
      border: 1px solid orange;
      color: white;
  }

  .buttonSuccess {
      background-color: green;
      border-radius: 5px;
      padding: 3px 10px;
      border: 1px solid green;
      color: white;
  }

  .buttonInsert {
      background-color: var(--theme-color);
      border-radius: 5px;
      padding: 7px 10px;
      border: 1px solid var(--theme-color);
      color: white;
      width: 100%;
  }

  .buttonClose {
      background-color: white;
      border-radius: 5px;
      padding: 7px 10px;
      border: 1px solid var(--theme-color);
      color: var(--theme-color);
      width: 100%;
  }

  .buttonUpdate {
      background-color: var(--InProgress);
      border: 1px solid var(--InProgress);
      border-radius: 4px;
      padding: 3px 12px;
      font-size: 0.9em;
      margin: 0px;
      transition: 0.5s;
      color: white;
  }

  /* BUTTONS ENDS */

  /*========== NAVBAR STARTS ======= */

  /*========= NAVBAR ENDS =========*/

  /* ========== LEFT SIDEBAR STARTS ========*/

  /*COMMON SECTION*/
  .PaggignationComp {
      padding: 0px 0px;
      margin: -12px 0px 7px 0px;
  }

  .PaggignationComp h6 a {
      color: var(--primary-text-color);
      font-weight: normal;
  }

  .PaggignationComp h6 {
      color: var(--primary-text-color);
      font-weight: bold;
      padding-left: 5px;
  }

  .buttonFuncComp {
      display: flex;
      justify-content: right;
  }

  .buttonFuncComp .buttonNavExtract {
      background-color: white;
      border: 1px solid var(--theme-color);
      border-radius: 45px;
      font-size: 0.8em;
      color: var(--theme-color);
      padding: 7px 20px;
      margin: 0px 0px 0px 0px;
  }

  .buttonFuncComp .buttonNavDeleted {
      background-color: var(--New);
      border: 1px solid var(--New);
      border-radius: 5px;
      font-size: 1em;
      color: white;
      padding: 7px 15px;
      margin: 0px 15px 0px 0px;
  }

  .buttonFuncComp .buttonNavDownload {
      background-color: var(--theme-color);
      border: 1px solid var(--theme-color);
      border-radius: 5px;
      font-size: 1em;
      color: white;
      padding: 9px 15px;
      margin: 0px 15px 0px 0px;
  }

  .buttonFuncComp .buttonBackKey {
      background-color: transparent;
      border-radius: 0px;
      border: none;
      color: var(--primary-text-color);
      float: right;
      margin: 5px 0px 0px 15px;
      padding-right: 10px;
      font-size: 1.2em;
  }

  .sideCompSidebarDash h4.panel-title a:hover {
      text-decoration: none;
  }

  span.actionMsg {
      background-color: green;
      color: white;
      position: absolute;
      top: 128px;
      font-size: 0.8em;
      padding: 5px 15px;
      border-radius: 5px;
      right: 30px;
      z-index: 55555;
  }

  /*COMMON SECTION*/
  .formSection {
      padding: 15px;
  }

  .formSection label {
      font-size: 0.9em;
      font-weight: normal;
  }

  .formSection h4 {
      margin: 0px;
      font-size: 1.1em;
      font-weight: bold;
      letter-spacing: 0px;
      padding: 05px 0px 10px 0px;
  }

  .formSection input {
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      font-size: 0.9em;
      margin-bottom: 10px;
      padding: 20px 10px;
      box-shadow: none;
  }

  .formSection textarea {
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      font-size: 1em;
      margin-bottom: 10px;
      padding: 10px 10px;
      box-shadow: none;
  }

  .formSection select {
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      font-size: 0.9em;
      height: 42px;
      margin-bottom: 10px;
      box-shadow: none;
  }




  /* ========== LEFT SIDEBAR STARTS ========*/

  /* ========== RIGHT SIDEBAR STARTS ========*/
  .sideContentDashComp {
      position: fixed;
      height: 800px;
      background-color: transparent;
      scroll-behavior: smooth;
      overflow-y: scroll;
      z-index: 111;
      margin-top: 0px;
      overflow-x: hidden;
  }

  .sideContentDashComp::-webkit-scrollbar {
      display: none;
  }

  .sideContentDashComp .container-fluid {
      padding: 0px;
      margin: 0px;
  }

  .leadStageWell .wellBox {
      padding: 10px 10px 0px 10px;
      background-color: white;
      border-radius: 10px;
      border: 1px solid rgba(0, 46, 105, 0.2);
      overflow: hidden;
  }

  .leadStageWell .well {
      padding: 5px;
      margin: 0px;
      text-align: center;
      background-color: white;
      border-radius: 5px;
      border: none;
      box-shadow: var(--box-shadow20);
      transition: 0.3s ease-in;
      cursor: pointer;
  }

  .CalendarComp .well {
      padding: 10px;
      background-color: white;
      border-radius: 10px;
      overflow: hidden;
  }

  .leadStageWell .well h2 {
      margin: 0px;
      color: white;
      font-weight: 600;
      text-align: left;
      font-size: 2.2em;
      padding-left: 10px;
      transition: 0.4s ease-in;
  }

  span.todayCounter {
      position: absolute;
      right: 15px;
      top: 0px;
      font-size: 0.7em;
      border-radius: 0px 4px 0px 5px;
      padding: 3px 10px;
      color: var(--primary-text-color);
      background-color: white;
  }

  .leadStageWell h4 {
      font-size: 0.9em;
      color: white;
      text-align: left;
      padding: 9px 0px 0px 0px;
      transition: 0.4s ease-in;
  }

  .leadStageWell .well h5 {
      margin: 0px;
      font-size: 1em;
      font-weight: normal;
      padding: 5px 0px;
      transition: 0.4s ease-in;
  }

  .leadStageWell .well .viewRedirect {
      padding: 5px 25px;
      border: 1px solid rgba(253, 253, 253, 0.1);
      border-radius: 40px;
      margin-top: 10px;
      background-color: transparent;
      font-size: 0.8em;
      color: white;
      transition: 0.3s ease-in;
      margin-bottom: 5px;
  }

  .leadStageWell .well:hover {
      background-color: white;
      transition: 0.3s ease-in;
  }

  .leadStageWell .well:hover h2 {
      color: white;
      transition: 0.4s ease-in;
  }

  .leadStageWell .well:hover h5 {
      color: white;
      transition: 0.4s ease-in;
  }

  .leadStageWell .well:hover .viewRedirect {
      color: var(--secondary-text-color);
      transition: 0.4s ease-in;
      background-color: white;
  }

  .chartRepresent .well {
      background-color: white;
      box-shadow: var(--box-shadow40);
      border-radius: 15px;
      padding: 0px;
      overflow: hidden;
  }

  .chartRepresent .well h5 {
      text-align: center;
      padding-top: 0px;
      font-size: 0.9em;
      font-style: italic;
      font-weight: 400;
  }

  .chartRepresent .well h5 span {
      color: var(--theme-color);
      font-weight: bold;
  }

  .assignedLeadCounter {
      padding: 10px 15px;
      height: 240px;
      background-color: white;
      box-shadow: var(--box-shadow40);
      border-radius: var(--borderRadius10);
      border-radius: 10px;
  }

  .assignOuterComp {
      height: 180px;
      overflow-y: scroll;
  }

  .assignOuterComp::-webkit-scrollbar {
      display: none;
  }

  .assignedLeadCounter h2 {
      font-size: 1em;
      margin: 0px;
      font-weight: 600;
      padding-bottom: 15px;
  }

  .leadAssignCounter {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      margin-bottom: 15px;
  }

  .assignedLeadCounter .LeadCounterwell {
      background-color: var(--secondary-color);
      border: 1px solid rgba(123, 53, 253, 0.2);
      margin-right: 15px;
      margin-bottom: 15px;
      padding: 10px 10px 10px 10px;
      border-radius: 10px;
  }

  .assignedLeadCounter .LeadCounterwell span {
      color: white;
      padding: 7px 10px 7px 10px;
      border-radius: 40px;
      float: right;
      font-size: 0.9em;
      margin-top: -5px;
      margin-left: 40px;
      background-color: var(--Approved);
  }

  .assignedLeadCounter .LeadCounterwell h3 {
      font-size: 1em;
      padding: 5px 0px 0px 0px;
      margin: 0px;
      text-align: left;
  }

  .TodayFollowUp .well {
      padding: 10px;
      overflow: hidden;
      border-radius: 5px;
      background-color: white;
      box-shadow: var(--box-shadow40);
  }

  .TodayFollowUp .well h5 {
      padding: 0px 0px 0px 0px;
      font-weight: 600;
      margin: 0px;
      text-align: right;
      font-size: 0.7em;
  }

  .TodayFollowUp .well h6 {
      padding: 0px 0px 10px 0px;
      font-weight: 600;
      margin: 0px;
      font-size: 0.8em;
  }


  .accessComp {
      padding: 0px 15px;
  }

  .accessComp .imageBox img {
      margin-left: 7px;
      height: 190px;
      width: 190px;
      margin-top: -11px;
      border-radius: 50%;
      background-color: #F6F8FC;

  }

  .accessComp h2 {
      text-align: left;
      margin: 0px;
      color: white;
      border-radius: 4px;
      font-size: 1em;
      padding: 9px;

      letter-spacing: 1px;
      background-color: var(--theme-color);
  }

  .accessComp h4 {
      text-align: left;
      padding-top: 10px;
  }

  .accessComp .accessPannel h5 {
      text-align: left;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 00px;
  }


  .sideContentApp {
      padding: 0px 0px 0px 10px;
      margin: -15px 15px 0px 190px;
  }

  .sideContentApp .container-fluid {
      margin: 0px;
      padding: 0px;
  }

  .table-striped>tbody>tr:nth-child(2n+1)>td,
  .table-striped>tbody>tr:nth-child(2n+1)>th {
      background-color: #F0F8FF;
  }

  .tablePannel tr:nth-child(even) {
      background-color: white;
  }

  .tablePannel {
      padding: 10px 10px 0px 10px;
  }

  .tablePannel .table tr {
      margin: 2px;
      color: #585858;

  }

  .tablePannel .table th {
      background-color: white border: 1px solid rgba(139, 109, 85, 0.3);
      color: var(--secondary-text-color);
  }

  .tablePannel .table td {}

  .WidgetTableComp h5 {
      font-size: 0.9em;
      font-weight: 600;

  }

  .actionButtonUpdate {
      background-color: var(--theme-color);
      color: white;
      border-radius: 5px;
      border: none;
      padding: 12px 15px;
      width: 100%;
      margin-top: 20px;
      font-size: 0.9em;
  }

  .buttonUpdateBtn {
      border: none;
      padding: 8px 10px 8px 10px;
      color: white;
      text-align: center;
      border-radius: 5px;
      cursor: pointer;
      background-color: var(--InProgress);
      font-size: 0.9em;
  }

  .buttonViewBtn {
      border: none;
      padding: 8px 10px 8px 10px;
      color: white;
      text-align: center;
      border-radius: 5px;
      cursor: pointer;
      background-color: var(--Approved);
      font-size: 0.9em;
  }

  .buttonDeleteBtn {
      border: none;
      padding: 8px 10px 8px 10px;
      color: white;
      text-align: center;
      border-radius: 5px;
      cursor: pointer;
      background-color: red;
      font-size: 0.9em;
  }



  .GraphScroller {
      height: 620px;
      overflow: hidden;
      overflow-y: scroll;
  }

  .leadStageCompaign .GraphScroller h4 {
      font-size: 0.9em;

  }

  .leadStageCompaign span {
      font-weight: 300;
      color: var(--theme-color);
  }

  .wrapperScrollable {
      background-color: white;
      scroll-behavior: smooth;
      overflow-y: scroll;
      overflow-x: hidden;
      border-radius: 5px;
      margin: 0px;
      padding: 0px 0px 10px 0px;
  }

  .empNameSideBar::-webkit-scrollbar {
      display: none;
  }

  .EmpName {
      display: flex;
  }

  .EmpName a {
      padding: 5px 10px;
      font-size: 0.8em;
      border: 1px solid rgba(0, 46, 105, 0.2);
      border-radius: 5px;
      background-color: white;
      margin: 0px 5px 5px 0px;
  }

  .EmpName h5 {
      padding: 7px;
      font-size: 1em;
      margin: 0px;
  }

  .compaignWell {
      border: 1px solid rgba(0, 46, 105, 0.2);
      border-radius: 10px;
      padding: 0px;
      margin-bottom: 15px;
      overflow: hidden;
  }

  .compaignWell h3 {
      margin: 0px 0px 10px 0px;
      padding: 7px 15px;
      font-size: 1em;
      background-color: var(--theme-color);
      color: white;
      text-align: left;
  }

  .leadStageCounter {
      padding: 0px 10px;
  }

  .leadStageCounter .leadStageDescp {
      border: 1px solid rgba(0, 46, 105, 0.2);
      border-radius: 7px;
      padding: 0px 15px 0px 15px;
      margin: 0px 0px 5px 0px;
  }

  .leadStageCounter .leadStageDescp p.leadstageTitle {
      font-size: 0.9em;
      margin: 0px 0px -5px 0px;
      padding: 13px 0px 0px 0px;
  }

  .leadStageBtn {
      margin: 12px 20px 0px 0px;
      padding: 0px 15px;
      background-color: rgba(0, 46, 105, 0.2);
      border: none;
      color: white;
      border-radius: 10px;
  }


  .leadStageCompaign h4 {
      margin: 0px;
      padding: 10px 0px 15px 0px;
      font-size: 1em;
      font-weight: 600;
  }

  .leadStageCompaign .col-lg-3 {
      margin: 0px;
      padding: 0px;
      background-color: red;
  }

  .graphViewComp {
      height: 420px;
      overflow: hidden;
  }

  .BtnCollapse {
      background-color: var(--theme-color);
      border: none;
      color: white;
      padding: 7px 15px;
      width: 100%;
      font-size: 0.8em;
      border-radius: 15px 5px 5px 15px;
      text-align: center;
  }

  .analysisCompHead h3 {
      font-size: 1em;
      margin: 0px;
      padding: 8px;
      color: var(--theme-color);
      border-radius: 5px 15px 15px 5px;
      background-color: var(--secondary-color);
  }

  .analysisCompHead h2 {
      text-align: center;
      font-size: 0.9em;
      margin: 0px;
      padding: 8px;
      font-weight: 600;
      color: var(--primary-text-color);
      border-radius: 5px;
      background-color: rgba(0, 46, 105, 0.2);
  }

  .analysisCompHead h5 {
      font-size: 0.9em;
      margin: 0px;
      font-weight: 600;
      padding: 8px;
      text-align: center;
      color: var(--theme-color);
      border-radius: 15px 15px 15px 15px;
      background-color: var(--secondary-color);
  }

  .modal-dialog {
      padding-top: 2%;
  }

  .modal-title {
      text-align: center;
      font-size: 1.1em;
  }

  .widgetStudentComp {
      background-color: white;
      padding: 15px;
      border: 1px solid rgba(0, 46, 105, 0.2);
      margin-top: 0px;
      border-radius: 10px;
  }

  .widgetStudentComp .userInfoTop h4 {
      padding-top: 25px;
      text-align: center;
  }

  .widgetStudentComp .userInfoTop h6 {
      padding-top: 05px;
      text-align: center;
  }

  .widgetStudentComp .ProfileImageBox {
      width: 200px;
      height: 200px;
      overflow: hidden;
      padding: 0px;
      margin-left: 35px;
      border-radius: 50%;
      margin-bottom: 15px;
      background-color: rgba(0, 46, 105, 0.2);
  }

  .widgetStudentComp .ProfileImageComp img {
      height: 100%;
      width: 100%;

  }

  .widgetStudentComp .actionButtonProfile {
      background-color: var(--theme-color);
      border-radius: 3px;
      border: none;
      width: 40px;
      height: 40px;
      margin-left: 200px;
      margin-top: -80px;
      border-radius: 50%;
      position: absolute;
      text-align: center;
      font-size: 1em;
      transition: 0.5s;
      color: white;
      border: 1px solid var(--theme-color);
  }

  .widgetDetailComp h5 {
      padding: 5px 0px 10px 0px;
      font-size: 1em;
      font-weight: 600;
      border-radius: 3px;
      margin: 0px 0px 0px 0px;
      color: var(--theme-color);
  }

  .widgetDetailComp h6 {
      font-size: 0.8em;
      margin: 0px;
      padding: 5px 0px 0px 0px;
      text-align: right;
  }

  .widgetDetailComp .actionButtonIcons {
      width: 100%;
      letter-spacing: 1px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 5px;
      padding: 5px 0px;
      color: var(--theme-color);
      transition: 0.3s;
      margin: 0px 0px 0px 0px;
      font-size: 1em;
  }

  .widgetDetailComp {
      background-color: white;
      padding: 5px 0px;
  }

  .widgetDetailComp .list-group-item {
      margin: 10px 0px;
      padding: 12px;
      font-size: 1em;
      border-radius: var(--borderRadius5);
  }

  /*PROFILE COMP*/
  .DownloadBtn {
      background-color: #009DFF;
      padding: 5px 20px;
      border-radius: 5px;
      text-align: center;
      color: white;
      border: none;
      width: 100%;
  }

  a.DownloadBtn {
      text-decoration: none;
  }

  .updateBtn {
      background-color: var(--InProgress);
      padding: 5px 20px;
      width: 100%;
      border-radius: 5px;
      text-align: center;
      color: white;
      border: none;
  }

  .DownloadBtn {
      background-color: #009DFF;
      padding: 5px 20px;
      border-radius: 5px;
      text-align: center;
      color: white;
      border: none;
  }

  a.DownloadBtn {
      text-decoration: none;
  }

  .updateBtn {
      background-color: var(--InProgress);
      padding: 5px 20px;
      border-radius: 5px;
      text-align: center;
      color: white;
      border: none;
  }

  .profileDisplayComp {
      padding-top: 10px;
  }

  .profileDisplayComp h4 {
      font-size: 1em;
      margin: 0px;
      padding-bottom: 20px;
  }

  .profileDisplayComp .buttonView {
      font-weight: normal;
      border: none;
      float: right;
      background-color: transparent;
  }

  .profileDisplayComp h6.failureImage {
      border-radius: 5px;
      padding: 12px 15px;
      margin: 0px;
      font-size: 0.8em;
      text-align: left;
      border: 1px solid red;
      background-color: var(--secondary-color);
  }

  .profileDisplayComp h6.successImage {
      background-color: green;
      border-radius: 5px;
      padding: 12px 15px;
      margin: 0px;
      font-size: 0.8em;
      text-align: left;
      border: 1px solid green;
      background-color: var(--secondary-color);
  }

  .profileDisplayComp #AadharPic {
      padding-top: 10px;
  }

  .profileDisplayComp #ProfilePic {
      padding-top: 10px;
  }

  .profileDisplayComp .buttonNoDoc {
      font-weight: normal;
      border: 1px solid red;
      float: right;
      width: 100%;
      font-size: 0.8em;
      border-radius: 5px;
      background-color: var(--secondary-color);
      ;
  }

  .profileDisplayComp .buttonYesDoc {
      font-weight: normal;
      border: 1px solid green;
      float: right;
      width: 100%;
      font-size: 0.8em;
      border-radius: 5px;
      background-color: var(--secondary-color);
  }


  .widgetProfileUpdate {
      height: 690px;
      background-color: white;
      scroll-behavior: smooth;
      overflow-y: scroll;
      overflow-x: hidden;
      border-radius: 10px;
      margin: 0px 15px 0px 0px;
      padding: 10px 10px 10px 10px;
  }

  span.instruction {
      font-size: 0.7em;
      color: red;
      padding-left: 10px;
  }

  .widgetDetailComp p.LastUpdate {
      padding-top: 0px;
      padding-right: 15px;
      text-align: right;
      font-size: 0.8em;
  }

  .widgetProfileUpdate label {
      padding-top: 15px;
      font-size: 0.9em;
  }





  .leadHistoryComp .leadHeadHist h2 {
      font-size: 0.8em;
      font-weight: 700;
      text-align: left;
      color: var(--secondary-text-color);
      padding: 5px 0px 5px 0px;
      margin: 0px;
  }

  .leadHistoryComp .nextFollowComp h4 {
      font-size: 0.8em;
      margin: 0px;
      text-align: center;
      padding: 4px 10px 5px 10px;
      border-radius: 40px;
      background-color: var(--theme-color);
      color: white;
  }

  span.leadStage {
      font-size: 0.8em;
  }

  .smallNowLeft {
      font-size: 1em;
      padding-left: 0px;
      font-weight: normal;
  }

  .smallNowRight {
      font-size: 1em;
      padding-left: 15px;
      font-weight: normal;
  }

  .leadHistoryComp .leadHeadHist h5 {
      font-size: 0.8em;
      text-align: right;
      margin: 0px 0px 0px 0px;
      width: 750px;
      color: var(--theme-color);
      font-weight: 500;
      font-style: italic;
      padding: 7px 25px 0px 0px;
  }

  .leadHistoryComp .leadHeadHist p {
      font-size: 1em;
      font-style: italic;
  }

  .verticalLine {
      width: 100%;
      background-color: rgba(0, 46, 105, 0.2);
      height: 1px;
      margin-top: 5px;
  }

  .leadHistoryComp .leadHisRemComp h5 {
      font-size: 1em;
      text-align: left;
      margin: 0px;
      font-weight: 600;
      padding: 10px 0px 5px 0px;
  }

  .leadHistoryComp .leadHisRemComp p {
      font-size: 0.9em;
      margin: 0px;
      line-height: 22px;
      padding: 0px;
  }

  .leadHistoryComp {
      border-radius: 5px;
      background-color: white;
      padding: 5px;
      margin-bottom: 10px;
      border: 1px solid rgba(123, 53, 253, 0.2);
  }

  .leadHistoryComp .counter {
      color: white;
      background-color: var(--theme-color);
      border-radius: 7px 5px 5px 5px;
  }

  .leadHistoryComp .leadHeadHist .counter h4 {
      color: white;
      font-size: 1em;
      margin: 0px;
      text-align: center;
      padding: 5px 0px 7px 15px;
  }

  .leadHisStatus {
      display: flex;
      justify-content: space-between;
  }

  .leadHisStatus h4 {
      font-size: 0.8em;
      background-color: rgba(0, 46, 105, 0.2);
      color: var(--theme-color);
      text-align: center;
      font-weight: 600;
      margin: 5px 0px 5px 0px;
      padding: 5px 10px;
      width: 100%;
      border-radius: 40px;
  }

  .knowMoreBtn {
      background-color: transparent;
      padding: 3px 20px;
      font-size: 0.9em;
      float: right;
      border-radius: 40px;
      border: 1px solid var(--theme-color);
  }

  .TooltipAtt {
      background-color: var(--theme-color);
      font-size: 0.8em;
      padding: 10px 15px;
      border-radius: 8px;
      right: 20px;
      top: 20px;
      display: none;
      width: 500px;
      z-index: 555555;
      color: white;
      position: absolute;
      text-align: center;
  }

  .TooltipAtt h1 {
      color: white;
      margin: 0px;
      font-size: 1.3em;
  }

  .TooltipAtt h4 {
      color: white;
      font-size: 1.2em;
      padding-top: 5px;
      margin: 0px;
  }

  .TooltipAttArrow {
      height: 15px;
      width: 15px;
      right: 15px;
      display: none;
      transform: rotate(45deg);
      top: -6px;
      border-radius: 2px;
      position: absolute;
      background-color: var(--theme-color);
  }

  .knowMoreBtn:hover .TooltipAtt {
      display: block;
  }

  .knowMoreBtn:hover .TooltipAttArrow {
      display: block;
  }



  .leadsDetailsComp .list-group {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      border: 1px solid rgba(0, 46, 105, 0.2);
      border-radius: 10px;
      padding: 5px 5px 0px 5px;
      margin-bottom: 10px;
      background-color: var(--secondary-color);
  }

  .leadsDetailsComp .list-group-item {
      background-color: white;
      box-shadow: none;
      font-size: 0.8em;
      color: var(--secondary-text-color);
      border-radius: 5px;
      padding: 5px 10px;
      border: 1px solid rgba(123, 53, 253, 0.2);
      margin: 0px 15px 5px 0px;
  }

  .formSectionUpdate .leadsDetailsComp {
      border-radius: 10px;
      padding: 0px;
      margin-bottom: 10px;
      background-color: white;
  }

  .formSectionUpdate .leadsDetailsComp label {
      font-size: 0.7em;
      background-color: white;
      color: var(--secondary-text-color);
      position: absolute;
      margin-left: 10px;
      padding: 0px 10px 0px 10px;
  }

  .formSectionUpdate .leadsDetailsComp input {
      border: 1px solid var(--theme-color);
      height: 35px;
      box-shadow: none;
      font-size: 0.8em;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: var(--borderRadius5);
  }

  .formSectionUpdate .leadsDetailsComp select {
      border: 1px solid var(--theme-color);
      height: 35px;
      box-shadow: none;
      font-size: 0.8em;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: var(--borderRadius5);
  }

  .formSectionUpdate .leadsDetailsComp textarea {
      border: 1px solid var(--theme-color);
      font-size: 0.8em;
      box-shadow: none;
      margin-top: 10px;
      border-radius: var(--borderRadius5);
  }

  .formSectionUpdate .leadsDetailsComp .buttonPrimary {
      margin-top: -10px;
      padding: 5px;
      font-size: 0.9em;
  }



  .EmpProfileComp {
      display: flex;
  }

  .imageEmpProfile {
      height: 40px;
      width: 40px;
      overflow: hidden;
      margin-top: -3px;
      background-color: var(--theme-color);
      border-radius: 50%;
  }

  h5.profileName {
      margin-left: 15px;
      margin-top: 5px;
      color: black;
      font-size: 1.1em;
  }

  .buttonBanChange {
      padding: 4px 10px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 0px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: var(--New);
      font-size: 0.9em;
      border: 1px solid var(--New);
  }

  .buttonRowDelete {
      padding: 4px 8px 4px 12px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: red;
      font-size: 0.9em;
      border: 1px solid red;
  }

  .buttonEmpEdit {
      padding: 4px 5px 4px 12px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: var(--InProgress);
      font-size: 0.9em;
      border: 1px solid var(--InProgress);
  }

  .ApprovedBatch {
      padding: 4px 12px 4px 12px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: var(--Approved);
      font-size: 1em;
      width: 100%;
      border: 1px solid var(--Approved);
  }

  .buttonEmpAdd {
      padding: 4px 12px 4px 12px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: var(--theme-color);
      font-size: 1em;
      width: 100%;
      border: 1px solid var(--theme-color);
  }

  .buttonEmpView {
      padding: 4px 5px 4px 12px;
      font-weight: 100;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px 0px 0px 0px;
      text-align: center;
      color: white;
      background-color: var(--theme-color);
      font-size: 0.9em;
      border: 1px solid var(--theme-color);
  }

  h3.Status {
      background-color: var(--theme-color);
      padding: 10px;
      font-size: 1em;
      margin: 0px 0px 10px 0px;
      border-radius: 4px;
      text-align: center;
      color: white;

  }


  .statusMapping {
      margin-top: 3px;
  }

  button.Approved {
      background-color: var(--Approved);
      border: 1px solid var(--Approved);
      color: white;
      border-radius: 5px;
      padding: 4px 12px 4px 12px;
      width: 100%;
  }

  button.Pending {
      background-color: var(--InProgress);
      border: 1px solid var(--InProgress);
      color: white;
      border-radius: 5px;
      padding: 4px 12px 4px 12px;
      width: 100%;
  }

  button.OnHold {
      background-color: var(--OnHold);
      border: 1px solid var(--OnHold);
      color: white;
      border-radius: 5px;
      padding: 4px 12px 4px 12px;
      width: 100%;
  }

  button.New {
      background-color: var(--New);
      border: 1px solid var(--New);
      color: white;
      border-radius: 5px;
      padding: 4px 12px 4px 12px;
      width: 100%;
  }

  span.New {
      background: var(--New);
  }

  span.InProgress {
      background: var(--InProgress);
  }

  span.Approved {
      background: var(--Approved);
  }

  span.Assigned {
      background: var(--Assigned);
  }

  span.Closed {
      background: var(--Closed);
  }

  span.OnHold {
      background: var(--OnHold);
  }

  span.Cancelled,
  span.Rejected {
      background: #E6B0AA;
  }

  span.Null {
      background: white;
      color: var(--theme-color);
  }

  .contactPerComp h4 {
      font-size: 0.9em;
      font-weight: 600;
      text-align: center;
      padding-bottom: 5px;
  }

  .contactPerComp .well {
      padding: 0px 10px;
      margin: 0px;
      background-color: white;
      border-radius: 10px;
      box-shadow: var(--box-shadow40);
  }

  .contactPerComp .well h3 {
      font-size: 1em;
      margin: 0px;
      padding: 0px;
  }

  .contactPerComp .well h5 {
      padding-bottom: 0px;
      font-size: 0.9em;
      font-style: italic;
      padding-top: 0px;
  }

  .contactPerComp .well h6 {
      padding-bottom: 0px;
      font-size: 0.8em;
      line-height: 0px;
      font-style: italic;
      padding-top: 0px;
  }

  .deviderPOC {
      width: 100%;
      height: 1px;
      background-color: rgba(0, 46, 105, 0.2);
      margin-bottom: 5px;
  }

  .pushNotification .well {
      background-color: var(--secondary-color);
      padding: 4px 2px 0px 2px;
      width: 210px;
      position: fixed;
      top: 30%;
      left: 0%;
      border: none;
      height: 420px;
      overflow-y: scroll;
      border-radius: 15px;
  }

  .pushNotification .well::-webkit-scrollbar {
      display: none;
  }

  .pushNotification .wellLeadBox {
      background-color: var(--InProgress);
      padding: 5px 10px;
      border-radius: 15px;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
  }

  .pushNotification .wellLeadBox h5 {
      color: white;
      margin: 0px;
      text-align: center;
      padding: 4px 0px;
      font-size: 1em;
  }

  .pushNotification .wellLeadBox .fa-link {
      padding-top: 12px;
      margin-left: -10px;
      color: white;
  }

  .accessComp .well {
      margin-top: 10%;
      background-color: white;
      border-radius: 10px;
      box-shadow: var(--box-shadow40L);
  }

  .accessComp .well h4 {
      text-align: center;
  }

  .accessComp .buttonPrimary {
      padding: 13px;
  }

  .accessComp .buttonPrimaryLight {
      padding: 13px;
      margin-top: 30px;
  }




  /* ========== RIGHT SIDEBAR ENDS ==========*/

  .leadCompaign {
      padding-top: 0px;
      margin: 0px;
      display: flex;
      flex-direction: column;
  }

  .leadCompaign h4 {
      font-size: 1em;
      padding-bottom: 5px;
      text-align: center;
      color: white;
      padding: 7px;
      margin: 0px 0px 2px 0px;
      background-color: var(--theme-color);
  }

  .leadCompaign ul li {
      list-style: none;
  }

  .leadCompaign a {
      text-align: center;
      background-color: white;
      margin-top: 10px;
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      padding: 5px 15px;
  }

  .leadStage span {
      background-color: transparent;
      color: white;
      padding: 5px 15px;
      border-radius: 5px;
  }

  span.LightGreen {
      background: #52be80;
  }

  span.MidGreen {
      background: #229954;
  }

  span.DarkGreen {
      background: #196f3d;
  }

  span.Blank {
      background: #a2d9ce;
  }

  span.Red {
      background: #cd6155;
  }

  span.LightRed {
      background: #e74c3c;
  }

  span.White {
      background: #b7950b;
  }

  span.SkyBlue {
      background: #3498db;
  }

  span.New {
      background: #f5b041;
  }

  .noRecordFound h6 {
      text-align: center;
      font-size: 0.8em;
      color: red;
  }

  .floating-box {
      display: none;
      position: absolute;
      background: #ffffff;
      border: 1px solid #ccc;
      padding: 9px;
      z-index: 99;
      border-radius: 5px;
      width: 60%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .hover-row:hover .floating-box {
      display: block;
  }