
#body_section {
    font-size: 1.25rem;
}
#footer_section {
    font-size: initial;
}
.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-myaccount-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-myaccount-primary);
}
.submit-btn:hover {
    color: white;
    background-color: var(--theme-myaccount-secondary);
}
.price_unit {
    color:#7151D2;
    line-height: normal;
    display: flex;
    flex-direction: row-reverse;
    align-items: self-end;
    font-weight: bold;
    word-break: keep-all;
}
.price {
    color:#7151D2;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    line-height: normal;
    font-weight: bold;
    word-break: keep-all;
}
.trade-text {
    color:white;
    background-color: #7C73DC;
    border-radius: 0 0 0.5rem 0.5rem;
}
.trade-title {
    border-left: solid 10px;
    border-color: var(--theme-myaccount-primary);
    text-align: start;
    font-weight: bold;
    font-size: x-large;
}
.content_title{
    margin-top:10px;
    font-weight: bold !important;
    font-size: 2rem !important;
    text-align: center !important;
    color:var(--theme-myaccount-primary);
}
#phone_list .collapsible::after{
    display: none;
}
.input-field label {
    font-size: 1.25rem;
    text-align: start;
    font-weight: bold;
    padding: .5rem 0;
}
.input-field input,.input-field select {
    font-size: 1.25rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}
.input-field select:disabled {
    background-color:#EFEFEF4D;
}
.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: 1.25rem;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}
#resetBtn {
    color:black;
    background-color: transparent;
    border-color: var(--theme-myaccount-primary);
    font-weight: bold;
}
#submitBtn {
    color: white;
    background-color: var(--theme-myaccount-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;
    font-size: 1.25rem;
}
hr {
    color:#D9D9D9;
    margin: 0;
}
#topbutton {
    float: left;
}
#topbutton a {
    text-decoration: none;
    display: inline-block;
    line-height: 100%;
    padding: 26px 30px;
    font-weight: bold;
    color: #727272;
}
.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: #e0e0e0;
    color: #fff;
    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: #7151D2;
}
.step.completed .circle img {
    width: 24px;
    height: 24px;
}
.step.show .circle {
    background: #23262F;
}
.step .label {
    color: #23262F;
    font-size: 15px;
    margin-top: 2px;
}
.step-line.show {
    background: #7151D2;
}
.model_text {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.deviceModel {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.table_title {
    color:#fff !important;
    background: #000 !important;
}
#phone_list {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}
#phone_list table {
    font-size: 1.2rem;
    width: 100%;
}
#phone_list table th {
    padding: 12px 10px;
    background:var(--theme-myaccount-primary);
    color: #fff;
}
#phone_list table th,#phone_list table td {
    border: 1px solid #000;
    text-align: center;
}
#phone_list table th:first-child,#phone_list table td:first-child{
    text-align: left;
}
#phone_list table td {
    background: #f8f0ff;
    padding: 12px 10px;
    font-weight: bold;
}
#phone_list table td:nth-child(2) {
    color:var(--theme-myaccount-primary);
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
    .tradein-steps {
        gap: 40px;
    }
    .tradein-steps .icon img {
        width: 160px;
        height: 160px;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
    #phone_list th, #phone_list td {
        white-space: nowrap;
    }
}
@media (max-width: 1024px) {
    body{
        min-width: unset;
    }
    #qna,#qna span,#phone_list {
        padding: 1rem;
    }
    .hsexphotofr{
        margin: 0;
    }
    .tradein-steps{
        flex-wrap: wrap;
    }
    .tradein-steps .step {
        width: 33%;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .footer_hr{
        margin-top:6rem !important;
    }
    .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: 50px;
        text-align: start;
    }
    #login_mail_field{
        width: 62%;
    }
    #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;
    }
    #topbutton a {
        padding: 4vw 3vw;
    }
    #body_section {
        padding: 0;
        font-size: 1rem;
    }
    .trade-title {
        font-size: x-large;
    }
    .hsexsection{
        padding: 20px 0;
    }
    .hsexphototxt {
        font-size: unset;
    }
    .hsexphotofr {;
        margin: 0px .2rem;
    }
    .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;
    }
}
@media (max-width: 480px) {
    #topbutton a {
        padding: 4vw 1vw;
    }
    .btn_group {
        position:fixed;
        bottom:0;
        display: contents;
    }
    .qt_num,#txn_id{
        display: contents;
    }
}