﻿@media (min-width: 1025px) {
    .kt-container {
        padding: 0 10px;
    }
}

@media (min-width: 1429px) {
    .kt-container {
        width: 1429px;
    }
}

@media (max-width: 1024px) {
    .kt-header-mobile__logo > a > img[alt ="Logo"] {
        padding: 5px;
        height: -webkit-fill-available;
    }
}

.input-group-append .btn {
    position: relative;
    z-index: 0;
}


.kt-badge {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 0.8rem;
}

.kt-badge.kt-badge--pill {
    border-radius: 2rem;
}

.form-group.row {
    padding-bottom: 1.1rem;
}

    /* optional: don’t add padding to the very last row */
    .form-group.row:last-child {
        padding-bottom: 0;
    }

.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-dropdown .select2-results__option {
    font-size: 1rem;
}

.form-select {
    font-size: 1rem;
}

.form-check-xs .form-check-input {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
}

.form-check-xs .form-check-label {
    font-size: 1.3rem;
}

#pswd_info {
    position: absolute;
    z-index: 100;
    background: #f7f8fb;
    color: #fff;
    border-radius: 0.6em;
    /* default near the right side of the input */
    top: 0;
    left: 100%;
    margin-left: 12px;
    /* optional sizing/padding */
    max-width: 320px;
    padding: .75rem 1rem;
}

/* xl & lg (your current “good” case) */
@media (min-width: 992px) {
    /* keep to the right of the field */
    #pswd_info {
        top: 0;
        left: 69%;
        margin-left: 12px;
    }
}

/* md: place below and right-align to the input edge */
@media (max-width: 991.98px) and (min-width: 768px) {
    #pswd_info {
        top: calc(100% - 85px);
        left: 29%;
        right: 0;
        margin-left: 0;
    }
}

/* sm: below, full width of the wrapper */
@media (max-width: 767.98px) and (min-width: 576px) {
    #pswd_info {
        position: static;
        margin-top: .5rem;
        width: 100%;
        border-radius: 0;
    }
}

/* xs: edge-to-edge under the field */
@media (max-width: 575.98px) {
    #pswd_info_identity_pages {
        position: static; /* lets it flow under the input */
        margin-top: .5rem;
        width: 100%;
        border-radius: 0; /* optional for mobile look */
    }
}


/* RESET PASSWORD PAGE*/
#pswd_info_identity_pages {
    position: absolute;
    z-index: 100;
    background: #f7f8fb;
    color: #fff;
    border-radius: 0.6em;
    top: 0;
    left: 100%;
    margin-left: 12px;
    max-width: 320px;
    padding: .75rem 1rem;
}

@media (min-width: 1530px) {
    #pswd_info_identity_pages {
        top: 435;
        left: 61.8%;
        margin-left: 12px;
    }
}

@media (max-width: 1529.98px) and (min-width: 992px) {
    #pswd_info_identity_pages {
        top: 330;
        left: 64%;
        margin-left: 12px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    #pswd_info_identity_pages {
        top: calc(100% - 85px);
        left: 29%;
        right: 0;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    #pswd_info_identity_pages {
        position: static;
        margin-top: .5rem;
        width: 100%;
        border-radius: 0;
    }
}