body{
    background-color: #1B1B1A;
}
#pagewrap {
    font-size: 1.25rem;
}
#qna{
    background-color: #242424;
}
.search-input {
    width: 100%;
    padding-right: 2.5rem;
    box-sizing: border-box;
    height: 40px;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.search-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color:var(--theme-supreme-primary);
}
#suggestions .list-group-item {
    text-align: left;
}
.btn{
    width: auto;
    word-break: keep-all;
}
.submit-btn {
    word-break: keep-all;
    color: white;
    background-color: var(--theme-supreme-primary);
}
.submit-btn:hover {
    color: white;
    background-color: var(--theme-supreme-secondary);
}
.price_unit {
    color:#CEA272;
    line-height: normal;
    display: flex;
    flex-direction: row-reverse;
    align-items: self-end;
    font-weight: bold;
    word-break: keep-all;
}
.price {
    color:#CEA272;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    line-height: normal;
    font-weight: bold;
    word-break: keep-all;
}
.trade-text {
    color:white;
    background-color: #CEA272;
    border-radius: 0 0 0.5rem 0.5rem;
}
.trade-title {
    border-left: solid 10px;
    border-color: var(--theme-supreme-primary);
    color: var(--theme-supreme-primary);
    text-align: start;
    font-weight: bold;
    font-size: x-large;
}
.input-field label {
    font-size: 1.25rem;
    text-align: start;
    font-weight: bold;
    padding: .5rem 0;
}
.input-field input,.input-field select {
    font-size: medium;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #242424;
}
.input-field select:disabled {
    background-color:#EFEFEF4D;
    color:dimgrey;
}
.email_remarks {
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: start;
    display: none;
}
.form-otp input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid #242424;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}
#resetBtn {
    color:var(--theme-supreme-primary);;
    background-color: transparent;
    border-color: var(--theme-supreme-primary);
    font-weight: bold;
}
#submitBtn {
    color: white;
    background-color: var(--theme-supreme-primary);
    font-weight: bold;
}
.ButtonDisabled{
    background: #9f9f9f !important;
    cursor:none;
    pointer-events:none;
}
.collapsible {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.25rem;
    background-color: transparent;
    font-weight: 500;
}

.collapsible:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: start;
}
.content p {
    color:#727272;
}
hr {
    color:#464646;
    margin: 0;
}
.tradein-steps .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
#header_section {
    display:none;
}

.step-progress {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #23262F;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0;
}

.step-line {
    flex: 1;
    height: 3px;
    background: #e0e0e0;
    margin: 0 8px;
    border-radius: 2px;
    z-index: 0;
}
.step.completed .circle {
    background: var(--theme-supreme-primary);
}
.step.completed .circle img {
    width: 24px;
    height: 24px;
}
.step.show .circle {
    background: #e0e0e0;
}
.step .label {
    color: #e0e0e0;
    font-size: 15px;
    margin-top: 2px;
}
.step-line.show {
    background: var(--theme-supreme-primary);
}

select {
    color: black;
}
#qna {
    padding: 1rem 20em;
}
.footer-secondary {
    background-color: black;
}
@media (min-width: 768px) {
    .tradein-steps {
        gap: 40px;
    }
    .tradein-steps .icon img {
        width: 160px;
        height: 160px;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
}
@media (max-width: 1024px) {
    #qna,#qna span {
        padding: 1rem;
    }
    .hsexphotofr{
        margin: 0;
    }
    .tradein-steps{
        flex-wrap: wrap;
    }
    .tradein-steps .step {
        width: 33%;
    }
}
/* Mobile styles */
@media (max-width: 767px) {
    .mode_container{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .model_text {
        flex: 0 0 auto;
        width: 25%;
        white-space: nowrap;
    }
    .deviceModel {
        flex: 0 0 auto;
        width: 75%;
        padding-left: 55px;
        text-align: start;
    }
    #login_mail_field{
        width: 74%;
    }
    #verifyLogin{
        margin-bottom: 0 !important;
    }
    #submitOrder{
        margin-top: 0 !important;
    }
    .btn{
        font-size: 15px;
    }
    #pagewrap {
        padding: 0px;
        font-size: 1rem;
    }
    .trade-title {
        font-size: x-large;
    }
    .hsexphototxt {
        font-size: unset;
    }
    .hsexphotofr {;
        margin: 0px .2rem;
    }
    .footer-secondary {
        font-size: 12px;
    }
    .search-input{
        width:90%;
    }
    .search-icon {
        right: 2.75rem;
    }
    .displaypc {
        display: none !important;
    }
    .displaymob {
        display: block !important;
    }
    #section1 form label {
        width: 90%;
    }
    .tradein-steps .icon img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
    .tradein-steps .step {
        padding: 0 1vw;
    }
    #qna,#qna span {
        padding: 1rem 0;
    }
    #requestOTPButton{
        margin-right: 0 !important;
        display: flex;
        align-items: center;
    }
    #resetBtn, #submitBtn {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .form-otp input{
        width: 50px;
        height: 60px;
    }
    :lang(eng) {
        width: 67% !important;
    }
}