html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 832px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background-color: #8d110f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.header img {
    height: auto;
}
.nav-menu {
    display: flex;
    background-color: #eb922c;
    border-bottom: 1px solid #fff;
}
.nav-menu a {
    display: block;
    padding: 10px 15px;
    font-size: .7rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-right: 1px solid #a41c2b;
}
.content-set {
    display: flex;
    /* border-top: 4px solid #f16d2b;
    border-bottom: 4px solid #f16d2b; */
}

.content-set-list {
    display: none;
    margin: 0 16px;
}

.content-set .left-nav {
    width: 250px;
}

.text-center {
    text-align: center;
}

.left-nav ul {
    width: 200px;
    background-color: #ded7bd;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}

.left-nav ul li {
    list-style: none;
}

.left-nav ul li>span {
    padding: 10px 15px 0;
    display: block;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 600;
}

.left-nav ul li a.left__push {
    padding: 5px 5px 5px 25px;
}

.left-nav ul li a {
    padding: 8px 5px 8px 15px;
    display: block;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 100;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.left-nav.login-menu ul li a {
    display: flex;
    align-items: center;
}

.left-nav.login-menu ul li a>img {
    height: 26px;
    margin-right: 10px;
}

.content {
    width: 100%;
}

.color-red {
    color: #f00;
}

.content h1 {
    font-size: 18px;
    color: #074a86;
}

.content h2 {
    font-size: 18px;
    color: #003399;
    margin: 5px 0;
    text-align: center;
}

h2.alert-line {
    font-size: 14px;
    font-weight: 700;
    color: #f00;
}

.content-data {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.content-data .left {
    width: 100%;
    margin-right: 25px;
    box-sizing: border-box;
}

.card-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.card-section>span {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
}

.card-section>span:first-child {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-section>span:first-child a {
    font-size: 12px;
    color: #003399;
}

.card-section>span>img {
    width: 100%;
    padding: 15px 15px 0;
    box-sizing: border-box;
}

.card-section>span:last-child {
    width: 100%;
}

.content-data .right {
    width: 350px;
    background-color: #ded7bd;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 50px;
}

.login-set {
    display: flex;
    flex-direction: column;
}

.login-set label {
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 5px 0 0;
}

.login-set label.main-label {
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 600;
    padding: 5px;
    background-color: #efefde;
    border-left: 4px solid #a41c2b;
}

.login-set label.main-label>span {
    display: block;
    font-size: 10px;
    color: #828282;
    font-weight: 100;
}

.card_number_text {
    font-size: 14px;
    color: #666;
}

.password-section {
    margin: 10px 0;
}

.input-btn-set {
    display: flex;
}

.refresh-btn {
    height: 29px;
    width: 29px;
    background-color: #e4f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.refresh-btn img {
    width: 20px;
}

.temp-line {
    font-size: 12px;
    line-height: 12px;
}

.btn {
    display: block;
    text-decoration: none;
    font-size: 12px;
    background-color: #003399;
    color: #fff;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 6px;
}

.register-btn {
    margin-bottom: 25px;
    background-color: #fff;
    color: #1f1f1f;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}

.forgot-btn {
    color: #003399;
    font-size: 12px;
    text-align: center;
    display: block;
}

.forgot-btn.resend-btn {
    margin-bottom: 10px;
}

.login-btn {
    margin-top: 0px;
}

.login-section {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.login-section label {
    margin: 0 0 5px;
    display: block;
}

.login-section input {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.text-content h3 {
    font-size: 12px;
    margin-bottom: 0;
}

.text-content p {
    font-size: 12px;
    margin: 5px 0;
}

.list-style-01 li {
    font-size: 12px;
}

.inner-footer {
    display: flex;
    justify-content: center;
    padding: 15px 0 25px;
}

.inner-footer>img {
    min-height: 60px;
    max-height: 60px;
}

.list-style-02>li {
    font-size: 12px;
    list-style-type: decimal;
}

.list-style-03 {
    padding-left: 0;
}

.list-style-03>li {
    font-size: 14px;
    list-style-type: none;
    font-weight: 600;
    padding: 5px 0;
    color: #018785;
}

.list-style-04 li {
    margin: 10px 0;
}

.list-style-04>li {
    font-size: 12px;
    list-style-type: decimal;
}

.list-style-04>li>ul li {
    font-size: 12px;
    list-style-type: none;
}

.btn-set {
    display: flex;
    justify-content: center;
}

.btn-set>a {
    margin: 0 10px;
}

.input-section {
    margin: 25px 0 25px;
}


/* .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
} */

.input-group {
    display: grid;
    align-items: center;
    margin-bottom: 10px;
    grid-template-columns: 160px 250px auto;
}

.input-group label {
    font-size: 12px;
    color: #828282;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

.input-group input {
    padding: 5px;
    box-sizing: border-box;
}

.input-group>span {
    font-size: 12px;
    margin-left: 5px;
}

.input-group>span>a {
    padding: 0 5px;
}

.input-group-dropdown {
    display: flex;
}

.input-group-dropdown select {
    padding: 5px;
    box-sizing: border-box;
    flex-grow: 1;
}

.user-info {
    padding-left: 0;
    margin: 30px 0;
}

.user-info>li {
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
}

.user-info>li>label {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.user-info>li>span {
    width: 85%;
}

.user-info>li>span>input {
    padding: 5px;
    box-sizing: border-box;
    margin-right: 10px;
}

.user-info.password-set>li>label {
    width: 30%;
}

.input-radio-group {
    padding-left: 0;
    margin-bottom: 30px;
}

.input-radio-group>li {
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.input-radio-group>li>label {
    width: 50%;
    padding-right: 10px;
}

.input-radio-group>li>input {
    margin-left: 40%;
}

.footer {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    background-color: #a41c2b;
    padding: 5px 10px;
    color: #fff;
}

.footer>span {
    font-size: 11px;
    display: flex;
    align-items: center;
}

.footer>span>img {
    height: 30px;
    margin-left: 10px;
}

.table-style-01 {
    margin: 15px 0;
}

.table-style-01,
th,
td {
    border: 2px solid #444;
    border-collapse: collapse;
    padding: 5px 10px;
}

.flash {
    font-size: 12px;
    animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #acacac;
    }

    to {
        color: black;
    }
}


.exp-date-set {
    display: flex;
    justify-content: end;
    align-items: center;
}

.exp-date-set>p {
    width: 100%;
    display: flex;
    align-items: center;
}

.exp-date-set>p>select {
    height: 29px;
    width: 100%;
    max-width: 70px;
    box-sizing: border-box;
    border: 1px solid #666666;
    padding: 0 10px;
}

.exp-date-set label {
    margin: 0 10px;
    width: 50px;
    text-align: left;
}

.sub-title {
    font-size: 14px;
    color: #074a86;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.p-text-cls {
    font-size: 12px;
    text-align: justify;
    color: #a1a1a1;
}
.p-header {
    font-size: 15px;
    text-align: justify;
    color: #a1a1a1;
    text-decoration: underline;
}

.p-title-cls {
    font-size: 14px;
    text-align: justify;
    color: #a1a1a1;
    font-weight: 600;
}

/*ES-SITE MAIN PAGE STYLES */
.hide-element {
	display: none;
}
		
.block-element {
	display: block;
}

.flex-element {
	display: flex;
}

.hide-pointer-event {
	pointer-events: none;
}

.set-bottom-height {
	margin-bottom: 0;
}

/*ES-SITE LOGIN PAGE STYLES */
        .gr-text {
            color: #999;
            font-weight: 100;
        }

        .number-refresh-btn {
            display: flex;
            align-items: center;
        }

        .number-refresh-btn .refresh-btn {
            border-radius: 5px;
            margin-left: 5px;
        }

        .card-section>span:last-child {
            width: 100%;
            display: block;
        }

        .card-section:last-child>span>span {
            padding: 5px;
            display: block;
        }
        .otp-value-rep-page{
            margin-right: 5%;
        }

	