:root { --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --primary-color: #001B38; --secondary-color: #367FEE; --primary-text-color: #19191A; --secondary-text-color: #3E3E40; --tertiary-text-color: #77787A; --header-text-color: #000000; } .body { font-family: var(--font); color: var(--secondary-text-color); font-size: 16px; line-height: 22px; font-weight: 100; } .header_title { font-size: 65px !important; line-height: 70px !important; font-weight: 700 !important; color: var(--header-text-color) !important; } .subtitle { font-size: 1.25rem; font-weight: 300; opacity: 0.8; } .header-logo { width: 96px; height: 96px; margin-bottom: 30px; } .bg { color: rgba(0, 0, 0, 0); /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; } .article-content-container { padding-bottom: 140px; /* extra space at bottom */ } .hover { border-radius: 0.25rem; box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, .05); transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out; } .hover:hover { box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, .1); border-radius: 0.25rem; } .release-note:first-of-type .timeline-decorator::before { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50px); } .release-note:last-of-type .timeline-decorator::before { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); } .timeline-decorator::before { content: ""; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); width: 3px; position: absolute; top: 0; bottom: 0; left: calc((65px / 2)); z-index: -1; } .guide-release-note:first-of-type .guide-timeline-decorator::before { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50px); } .guide-release-note:last-of-type .guide-timeline-decorator::before { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); } .guide-timeline-decorator::before { content: ""; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); width: 2px; position: absolute; top: 0; bottom: 0; left: calc((12px / 2) + 16px); z-index: -1; } .bg-purple { background-color: #6f42c1 !important; } .bg-next { background-color: #28a745 !important; } .py-6 { padding-top: 40px !important; padding-bottom: 40px !important; } .version-badge { width: 65px; text-align: center; font-size: 14px !important; color: rgba(255, 255, 255, 0.85); } .guide-badge { width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 16px !important; color: rgba(255, 255, 255); background: linear-gradient(to bottom, #18b4e8, #007bff); flex-shrink: 0; } .text-bold { font-weight: 600 !important; } .f3-light { font-size: 22px !important; font-weight: 500 !important; } .change-badge { background-color: #0366d6; display: inline; flex: 0 0 65px; font-size: 10px; font-weight: 600; border-radius: 3px; margin-right: 8px; padding: 2px 5px; text-transform: uppercase; text-align: center; color: rgba(255, 255, 255, 0.85); } .change-badge-improved { background-color: #0366d6; } .change-badge-fixed { background-color: #0366d6; } .change-badge-new, .change-badge-added { background-color: #28a745; } .f-width { width: 180px; } .change-log-new { margin-left: 74px; } .change-description { line-height: 1.25 } .anchorjs-link { opacity: 0.8; text-decoration: none; /* -webkit-font-smoothing: antialiased; */ } .anchorjs-link { font-weight: 400; color: rgba(13, 110, 253, 0.2); transition: color 0.15s ease-in-out; } [data-anchorjs-icon]::after { content: attr(data-anchorjs-icon); } .icon-link { display: inline-flex; align-items: center; } .icon-link>.bi { margin-top: .125rem; margin-left: .125rem; transition: transform .25s ease-in-out; fill: currentColor; } .icon-link:hover>.bi { transform: translate(.25rem); } .bi { /* vertical-align: -.125em; */ fill: currentColor; } .footer_page { background-color: #11243c; padding-top: 40px; color: rgba(255, 255, 255, 0.7); font-size: 16px !important; font-family: var(--font); font-weight: 300; } .opacity-60 { opacity: .6 !important; } .opacity-50 { opacity: .5 !important; } a { transition: color 0.2s ease-in-out; text-decoration: none; } .nav-link-style.nav-link-light { color: rgba(255, 255, 255, 0.7); } .nav-link-style { display: inline-block; transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out; color: #5a5b75; /* font-weight: 400; */ text-decoration: none; } .nav-link-style:hover { color: rgba(255, 255, 255); } .widget-link { display: block; position: relative; padding: 0.25rem 0; transition: color 0.25s ease-in-out; color: rgba(255, 255, 255, 0.7); /* font-weight: 300; */ text-decoration: none; } .widget-link:hover { color: rgba(255, 255, 255); } .btn-social { color: rgba(255, 255, 255, 0.8); } .btn-social:hover { color: rgba(255, 255, 255); } .btn { transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; } .callout { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; } .callout-warning { /* border: 1px solid #f0ad4e; */ border-left-color: #f0ad4e; } .callout-info { /* border: 1px solid #f0ad4e; */ border-left-color: #5bc0de; } .icon-demo { background-color: #fdfdfd; background-image: radial-gradient(circle, #ddd 1px, rgba(0, 0, 0, 0) 1px); background-size: 1rem 1rem; } /* start: Scroll Back To Top Button */ #myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: rgba(0, 0, 0, 0.0); /* Set a background color */ color: rgba(255, 255, 255, 0.7); /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; background-color: rgba(0, 0, 0, 0.2); animation-name: example; animation-duration: 2s; } @keyframes example { from { background-color: rgba(0, 0, 0, 0.0) } to { background-color: rgba(0, 0, 0, 0.2) } } #myBtn:hover { background-color: rgba(0, 0, 0, 0.5); /* Add a dark-grey background on hover */ color: rgba(255, 255, 255); } /* end: Scroll Back To Top Button */ .rounded-img-compare { border-radius: 0.6rem; } .rounded-img { border-radius: 1.6rem; } .nav-hover { /* color: rgb(8, 110, 253) !important; */ border-radius: 0.3rem; transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out, color 0.25s ease-in-out } .nav-hover:hover { border-radius: 0.3rem; background-color: rgb(13, 110, 253, 0.05); /* background-color: rgb(0, 0, 0, 0.05); */ color: rgb(8, 110, 253) !important; } .users-reviews { background-color: #f8f8f8; border-radius: 0.5rem; } #table-scroll { height: 420px; overflow-y: auto; margin-top: 20px; } .pricing-color { background-color: rgb(248, 249, 250, 0.5); } .btn-bd-light { color: #6c757d; border-color: #dee2e6; transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out; } .main-area { font-family: var(--font); display: flex; flex-direction: column; min-height: 100vh; } .menu-page-content { flex: 1; align-items: center; padding-bottom: 40px; } .related_articles { font-family: var(--font) !important; color: var(--secondary-text-color); font-size: 16px; line-height: 22px; font-weight: 300; } .related_articles ul { list-style: none; padding-left: 0; } .related_articles i { margin-right: 8px; font-size: 12px; } .related_articles i { color: var(--secondary-text-color); } .contact-button { padding: 12px; width: 140px; color: var(--secondary-color); border-radius: 10px; border: 1px solid var(--secondary-color); background-color: #ffffff; cursor: pointer; transition: background-color 0.2s, transform 0.2s; } .contact-button:hover { background-color: var(--secondary-color); transform: scale(1.05); color: #fff; } .contact-section { padding-bottom: 40px; } .contact-section p { font-size: 16px; } .contact-block { padding-top: 12%; } .guide_container { padding: 20px 10px 0px 10px; } .guide_header { font-size: 28px !important; font-weight: 600; } .custom-container { margin-left: auto; margin-right: auto; padding-bottom: 1rem; padding-top: 40px; } .responsive-button { max-height: 100%; } .star-img { width: 24px; height: 24px; margin-top: 0.5rem; margin-bottom: 0.5rem; } .hide_on_devices { display: block !important; } @media (min-width: 768px) { .change-log { margin-left: 74px; } .guides { margin-left: 74px; } .guide-title { margin-left: 42px; } .f-width { width: 200px !important; } .form-me { width: 24rem; } } @media (max-width: 768px) { .guide_container { padding: 20px 30px 0px 30px; } .menu-page-content { flex: 1; align-items: center; padding: 0 24px 40px 24px; } .footer_page { padding: 20px 14px 10px 14px; font-size: 12px; } .widget-title { font-size: 14px; } .nav a { font-size: 14px; margin: -8px 2px; text-align: center; } .contact-description { font-size: 14px !important; padding: 10px 30px 10px 30px; } .header_title { font-size: 38px !important; line-height: 42px !important; font-weight: 700 !important; color: var(--header-text-color) !important; } .subtitle { font-size: 1rem; font-weight: 300; opacity: 0.8; } .header-logo { width: 56px; height: 56px; margin-bottom: 20px; margin-top: 30px; } .hide_on_devices { display: none !important; } } @media (max-width: 992px) { .responsive-button { height: 48px; } .star-img { width: 18px; height: 18px; margin-top: 0; margin-bottom: 0; } .hide_on_devices { display: none !important; } } .list-group { --bs-list-group-bg: transparent !important; }