/*your custom css goes here*/

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.aiz-main-wrapper,
.aiz-user-panel {
    min-width: 0;
    max-width: 100%;
}

.membership-card-download-area {
    width: 100%;
    max-width: 100%;
}

.membership-card-download-area .id-card {
    box-sizing: border-box;
    max-width: 100% !important;
}

.aiz-mobile-bottom-nav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden;
    overflow-y: visible;
}

.aiz-mobile-bottom-nav > .row {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap;
    overflow: visible;
}

.aiz-mobile-bottom-nav > .row > .col,
.aiz-mobile-bottom-nav > .row > .col-auto {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.aiz-mobile-bottom-nav .col-auto .size-50px {
    margin-top: -22px !important;
}

.aiz-mobile-bottom-nav .col-auto a {
    padding-top: 10px !important;
}

.aiz-mobile-bottom-nav a {
    overflow: hidden;
}

.aiz-mobile-bottom-nav span {
    white-space: nowrap;
}

.footer-subscribe-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 320px;
}

.footer-subscribe-form .form-group {
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer-subscribe-form .form-control {
    width: 100%;
    min-width: 0;
}

.footer-subscribe-form .btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    header,
    footer,
    section,
    .footer-widget,
    .aiz-main-wrapper {
        width: 100%;
        max-width: 100vw;
    }

    .container {
        max-width: 100%;
    }

    .footer-subscribe-form {
        max-width: 100%;
    }

    .aiz-user-panel .row {
        min-width: 0;
    }

    .aiz-user-panel [class*="col-"] {
        min-width: 0;
    }
}
