html{
    scroll-behavior: smooth;
}
.droid-common-table-section{
    position: relative;
    margin-top: 90px;
    scroll-margin-top: 150px;
    .curve-path{
        position: absolute;
        max-width: 100%;
        top: 50%;
        left: 0px;
        overflow: hidden;
        min-width: 99%;
        max-height: 500px;
        opacity: 0.2;
        .line{
            width: 100vw;
            height: 146vh;
            transform: rotate(180deg);
        }
    }
}
.droid-common-table-wrapper{
    width: min(99vw , 1400px);
    border-radius: 20px;
    padding-bottom: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffffd6;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    backdrop-filter: blur(10px);
    .common-table-heading {
        font-size: 23.5px;
        font-family: poppins-regular;
        color: #5f5079; 
        margin-left: 45px;
        position: absolute;    
        top: 36px;
        z-index: 1;
        /* font-family: poppins-medium; */
        /* color: #ffffff; */
        display: flex;
        align-items: center;
        i{
                margin-right: 5px;
                font-size: 28px;
                opacity: 0.7;
                background: linear-gradient(45deg, #790553, #07499b);
                color: transparent;
                background-clip: text;
                /* background: #d4bdff38;
                padding: 8px;
                border-radius: 7px; */
                /* font-size: 26px;
                opacity: 0.8; */
        }
    }
    .sub-heading{
            border-radius: 8px;
            padding: 10px 20px;
            background: linear-gradient(134deg, #0385b530, #0858d32b);
            font-size: 16px;
            font-family: poppins-medium;
            color:#032355;
       }
    .common-table-highlight-wrapper{
        height: calc(100% + 40px);
        width: 31%;
        position: absolute;
        /* From https://css.glass */
       
        border-radius: 16px;
        /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12.5px);
        -webkit-backdrop-filter: blur(12.5px);
        border: 1px solid rgba(255, 255, 255, 0.79); */
        top: -20px;
        z-index: 2;
        opacity: 0;
        transition: opacity 1s;
        overflow: hidden;
    }
    .col-heading-highlighter{
        position: absolute;
        top: 0;
        left: 0;
    }
    .table-other-col-wrapper{
        position: absolute;
        background: rgba(0,0,0,0.02);
    }
    .common-table-highlight-wrapper::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 100%;
        background: linear-gradient(3deg, #a600ff23, #00ffff14);
        top: 0;
        left: -2%;
        z-index: 10;
        filter: blur(6px);
        transition: left 0.6s;
        
    }
    /* .ad-highlight-glow{
        display: none;
        position: absolute;
        top: -20px;
        right: 27%;
        width: 29%;
        height: 90%;
        z-index: 1;
        background: url(img/new-logo.png);
        filter: blur(50px);
    } */
    .other-column-wrapper-wrapper {
        height: calc(100% + 40px);
        width: 23%;
        position: absolute;
        background: rgba(0,0,0,0.02);
        border-radius: 16px;
        top: -20px;
        right: 6px;
        z-index: 2;
        transition: all 0.5s;
        overflow: hidden;
    }
    .table-column-heading.highlight-item{
        img{
            width: 35px;
            height: 35px;
            margin-right: 10px;
            background: #fbfbfb;
            padding: 4px;
            border-radius: 33px;
        }
    }
    .highlight-item{
        color: #fcfcfd;
        font-family: poppins-medium;
        font-size: 15px;
    }
    .feature-lighthouse {
        color: #4e4b53cf;
    }
    .common-table-grid{
        display: grid;
        grid-template-columns: 45% 31% 24%;
        position: relative;
        /* border: none;
        background: transparent;
        box-shadow: none; */
        border-radius: 20px;
        width: min(98vw, 1350px);
        margin: auto;
        .table-item,.table-column-heading{
            padding: 15px 20px;
            font-size: 15px;
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
            justify-content: center;
            z-index: 3;
            position: relative;
            border-bottom: none;
            font-family: 'poppins-regular';
            i{
                font-size: 23px;
                width: 23px;
            } 

        } 
        .table-item[data-item-of-column="0"]{
            align-items: flex-start;
            text-align: left;
        }
        .table-item:has(.sub-heading){
            grid-column: 1 / -1;
        }
        .flex-row{
            flex-direction: column;
        }
        .table-item:not(.last-row-item)::after {
            content: "";
            width: 95%;
            height: 1px;
            background: #c9c5c529;
            position: absolute;
            bottom: 0;
            /* opacity: 0;
            transition: opacity 0.5s 0.8s; */
        }
        .table-column-heading{
            flex-direction: row;
            font-size: 16px;
            font-family: poppins-medium;
            img,i{
              width: 33px;
              height: 33px;
              margin-right: 10px;
            }  
        }
        .table-item.highlight-item{
            transition: all 0.1s;
            transform: scale(0);
        }
        .table-item.scale-up{
            transform: scale(1);

        }
        .feature-box{
            text-align: left;
            align-items: flex-start;
            color: #554f5ded;
        }
        .span-4 {
            grid-row: span 4;
        }
        .span-6{
            grid-row: span 6;
        }
   
        .table-item.features-admindroid {
            transition: all 0.5s;
            transition-delay: 0.55s;
        
        }
       .span-5{
        grid-row: span 5;
       }
    }
    
}
.theme-blue{
    .common-table-highlight-wrapper{
        background: linear-gradient(134deg, #0385b5, #281fb7);
    }
}
.theme-light-pink{
    .common-table-highlight-wrapper{
        background: linear-gradient(270deg, rgb(13 0 211 / 11%), rgba(10, 149, 181, 0.11));
    }
    .highlight-item{
        color: unset;
    }
}
.plain-table{
    .droid-common-table-wrapper{
        box-shadow: unset;
    }
    .other-column-wrapper-wrapper{
        background: unset;
    }
}

.show-highlighted-wrapper{
    .common-table-highlight-wrapper{
       opacity: 1;
    }

    .comparison-table-grid {
        .table-item:not(.last-row-item)::after {
            opacity: 1;
        }
    }
    .common-table-highlight-wrapper::before{
        left: 102%;
    }

}


.charts-comparision-nav {
    height: 50px;
    width: fit-content;
    background: #ffffffeb;
    /* linear-gradient(145deg, #366075, #45628d); */
    margin: 0 auto;
    border-radius: 50px;
    /* margin-bottom: 30px; */
    display: flex;
    position: sticky;
    top: 90px;
    z-index: 3;
    box-shadow: -1px 4px 22px #19536f1c;
    backdrop-filter: blur(10px);
    border: 1px solid #10154b2b;

    .alert-comp-tab {
        .nav-item-icon {
            color: #133087;
        }
    }

    .rc-comp-tab {
        .nav-item-icon {
            color: #0a6159;
        }
    }

    .portal-comp-tab {
        .nav-item-icon {
            color: #75183a;
        }
    }

    .m365Admin-comp-tab {
        .nav-item-icon {
            color: #187a99;
        }
    }

    .multi-tenant-comp-tab,
    .report-comp-tab {
        .nav-item-icon {
            color: #0f4891;
        }
    }

    .comparision-nav-item {

        width: 55px;
        cursor: pointer;
        margin: 7px;
        border-radius: 50px;
        text-decoration: none;
        color: #393737ed;
        overflow: hidden;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        .nav-item-name {
            display: none;
            margin-left: 10px;
        }

        .nav-item-icon {
            height: 24px;
            font-size: 20px;
            /* height: 24px; */
        }
    }

    .active-nav {
        width: 238px;
        animation: fade-in 1s forwards;
        .nav-item-icon {
            color: #ffffff;
        }

        .nav-item-name {
            display: block;
        }
    }

    .active-item {
        width: 238px;
        height: 40px;
        top: 4px;
        border-radius: 50px;
        left: 5px;
        position: absolute;
        z-index: -1;
        background: #7893e3;
        transition: left 0.4s;
        /* filter: hue-rotate(50deg); */
    }


    .active-nav {
        color: whitesmoke;
    }
}

@keyframes fade-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.d-flex{
    display: flex;
}
.opacity-1{
    opacity: 1 !important;
}
.justify-content-center{
    justify-content: center;
}
@media only screen and (max-width: 900px){
    .charts-comparision-nav {
        max-width: min(100vw,426px);
        border-radius: 8px;
        top: 56px;
        .comparision-nav-item {
            width: 38px;
        }
        .active-item{
            width: 41px;
            border-radius: 5px;
        }
        .active-nav {
          .nav-item-name{
            display: none;
           }
        }
    }
    .droid-common-table-section {
        .droid-common-table-wrapper {
            .other-column-wrapper-wrapper{
                display: none;
            }
            .common-table-heading{
                margin-left: 13px;
                font-size: 14.5px;
                top: 8px;
                i{
                     font-size: 22px;
                 }
            }
            .table-column-heading  {
               font-size: 0;
            }
            .table-item{
                font-size: 12px;
                padding: 7px;
              }
             .sub-heading {   
                font-size: 12px;
                padding: 5px 10px;
            }
            .common-table-highlight-wrapper::before{
                display: none;
            }
        }
    }
}