html, body {
margin: 0;
padding: 0;font-family: 'Lato', sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
p{
color: #4B5050;
}
.header_top {
background: #f6f8fa;
padding: 20px 0;
text-align: center;
}
.header_top {
display: flex;
justify-content: center;
}
.header-title {
font-size: 32px;
color: #013764;
font-family: 'Lato', sans-serif;
line-height: 40px;
font-weight: 900;
margin: 0;
padding: 10px 10px;
}
.bg-gray{
background: #f6f8fa;
}
.faq-title.ptb-20 {
padding: 20px 0;
margin: 0;
}
.bg-gray  {
padding: 0 50px;
}
.header-logo img {
 width: 160px;
}
.faq-container {
max-width: 900px;
font-family: 'Lato', sans-serif;
padding: 10px 30px 40px 30px;
border-radius: 12px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-top: 20px solid #013764;background: #fff; 
width: 100%;
margin-left: auto; margin-right: auto; 
}
.faq-title {
color: #008BD2;
margin-bottom: 5px;
font: 900 22px/27px 'Lato', sans-serif;
}
.faq-subtitle {
margin-bottom: 20px;
line-height: 1.5;
font-size: 16px;
margin: 5px 0 15px 0;
}
.faq-item {
border-bottom: 1px solid #ccc;
}
.faq-question {
width: 100%;
padding: 15px;
text-align: left;
border: none;
background: none;
outline: none;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
color: #4B5050;
font-size: 18px;
line-height: 27px;
font-weight: 500;font-family: 'Lato', sans-serif;
}
.arrow {
transition: transform 0.3s ease;
}
.faq-item.active .arrow {
transform: rotate(180deg);
}
.faq-answer {
display: none;
color: #4B5050;
}
.steps-block ul {
margin-bottom: 0;
}
.faq-item.active .faq-answer {
display: block;
}
.arrow::after {
font-family: 'Font Awesome 6 Free';
content: '\f078';  
font-weight: 900;  
transition: transform 0.3s ease;
display: inline-block;
}
.faq-item.active .arrow::after {
content: '\f077'; 
}
.faq-title-block {
border-bottom: 1px solid #ccc;
}
.faq-answer {
background: #f7f9fb;
}
.faq-subheading {
background-color: #003865;
color: #fff;
padding: 8px 15px;
margin: 0px;
font-size: 18px;
font-weight: 600;
}
.faq-link.primary-link {
color: #F57F25;
font-weight: 600;
display: block;
margin-bottom: 10px;
text-decoration: underline;
font-size: 18px;
line-height: 22px;
}
.faq-link.primary-link:hover {
text-decoration: underline;
}
.btn-primary {
background-color: #F57F25;
color: #fff;
padding: 15px 25px;
border-radius: 4px;
text-decoration: none;
font-weight: 600;display: inline-block;font-size: 16px;
}
.btn-primary:hover {
background-color: #d95500;
}
.steps-block h5 {
color: #4B5050;
font-size: 16px;
line-height: 19px;
margin: 0;
}
.steps-block-list {
list-style-type: disc;
padding-left: 20px;
}
.steps-block-list li a {
text-decoration: none;
color: #0056b3;
}
.steps-block-list li a:hover {
text-decoration: underline;
}
.faq-item.active {
background: #f6f8fa;
border-bottom: inherit;
}
.faq-content-block {
padding: 0px 25px 15px 25px;
}
.faq-description {
margin-bottom: 15px;
color: #4B5050;
font-size: 16px;
line-height: 22px;
}
.training-block {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0 15px 0 !important;
}
.how-to-list li a {
color: #013764;
font-size: 16px;
line-height: 25px;
margin-bottom: 6px;
display: inline-block;vertical-align: top;
}
.steps-block ul {
padding-left: 15px;
}
.how-to-list {
padding-bottom: 15px;
}
.bor-b {
border-bottom: 1px solid #ccc;
}
.training-block.bor-b {
border-bottom: 1px solid #ccc; padding-bottom: 10px;
}
.pb-0{
padding-bottom:0px;
}
.training-banner {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #013764;
padding: 30px 40px;
border-radius: 12px;
max-width: 100%;
margin: 20px 0 0 0;
color: white;
}
.training-text h2 {
margin: 0;
font-size: 32px;
font-weight: 900;
line-height: 39px;
}
.training-text h2 span {
color: #008BD2;
}
.training-text p {
margin-top: 8px;
font-weight: 400;
color: #fff;
font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
}
.training-cta .cta-button {
background-color: #f58220;  
color: white;
padding: 10px 18px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
transition: background 0.3s ease;
}
.training-cta .cta-button:hover {
background-color: #d96b10;
}
.pb-100 {
padding-bottom: 100px;
}
.bor-none{
border: none;
}
.release-notes-table {
width: 100%;
border-collapse: collapse;  min-width: 500px;
}
.release-notes-table th {
background-color: #003865;
color: #fff;
padding: 8px 20px;
text-align: left;
font-size: 18px;
}
.release-notes-table td {
padding: 8px 20px 0px 20px;  
color: #4B5050;
font-size: 16px;
}
.release-notes-table a {
color: #013764;
text-decoration: underline;
font-size: 16px;
}
.release-notes-table td:nth-child(1)::before {
content: "•";
color: #013764;  
font-weight: bold;
margin-right: 6px;font-size: 13px;
}
.faq-content.table-view-lists {
padding-bottom: 20px;
}
.table-responsive {
width: 100%;
overflow-x: auto;
}
@media(max-width:767px){
.header_top {
display: block;
}
.bg-gray {
padding: 0 20px 100px 20px;
}
.faq-container {
padding: 10px 20px 30px 20px;
}
.training-banner {
display: block;padding: 30px 20px;
}
.training-cta {
display: block;
width: 100%;
padding-top: 30px;
}
.faq-question {
padding: 10px;
font-size: 16px;
}
.faq-link.primary-link {
margin-bottom: 25px;
}
.steps-block {
margin-top: 15px;
}
.training-block {
display: block;
padding-bottom: 20px !important;
}
.training-text h2 {
font-size: 25px;
}
.release-notes-table th {
font-size: 16px;
}
.faq-container p br {
display: none;
}
.faq-title {
font: 900 18px/27px 'Lato', sans-serif;
}
.release-notes-table td {
width: 100%;
}
}