
/* ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    -webkit-appearance: none;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    width: 6px;
    border-radius: 6px;
    background-color: #c1c1c1;
}
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
} */


.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.w75 {
    width: 75%
}

.opacity0 {
    opacity: 0
}

.cursorp {
    cursor: pointer
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-uppercase {
    text-transform: uppercase;
}

.integration-list li .single-integration img {
    max-width: unset;
    max-height: 100px;
    border-radius: 6px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.pricing-feature-list li {
    font-size: 18px;
}

.float-right {
    float: right;
}

.pl-0 {
    padding-left: 0!important;
}

.pr-0 {
    padding-right: 0 !important;
}

.process-icon-2:after {
    height: 165px;
}

.ul-columns-2 {
    -webkit-columns: 2;
    columns: 2;
    column-gap: 3em;
    column-fill: auto;
    /* height: 225px; */
    height: 270px;/*column-fill: auto;​的作用是按顺序填充每一列，内容只占用它需要的空间，需配合容器元素的height属性一起使用。*/
}

.border-none {
    border: none;
}

.border-radius-0 {
    border-radius: 0;
}

.display-none {
    display: none !important;
}

.display-inline-block {
    display: inline-block !important;
}

.overflow-wrap-break {
    overflow-wrap: break-word;
}

.box-shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.font-bold {
    font-weight: bold !important;
}

.line-through {
    text-decoration: line-through;
}

/* 在浅色背景下菜单栏字重改回500，因为在深色背景下，Price和Company两个自重加粗了（激活时变细了） */
.affix .nav-link.current.font-bold {
    font-weight: 500 !important;
}

.navbar-dark .main-menu li a.nav-link.current,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link.current {
    color: var(--bs-rocdesk-red);
}

a.read-more-link:hover {
    color: var(--bs-link-color);
    outline: none;
    text-decoration: underline;
}
a.read-more-link:hover h3 {
    color: var(--bs-link-color);
}

.ev-schedule .bg-white .single-ev .h6 {
    color: #0b163f;
}

.dropdown-grid.width-half-m {
    grid-template-columns: 1fr;
    width: 450px;
}

.dropdown-grid-item a.align-items-top span img {
    width: 24px;
    height: 24px;
}

.dropdown-grid-item  a.align-items-top .drop-title h6 {
    line-height: 32px;
}

.dropdown-grid-item a.align-items-top {
    /* padding: 1.5rem !important; */
}

.align-items-top {
    align-items: flex-start !important;
}
.align-items-center {
    align-items: center !important;
}

.h-93px {
    height: 93px !important;
}

.min-h200 {
    min-height: 200px !important;
}

.max-h350 {
    max-height: 350px !important;
}

.dropdown-menu {
    max-height: calc(100vh - 200%);
    overflow-x: hidden;
    overflow-y: auto;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
    height: unset;
}

.article-title:hover,
.avatar-name:hover {
    color: #175cff !important;
}

.blog-grid .pricing-header {
    border-bottom: 2px solid var(--bs-primary);
}

.blog-card-section-header {
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.blog-card-section-header-title {
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
}

.blog-card-section-header-title:after {
    background-color: var(--bs-primary);
    border: none;
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
}

.blog-card-section-header .blog-card-section-header-link {
    display: block;
    padding-right: 0;
    font-weight: 700;
}

.blog-card-section-header .blog-card-section-header-link:hover {
    text-decoration: underline;
}

.marketing-blog.app-two-feature .app-two-single-feature:hover a h3 {
    color: var(--bs-primary);
}

.pricing .cyber-features {
    padding-bottom: 0;
}

.pricing .crm-pricing-section {
    padding-bottom: 0;
}
.crm-pricing-table table th.crm-pricing-switch-wrapper,
.crm_pricing_feature_table .crm_pricing_features_name {
    min-width: unset;
    width: 260px;
}
.crm_pricing_feature_table td:first-child {
    /* border-left: unset; */
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
.crm_pricing_feature_table td:last-child {
    /* border-right: unset; */
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}
.sc-pricing-column .pricing-features li {
    display: flex;
    /* line-height: 1.25; */
    /* white-space: nowrap; */
}

.img-fluid.logo-white, .img-fluid.logo-color {
    height: 52px;
}

.footer-nav-list li a {
    line-height: 1.5;
}
.footer-section .img-fluid.logo-white,
.footer-section .img-fluid.logo-color {
    height: 80px;
}

#pills-tabContent .digi-service-single:hover {
    /* background-color: #fff; */
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonialThreeSwiper .swiper-slide p {
    font-size: unset;
}

#rocdeskvideo .video-bg-with-icon {
    border-radius: 0;
}
#rocdeskvideo .video-bg-with-icon::before {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 0;
}
#rocdeskvideo .video-bg-with-icon:hover::before {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
#rocdeskvideo .video-bg-with-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
}
.video-bg-with-icon a {
    color: var(--bs-rocdesk-red);
}

.contact-overlap {
    display: flex;
    height: 0;
    justify-content: center;
    position: relative;
}
.contact-overlap__wrapper {
    background: #fff;
    border-radius: 4rem;
    box-shadow: 0 1px 5px 0 rgb(33 51 67 / 12%);
    font-size: .875rem;
    left: auto;
    margin: 0 1rem;
    padding: 0.5rem 2rem;
    position: absolute;
    right: auto;
    text-align: center;
    transform: translateY(-50%);
    z-index: 50;
}
.contact-overlap__label {
    font-size: .875rem;
    font-weight: 600;
    margin: 0.25rem 0 0;
}

.shape-image .screen-img {
    top: 60px;
}

.sign-up-in-section {
    min-height: calc(100vh - 145px);
}

@media (min-width: 992px) {
    .have-footer_nav-left {
        border-left: 1px solid rgba(0, 0, 0, .08);
    }
}

@media (max-width: 575px) {
    .ul-columns-2 {
        -webkit-columns: 1;
        columns: 1;
        column-gap: unset;
        column-fill: unset;
        height: unset;/*column-fill: auto;​的作用是按顺序填充每一列，内容只占用它需要的空间，需配合容器元素的height属性一起使用。*/
    }
}

/* 用于隐藏语言切换菜单 */
.nav.main-menu.language {
    /* display: none !important; */
}


