

/* ----------START-CSS-vs-zoho-one----------- */

.zoho-yellow {
    color: #FAC415;
    display: block;
}
.doted-img{
    position: absolute;
    height: 45px;
}
@media only screen and (max-width: 1024px) {
    .doted-img{
        height: 25px !important;
    }
}
.dashboard-main{
    position: relative !important; 
}
@media only screen and (min-width: 768px) {
    .zoho-m{
        display: none !important;
    }
    .zoho-sedsktop{
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .zoho-m{
        display: block;
    }
    .zoho-sedsktop{
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-scroll{
        display: inline-block !important;
        overflow: auto !important;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow: scroll !important;
        min-width: 600px !important;
        overflow-x: auto !important;
        width:100vw;
    }
}

/* ----------END-CSS-vs-zoho-one----------- */


/* --------------table-css-start----------- */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .ta-vs-zoho-main{
            width: 100%;
        }
       
        .ta-vs-zoho-main .tbody-border{
            border: 0;
        }

        .ta-vs-zoho-main td{
            border-color: #D4D6DB !important;
            border-bottom: 0 !important;
            background: transparent !important;
        }
        .ta-vs-zoho-main .left-text{
            text-align: left;
        }

        .ta-vs-zoho-main .common{
            border-top: solid 1px #D4D6DB !important;
        }

        .ta-vs-zoho-main .two-bg-border{
            border-left: solid 10px #d7d7f5 !important;
            border-right: solid 10px #d7d7f5 !important;
            border-top: solid 10px #d7d7f5 !important;
            border-radius: 30px 30px 0px 0px !important;
        }
        .ta-vs-zoho-main .common-border{
            border-bottom: solid 1px #D4D6DB !important;
            border-right: solid 10px #d7d7f5 !important;
            border-right: solid 10px #d7d7f5 !important;
            border-left: solid 10px #d7d7f5 !important;
            background: transparent !important;
            padding: 16px 0;
            margin-right: 10px;
        }
         @media screen and (max-width: 767px) {
          .ta-vs-zoho-main .common-border{
            padding: 20px 0;
          }
         }
        .ta-vs-zoho-main .common-icon-last{
            border-top: solid 1px #D4D6DB !important;
            border-right: solid 10px #d7d7f5;
            border-left: solid 10px #d7d7f5;
            border-bottom: 0px;
            margin-right: 10px;
        }
        .ta-vs-zoho-main .common-border-text{
            padding: 2px 8px;
            font-size: 24px;
            line-height: 32px;
            font-family: Inter, sans-serif;
        }
        .ta-vs-zoho-main .common-border-text img{
          vertical-align: middle;
        }
          @media screen and (max-width: 1600px) {
          .ta-vs-zoho-main .common-border-text{
            font-size: 22px;
            line-height: 30px;
          }
        }
         @media screen and (max-width: 1366px) {
          .ta-vs-zoho-main .common-border-text{
            font-size: 18px;
            line-height: 30px;
          }
        }
        @media screen and (max-width: 1199px) {
          .ta-vs-zoho-main .common-border-text{
            font-size: 16px;
            line-height: 24px;
            text-wrap-mode: wrap;
          }
        }
        @media screen and (max-width: 767px) {
          .ta-vs-zoho-main .common-border-text{
            font-size: 16px;
            line-height: 20px;
            text-wrap-mode: wrap;
          }
        }
         .ta-vs-zoho-main .common-border-text img{
            vertical-align: middle;
        }

        .ta-vs-zoho-main .border-botttom{
            border-top: solid 0px #D4D6DB !important;
            border-left: solid 10px #d7d7f5 !important;
            border-right: solid 10px #d7d7f5 !important;
            border-bottom: solid 10px #d7d7f5 !important;
            border-radius: 0px 0px 30px 30px;
            margin-right: 10px;
            padding: 12px 0;
        }
        .ta-vs-zoho-main .border-suport{
            border-bottom: solid 1px #D4D6DB !important;
        }
        .ta-vs-zoho-main .two-bg{
            background: linear-gradient(#0d0b1c, #685bc7);
            border-radius: 20px 20px 0px 0px;
            padding: 30px 10px 30px 10px !important;
        }
        .ta-vs-zoho-main .collab-logo{
            margin-bottom: 34px !important;
        }

        .ta-vs-zoho-main .get-started{
            background: linear-gradient(#fecb62, #ef6d2a);
            border-radius: 12px;
            padding: 8px 16px !important;
            text-decoration: none !important;
            color: #ffffff;
            font-size: 16px;
            text-align: center;
            font-weight: 500;
        }
        .ta-vs-zoho-main .zohologo{
            border-radius: 20px 20px 0px 0px;
            padding: 24px 0;
            border: solid 1px #D4D6DB !important;
            border-bottom: 0 !important;
            margin-top: 42px;
        }
     
        .ta-vs-zoho-main .text-left{
            text-align: left;
        }
        .ta-vs-zoho-main .border-ziro{
            border: 0 !important; 
        }
        .ta-vs-zoho-main .border-collab{
            width: 270px;
            border: 0 !important;
            padding-right: 10px !important;
        }

         @media screen and (max-width: 1600px) {
          .ta-vs-zoho-main .border-collab{
            width: 240px;
          } 
        }
        @media screen and (max-width: 1366px) {
          .ta-vs-zoho-main .border-collab{
            width: 200px;
          } 
        }
        @media screen and (max-width: 1024px) {
          .ta-vs-zoho-main .border-collab{
            width: 180px;
          } 
        }
        @media screen and (max-width: 767px) {
          .ta-vs-zoho-main .border-collab{
            width: 175px;
          } 
        }

        .ta-vs-zoho-main .line-top-none{
            border-top: 0;
            border-color: transparent;
        }
        .ta-vs-zoho-main .right-zoho{
            width: 250px;
            border: 0;
        }
         @media screen and (max-width: 1600px) {
          .ta-vs-zoho-main .right-zoho{
            width: 200px;
          } 
        }
        @media screen and (max-width: 1366px) {
          .ta-vs-zoho-main .right-zoho{
            width: 160px;
          } 
        }
        @media screen and (max-width: 1024px) {
          .ta-vs-zoho-main .right-zoho{
            width: 140px;
          } 
        }
        @media screen and (max-width: 767px) {
          .ta-vs-zoho-main .right-zoho{
            width: 140px;
          } 
        }
        .zohologo-inn{
          padding: 0 15px;
        }
        @media screen and (max-width: 767px) {
          .zohologo-inn{
            padding: 0 30px;
          }
        }
        .ta-vs-zoho-main .border-botttom-last{
            border-left: solid 1px #D4D6DB !important;
            border-right: solid 1px #D4D6DB !important;
            border-bottom: solid 1px #D4D6DB !important;
            border-radius: 0px 0px 20px 20px;
            padding: 16px 0;
        }

        .ta-vs-zoho-main .botttom-friest{
          border-left: 0;
          border-right: 0;
        }
          .ta-vs-zoho-main .botttom-last-green{
          border-left: 0;
          border-right: 0;
          border-top: 0;
        }

         .ta-vs-zoho-main .last-bor{
            border-left: 0px !important;
            border-right: 0px !important;
        }

        .ta-vs-zoho-main .bor-right-box{
          border-top: solid 1px #D4D6DB !important;
          border-left: solid 1px #D4D6DB !important;
          border-right: solid 1px #D4D6DB !important;
          vertical-align: middle !important;
        }
       
        .ta-vs-zoho-main .bor-left-box{
          border-top: solid 1px #D4D6DB !important;
          border-right: solid 0px #D4D6DB !important;
          background: transparent !important;
        }
        .ta-vs-zoho-main .bor-middle-box{
          border-top: 0 !important;
          border-right: 0 !important;
          background: transparent !important;
        }
        
       .ta-vs-zoho-main .benefits{
          font-size: 48px;
          font-weight: 600;
        }
        @media screen and (max-width: 1024px) {
          .ta-vs-zoho-main .benefits{
            font-size: 34px;
          }
        }
        @media screen and (max-width: 991px) {
          .ta-vs-zoho-main .benefits{
            font-size: 30px;
          }
        }
        @media screen and (max-width: 767px) {
          .ta-vs-zoho-main .benefits{
            font-size: 24px;
          }
        }

        .ta-vs-zoho-main table td, table th{
          border: 0 !important;
          line-height: 0 !important;
          padding: 0 !important;
          vertical-align: middle !important;
        }
        .ta-vs-zoho-main table thead th {
          font-size: 0 !important;
        }
     
        .ta-vs-zoho-main .gray-bg-in{
          background: #F8F8F8 !important;
        }

        .ta-vs-zoho-main .middle-bg-in{
          background: #ffffff !important;
        }

      @media screen and (max-width: 767px) {  
        .colab-zoho .e-con-inner{
            width: 600px !important;
            overflow: auto;
        }
    }
    
/* --------------table-css-end----------- */