@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	background: #161616 !important;
	color: #666666;
	font-family: "Inter", sans-serif;
	margin: 0;
	height: 110px !important;
	background-image: url('assets/image/homepage-background.png');
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center top;
  }
  
:root {
	--white: #ffffff;
    --venu-card: #1A1A1A;
}
.helpcenter-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 278px;
}
.hero-helpcenter {
    min-height: 278px;
    /* background: #292929; */
}
.helpcenter-footer .footer-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: -0.03em;
    text-align: right;
    color: var(--white);
    opacity: 66%;
}
.helpcenter-footer .footer-text span {
    color: #4786fb;
}
.helpcenter-footer {
    display: flex;
    margin-top: 20%;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.hero-helpcenter h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--white);
}
input[type=text] {
    width: 516px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    background-color: white;
    background-image: url('/assets/svg/search-icon.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 20px 12px 40px;
    margin-top: 2rem;
}
.breadcrump-content a {
    color: #5C5C5C !important;
}
.custom-list ol {
    counter-reset: step-counter;
  }
  
  .custom-list ol > li {
    list-style: none; /* Remove default numbering */
    counter-increment: step-counter;
    margin-bottom: 15px;
  }
  
  .custom-list ol > li::before {
    content: counter(step-counter) ". "; /* Add custom numbering */
    font-weight: bold;
  }
  
  .custom-list ul {
    list-style-type: disc; /* Bullet points for sub-list */
    margin-left: 20px; /* Indentation for sub-list */
  }
  
  .custom-list ul > li {
    margin-bottom: 0px;
  }
  .custom-list p {
    font-weight: 400 !important;
  }
.custom-list li {
    display: block !important;
    padding: 0px !important;
    border-top: 0px !important;
}  
.custom-list p {
    padding: 0px !important;
    margin-left: 16px;
}
.custom-list ul li {
    list-style: none; 
    position: relative;
    padding-left: 20px;
  }
  
.custom-list ul li::before {
    content: '•'; 
    position: absolute;
    left: 0;
    font-size: 1.2em; 
    color: #ffffff;
}
.custom-dot::before {
    content: '• ';
    color: #ffffff;  
    font-size: 1.2em;
  }
   
.help-topic .item span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #ADADAD;
} 
.helpcenter {
    justify-content: flex-end;
}
.help-content {
    display: flex;
    margin-top: 40px;
}
.breadcrump-content b {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}
.help-section-1 h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #353535;
}
.help-section-1 {
    width: 100%;
}
.breadcrump {
   /* background: #1F1E1E; */
   min-height: 66.19px;
   display: flex;
   align-items: center;
   margin-top: 3%;
}
.popular-articles {
    width: 34%;
    padding: 10px 10px 10px 45px;
}
.popular-articles h3 {
    color: var(--white);
}
.help-topic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);   
    gap: 10px; 
}
.popular-articles li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white);
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #353535;
}
.popular-articles li:last-child {
    border-bottom: none;
}
.support-text {
    margin-top: 3rem;
}
.help-topic .item {
    padding: 20px;
    border-bottom: 1px solid #353535;
    color: #ADADAD;
    align-items: center;
    display: flex;
}
.help-topic .item span {
   margin-right: 20px;
}
.popular-articles button {
    text-transform: uppercase;
    background: linear-gradient(180deg, #00A3FB 0%, #0077FF 100%);
    border-radius: 20px;
    margin-top: 5px;
}
.need-support button { 
    text-transform: uppercase;
    background: linear-gradient(180deg, #00A3FB 0%, #0077FF 100%);
    border-radius: 20px;
    margin-top: 20px;
}
.breadcrump-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrump input[type=text] {
    width: 280.5px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 24px;
    font-size: 16px;
    background-color: white;
    background-image: url('assets/svg/search-icon.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 20px 12px 40px;
    margin-top: 0rem;
}
.breadcrump-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #5C5C5C;
}
.breadcrump-content span {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    color: var(--white);
}
.general-section {
    margin-top: 50px;
    display: flex;
}
.general-question {
    width: 100%;
}
.general-question h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--white);
    padding-bottom: 20px;
}
.general-question li {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white);
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #353535;
}
.general-question a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.general-question img {
    margin-right: 20px;
}
.item a {
    display: flex;
    align-items: center;
}
.need-support {
    width: 32%;
    padding: 10px 10px 10px 45px;
}
.general-question p {
    padding-bottom: 10px;
    color: #ADADAD;
    font-size: 14px;
}
.content-remarks {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1F1E1E;
    padding: 40px;
    margin-top: 20px;
}
.privacy-section {
    width: 32%;
    padding: 10px 45px 10px 10px;
}
.privacy-section a {
    color: #A1A1A1;
}
.privacy-section h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--white);
}
.privacy-section li {
    color: var(--white);
    padding-bottom: 10px;
    font-size: 14px;
}
.privacy-blog h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.active-page {
    color: var(--white) !important;
}
.version-control {
    color: #A1A1A1 !important;
}
.privacy-section ul {
    padding-top: 15px;
}

.content-remarks h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
}
.okey-button {
    background: #55D17C;
    height: 34px;
    width: 60px;
}
.okey-button img {
    margin-right: 0px;
}
.fail-button img {
    margin-right: 0px;
}
.fail-button {
    background: #E57673;
    height: 34px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remarks-button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.need-support .support-text {
    margin-top: 5rem;
}
.need-support h3 {
    font-size: 13.58px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 15.92px;
    color: var(--white);
    letter-spacing: -0.11022936552762985px;
}
.need-support li {
    font-size: 11.43px;
    font-weight: 400;
    line-height: 16px;
    color: var(--white);
}
@media (max-width: 768px){ 
    input[type=text] {
        width: 360px;
    }
    .help-content {
        flex-direction: column;
    }
    .privacy-section { 
        width: 100%;
    }
    .general-question h2 { 
        font-size: 30px;
    }
    .popular-articles {
        width: 100%;
        padding: 15px;
    }
    .breadcrump-content {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .general-section {
        flex-direction: column;
    }
    .need-support {
        width: 100%;
        padding: 15px;
    }
    .need-support .support-text {
        margin-top: 2rem;
    }
}