/*CSS for cell : mindMap*/
.layout-mmap 
{
    position: absolute;
}

.mid-map-bog-holder
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.jsmind-nav 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
}

.jsmind-nav:hover
{
    cursor: pointer;
    transform: scale(1.2);
}
 
.jsmind-nav:hover:after 
{
    content: "View Content";
    display: block;
    position: relative;
    top: 200px;
    right: 15px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm:hover:after 
{
    content: "Add Node";
    display: block;
    position: relative;
    top: 65px;
    right: 5px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-1 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-1:hover
{
    cursor:pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm-1:hover:after 
{
    content: "Remove Node";
    display: block;
    position: relative;
    top: 65px;
    right: 12px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-2 
{
    width: 60px;
    height: 60px;
    border-radius: 3px;
    border: thin solid #feb300;
    margin-left: 20px;
}

.jsmind-nav-mm-2:hover
{
    cursor:pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm-2:hover:after 
{
    content: "Generate Doc Backward";
    display: block;
    position: relative;
    top: 65px;
    right: 42px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-3 
{
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-3:hover
{
    cursor:pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm-3:hover:after 
{
    content: "Generate Doc forward";
    display: block;
    position: relative;
    top: 65px;
    right: 30px;
    width: 200px;
    color:#feb300;
}

.jsmind-nav-mm-300 
{
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-300:hover
{
    cursor:pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm-300:hover:after 
{
    content: "Generate Reports";
    display: block;
    position: relative;
    top: 65px;
    right: 20px;
    width: 200px;
    color:#feb300;
}

.jsmind-nav-mm-33 
{

    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-33:hover
{
    cursor:pointer;
    transform: scale(1.2);
}

.jsmind-nav-mm-33:hover:after 
{
    content: "Search for a Word";
    display: block;
    position: relative;
    top: 65px;
    right: 15px;
    width: 200px;
    color:#feb300;
}

.jsmind-nav-mm-4 
{
    margin-left: calc(min(5vw, 15px));
}

.jsmind-container 
{
    position: absolute;
    border-radius: 6px;
    background:transparent;
}

.icon-follow-move 
{
    width:  calc(max(20px, min(50px, 5vh)));
    height: calc(max(20px, min(50px, 5vh)));
    background: transparent;
    position: absolute;
	overflow: hidden;
    border-top: 1.5px solid #feb300;
    border-bottom: 1.5px solid #feb300;
    border-radius: 5px;
    box-shadow: 0 0 5px #feb300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    background-color: #feb300;
    z-index: 3000;
}

.search-result-Big-d
{
    z-index: 3000;
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.search-result-d
{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.pagination-container 
{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.number 
{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #feb300;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    color:#feb300;
    border-radius: 5px;
  }
  .number:hover 
  {
    background-color: gray;
    color: ghostwhite;
  }

  .pagination-button
  {
    border-radius:5px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .pagination-span
  {
    font-size: 28px;
    color: #7D3BBB;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius:5px;
    position: absolute;
    top:2px;
  }

  .pagination-span:hover 
  {
    background-color: #7D3BBB;
    color: ghostwhite;
  }

  .pagination-span-pageN
  {
    font-size: 22px;
    color: #7D3BBB;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius:5px;
  }

.all-button-ho
{
    position: absolute;
    display: flex;
    justify-content:left;
    align-items: center;
    justify-items: center;
    
    border-radius: 4px;
}

.button-icon-add-node
{
    position:absolute;
    display: flex;
    justify-content:center;
    align-items: center;
    justify-items: center;
    text-align: center;
    font-weight: bold;
}
.menu-holder-node
{
    position: absolute;
    border-radius: 6px;
    border: thin solid #7D3BBB;
    background-color: #7D3BBB;

}

.movableDiv 
{
    border-radius: 50%;
    border: thick solid #7D3BBB;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
}
.mind-map-menu-button
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
    border-top: 1.5px solid #feb300;
    border-bottom: 1.5px solid #feb300;
    border-radius: 5px;
    color: #007bff;
    font-family: "Univers Condensed", sans-serif;
    box-shadow: 0 0 5px #feb300;
}

.mind-map-menu-button:hover
{
    background-color: black;
    border-top: 1.5px solid #7D3BBB;
    border-bottom: 1.5px solid #7D3BBB;
    color:white;
    font-weight: bold;
    box-shadow: 0 0 5px #7D3BBB;
}

.supr-top-holder-left-nav
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.supr-top-holder-left-nav-in
{
    display: flex;
    align-items: center;
}