.notify {
    position: fixed;
    z-index: 99999;
}

.notify button {
    background-color: transparent;
    background-image: none;
    padding: 0;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.notify svg {
    display: block;
    vertical-align: middle;
}

/* FOR TREE VIEW */
.tree {
  width: 100%;
}
.tree .tree-level {
  max-height: auto;
}
.tree .tree-level:not(.tree-level-0) {
  border-left: 1px dotted gray;
  padding-left: 12px;
  margin-left: 12px;
}
.tree .tree-header {
  width: 100%;
  min-height: 12px;
  padding: 6px;
}
.tree .tree-header:hover {
  cursor: pointer;
}
.tree .tree-arrow {
  border: 1px solid gray;
  float: left;
  font-size: 18px;
  text-align: center;
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.tree .tree-arrow:before {
  position: relative;
  content: "-";
  bottom: 5.5px;
}
.tree .tree-header-text {
  display: inline-block;
  padding: 3px 0 0 12px;
  font-size: 15px;
}
.tree .tree-item {
  border-left: 1px dotted gray;
  padding: 12px 24px;
  margin-left: 12px;
}
.tree .tree-collapsed .tree-level {
  max-height: 12px;
}
.tree .tree-collapsed .tree-arrow:before {
  content: "+";
}
.tree .tree-collapsed .tree-level, .tree .tree-collapsed .tree-items, .tree .tree-collapsed .tree-item {
  display: none;
}
.tree-amt {
  float: right;
  padding: 3px 0px 0px 0px;
  display: inline-block;
  font-size: 15px;
}
.tree table tr th, .tree table tr td { font-size: 14px; }

/* fix table head position*/
.fixTableHead {
    overflow-y: auto;
    max-height: 400px;
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
}
.fixTableHead table {
  border-collapse: collapse;        
  width: 100%;
}
.fixTableHead table th {
  background: #d7d7d7 !important;
}

#referralTable, #detailsTable {
  margin-bottom: 10px !important;
}
#referralTable thead tr th, #detailsTable thead tr th, #referralTable tbody tr td, #detailsTable tbody tr td {
  padding: 5px !important;
}

.chit-fund ul {
  position: relative;
  display: block;
}
.chit-fund ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}
.chit-fund ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--thm-base);
  font-size: 16px;
  color: #bc1111;
}
.chit-fund p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A6972;
  text-align: justify;
}
.chit-fund .single p {
  font-size: 14px;
}

/* Modal CSS */
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 999 !important;
    width: 650px;
    max-height: 480px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
    margin: 30px;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
}
.closeBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

#blink_text{  
  transition: 0.2s;
}