.btn-edit {
    border: 2px solid #000;
}

.btn-edit-small {
    padding: 5px 10px;
    line-height: 1.2;
}

@media screen and (max-width: 850px) {
    .btn-edit-small {
        padding: 3px 7px;
        line-height: 1;
        font-size: 12px;
        width: auto !important;
    }
}

@media screen and (max-width: 720px) {
    .btn-edit-small {
        font-size: 11px;
    }
}

@media screen and (max-width: 530px) {
    .btn-edit-small {
        font-size: 9px;
    }
}

.btn-delete {
    background: transparent !important;
    color:#000;
    border: 2px solid #000;
}

.btn-delete:active,
.btn-delete:focus,
.btn-delete:hover {
    color:#000;
}

.after-content:after {
    content: ':';
    position: absolute;
    right: 0;
}

.text-body {
    color: #000;
}

#old_password,
#new_password,
#retype_new_password {
    min-width: 100% !important;
    max-height: inherit;
}

.padding-incomplete {
    padding: .75rem !important;
}

.body-account-tab {
    background: #EFEFEF;
}

.menu-applications .nav-link.active {
    border: 1px solid transparent !important;
}

.acc-apl-l .nav li {
    /* font-size: calc(1.2vw); */
}

.acc-apl-l {
    padding: 50px 0 0;
}

@media screen and (max-width: 1050px) {
    .acc-apl-l {
        padding: 0;
    }
}

.size-edit-smaller,
.size-edit-small {
    font-size: 7px;
    line-height: 1.3;
}

@media screen and (min-width:320px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 7px;
    }
}

@media screen and (min-width:390px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 8px;
    }
}

@media screen and (min-width:450px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 12px;
    }
}

@media screen and (min-width:580px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 14px;
    }
}

@media screen and (min-width:760px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 16px;
    }
}

@media screen and (min-width:880px) {
    .size-edit-smaller,
    .size-edit-small {
        font-size: 18px;
    }
}

.line-right {
    position: relative;
}

.line-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 1050px) {
    .acc-apl-l .nav {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .acc-apl-l .nav li {
        width: auto;
    }
    .size-edit {
        font-size: calc(2.5vw);
    }

}

@media screen and (max-width: 1200px) {
    .gender {
        font-size: 13px;
    }
}
@media screen and (max-width: 1050px) {
    .gender {
        font-size: 15px;
    }
}
@media screen and (max-width: 450px) {
    .gender {
        font-size: 13px;
    }
}
@media screen and (max-width: 390px) {
    .gender {
        font-size: 10px;
    }
}

.font-size-container {
    font-size: 1rem;
}
@media screen and (max-width: 1200px) {
    .select2-results,
    .font-size {
        font-size: 85%;
    }
}
@media screen and (max-width: 450px) {
    .select2-results,
    .font-size {
        font-size: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .btn-smaller {
        padding: 6px;
    }
}

.img-profile-custom {
    display: block;
    margin: .8rem auto .5rem;
    border-radius: .3rem;
    width: 100%;
    max-width: 9rem;
}
.get-photo {
    display: block;
    margin: 0 auto;
    width: auto;
    border-radius: 50rem !important;
    overflow: hidden;
    max-width: 9rem;
    width: 100%;
    height: 2.6rem;
    padding: 0;
    background: transparent;
}
@media screen and (max-width: 1200px) {
    .img-profile-custom {
        max-width: 6.8rem;
    }
    .get-photo {
        max-width: 6.8rem;
        height: 1.9rem;
    }
}
@media screen and (max-width: 1050px) {
    .img-profile-custom {
        max-width: 7rem;
    }
    .get-photo {
        max-width: 7rem;
        height: 1.9rem;
    }
}
@media screen and (max-width: 560px) {
    .img-profile-custom {
        max-width: 7rem;
    }
    .get-photo {
        max-width: 7rem;
    }
}
.get-photo label {
    border: none;
    height: 0;
    background: #000;
    color: #FFF;
    height: auto;
    padding: .1rem 0 0;
    bottom: 0;
}
.get-photo input {
    height: auto;
}
.get-photo label:after {
    display: none;
}
.rounded-pill {
    border-radius: 50rem !important;
}

@media screen and (max-width: 1050px) {
    .mainhead-apply-online,
    .mainhead-account {
        background-position-x: center;
        background-position-y: center;
        background-size: auto 100%;
    }
    .mainhead-apply-online .title-my-account,
    .mainhead-account .title-my-account {
        padding-top: calc(23.4vw);
        font-size: calc(5.4vw);
        line-height: calc(6.7vw);
        width: 87%;
        margin: 0 auto;
        padding-bottom: calc(18vw);
    }
    .mainhead-account {
        background: url(../images/background_apply_online_mobile.jpg) no-repeat;
        background-size: cover;
    }
    .left-compare {
        border-right: none !important;
        padding-bottom: 5%;
        margin-bottom: 3%;
    }
    .left-compare .child-border {
        width: 50%;
        float: left;
    }
    .left-compare .vs {
        float: right;
        padding-top: 20% !important;    
    }
    .left-compare .btn {
        padding: 2.5% 10%;
    }
    .left-compare p {
        padding-bottom: 0%;
    }
    .compare img {
        width: 75% !important;
    }

}

@media screen and (max-width: 1050px) {
    .nav-new-active {
        background: none;
    }
    #main-nav-new {
        background: #8f0100;
        padding: 0;
        position: relative;
    }
    #main-nav-new .navbar {
        padding-left: calc(5.5vw);
        padding-right: calc(5.5vw);
        padding-top: calc(6vw);
        padding-bottom: calc(6vw);
    }
    .navbar-light .navbar-toggler {
        color: #8f0100;
        background: #FFF;
        padding: 0;
    }
    .navbar-light .navbar-toggler-signin,
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/icon-menu-active.png);
        width: calc(9.5vw) !important;
        height: calc(9.5vw) !important;
        background-size: 50% !important;
        background-position: center center !important;
    }
    .navbar-light button:last-child .navbar-toggler-icon {
        background-image: url(../images/avatar-red.png);
    }
    #navbarSupportedContent {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(143, 1, 0, .9);
        z-index: 999;
    }
    .navbar-collapse ul {
        padding-top: calc(14vw);
        padding-bottom: calc(4vw);
    }
    #main-nav-new ul li a {
        padding-right: 0;
    }
    .notice-upload {
        display: none;
    }
}

.min-width-first-table {
    min-width: 320px;
}

.line-height {
    line-height: 1.2;
}

.child-border .row-multiple-work {
    padding: 1rem 0 0;
    border-top: 1px solid rgba(0,0,0,.3);
}

@media screen and (max-width: 991px) {
    .child-border {
        padding: 1rem 0 0;
    }
}