/* Hide Edge browser's built-in eye icon */

input[type="password"]::-ms-reveal {
    display: none;
}

body {
    margin: 0;
    min-width: 1440px;
    background: rgba(245, 245, 245, 1) !important;
    height: 100vh !important;
}

header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(226, 111, 45, 1);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    opacity: 1;
    background: rgba(226, 111, 45, 1);
    padding: 0px 24px 0px 24px;
    max-width: 1800px !important;
    width: 1800px;
}

.logo {
    background-image: url("../public/images/logo.png");
    width: 75px;
    height: 32px;
    opacity: 1;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pwd-login {
    display: flex;
    flex-direction: row;
}

.pwd-login div:first-child {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.pwd-login img {
    width: 16px;
    height: 16px;
    opacity: 1;
}

.change-home {
    width: 1200px;
    height: 800px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 1);
}

.change-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.change-content .txt1 {
    margin-top: 56px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
}

.change-content .txt2 {
    margin-top: 48px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.change-content .icons {
    margin-top: 48px;
}

.step .btn-block {
    border: none;
    width: 350px;
    height: 42px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    background: rgba(226, 111, 45, 1);
}

.change-home .change-content ul {
    width: 762px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0;
    list-style-type: none;
}

.change-home .change-content ul li {
    position: relative;
    width: 176px;
    height: 176px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(230, 234, 242, 1);
}

.change-home .change-content ul li.active {
    border-color: rgba(226, 111, 45, 1);
/* Turns blue after mouse click */
}

.change-home .change-content ul li:hover {
    border-color: rgba(226, 111, 45, 1);
    /* Turns orange when the mouse hovers */
}

.change-content .icons .icon img {
    width: 48px;
    height: 48px;
}

.icon-text {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
}

.change-method {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.change-method .txt1 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    margin-top: 56px;
}

.change-method .process {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.process .line {
    margin-left: 8px;
    display: inline-block;
    width: 80px;
    height: 0px;
    border: 2px solid rgba(0, 0, 0, 0.08);
}

.process .step-number {
    margin: 0 8px;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.45);
}

.process .step-number.active {
    margin: 0 8px;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(226, 111, 45, 0.7);
    border: 2px solid rgba(226, 111, 45, 1);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
}

.process .line.active {
    border: 2px solid rgba(226, 111, 45, 1);
}

.pwd-update,
.pwd-success {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.change-method .step .last-step {
    margin-bottom: 16px;
}

.change-method .btn-block {
    width: 350px;
    height: 42px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    background: rgba(226, 111, 45, 1);
}

.smscode {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 5px;
    width: 350px;
    height: 43px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #B0B0B0;
}

.vcode {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 350px;
    height: 45px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #B0B0B0;
    border-radius: .25rem;
}

.vscode {
    flex: 1;
    border: none !important;
    outline: none;
    margin-left: -5px;
    padding: .375rem .75rem;
    height: 30px !important;
    margin-top: 24px;
}

.vcode-pic {
    width: 81px;
    height: 30px;
    border-radius: 5px;
}

.separator {
    margin-left: 10px;
    margin-right: 10px;
    width: 0;
    height: 22px;
    border-left: 2px solid #ccc;
}

.resend {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 85, 204, 1);
    cursor: pointer;
}

.method-input .phone,
.pwd-update .pwd-input {
    width: 350px;
    height: 42px;
    opacity: 1;
    border-radius: 6px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 1);
}

.pwd-success img {
    width: 200px;
    height: 120px;
}

.twodimen .method-input img {
    width: 132px;
    height: 132px;
}


/* Account password */

.tab-content input {
    width: 350px;
    height: 42px;
    margin-bottom: 24px;
}

.tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.social-icons {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}

.social-icons .icons-img {
    /* Icon spacing */
    left: 90.5px;
    top: 0px;
    width: 42px;
    height: 42px;
    opacity: 1;
    border-radius: 100px;
    background: rgba(235, 238, 244, 1);
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    /* Disable mouse events*/
    cursor: not-allowed;
    /* Optional: Change mouse style to reflect disabled state */
}

.bi {
    margin-left: -20px;
    margin-top: 10px;
    cursor: pointer;
}