﻿.form-check-input:focus {
     box-shadow: none !important; 
}
.form-check-input:checked {
    background-color: #005a80 !important;
    border-color: #005a80 !important;
}

.pvc_top_logo {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-header:first-child {
    border-radius: 0 !important;
}

.shadowBoxOuter {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.23);
}

.hr_bdr {
    border-bottom: 1px solid #005a80;
    clear: both;
    display: block;
    width: 100%;
}

.top-box {
    padding-bottom: 5px;
}

    .top-box h2 {
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
    }

        .top-box h2 img.logo-icon {
            max-width: 30px;
        }

    .top-box .box-user-id {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
    }

        .top-box .box-user-id .topright-icon a {
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            color: #005a80;
            border: 1px solid #005a80;
            width: 30px;
            display: inline-block;
            height: 30px;
            text-align: center;
            border-radius: 20px;
            vertical-align: baseline;
            margin-left: 5px;
            margin-right: 5px;
            line-height: 28px;
        }

h2.header-style-2 {
    font-size: 26px;
}

h3.header-style-3 {
    font-size: 20px;
}

h4.header-style-4 {
    font-size: 18px;
}

h5.header-style-5 {
    font-size: 16px;
}

h4.header-style-4.tabed_title {
    font-size: 22px;
    text-decoration: underline;
}

h2.header-style-2 img {
    max-width: 32px;
    vertical-align: bottom;
    margin-right: 5px;
}


.text-blue {
    color: #005a80 !important;
}

.text-green {
    color: #32a759 !important;
}

.text-dark-green {
    color: #0d7817 !important;
}

.text-dark-yellow {
    color: #dc5100 !important;
}


.text-light-sky {
    color: #2e85ca !important;
}

.text-light-gray {
    color: #7e7e7e !important;
}

.shadowBoxOuter .card {
    background-color: #f2f6f8;
    border: 1px solid #005c84;
    border-radius: 15px;
}

.card-style-1 .card-header {
    background-color: #005a80;
    border-bottom: 1px solid #005c84;
}

.card-style-1 .card-sub-header {
    background-color: #c6f4ff;
}

.shadowBoxOuter .card .card-header h4 {
    color: #fff;
    font-size: 18px;
}

.card-style-1 .card-header h4 img {
    max-width: 25px;
    max-height: 22px;
}

.card-style-1 .card-body {
    background-color: #fff;
    font-size: 20px;
}

    .card-style-1 .card-body .wallet_row img.logo-icon {
        max-width: 45px;
    }

    .card-style-1 .card-body .wallet_row .rounded_icon img.logo-icon,
    .pills_tab_style_1 .rounded_icon img.logo-icon {
        max-width: 25px;
    }

    .card-style-1 .card-body .box-token .rounded_icon,
    .pills_tab_style_1 .rounded_icon {
        border-radius: 50px;
        border: 1px solid #005c84;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .card-style-1 .card-body .wallet_row .box-token h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }

    .card-style-1 .card-body .wallet_row .box-token p {
        line-height: 1;
        font-size: 18px;
    }

    .card-style-1 .card-body .wallet_row .box-token small {
        font-size: 14px;
    }

.action_icon {
    max-width: 15px;
}

.btn-action {
    text-decoration: none;
    color: #005a80;
}

    .btn-action i {
        position: relative;
        top: 0;
        font-size: 15px;
        margin-right: 5px;
    }

.btn1 {
    min-width:80px;
    background-color: #005a80;
    border-color: #005a80;
    color: #fff;
}

    .btn1:hover,
    .btn1:focus,
    .btn1:active,
    .btn1.active {
        background-color: #004867;
        border-color: #00364d;
        color: #fff;
    }

    .btn1.disabled:hover,
    .btn1.disabled:focus,
    .btn1.disabled:active,
    .btn1.disabled.active,
    .btn1[disabled]:hover,
    .btn1[disabled]:focus,
    .btn1[disabled]:active,
    .btn1[disabled].active,
    fieldset[disabled] .btn1:hover,
    fieldset[disabled] .btn1:focus,
    fieldset[disabled] .btn1:active,
    fieldset[disabled] .btn1.active {
        background-color: #005a80;
        border-color: #005a80;
    }

.hint_text .hint_inner {
    position: relative;
}

.hint_text .form-text-hint {
    position: absolute;
}

    .hint_text .form-text-hint.top {
        top: -20px;
        left: 0;
    }

.p_left-0 {
    left: 0;
}

.p_right-0 {
    right: 0;
}

.hint_text {
    position: relative;
}

    .hint_text .form-text-hint.bottom {
        bottom: -22px;
    }

.form-text-hint {
    font-size: 13px;
}


#wallet-tab .nav-link {
    background-color: #fff;
    color: rgb(0, 0, 0, 0.5);
    /*border: 1px solid rgb(0, 90, 128, 1);*/
    border-top: none !important;
}

