body {
    word-break: keep-all !important;
}

.main-container {
    max-width: 1140px !important;
    width: 100%;
    margin: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.btn-outline-primary {
    background-color: white;
}

a {
    color: var(--bs-body-color);
    word-break: break-all;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: initial;
    text-decoration: none;
}

ul {
    margin: 0 !important;
}

li {
    margin: 10px 0;
}

.card-body {
    padding: 1.5rem !important;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.fullscreen-text {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    height: 100vh;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.fullscreen-video {
    display: block;
    width: 100%;
    height: 100vh;
    margin: auto;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
}

.nav-item .nav-link {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    border-color: white !important;
}

.owl-nav button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-next {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

/*.case-carousel .owl-item, .brands-carousel .owl-item {*/
/*    opacity: 0.5;*/
/*}*/

.owl-item.center {
    opacity: 1;
}

.owl-item .card-brands {
    border-radius: 20px !important;
}

.arrows {
    width: 50px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
}

.arrows path {
    stroke: white;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.post-card-title {
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

iframe.ql-video {
    width: 100% !important;
    max-width: 564px !important;
    aspect-ratio: 16/9;
}


.tool-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tool-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tool-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: left;
}

.tip-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media (min-width: 576px) {
    .post-tags {
        min-height: 72px;
    }

}

.popover-header {
    border-bottom: none !important;
}

.lds-spinner {
    color: #1582CF;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1582CF;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
