.settings-container {
    display: flex;
    position: relative;
    width: 505px;
    top: 20px;
    margin: 30px auto;
    background: #fff;
    box-shadow: inset 0 0 0 1px #E4E4E7,
    0 4px 6px -2px rgba(0, 0, 0, 0.05),
    0 10px 15px -3px rgba(0, 0, 0, 0.10);
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    overflow: hidden;
    gap: 20px;
}

.settings-details {
    width: 100%;
    margin: 60px 80px 80px 80px;
}

.settings-content {
    justify-content: center;
    display: flex;
}

.settings-header {
    display: flex;
    width: 282px;
    height: 40px;
    padding: 10px 0 10px;
    gap: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.settings-google-logo {
    display: inline-block;
}

.settings-google-logo img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    /*margin-bottom: 5px*/
}

.settings-google-title {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #18181B;
}

.settings-body {
    margin-top: 20px;
}

.settings-verification {
    height: auto;
}

.two-step-row {
    display: flex;
    flex-direction: row;
    gap: 13px;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
    align-items: center;
}

.settings-approve {
    height: 48px;
    margin-top: 32px;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v271/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.two-step-title {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    height: 20px;
    width: 259px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #18181B;

}

.two-step-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}

.two-step-title {
    font: 600 16px/20px Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #18181B;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    cursor: pointer;
}

.switch input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}

.switch .track {
    position: absolute;
    inset: 0;
    background: #E5E7EB;
    border-radius: 100px;
    transition: background .2s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}

.switch .track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    transition: transform .2s ease;
}

.switch input:checked + .track {
    background: #10B981;
}

.switch input:checked + .track::after {
    transform: translateX(12px);
}

.switch input:focus + .track {
    outline: 2px solid rgba(16, 185, 129, .35);
    outline-offset: 2px;
}

.switch input:disabled + .track {
    opacity: .5;
    cursor: not-allowed;
}

.switch input:disabled ~ * {
    cursor: not-allowed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ga-instruction-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 76px;
    padding: 8px;
    background: #FAFAFA;
    border: 1px solid #F4F4F5;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 24px;
}

.ga-instruction__icon {
    flex: 0 0 auto;
    align-self: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 600 11px/1 Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.ga-instruction__icon::before {
    content: "i";
}

.ga-instruction__text {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin: 0;
    line-height: 20px;
    color: #52525B;
}

.ga-code-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 24px;
}

.code-label {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0;
    color: #18181B;
}

.checkbox-panel {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    align-items: center;
}

.otp-input {
    width: 50px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid #D4D4D8;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    font-size: 20px;
    /*line-height: 56px;*/
    color: #18181B;
    caret-color: #18181B;
    transition: border-color .15s ease, box-shadow .15s ease;
    display: inline-block;
}

.otp-input:hover {
    border-color: #C7C7CC;
}

.otp-input:focus {
    outline: 0;
    border-color: #18181B;
}

.otp-input:disabled {
    background: #F5F5F5;
    color: #9CA3AF;
    cursor: not-allowed;
}

.btn-approve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 345px;
    height: 48px;
    padding: 10px 24px;
    box-sizing: border-box;

    border: 0;
    border-radius: 12px;
    background: #83D1C4;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.btn-approve:hover {
    filter: brightness(0.97);
}

.btn-approve:active {
    filter: brightness(0.94);
}

.btn-approve:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.btn-approve__label {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: none;
    color: #18181B;
    white-space: nowrap;
}

.otp-input.is-error {
    border-color: #EF4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .15);
}

.otp-input:disabled {
    background: #F5F5F5;
    color: #9CA3AF;
    cursor: not-allowed;
}

.btn-approve:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.ga-qr,
#gAuthQRCodeBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ga-qr .ga-qr-hint {
    text-align: center;
}

#gAuthQRCodeBox[hidden] {
    display: none !important;
}

.switch input:not(:checked) + .track {
    background-color: #ef4444;
    box-shadow: inset 0 0 0 1px #b91c1c;
}

.switch input:not(:checked):focus + .track {
    outline: 2px solid #b91c1c;
    outline-offset: 2px;
}
