﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*td > span > i:hover {
    cursor:pointer;
}*/

.footer_notice ul li i {
    font-size: 16px;
    font-weight: bolder !important;
    line-height: 24px;
}

.form-control {
    width: 120px;
}

.popover {
    max-width: 400px;
}

.Replybtn {
    border-radius: 4px;
    background-color: #D3006E;
    padding: 8px;
    color: white;
    font-size: 15px;
    border-color: #D3006E;
}


/* ------------------------------------------
  選單樣式
--------------------------------------------- */
.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 901px) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}

header {
    background: #00AC9D;
    background-size: 100% 100%;
    border-bottom: 2px solid #D3006E;
    position: fixed;
    /*浮動也可以拿掉*/
    z-index: 10;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
}

.container_fluid {
    margin: 0 auto;
    /*max-width: 1200px;*/
    width: 85%;
    position: relative;
}

.esunlogo {
    background: url("./img/logo.png") no-repeat;
    background: url("./img/logo.svg") no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: inline-block;
    width: 124px;
    height: 38px;
    left: 10px;
    position: absolute;
}

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 900px) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav-collapse,
    .nav-collapse ul {
        list-style: none;
        width: 100%;
        float: left;
    }

@media screen and (min-width: 900px) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 900px) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: transparent;
    /*border-top: 1px solid white;*/
    text-decoration: none;
    padding: 12px 20px;
    color: #fff;
    width: 100%;
    float: left;
}

@media screen and (max-width: 900px) {
    .nav-collapse a {
        background: #019D97;
        border-bottom: 1px solid #00AAA4;
        color: #fff;
        text-align: center;
    }

        .nav-collapse a:hover {
            background: #00C1BA;
        }
}

.nav-collapse .active a {
    background: #009E96;
    color: white;
    cursor: pointer;
}

@media screen and (min-width: 900px) {
    .nav-collapse a {
        /*border-left: 1px solid white;*/
        text-align: center;
        border-top: 0;
        float: left;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        color: #fff;
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}

@media screen and (min-width: 900px) {
    .nav-collapse ul ul a {
        display: none;
    }
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 40px;
    top: -5px;
    float: right;
}

    .nav-toggle:before {
        font-size: 30px;
        text-transform: none;
        text-align: center;
        position: absolute;
        color: #fff;
        content: "\f0c9";
        font-family: "FontAwesome";
        /* Hamburger icon */
        text-indent: 0;
        speak: none;
        width: 100%;
        left: 0;
        top: 9px;
    }

    .nav-toggle.active:before {
        color: #fff;
        content: "\f00d";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

/* ------------------------------------------
  頁尾
--------------------------------------------- */
.footer {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #D20065;
}

    .footer .anchor {
        text-align: center;
        padding: 10px 0;
    }

        .footer .anchor li {
            display: inline-block;
            color: #fff;
            font-size: 13px;
            line-height: 20px;
            letter-spacing: 0.06em;
        }

            .footer .anchor li a {
                display: inline;
                color: #fff;
                font-weight: normal;
                text-decoration: none;
                cursor: pointer;
            }

            .footer .anchor li:before {
                color: #30ABAF;
                content: "|";
                padding: 0 5px 0 1px;
            }

            .footer .anchor li.first:before {
                content: " ";
                padding: 0 5px 0 0;
            }

/* ------------------------------------------
  TEXT 瀏覽效果使用套用時刪除
--------------------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-family: 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei', sans-serif;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #37302a;
    font-size: 100%;
    font-family: 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei', sans-serif;
}

section {
    /*text-align: center;*/
}

img {
    /*width: 100%;*/
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 35px;
}

@media (max-width: 500px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 18px;
    line-height: 30px;
}

h4 {
    font-size: 15px;
}

/* -------------------------------- 

Main 

-------------------------------- */
#gotop {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 5%;
    width: 50px;
    height: 50px;
    background: url(./img/goTop.png) no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
}

.landing {
    background-size: cover;
    margin-top: 60px;
/*    height: 180px;
*/    position: relative;
    overflow: hidden;
}

.landing_block .landing_btn_now {
    border-radius: 10px;
    background-color: #D3006E;
    padding: 10px 30px;
    color: white;
    font-size: 20px;
    margin: 12px 0 0 20px;
    display: inline-block;
    position: relative;
}

    .landing_block .landing_btn_now:hover {
        text-decoration: none;
        cursor: pointer;
    }

