﻿.accountbtnTxt {
    padding: 2px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875em;
    color: #fff;
    border: 1px solid #003f96;
    background-color: #003f96;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: initial;
}

.accountbtnTxt:hover {
    border-color: #003f96;
    color: #003f96;
    background-color: #fff;
}

.popOutBox .insContent,
.popOutBox-header .insContent {
    max-height: 90vh;
    overflow-x: auto;
}

.popOutBox-header.header-feedback-alert .insContent,
.popOutBox-header.header-alert .insContent {
    max-height: 98vh;
}

@media (min-width: 768px) {
    main {
        padding-top: 48px;
    }
}

/*@media (min-width: 992px) {*/
@media (min-width: 1200px) {
    main {
        padding-top: 127px;
    }
}

/*@media (max-width: 991px) {*/
@media (max-width: 1199px) {
    .header_container {
        max-width: 100%;
    }

    header .headerTop {
        display: none;
    }

    .header_mobile {
         display: block; 
    }
}

.popOutBox-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

    .popOutBox-header.show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .popOutBox-header.buying .text {
        padding-left: 50px;
        color: #404040;
        background-image: url("../assets/img/icon_exclamation_mark2.png");
        background-repeat: no-repeat;
    }

@media (max-width:480px) {
    .popOutBox-header.buying .text {
        padding-left: 0;
        padding-top: 50px;
    }
}

@media (max-width:480px) {
    .popOutBox-header.buying .btnBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.popOutBox-header .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.31;
}

.popOutBox-header .insContent {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vh;
    background-color: #fff;
    border-radius: 5px;
}

.popOutBox-header.header-feedback-alert .insContent,
.popOutBox-header.header-alert .insContent {
    max-width: 955px !important;
    margin-top: 1vh;
    display: block;
}

.popOutBox-header.header-feedback-alert .feedback-header,
.popOutBox-header.header-alert .alert-header {
    position: relative;
    width: 100%;
    height: 20vh;
    min-height: 300px;
    background-color: #d5eaf2;
    font-size: 2.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.5rem;
    text-align: center;
    color: #404040;
}

.popOutBox-header.header-feedback-alert .feedback-body,
.popOutBox-header.header-alert .alert-body {
    position: relative;
    padding: 2rem;
    width: 100%;
    background-color: #003f96;
}

    .popOutBox-header.header-feedback-alert .feedback-body > div,
    .popOutBox-header.header-alert .alert-body > div {
        position: relative;
        padding: 2rem 1.5rem;
        width: 100%;
        background-color: #fff;
        border-radius: 0.5rem;
    }

        .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-title,
        .popOutBox-header.header-alert .alert-body > div .alert-title {
            margin-bottom: 0.5rem;
            color: #e87f61;
            font-size: 1rem;
            line-height: 1.47;
            text-align: left;
        }

        .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table,
        .popOutBox-header.header-alert .alert-body > div .alert-table {
            padding: 0.5rem;
            border-radius: 0.5rem;
            border: solid 2px #003f96;
            margin-right: 0px;
            margin-left: 0px;
            margin-bottom: 1rem;
        }
            .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table.error,
            .popOutBox-header.header-alert .alert-body > div .alert-table.error {
                border: solid 2px #FF0000;
            }

            .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div,
            .popOutBox-header.header-alert .alert-body > div .alert-table > div {
                padding: 1rem;
                min-height: 4rem;
            }

                .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div:first-child,
                .popOutBox-header.header-alert .alert-body > div .alert-table > div:first-child {
                    border-right: solid 2px #003f96;
                }

                .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div > p,
                .popOutBox-header.header-alert .alert-body > div .alert-table > div > p {
                    font-size: 1.1rem;
                    font-weight: 500;
                    color: #003f96;
                }

                .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div > .checkBox.square > span,
                .popOutBox-header.header-alert .alert-body > div .alert-table > div > .checkBox.square > span {
                    padding-left: 1.5rem;
                    margin-right: 1rem;
                    font-size: 1rem;
                    color: #003f96;
                }

                    .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div > .checkBox.square > span:before,
                    .popOutBox-header.header-alert .alert-body > div .alert-table > div > .checkBox.square > span:before {
                        border-color: #003f96;
                    }

                .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div > textarea,
                .popOutBox-header.header-alert .alert-body > div .alert-table > div > textarea {
                    width: 100%;
                    height: 100%;
                    border: 0;
                }

                .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div > input,
                .popOutBox-header.header-alert .alert-body > div .alert-table > div > input {
                    width: 100%;
                    height: 100%;
                    border: 0;
                }

                .popOutBox-header.header-alert .alert-body > div .alert-table > div.row > div > input {
                    width: 100%;
                    height: 100%;
                    border: 0;
                }

                .popOutBox-header.header-alert .alert-body > div .alert-table > div.row > div:nth-child(n + 2)::after {
                    position: absolute;
                    top: 4px;
                    left: 0;
                    content: '/';
                    color: #003f96
                }
                .popOutBox-header.header-alert .alert-body > div .alert-table > div.row.range > div:nth-child(n + 2)::after {
                    content: '~';
                }

@media (max-width:991px) {
    .popOutBox-header .insContent {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
    }
}
@media (max-width:767px) {
    .popOutBox-header .insContent {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 18px;
    }

    .popOutBox-header.header-feedback-alert .insContent,
    .popOutBox-header.header-alert .insContent {
        padding: 0px;
    }

    .popOutBox-header.header-feedback-alert .feedback-body > div .feedback-table > div:first-child,
    .popOutBox-header.header-alert .alert-body > div .alert-table > div:first-child {
        border-right: solid 0px #003f96;
        border-bottom: solid 2px #003f96;
    }
}

.popOutBox-header .insBox {
    width: 100%;
    max-width: 520px;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .popOutBox-header .insBox.center {
        text-align: center;
    }

.popOutBox-header .pic img {
    max-width: 100%;
}

.popOutBox-header .title {
    text-align: center;
    font-size: 1.125em;
    color: #404040;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.popOutBox-header .text {
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    margin-bottom: 30px;
}

.popOutBox-header .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .popOutBox-header .btnBox.right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.feedback-files .title {
    margin-bottom: 0;
}

@media (max-width:480px) {
    .popOutBox-header .btnBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width:481px) {
    .popOutBox-header .btnBox a {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width:480px) {
    .popOutBox-header .btnBox a {
        margin-top: 15px;
        text-align: center;
    }
}

@media (min-width: 1200px)  {
    .container {
        max-width: 1200px;
    }
}
