html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*------------------------New Tab(Menu) 2/5/2023------------------------*/
.new-menu-header {
    /* background-image: linear-gradient(to top, #cff8de 0%, #eefcf3 100%);*/
    padding: 8px 15px 8px 15px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 20px;
    background-image: linear-gradient(to bottom, #eafbfb 0%, #D7FFFE 100%);
}

    .new-menu-header ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .new-menu-header ul li {
            display: inline-block;
            text-decoration: none;
            margin: 0 15px;
        }

            .new-menu-header ul li a {
                vertical-align: middle;
                color: #3a3a3a;
                font-size: 15px;
            }

                .new-menu-header ul li a:hover {
                    color: #47bac8;
                    font-weight: 500;
                }

                    .new-menu-header ul li a:hover i {
                        background: #47bac8;
                    }

                .new-menu-header ul li a i {
                    background: #575757;
                    width: 40px;
                    height: 40px;
                    display: inline-flex;
                    border-radius: 50px;
                    vertical-align: middle;
                    margin-right: 8px;
                    font-size: 18px;
                    color: #fff;
                    line-height: 40px;
                    display: inline-block;
                    text-align: center;
                    cursor: pointer;
                }

            .new-menu-header ul li.active a {
                color: #47bac8;
                font-weight: bold;
            }

                .new-menu-header ul li.active a i {
                    background: #47bac8;
                }


/*------------------------New Tab(Menu) 2/5/2023------------------------*/

/*--------------------New Tree animation -------*/

.treewrpbox {
    width: 100%;
    display: flex
}

.lefttreewrp {
    width: 47%;
    margin-right: 5%;
    border-top: 1px solid #ccc;
    position: relative;
}

.lefttree-cnt {
    overflow: auto;
    display: flex;
    flex-direction: row;
}

.righttree-cnt {
    overflow: auto;
    display: flex;
    flex-direction: row;
}

.righttreewrp {
    width: 47%;
    border-top: 1px solid #ccc;
    position: relative;
}


.partentreewrp {
    width: 100%;
}

.hv-wrapper .hv-item .hv-item-parent:after {
}

.lefttreewrp .hv-item .hv-item-parent:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    top: -50px;
    left: 50%;
    /* background-color: rgba(255, 255, 255, 0.7); */
    background: #D3D3D3;
    transform: translateY(100%);
}

.lefttreewrp .hv-item .hv-item-parent, .righttreewrp .hv-item-parent {
    margin-bottom: 0px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 22px
}

    .righttreewrp .hv-item-parent:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 25px;
        top: -48px;
        left: 50%;
        /* background-color: rgba(255, 255, 255, 0.7); */
        background: #D3D3D3;
        transform: translateY(100%);
    }


.wide-hv-left-arrow {
    top: 1%;
    right: 40%;
    z-index: 5;
    position: absolute;
}

.wide-hv-right-arrow {
    position: absolute;
    top: -1%;
    left: 45%;
    z-index: 5;
}

.g-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

    .g-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid green;
        border-right: 3px solid green;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .g-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .g-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }




.r-arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #ff7808;
    border-right: 3px solid #ff7808;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate1 2s infinite;
}

    .r-arrow span:nth-child(2) {
        animation-delay: -0.2s;
    }

    .r-arrow span:nth-child(3) {
        animation-delay: -0.4s;
    }

.rl-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

    .rl-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid #ff7808;
        border-right: 3px solid #ff7808;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .rl-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .rl-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

.gr-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.gr-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

    .gr-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid green;
        border-right: 3px solid green;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate1 2s infinite;
    }

        .gr-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .gr-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes animate1 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.wide-hv-top-arrow-g {
    position: absolute;
    width: 8%;
    left: 32%;
    z-index: 5
}

.wide-hv-top-arrow-r {
    position: absolute;
    top: 6px;
    right: 32%;
    z-index: 5
}

/*---------New Tree View-----------*/
.nv-wrapper {
    display: flex;
}

    .nv-wrapper .nv-item {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

        .nv-wrapper .nv-item .nv-item-parent {
            margin-bottom: 50px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .nv-wrapper .nv-item .nv-item-children {
            display: flex;
            justify-content: center;
        }

            .nv-wrapper .nv-item .nv-item-children .nv-item-child {
                padding: 0 16px;
                position: relative;
                width: 50%;
                text-align: center;
            }



.hv-left-arrow {
    position: absolute;
    width: 20%;
    top: 18%;
    right: 13%;
    z-index: 5;
}

.hv-right-arrow {
    position: absolute;
    top: -17%;
    left: 13%;
    z-index: 5;
}



.hv-right-arrow2 {
    position: absolute;
    width: 14%;
    top: -27%;
    left: 13%;
    z-index: 5;
}

.hv-left-arrow2 {
    position: absolute;
    width: 20%;
    top: -0%;
    right: 13%;
    z-index: 5;
}



.hv-left-arrow3 {
    position: absolute;
    width: 13%;
    top: -9%;
    right: 13%;
    z-index: 5;
}

.hv-right-arrow3 {
    position: absolute;
    width: 12%;
    top: -22%;
    left: 13%;
    z-index: 5;
}

.hv-top-arrow-g {
    position: absolute;
    width: 8%;
    top: -1px;
    right: 17%;
    z-index: 5
}

.hv-top-arrow-r {
    position: absolute;
    top: 13px;
    left: 17%;
    z-index: 5
}

.hg-clr {
    color: green
}

.hr-clr {
    color: #ff7808;
}

.powr-wrp, .weaker-wrp {
    position: relative;
    font-weight: bold;
}


.g-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

    .g-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid green;
        border-right: 3px solid green;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .g-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .g-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}



.r-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

    .r-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid #ff7808;
        border-right: 3px solid #ff7808;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate1 2s infinite;
    }

        .r-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .r-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate1 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


.gr-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.gr-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

    .gr-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid green;
        border-right: 3px solid green;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate1 2s infinite;
    }

        .gr-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .gr-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }


.rl-arrow {
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

    .rl-arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 3px solid #ff7808;
        border-right: 3px solid #ff7808;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .rl-arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .rl-arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