#wallet-tab #userWallet-tab.active {
    border-right: 1px solid;
}

#wallet-tab #connectedWallet-tab.active {
    border-left: 1px solid;
}

#wallet-tab li:first-child .nav-link {
    border-left: none !important;
}

#wallet-tab li:last-child .nav-link {
    border-right: none !important;
}

#wallet-tab .nav-link.active {
    font-weight: bold;
    background-color: #c6f4ff;
    color: #004867;
}


.add-tab,
.send-tab,
.transfer-tab,
.swap-tab,
.txns-tab {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center top 10px;
    padding-top: 30px;
    color: #005a80 !important;
    border: 1px solid transparent !important;
    font-size: 16px;
    line-height: 1;
}


.add-tab {
    background-image: url(../img/icon_add.svg);
    background-size: 16px;
}

.send-tab {
    background-image: url(../img/icon_send.svg);
    background-size: 16px;
}

.transfer-tab {
    background-image: url(../img/icon_transfer.svg);
    background-size: 16px;
}

.swap-tab {
    background-image: url(../img/icon_swap.svg);
    background-size: 22px;
}

.txns-tab {
    background-image: url(../img/icon_trxn.svg);
    background-size: 18px;
}



.add-tab.active {
    background-size: 16px;
    color: #005A80 !important;
}

.send-tab.active {
    background-size: 16px;
    color: #005A80 !important;
}

.transfer-tab.active {
    background-size: 16px;
    color: #005A80 !important;
}

.swap-tab.active {
    background-size: 22px;
    color: #005A80 !important;
}

.txns-tab.active {
    background-size: 18px;
    color: #005A80 !important;
}



.add-tab.active,
.send-tab.active,
.transfer-tab.active,
.swap-tab.active,
.txns-tab.active {
    border: 1px solid #005a80 !important;
    border-radius: 0 !important;
    position: relative;
}

    .add-tab.active:after,
    .send-tab.active:after,
    .transfer-tab.active:after,
    .swap-tab.active:after,
    .txns-tab.active:after {
        content: "";
        position: absolute !important;
        height: 0px;
        width: 0px;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
        border-top: solid 10px #005a80;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
    }


.table_trxn_summary thead,
.table_trxn_summary tfoot {
    border-bottom: 1px solid #005a80;
    border-top: 1px solid #005a80;
}

.table_trxn_summary tbody td,
.table_trxn_summary tbody p {
    font-size: 14px;
    color: #005a80;
    line-height: 1;
}

.table_trxn_summary tbody p {
    margin: 0;
}

.table_trxn_summary thead th {
    background-color: #c6f4ff;
}

#wallet-tabContent .accordion-item .accordion-header {
    cursor: pointer;
}


.page-forward a,
.table_btm_control .previous i,
.table_btm_control .next i {
    line-height: 30px;
}

    .table_btm_control .previous i,
    .table_btm_control .next i,
    .page-forward a i {
        font-size: 15px;
    }

.table_btm_control .previous,
.table_btm_control .next,
.page-forward a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.addon_style_1 .input-group-text {
    font-weight: normal;
    line-height: 1;
    color: #005a80;
    text-align: center;
    white-space: nowrap;
    background-color: #c6f4ff;
    border: 1px solid #005a80;
}

.msg_box_1 h4 {
    font-size: 18px;
}

.msg_box_1 p {
    font-size: 14px;
}


.owl-carousel .owl-item .header-style-2 img {
    display: inline-block;
    width: 100%;
    max-width: 40px;
}

.p_style_1 {
    font-size: 16px;
}

.code_verfy_1 {
    font-size: 18px;
    font-weight: bold;
}

.box_level_up label {
    font-size: 14px;
}

.input_swap_box img,
.input_swap_box svg {
    max-width: 25px;
}


