  html {
      scroll-behavior: smooth;
  }

  body {
      margin: 0px;
      padding: 0px;
      background-color: var(--secondary-color);
      font-family: var(--font-family);
  }

  :root {
      --theme-color: rgba(139, 109, 85, 1);
      --secondary-color: rgba(255, 232, 213, 1);
      --primary-text-color: #171717;
      --secondary-text-color: #535558;
      --tertiary-color: #DEECFF;
      --font-family: 'Sofia Pro', sans-serif;
      --font-weight-bold: 700;
      --font-weight-regular: 400;
      --line-height: 1.5;
      --white-color: white;
      --borderRadius5: 5px;
      --borderRadius10: 10px;
      --background-rgba08: rgba(123, 51, 253, 0.8);
      --background-rgba09: rgba(123, 51, 253, 0.9);
      --background-rgba05: rgb(123, 51, 253, 0.5);
      --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;
  }



  /*========== NAVBAR STARTS ======= */
  .navbar {
      position: fixed;
      width: 100%;
      z-index: 11111;
      border-radius: 0px;
  }

  .left-topHeading .well {
      padding: 0px;
      margin-top: 7px;
      border-radius: 10px;
      background-color: white;
      box-shadow: var(--box-shadow20);
      padding-bottom: 10px;
      border: 1px solid rgba(139, 109, 85, 0.2);
  }

  .left-topHeading .container-fluid {
      padding: 0px 10px;
      background-color: transparent;
      margin: 0px;
  }

  .left-topHeading ul li {
      margin: 0px 15px;
  }

  .left-topHeading ul li a {

      position: relative;
      padding: 0px;
  }

  .left-topHeading ul li a:hover {
      margin: 0px;
      background-color: transparent;
  }

  .imageText img {
      height: 50px;
      margin-left: 10px;
      margin-top: 10px;
  }

  .nonnotiButton {
      background-color: var(--theme-color);
      border-radius: 3px;
      border: none;
      margin-top: 10px;
      padding: 10px;
      border-radius: 50%;
      font-size: 0.8em;
      transition: 0.5s;
      color: white;
  }

  .notiButton {
      background-color: var(--theme-color);
      border-radius: 3px;
      border: none;
      margin-top: 10px;
      padding: 10px;
      border-radius: 50%;
      font-size: 0.8em;
      transition: 0.5s;
      color: white;
  }


  .notiButton {
      animation: bellshake 1s infinite;
  }

  .notiCount i {
      color: var(--theme-color);
      font-size: 1em;
      padding-right: 5px;
  }

  .notiCount h3 {
      font-size: 0.9em;
      float: left;
  }

  .notiCount a {
      font-size: 0.9em;
      color: var(--theme-color);
      float: right;
      font-weight: 700;
  }

  .nameString {
      background-color: transparent;
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      padding: 5px 35px;
      width: 100%;
      color: var(--theme-color);
      margin: 18px 0px 5px 0px;
      font-size: 0.9em;
      letter-spacing: 0px;
  }

  .navbar .timerCounter h1 {
      color: var(--theme-color);
      padding-top: 8px;
      font-weight: 500;
      font-size: 0.9em;
  }

  .newNotify {
      border-radius: 50px;
      background-color: red;
      margin-top: -32px;
      margin-left: 22px;
      color: white;
      padding: 0px 10px;
      font-size: 0.65em;
      position: absolute;
  }

  #demoDropdown {
      height: 300px;
      width: 340px;
      top: 50px;
      position: absolute;
      padding: 0px 10px;
      margin-left: -324px;
      border-radius: 5px;
      box-shadow: none;
      background-color: white;
      border: 1px solid #B4D9F3;
  }

  #demoDropdown .notiCount {
      scroll-behavior: smooth;
      height: 300px;
      background-color: transparent;
      overflow-y: scroll;
  }

  #demoDropdown .notiCount::-webkit-scrollbar {
      display: none;
  }

  #demoDropdown .notiCount .notiActive {
      background-color: var(--secondary-color);
      padding: 5px 0px;
      margin-bottom: 10px;
      border-radius: 5px;
  }

  #demoDropdown .notiCount .notiNotActive {
      background-color: transparent;
      padding: 5px 10px;
      margin-bottom: 5px;
      border-radius: 5px;
  }

  #demoDropdown h2 {
      font-size: 0.8em;
      padding-left: 0px;
      font-weight: 500;
  }

  #demoDropdown .notiActive h3 {
      font-size: 0.8em;
      padding: 10px;
      margin: 0px;
  }

  #demoDropdown .notiActive a {
      font-size: 0.6em;
      padding: 10px 10px 0px 0px;
      margin: 0px;
  }

  #demoDropdown .curveUpNoti {
      height: 15px;
      width: 15px;
      position: absolute;
      z-index: 5555;
      rotate: 45deg;
      background-color: white;
      margin-top: -8px;
      margin-left: 260px;
      border-top-left-radius: 5px;
      border-top: 1px solid #B4D9F3;
      border-left: 1px solid #B4D9F3;

  }

  @keyframes bellshake {
      0% {
          transform: rotate(0);
      }

      15% {
          transform: rotate(7deg);
      }

      30% {
          transform: rotate(-7deg);
      }

      45% {
          transform: rotate(5deg);
      }

      60% {
          transform: rotate(-5deg);
      }

      75% {
          transform: rotate(2deg);
      }

      85% {
          transform: rotate(-2deg);
      }

      92% {
          transform: rotate(1deg);
      }

      100% {
          transform: rotate(0);
      }
  }


  /*========= NAVBAR ENDS =========*/

  /* ========== LEFT SIDEBAR STARTS ========*/

  /*COMMON SECTION*/
  .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 .buttonNavExtract {
      background-color: var(--theme-color);
      border: 1px solid var(--theme-color);
      border-radius: 5px;
      font-size: 0.8em;
      color: white;
      padding: 5px 20px;
      margin: 0px 0px 0px 10px;
  }

  .buttonFuncComp .buttonBackKey {
      background-color: transparent;
      border-radius: 0px;
      border: none;
      color: var(--primary-text-color);
      float: right;
      padding-right: 15px;
      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.8em;
  }

  .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 select {
      border-radius: 5px;
      border: 1px solid var(--theme-color);
      font-size: 0.9em;
      height: 42px;
      margin-bottom: 10px;
      box-shadow: none;
  }

  .sideCompSidebarDash {
      background-color: var(--theme-color);
      position: fixed;
      height: 100%;
      border-radius: 0px 10px 10px 0px;
      width: 210px;
      margin-top: 15px;
      overflow: hidden;
      padding-top: 10px;
  }

  .sideCompSidebarDash .sideCompInnerComp {
      height: 630px;
      overflow-y: scroll;
  }

  .sideCompInnerComp::-webkit-scrollbar {
      display: none;
  }

  .sideCompSidebarDash .sideWidgetBtn .well {
      color: white;
      padding: 10px 10px 5px 5px;
      border: 1px solid var(--theme-color);
      background-color: transparent;
      border-radius: 0px;
      margin: 0px;
  }

  .sideCompSidebarDash .panel {
      background-color: transparent;
      border: 0px;
  }

  .sideCompSidebarDash .panel-group {
      background-color: var(--theme-color);
      margin: 0px;
      border: 0px;
  }

  .sideCompSidebarDash .panel-heading {
      background-color: var(--theme-color);
      color: white;
      margin: 0px 0px 5px -2px;
      border: none;
      padding: 0px 15px 0px 5px;
  }

  .sideCompSidebarDash h4.panel-title {
      font-size: 1em;
      margin: 0px;
      background-color: var(--theme-color);
      font-weight: 600;
      padding: 10px 15px;
      border: none;
  }

  .sideCompSidebarDash .panel-title:hover a {
      color: white;
  }

  .sideCompSidebarDash .panel-body {
      background-color: var(--theme-color);
      font-size: 1em;
      margin: -5px 0px -5px -2px;
      padding: 0px 0px 10px 25px;
  }

  .sideWidgetBtn .well i {
      font-size: 0.9em;
      padding-left: 0px;
      padding-top: 3px;
  }

  .sideWidgetBtn .well span {
      position: relative;
      margin-left: 12px;
      color: #E1D9D8;
      font-size: 0.9em;
      font-weight: 500;
  }

  .sideWidgetBtn .well a {
      color: white;
      text-decoration: none;
      font-size: 1em;
  }

  .sideCompSidebarDash .fa-angle-down {
      font-size: 1.3em;
  }

  .personaliseTab {
      position: fixed;
      top: 79%;
      height: 170px;
      width: 190px;
  }

  .profileDivider {
      height: 1px;
      background-color: grey;
      margin-bottom: 5px;
  }

  .userCompSidebar {
      margin-top: 20px;
  }

  .profilePicComp {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: 15px;
  }

  .userCompSidebar h4 {
      color: white;
      margin: 0px;
      font-weight: 600;
      padding: 5px 0px 5px 10px;
  }

  .userCompSidebar h6 {
      color: white;
      margin: 0px;
      padding-left: 10px;
  }



  .copywright {
      left: 220px;
      position: absolute;
  }

  .copyVersion {
      position: absolute;
      right: 20px;
  }

  .brandingName p {
      color: var(--theme-color);
      margin: 0px;
      padding: 0px 10px;
      font-size: 0.8em;
  }

  .brandingName p a {
      color: var(--theme-color);
      text-decoration: 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: 15px;
      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(123, 51, 253, 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.5em;
      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;
      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;
  }

  .wrapperScrollable {
      height: 630px;
      background-color: var(--secondary-color);
      scroll-behavior: smooth;
      overflow-y: hidden;
      overflow-x: hidden;
      border-radius: 10px;
      margin: 0px 15px 0px 0px;
      padding: 0px 0px 0px 0px;

  }






  .table-striped>tbody>tr:nth-child(2n+1)>td,
  .table-striped>tbody>tr:nth-child(2n+1)>th {
      background-color: var(--secondary-color);
  }

  .tablePannel tr:nth-child(even) {
      background-color: white;
  }





  .wrapperScrollableFilter {
      height: 630px;
      background-color: white;
      scroll-behavior: smooth;
      overflow-y: scroll;
      border-radius: 10px;
      overflow-x: hidden;
      margin: -20px 0px 0px 0px;
      padding: 0px 0px 0px 0px;

  }

  .wrapperScrollableContent {
      height: 700px;
      background-color: white;
      scroll-behavior: smooth;
      overflow: hidden;
      border-radius: 10px;
      margin: 0px 15px 0px 0px;
      padding: 0px 10px 0px 10px;

  }

  .wrapperScrollableContent .tablePannel {
      height: 640px;
      overflow-y: hidden;
      overflow-x: hidden;
  }

  .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 15px;
      color: white;
      text-align: center;
      border-radius: 5px;
      cursor: pointer;
      background-color: var(--theme-color);
      font-size: 0.9em;
  }


  .buttonDeleteBtn {
      border: none;
      padding: 8px 10px 8px 15px;
      color: white;
      text-align: center;
      border-radius: 5px;
      cursor: pointer;
      background-color: red;
      font-size: 1em;
  }

  .wrapperScrollableGraph {
      height: 690px;
      background-color: white;
      scroll-behavior: smooth;
      overflow: hidden;
      border-radius: 10px;
      margin: 0px 15px 0px 0px;
      padding: 0px 10px 0px 10px;

  }

  .GraphScroller {
      height: 620px;
      overflow: hidden;
      overflow-y: scroll;
  }

  .leadStageCompaign .GraphScroller h4 {
      font-size: 0.9em;

  }

  .leadStageCompaign span {
      font-weight: 300;
      color: var(--theme-color);
  }

  .wrapperScrollableEmpRepo {
      background-color: white;
      scroll-behavior: smooth;
      overflow-y: scroll;
      overflow-x: hidden;
      border-radius: 10px;
      box-shadow: var(--box-shadow40);
      margin: 0px 15px 0px 15px;
      padding: 0px 0px 200px 0px;
  }



  .empNameSideBar::-webkit-scrollbar {
      display: none;
  }

  .EmpName {
      display: flex;
  }

  .EmpName a {
      padding: 5px 10px;
      font-size: 0.8em;
      border: 1px solid rgba(123, 51, 253, 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(123, 51, 253, 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(--themeColor);
      color: white;
      text-align: left;
  }

  .leadStageCounter {
      padding: 0px 10px;
  }

  .leadStageCounter .leadStageDescp {
      border: 1px solid rgba(123, 51, 253, 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(123, 51, 253, 0.2);
      border: none;
      color: white;
      border-radius: 10px;
  }

  .wrapperScrollableEmpRepo .leadStageCompaign {
      border-radius: 5px;
      padding: 0px;
      border: 0px solid rgba(123, 51, 253, 0.2);
      margin-bottom: 15px;
  }

  .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(123, 51, 253, 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: 10%;
  }

  .modal-title {
      text-align: center;
      font-size: 1.1em;
  }

  .widgetProfile {
      height: 690px;
      background-color: white;
      scroll-behavior: smooth;
      overflow: hidden;
      border-radius: 10px;
      margin: 0px 15px 0px 0px;
      padding: 10px 10px 10px 10px;
  }



  .widgetStudentComp {
      background-color: white;
      padding: 15px;
      border: 1px solid rgba(123, 51, 253, 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: transparent;
  }

  .widgetStudentComp .ProfileImageBox img {
      width: 240px;
      height: 240px;
      overflow: hidden;

  }

  .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: 0.9em;
      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;
      border: 1px solid rgba(123, 51, 253, 0.2);
      border-radius: var(--borderRadius10);
      padding: 5px 10px;
  }

  .widgetDetailComp .list-group-item {
      margin: 5px 0px;
      padding: 10px;
      font-size: 0.9em;
      border-radius: var(--borderRadius5);
      background-color: var(--secondary-color);
  }

  /*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;
  }



  .wrapperScrollableUpdate .leadFollowWidget h5 {
      font-size: 0.8em;
      margin: 0px;
      font-weight: 600;
      padding-top: 0px;
  }

  .wrapperScrollableUpdate .leadFollowWidget h6 {
      font-size: 0.8em;
      float: right;
      margin: 0px;
      font-weight: 600;
      padding: 0px 5px 10px 0px;
  }

  .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(123, 51, 253, 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(123, 51, 253, 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(123, 51, 253, 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;
  }

  .wrapperScrollableUpdate .well .leadDetailsData h4 {
      margin: 0px;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 600;
      padding: 5px 5px 0px 5px;
  }

  .wrapperScrollableUpdate .well .leadDetailsData h5 {
      margin: 0px;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 600;
      padding: 0px 0px 10px 0px;
  }

  .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);
  }

  .buttonEmpEdit {
      padding: 4px 10px;
      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;

  }

  .wrapperScrollable .leadStatusState {
      background-color: transparent;
      color: white;
      padding: 7px 0px 0px 0px;
  }

  .wrapperScrollable .leadStatusState span {
      padding: 7px 15px;
      color: white;
      border-radius: 5px;
      font-size: 1em;
  }

  button.Approved {
      background-color: var(--Approved);
      color: white;
  }

  button.Pending {
      background-color: var(--InProgress);
      color: white;
  }

  button.New {
      background-color: var(--New);
      color: white;
  }

  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(123, 51, 253, 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;
  }