.landing_block .landing_btn {
    border-radius: 10px;
    background-color: #ff99bb;
    padding: 10px 30px;
    color: white;
    font-size: 20px;
    margin: 12px 0 0 20px;
    display: inline-block;
    position: relative;
}

    .landing_block .landing_btn:hover {
        text-decoration: none;
        cursor: pointer;
    }



.landing .landing_block {
    margin-top: 40px;
    width: 100%;
    position: absolute;
    text-align: center;
}




@media (max-width: 500px) {
}

.landing .landing_block .landing_date {
    font-size: 14px;
    letter-spacing: 0px;
}




.landing .drop_down {
    color: #D20065;
    display: none;
    font-size: 40px;
    margin-left: -15px;
    position: absolute;
    left: 50%;
    bottom: 0;
    animation: bounce 2s infinite;
}

@media (max-width: 500px) {
    .landing .drop_down {
        display: inline-block;
    }
}

.main {
    padding: 50px 0;
    text-align: center;
}

    .main .block {
        padding: 40px 20px;
    }

        .main .block .main_img {
            display: inline-block;
            width: 30%;
        }

            .main .block .main_img img {
                max-width: 300px;
            }

@media (max-width: 767px) {
    .main .block .main_img {
        width: 70%;
    }
}

@media (max-width: 500px) {
    .main .block .main_img {
        width: 80%;
    }
}

.main .block .main_content {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    margin: 10px 20px;
    vertical-align: top;
    width: 60%;
}

    .main .block .main_content h2 {
        color: #00AC9D;
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 4px;
    }

    .main .block .main_content h3 {
        font-size: 20px;
        line-height: 40px;
        padding: 20px 0 0 0;
    }

    .main .block .main_content ul {
        font-size: 18px;
        list-style: decimal;
        padding: 15px 0;
    }

        .main .block .main_content ul li {
            font-size: 16px;
            line-height: 30px;
            margin-left: 20px;
            padding-top: 14px;
        }

    .main .block .main_content .img_tip {
        max-width: 400px;
        padding-top: 10px;
    }

@media (max-width: 767px) {
    .main .block .main_content {
        padding: 10px 0 20px 0;
        text-align: center;
        width: 70%;
    }

        .main .block .main_content h3 {
            font-size: 16px;
            line-height: 28px;
            padding: 10px 0 0 0;
        }
}

@media (max-width: 500px) {
    .main .block .main_content {
        width: 80%;
    }

        .main .block .main_content h2 {
            font-size: 30px;
        }

        .main .block .main_content h3 {
            font-size: 16px;
            font-weight: 300;
            line-height: 26px;
        }

            .main .block .main_content h3 br {
                display: none;
            }
}

.notice {
    background: #00AC9D;
    cursor: pointer;
}

    .notice h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 8px 0;
    }

    .notice .notice_drop {
        background: #F1F1F1;
        border: 1px solid #00AC9D;
        display: none;
    }

        .notice .notice_drop ul {
            list-style: decimal;
            padding: 10px 20px;
            text-align: left;
        }

            .notice .notice_drop ul li {
                color: #373737;
                font-size: 14px;
                line-height: 25px;
                margin-left: 20px;
            }

                .notice .notice_drop ul li ul {
                    list-style: circle;
                    padding: 0px 0px;
                }

        .notice .notice_drop .table_container {
            overflow-x: scroll;
        }

        .notice .notice_drop table {
            background: #fff;
            border: 1px solid #d20165;
            font-size: 12px;
            margin: 10px 0;
            width: 900px;
            position: relative;
        }

            .notice .notice_drop table th {
                border-right: 1px solid #fff;
                background: #d20165;
                color: #fff;
                padding: 10px;
                text-align: center;
            }

                .notice .notice_drop table th:last-child {
                    border-right: none;
                }

            .notice .notice_drop table td {
                border: 1px solid #d20165;
            }