@media screen and (max-width: 991px) {

    .list_style_1 {
        padding:0;
    }
    .list_style_1 h6 {
        font-size:10px;
    }
        .list_style_1 ol {
            padding: 0;
            margin-left: 7px;
        }
    .list_style_1 li {
        font-size: 8px !important;
        margin-bottom: 0px !important;
    }
    .top-box h2 img.logo-icon,
    .card-style-1 .card-header h4 img {
        max-width: 22px !important;
    }

    .hint_text .col-form-label {
        font-size:14px !important;
    }
    .form-text-hint {
        font-size: 10px !important;
    }

    .hint_text .form-text-hint.top {
        top: -15px !important;
    }
    .hint_text .form-text-hint.bottom {
        bottom: -17px !important;
    }

    .msg_box_1 img, .msg_box_1 svg {
        max-width: 30px !important;
    }

    .radio_style_1 .form-check-input {
        width: 0.6em !important;
        height: 0.6em !important;
        margin-top: 0.55em !important;
    }

    .radio_style_1 .form-check .form-check-input {
        margin-left: -1em !important;
    }


    .radio_style_1 label {
        font-size: 12px !important;
    }

    .text_total {
        font-size: 10px !important;
    }

    .table_style_1 th {
        font-size: 12px !important;
        line-height: 1;
    }

    .table_style_1 td {
        font-size: 10px !important;
        line-height: 1;
    }

    .table_style_1 td {
        font-size: 10px !important;
       
    }

    .td_style_1 h4 {
        font-weight: bold !important;
        padding-bottom:1px;
    }
    .td_style_1 h4,
    .td_style_1 p {
        font-size: 9px !important;
        line-height: 1;
        padding-left: 3px;
        padding-right: 3px;
    }

    .td_style_1 p {
        padding-top:1px;
    }
    .nice-select {
        font-size: 12px;
        line-height: 28px;
    }


    .card-style-1 .card-body .box-token .rounded_icon,
    .pills_tab_style_1 .rounded_icon {
        width: 30px;
        height: 30px;
    }
        .card-style-1 .card-body .wallet_row .rounded_icon img.logo-icon, 
        .pills_tab_style_1 .rounded_icon img.logo-icon {
            max-width: 19px;
        }
    .card-style-1 .accordion {
        padding: 0;
    }
    .top-box h2,
    .top-box .box-user-id {
        font-size: 16px;
    }

    .owl-carousel h2.header-style-2 {
        font-size: 16px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .token_val_box {
        font-size: 12px !important;
    }

        .token_val_box .priceUp {
            padding-left: 15px !important;
        }

            .token_val_box .priceUp:after {
                border-left: 6px solid transparent !important;
                border-right: 6px solid transparent !important;
                border-bottom: 6px solid #0d7817 !important;
            }

    .owl-carousel .owl-item .header-style-2 img {
        max-width: 18px;
    }

    .owl-carousel.owl-drag .owl-item > div {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #wallet-tab .nav-link {
        font-size: 14px;
    }

    h4.header-style-4 {
        font-size: 16px;
    }

    h5.header-style-5 {
        font-size: 14px;
    }


    h4.header-style-4.tabed_title {
        font-size: 16px;
    }

    .card-style-1 .card-body .wallet_row .box-token h3 {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-style-1 .card-body .wallet_row img.logo-icon {
        max-width: 35px;
    }

    .card-style-1 .card-body .wallet_row .box-token small {
        font-size: 10px;
    }

    .card-style-1 .card-body .wallet_row .box-token p {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .table_trxn_summary thead th {
        font-size: 12px;
    }

    .msg_box_1 h4 {
        font-size: 12px;
    }
    .msg_box_1 h5 {
        font-size: 12px;
    }


    .msg_box_1 p {
        font-size: 10px !important;
    }

    .table_trxn_summary tbody td {
        font-size: 10px;
        padding: 8px;
    }

        .table_trxn_summary tbody td p {
            font-size: 10px;
        }

    .table_btm_control {
        font-size: 10px;
    }

    .btn1 {
        font-size: 12px;
    }
    

    .add-tab, .send-tab, .transfer-tab, .swap-tab, .txns-tab {
        font-size: 14px;
        padding: 2rem 0.5rem 0.3em;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .footer-widget-menu li a {
        font-size: 14px;
    }

    .v7-footer .v5copyright-wrapper {
        border-top: none;
    }

    .v7-footer .hr_bdr {
        border-color: #ffffff !important;
    }

    .text_the_smart {
        font-size: 12px;
    }


    .table_trxn_summary tbody tr td:first-child,
    .table_trxn_summary thead tr th:first-child,
    .table_trxn_summary tfoot tr td:first-child {
        border-left: none !important;
    }

    .table_trxn_summary tbody tr td:last-child,
    .table_trxn_summary thead tr th:last-child,
    .table_trxn_summary tfoot tr td:last-child {
        border-right: none !important;
    }

    .teble_swap_1 .bx_swap_token h3 {
        font-size: 16px !important;
        gap: 5px !important;
    }

    .teble_swap_1 .bx_swap_token img.logo-icon {
        max-width: 30px !important;
    }

    .teble_swap_1 .pvcbusd_val {
        font-size: 14px !important;
    }

    .top-box .box-user-id .topright-icon a {
        font-size: 16px !important;
        width: 27px !important;
        height: 27px !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
        line-height: 27px !important;
    }

    .top-box > h4 {
        font-size: 16px !important;
    }

    .v5footer-logo p,
    .v5copyright-wrapper p {
        font-size: 12px !important;
    }
}

.topslider_1 {
    padding: 0px;
    border: 1px solid #005a80;
    border-radius: 15px;
    background-color: #c6f4ff;
}

.grid_nowrap td,
.grid_nowrap th {
    white-space: nowrap;
}

.form-control:disabled, .form-control[readonly] {
    border: 1px solid #d6d6d6 !important;
}

.token_val_box {
    font-size: 25px;
}

    .token_val_box .priceUp {
        padding-left: 20px;
        position: relative;
    }


        .token_val_box .priceUp:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #0d7817;
            margin-top: -2px;
        }

.swap_box_outer .col-form-label {
    font-size: 14px;
}

.footer-sec h4 {
    font-size: 16px;
}

.teble_swap_1 td {
    border: 1px solid #000;
}

.teble_swap_1 .bx_swap_token h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.teble_swap_1 .bx_swap_token img.logo-icon {
    max-width: 45px;
}

.teble_swap_1 .swap_box img,
.teble_swap_1 .swap_box svg {
    width: 25px;
}



.td_style_1 h4 {
    font-size: 16px;
    line-height: 1;
}
.td_style_1 p {
    line-height: 1 !important;
    font-size: 12px;
}

.table_boundryless tr td:first-child,
.table_boundryless tr th:first-child {
    border-left:0 !important;
}
.table_boundryless tr td:last-child,
.table_boundryless tr th:last-child {
    border-right: 0 !important;
}

.table_boundryless tr:first-child td,
.table_boundryless tr:first-child th {
    border-top: 0 !important;
}
.table_boundryless tbody tr:last-child td,
.table_boundryless tbody tr:last-child th {
    border-bottom: 0 !important;
}

.table_boundryless.border-top {
    border-top-color: #e0e0e0 !important;
}

.pills_tab_style_1 {
    /*max-width: 260px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #005a80;*/
    /* padding: 15px; */
}

    .pills_tab_style_1 .icon {
        background-color: #ffffff;
        border-radius: 50px;
        border: 1px solid #005c84;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
        .pills_tab_style_1 .icon img {
            max-width: 19px;
        }

    .pills_tab_style_1 .box-token {
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #005a80;
        overflow: hidden;
        min-width: 170px;
        width:100%;
    }

        .pills_tab_style_1 .box-token h3 {
            padding-top: 4px;
            border-bottom: 1px solid #005a80;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 3px;
            background-color: #c6f4ff;
        }
        .pills_tab_style_1 .box-token p {
            font-size: 12px !important;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 3px;
            line-height: 1;
            padding-top: 3px;
        }

        .pills_tab_style_1 .box-token h3 {
            padding-top: 4px;
            border-bottom: 1px solid #005a80;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 3px;
        }
        .pills_tab_style_1 .box-token h3 {
            font-size: 12px;
        }

.msg_box_1 img,
.msg_box_1 svg {
    max-width: 50px;
    margin-bottom:15px;
}


.table_style_1 th,
.table_style_1 td {
    font-size: 16px;
}



.bg-gray-light {
    background-color: #f2f2f2 !important;
}

.bg-sky-lighter-2 {
    background-color: #c6f4ff !important;
}

