.c-header__promote {
    padding-bottom: 15px;
    text-align: right;
}
@media (max-width:767px) {
    .c-header__promote {
        text-align: center;
    }
    .c-header__promote .btn {
        white-space: normal;
    }
}

.c-promote-form {
    margin-top: 20px;
}
.c-promote-form label {
    font-weight: normal;
    font-size: 16px;
}

.load_content_bg,
.alert_bg {
    z-index: 1000;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    /* overflow-x: auto; */
    /* overflow-y: scroll; */
    /* display: block; */
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.lc-header {
    background: #fff;
    height: 46px;
}

/*
.load_content_inner {
    background: $popup_bg;
}
*/

.load_content_inner {
    position: absolute;
    z-index: 1000;
    padding-bottom: 10px;
    /*    transform: translateY(-50%);*/
    top: 10%;
    padding: 0;
    max-height: 100%;
}

.load_content_inner2 {
    padding: 0px 15px;
}

.load_content_close {
    float: right;
    /*padding: 10px 10px 2px 5px;*/
    padding-top: 10px;
    padding-right: 10px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 1002;
}

.lc-header {
    background-color: transparent;
    color: #fff;
    padding: 0px 0px 0px 0px;
}

.lc-header i {
    cursor: pointer;
}

.lc-content-outer {
    padding: 0px 10px 0px 10px;
}

.lc-content-inner {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
}
.lc-content-inner h1 {
    color: #111;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 12px;
}

.alert-warning_pop {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 100%;
    position: fixed;
    text-align: center;
    z-index: 1004;
}

@media (max-width: 767px) {
    .lc-header {
        background-color: #f5b63f;
    }

    .load_content_bg {
        position: fixed;
    }

    .load_content_inner {
        background-color: #fff;
        position: absolute;
        z-index: 1000;
        padding-bottom: 10px;
        transform: translateY(0%) !important;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0px;
    }

    .load_content_inner2 {
        padding: 0px;
    }

    .load_content_close {
        padding-top: 0px;
        padding-right: 15px;
    }

    .lc-content-outer {
        background-color: #fff;
    }

    .lc-content-inner {
        padding: 15px 0px;
    }
}

.ajax_notice {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    min-width: 300px;
    padding: 20px;
}
.ajax_notice__close {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    color: #fff;
    text-align: center;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
}
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 15px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .ajax_notice {
        max-width: 100%;
        width: 100%;
        min-width: auto;
    }
}
.index-custom-icons a {
    text-decoration: none;
    text-align: center;
    width: 100px;
}