.search {
    position: relative;
}

    .search .search_mask {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .search .search_mask .search_content {
            border: 1px solid #fff;
            color: #fff;
            display: inline-block;
            font-size: 38px;
            font-weight: bold;
            margin-left: -150px;
            margin-top: -50px;
            padding: 10px 0;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
        }

    .search .title {
        font-size: 50px;
        font-weight: 400;
        color: #00A89C;
        padding: 50px 0;
    }

@media (max-width: 500px) {
    .search .title {
        font-size: 30px;
    }
}

.search .form {
    display: inline-block;
    width: 90%;
    text-align: left;
}

.search .form_title {
    color: #00A89C;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.search .form_block {
    padding: 20px 0;
}

.search .form_block_1 {
    padding: 20px 0;
    width: 30%;
}

@media (max-width: 500px) {
    .search .form_block_1 {
        width: 100%;
    }
}

.search .form_block_2 {
    padding: 20px 0;
    width: 32.66667%;
    display: inline-block;
}

@media (max-width: 500px) {
    .search .form_block_2 {
        width: 100%;
        padding: 5px 0;
    }
}

.search .btn_block {
    text-align: center;
    margin-bottom: 50px;
}

/*input[type="submit"],
input[type="reset"] {
    font-size: 15px;
    padding: 10px 35px 10px 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #00A89C;
    color: #00A89C;
    margin: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover {
        background: #66CBC4;
        color: #fff;
        transition: all 0.2s ease-in-out;
    }*/

input[type="text"] {
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    text-indent: 7px;
    font-size: 1em;
    border: 1px solid #00A89C;
    width: 100%;
}

.dropdown {
    position: relative;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .dropdown,
    .dropdown select {
        height: 37px;
        line-height: 37px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .dropdown select {
            width: 100%;
            background: transparent;
            appearance: none;
            -webkit-appearance: none;
            position: absolute;
            top: 0;
            left: 0;
            border: none;
            text-indent: 7px;
            font-size: 1em;
        }

            .dropdown select::-ms-expand {
                display: none;
            }

        .dropdown.flat-green {
            background: #fff url(./img/form/bg-select.png) no-repeat right;
            border: 1px solid #00a99c;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

        .dropdown.flat-grey {
            background: #efefef url(./img/form/bg-select-disabled.png) no-repeat right;
            border: 1px solid #b9b9b9;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

select:disabled {
    color: #b8b8b8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.faq {
    background: #F1F1F1;
}

    .faq .title {
        font-size: 50px;
        font-weight: 400;
        color: #00A89C;
        padding: 50px 0;
    }

@media (max-width: 500px) {
    .faq .title {
        font-size: 30px;
    }
}

.faq .block {
    padding: 0 20px 20px 20px;
}

.faq ul li {
    border-radius: 4px;
    text-align: left;
    max-width: 800px;
    width: 90%;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    color: #464646;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
}

@media (max-width: 500px) {
    .faq ul li {
        width: 100%;
    }
}

.faq ul li:after {
    color: #00AC9D;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 16px;
    right: 5px;
}

@media (max-width: 500px) {
    .faq ul li:after {
        top: 13px;
    }
}

.faq ul .toggle-title {
    display: inline-block;
    text-align: left;
    color: #6F6F6F;
    cursor: pointer;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    padding: 10px 30px 10px 20px;
}

@media (max-width: 500px) {
    .faq ul .toggle-title {
        font-size: 16px;
        line-height: 32px;
        padding: 10px 35px 10px 20px;
    }
}

.faq ul li:hover .toggle-title {
    color: #009D96;
    transition: 0.5s;
}

.faq ul .toggle-clause {
    border-top: 1px solid #EFEFEF;
    max-width: 800px;
    text-align: left;
    width: 100%;
    display: none;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-top: 5px;
    padding: 5px 20px 20px 20px;
}

    .faq ul .toggle-clause a {
        color: #00AC9D;
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 500px) {
    .faq ul .toggle-clause {
        font-size: 16px;
    }
}

.footer_notice {
    background: #f1f1f1;
    border-top: 1px solid #d20165;
}

    .footer_notice ul {
        display: inline-block;
        text-align: left;
        list-style: circle;
        margin-left: 20px;
        padding: 10px 20px;
    }

        .footer_notice ul li {
            font-size: 12px;
            line-height: 18px;
            padding: 2px;
        }

.info {
    background: url("./img/p4.png") repeat;
    background-size: 5px;
    margin-top: -48px;
    height: 100vh;
}

    .info .container_fluid {
        height: 100%;
    }

    .info .block {
        background: #fff;
        border: 1px solid #00A89C;
        display: inline-block;
        line-height: 35px;
        margin: 10px;
        max-width: 650px;
        position: relative;
        top: 20%;
    }

        .info .block .text {
            font-size: 20px;
            text-align: left;
            padding: 20px;
        }

@media (max-width: 400px) {
    .info .block .text {
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

        .info .block .text br {
            display: none;
        }
}

.info .block .text span {
    color: #00A89C;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.info .block .icon_1 {
    color: #D20065;
    font-size: 80px;
    padding-top: 30px;
}

.info .block .icon_2 {
    color: #1CCB00;
    font-size: 80px;
    padding-top: 30px;
}

.btn {
    border: 1px solid #00A89C;
    color: #00A89C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 5px 35px;
    margin: 20px 15px;
}

    .btn:hover {
        background: #66CBC4;
        color: #fff;
        transition: 0.5s;
    }

.btngift {
    border: 1px solid #00A89C;
    color: #00A89C;
    cursor: pointer;
    display: inline-block;
    font-size: 55px;
}

    .btngift:hover {
        background: #66CBC4;
        color: #fff;
        transition: 0.5s;
    }

.rightnow {
    margin-top: -70px;
    text-align: left;
}

@media (max-width: 767px) {
    .rightnow {
        height: auto;
    }
}

.rightnow .content {
    display: inline-block;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
}

@media (max-width: 500px) {
    .rightnow .content {
        font-size: 18px;
        line-height: 30px;
    }
}

.rightnow .content_table {
    font-size: 18px;
    padding: 0 0px;
    width: 100%;
}

    .rightnow .content_table .table_title {
        border-radius: 20px;
        color: #0F897E;
        display: inline-block;
        font-size: 18px;
        padding: 13px 0px;
    }

    .rightnow .content_table .table_notice {
        display: inline-block;
        font-size: 10px;
        padding: 10px 20px;
    }

        .rightnow .content_table .table_notice .fa {
            font-size: 14px;
        }

    .rightnow .content_table .table_container {
        overflow-x: scroll;
    }

    .rightnow .content_table table {
        min-width: 900px;
    }

        .rightnow .content_table table th {
            background: #00AC9D;
            border: 1px solid #fff;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            padding: 2px 2px;
            text-align: center;
            vertical-align: middle;
        }

@media (max-width: 500px) {
    .rightnow .content_table table th {
        font-size: 15px;
    }
}

.rightnow .content_table table td {
    border: 1px solid #bbb;
    font-size: 18px;
    text-align: center;
    padding: 10px 2px;
    vertical-align: middle;
}

@media (max-width: 500px) {
    .rightnow .content_table table td {
        font-size: 15px;
        line-height: 26px;
    }
}

.rightnow .content_table .level {
    font-size: 14px;
    line-height: 23px;
}

.rightnow .content_table .month {
    width: 90px;
}

.rightnow .content_table .this_month {
    line-height: 21px;
    width: 150px;
}

.rightnow .content_table .full_1 {
    width: 150px;
}

.rightnow .content_table .full_2 {
    width: 100px;
}

.rightnow .content_table .add_1 {
    width: 50px;
}

.rightnow .content_table .add_2 {
    width: 50px;
}

.rightnow .content_table ul {
    font-size: 14px;
    margin: 5px 10px;
    list-style: decimal;
}

    .rightnow .content_table ul li {
        font-size: 14px;
        line-height: 25px;
        padding-top: 10px;
    }

.rightnow .content_table .fa {
    font-size: 25px;
}

.rightnow .content_table .gray {
    color: #bbb;
}

.rightnow .content_table .green {
    color: #20C22C;
}

@media (max-width: 500px) {
    .rightnow .content_table .center {
        text-align: center;
    }

        .rightnow .content_table .center .btn {
            display: inline-block;
            padding: 10px;
            width: 200px;
        }
}


@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
     #ContextModal * {
        visibility:visible;
    }
    #ContextModal {
        left:0;
        padding-top:50px;
    }
}

/**
* 簽章彈窗
*/
#dialogoverlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

#dialogbox {
    display: block;
    background: rgb(255, 255, 255);
    z-index: 1060;
    border: none !important;
    border-radius: 5px;
}

#dialogboxbody {
    color: rgb(113, 113, 113);
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: block !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#dialogboxhead {
    background: rgb(255, 255, 255) !important;
    display: none !important;
}

#dialogboxfoot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: rgb(255, 255, 255) !important;
    /* border-color: rgb(0, 0, 0); */
    height: auto !important;
    line-height: 35px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#twcaCryptoLibInput {
    margin-top: 2rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid #acacac;
    padding: 8px 12px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 70%;
}

#twcaCryptoLibAlertDialogBtnCancel {
    border: 1px solid #00a19b;
    color: #00a19b;
    background: #ffffff;
    height: 45px;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin: 8px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
}

#twcaCryptoLibAlertDialogBtnOK {
    border: 1px solid #00a19b;
    color: #00a19b;
    height: 45px;
    border-radius: 0.25rem;
    color: #ffffff;
    background-color: #00a19b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    margin: 8px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
}

.CertBtn {
    border: 1px solid #00A89C;
    color: #00A89C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 5px 35px;
    margin: 20px 15px;
}
