#form-captcha {
    margin-bottom: 10px;
}

#form-captcha_button {
    margin-left: 5px;
}

#form-captcha {
    cursor: pointer;
}

.font-bold {
    font-weight: bold;
}

/* style.css */
.container {
    display: block;

    min-height: 70vh;
}

.heading-verify-code {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
}

#inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#inputs input {
    width: 30px;
    height: 50px;
    background-color: grey;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: white;
    margin: 0 2px;
    border-radius: 5px;

}

#inputs input:focus {
    border-bottom: 3px solid orange;
    outline: none;
}


.btn-otp-verify {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.f2a-verify-message {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    color: #ee395b;
    font-size: 1.1rem;
    padding-top: 5px;
    text-transform: capitalize;
}

.no-margin-top {
    margin-top: 0;
}

#auth_status {
    text-transform: capitalize;
}

.navigation {
    font-size: 13px;
    font-weight: 600;
}

.navigation .page_item a {
    padding: 10px;
}

.navigation .current_page_item,
.navigation .page_item a {
    border: none;
    font-size: 13px;
}

.page_item_selected {
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #0c7bb3;
}

.page_item_selected a {
    color: #FFFFFF;
    text-decoration: none;
}

/* .sockslist__container {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.sockslist__card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sockslist__card__body {
    flex: 1;
} */
.sockslist__width {
    width: 100%;
}

.search_reset {
    color: #fff;
    background-color: #f0506e0a;
    border-color: #eea236;
}

.custom_button_border {
    border-color: #dd7272;
}

.background__custom {
    background: radial-gradient(circle, #1c1f24 55%, #000000 100%);
}
.sockslist__card__header {
    background-color: #464646;
}
