@font-face {
    font-family: 'Be Vietnam';
    src: url("../font/BeVietnam-Regular.ttf") format("truetype");
}

body {
    margin: 0;
}

.nsc_container {
    background: #F2ECEC;
    font-family: 'Be Vietnam' !important;
    height: 100vh;
}

.nsc_wrapper {
    padding: 80px 120px;

}

.nsc_selection_title {
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width: 1800px) {
    .nsc_selection_apps {
        padding: 0 120px;
    }
}

.nsc_selection_apps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.nsc_selection_name {
    display: flex;
    align-items: center;
}

.nsc_selection_name img {
    width: 42px;
}

.nsc_selection_des {
    font-size: 14px;
    margin-bottom: 10px;
}

.nsc_selection_action {
    display: flex;
    align-items: center;
    color: #258EFB;
    text-decoration: none;
}

.nsc_selection_action img {
    margin-left: 5px;
}

.nsc_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 120px;
}

.nsc_header_logo img {
    height: 48px;
}


.nsc_selection {
    margin-bottom: 15px;
    display: grid;
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 14px 16px;
}

.nsc_selection_empty {
    background: #EAE5E4 !important;
    min-height: 150px;
}


.ns-verify.ns-body {
    display: flex;
    justify-content: center;
    background-color: #E5E5E5;
}

.ns-verify .ns-container {
    width: 60%;
    min-width: 700px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.ns-verify .ns-container .ns-logo {
    margin-bottom: 85px;
    margin-top: 11%
}

.ns-verify .ns-logo, .ns-verify .ns-nestscale-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-verify .ns-container img {
    height: 62px;
    width: auto;
}

.ns-verify .ns-nestscale-logo img {
    height: 24px;
    width: auto;
}

.ns-verify .ns-footer {
    margin-top: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ns-verify .ns-navigator {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
}

.ns-verify .ns-form {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1
}

.ns-verify .ns-form-button .orange-button {
    padding: 10px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ns-verify .ns-form-button .orange-button img {
    height: 14px;
    width: auto;
}

.orange-button {
    background: #F99C48;
    border: 1px solid #000000;
    border-radius: 2px;
    color: black;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.orange-button:hover {
    background: #fc933e;
}

.orange-button:active {
    background: #ee8835;
}

.ns-verify .ns-form-title {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
}

.ns-verify .ns-form-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.ns-verify .ns-container .ns-form-title, .ns-verify .ns-container .ns-form-description, .ns-verify .ns-container .ns-form-button {
    margin-top: 39px;
}

.ns-verify .ns-container a {
    text-decoration: none;
}

.ns-verify .ns-footer a {
    color: #5F5F5F;
}

.ns-verify .ns-navigator img {
    width: 3px;
    height: auto;
}