@charset "UTF-8";
.main{
	height:auto;
	width:1100px;
	position: relative;
	margin:0 auto;
	/* text-align: center; */
}
.browse{
    float: left;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: rgb(240,240,240);
    width: 28%;
    margin-left: 0%;
}

ul.ztree {
    border: 1px dotted #999;
    background: white;
    width: auto;
    /*height: 360px;*/
    overflow-y: auto;
    overflow-x: auto;
    padding: 0px;
    margin-left: 0px auto;
}


.table {
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
    float: right;
    width: 70%;
    height: 695px;
    background-color: white;
    margin-right: 0%;
    border: 1px solid #999;
    background-image:url(./images/gene.jpg);
    background-repeat: no-repeat;
    background-size:100%;
}

.table:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}
  
  
@keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  


.browsePng {
    margin-left: 200px;
    margin-top: 200px;
    margin-bottom: 72px;
    overflow: hidden;
}

/* .button{
    display: inline-block;
    zoom: 1;
    height: 60px;
    width: 250px;
    display: inline;
    vertical-align: baseline;
    margin-left: 477px;
    margin-top: -34px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 20px;
    overflow: hidden;
}
    
.button:hover {   
    text-decoration: none;   
}
    
.button:active {
    position: relative;
    top: 1px;
} */

.svg-wrapper {
    position: relative;
    top: 1%;
    transform: translateY(-50%);
        margin: 0 auto;
    width: 320px;
    margin-right: 25px;  
    margin-top: 280px;
  }
  .shape {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    fill: transparent;
    stroke: #19f6e8;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  .text {
    font-family: 'Roboto Condensed';
    font-size: 23px;
    line-height: 32px;
    /* letter-spacing: 8px; */
    color: black;
    top: -48px;
    position: relative;
    text-align: center;
    font-weight:500
  }
  .svg-wrapper:hover .shape {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }

  .textWel{
    height: 200px;
    background-image: -webkit-linear-gradient(left,rgb(101, 101, 197), #1dd6d6 50%,#8d8dfa 60%,#35c2c2 90%,blue 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s linear infinite;
    font-size: 50px;
    margin-left: 15%;
    margin-right: 20%;
    margin-top: 50px;
}

@keyframes masked-animation {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -100%  0;
    }
}
