.navbar-login {
    float: right;
    margin-top: 2px;
    margin-right: 30px;
    padding: 0px;
}

.idpw-ver-div {
    float: left;
    margin-top: 0px;
    margin-right: 30px;
    padding: 0px;
}
.login-ver-div {
    float: left;
    margin-top: 0px;
    margin-right: 30px;
    padding: 0px;
}
.navbar-logo {
    margin-left: 20px;
    cursor: pointer;
}

.ml-logo {
    width: 100%;
    max-width: 350px;
    height: 100%;
}

/* primary navbar */
.primary-navbar {
    padding: 15px 15px;
    height: 100%;
    border-bottom: 1px solid black;
}

/* For Placeholders Internet Explorer Compatibility*/
.input-un:-ms-input-placeholder {
    color: #999;
}
.input-login-pw:-ms-input-placeholder {
    color: #999;
}
/* End */

/* right part */
.input-un {
    color: white;
    background-color: #242424;
    border: 2px solid #616161;
    border-radius: 3px;
    height: 100%;
    padding: 5px;
}

.input-login-pw {
    color: white;
    background-color: #242424;
    border: 2px solid #616161;
    border-radius: 3px;
    height: 100%;
    padding: 5px;
}
.ver-idpw-btn {
    padding: 3px;
    text-align: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.ver-change-pw-btn {
    background-color: #ffd571;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 80px;
    height: 100%;
    padding: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.login {
    background-color: #EFDF4E;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100px;
    max-width: 100px;
    height: 100%;
    padding: 5px;
    border-radius: 3px;
}

.register {
    background-color: #35C125;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100px;
    max-width: 100px;
    height: 100%;
    padding: 5px;
    border-radius: 3px;
}

button:hover {
    opacity: 0.8;
}
.btn-findid, .btn-findpw{
    max-width: 100%;
    max-height: 25px;
}
/* secondary navbar */
.navbar-brand {
    padding-left: 30px;
}

.nav-link {
    color: #efdf4e;
}

/*date and time*/
.datetime {
    font-size: 18px;
    color: #5a5a5a;
}

.date-icon {
    width: 100%;
    max-width: 15px;
    padding-bottom: 5px;
}

.time-icon {
    max-width: 15px;
    width: 100%;
    padding-bottom: 5px;
}

/* end date and time*/

/*SECONDARY NAVBAR*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239, 223, 78, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* start of language option */
.korea-active {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

.korea {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

.ukflag {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

/*end of language option*/
.sn-buttons {
    cursor: pointer;
    font-size: 18px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: -6px;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    z-index: 9;
}

/*********************reversed***************************/
/* promo-icon*/
.promo {
    width: 100%;
    max-width: 28px;
    height: 100%;
    max-height: 28px;
    margin-top: -3px;
}

/* home icon */
.icon-home {
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px;
    margin-top: -7px;
}

/********************************************************/
/* hover */
.sn-buttons:after {
    content: '';
    display: block;
    text-decoration: none;
    width: 0;
    height: 2px;
    background: #EFDF4E;
    transition: width .3s;
}

.sn-buttons:hover::after {
    width: 100%;
    transition: width .3s;
    display: block;
}

.dropdown-item:after {
    content: '';
    display: block;
    text-decoration: none;
    width: 0;
    height: 2px;
    background: #EFDF4E;
    transition: width .3s;
}

.dropdown-item:hover::after {
    width: 100%;
    transition: width .3s;
    display: block;
}

.dropdown-item:hover {
    background-color: transparent;
}

/* end of hover */

.navbar-login {
    float: right;
    margin-top: 2px;
    margin-right: 30px;
    padding: 0px;
}

.idpw-ver-div {
    float: left;
    margin-top: 0px;
    margin-right: 30px;
    padding: 0px;
}
.login-ver-div {
    float: left;
    margin-top: 0px;
    margin-right: 30px;
    padding: 0px;
}
.navbar-logo {
    margin-left: 20px;
    cursor: pointer;
}

.ml-logo {
    width: 100%;
    max-width: 350px;
    height: 100%;
}

/* primary navbar */
.primary-navbar {
    padding: 15px 15px;
    height: 100%;
    border-bottom: 1px solid black;
}

/* For Placeholders Internet Explorer Compatibility*/
.input-un:-ms-input-placeholder {
    color: #999;
}
.input-login-pw:-ms-input-placeholder {
    color: #999;
}
/* End */

/* right part */
.input-un {
    color: white;
    background-color: #242424;
    border: 2px solid #616161;
    border-radius: 3px;
    height: 100%;
    padding: 5px;
}

.input-login-pw {
    color: white;
    background-color: #242424;
    border: 2px solid #616161;
    border-radius: 3px;
    height: 100%;
    padding: 5px;
    position: relative;
}
.ver-idpw-btn {
    padding: 3px;
    text-align: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.ver-change-pw-btn {
    background-color: #ffd571;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 80px;
    height: 100%;
    padding: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.referral-button-login{
    display: inline-block;
    margin-right: auto;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #9CBB2F;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
    top: 42px;
}
.points-button-login{
    display: inline-block;
    margin-right: auto;
    margin-left: 130px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #EFDF4E;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
    top: 42px;
}
.login {
    background-color: #EFDF4E;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100px;
    max-width: 100px;
    height: 100%;
    padding: 5px;
    border-radius: 3px;
}

.register {
    background-color: #35C125;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100px;
    max-width: 100px;
    height: 100%;
    padding: 5px;
    border-radius: 3px;
}

button:hover {
    opacity: 0.8;
}
.btn-findid, .btn-findpw{
    max-width: 100%;
    max-height: 25px;
}
/* secondary navbar */
.navbar-brand {
    padding-left: 30px;
}

.nav-link {
    color: #efdf4e;
}

/*date and time*/
.datetime {
    font-size: 18px;
    color: #5a5a5a;
}

.date-icon {
    width: 100%;
    max-width: 15px;
    padding-bottom: 5px;
}

.time-icon {
    max-width: 15px;
    width: 100%;
    padding-bottom: 5px;
}

/* end date and time*/

/*SECONDARY NAVBAR*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239, 223, 78, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* start of language option */
.korea-active {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

.korea {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

.ukflag {
    max-width: 30px;
    width: 100%;
    height: 20px;
}

/*end of language option*/
.sn-buttons {
    cursor: pointer;
    font-size: 18px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: -6px;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    z-index: 9;
}

/*********************reversed***************************/
/* promo-icon*/
.promo {
    width: 100%;
    max-width: 28px;
    height: 100%;
    max-height: 28px;
    margin-top: -3px;
}

/* home icon */
.icon-home {
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px;
    margin-top: -7px;
}

/********************************************************/
/* hover */
.sn-buttons:after {
    content: '';
    display: block;
    text-decoration: none;
    width: 0;
    height: 2px;
    background: #EFDF4E;
    transition: width .3s;
}

.sn-buttons:hover::after {
    width: 100%;
    transition: width .3s;
    display: block;
}

.dropdown-item:after {
    content: '';
    display: block;
    text-decoration: none;
    width: 0;
    height: 2px;
    background: #EFDF4E;
    transition: width .3s;
}

.dropdown-item:hover::after {
    width: 100%;
    transition: width .3s;
    display: block;
}

.dropdown-item:hover {
    background-color: transparent;
}

/* end of hover */

.download-referral-div{
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: none;
}
.mobile-download {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #EFDF4E;
    text-align: center;
    border-radius: 5px;
    border-color: #ffd571;
    font-weight: bold;
    margin-bottom: 10px;
}
.referral-button-mobile{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #9CBB2F;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}
.referral-button-web{
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #9CBB2F;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin-top: 10px;
}
.points-button-mobile{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #EFDF4E;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}