﻿body {
    padding: 0px;
    font: 100% Arial, Verdana, Helvetica, sans-serif;
}

.nav > li {
    float: left;
}

.field-icon {
    z-index: 2;
    font-size: 12px;
    cursor: pointer;
}

.btn_disable {
    background: #ACA8A8 !important;
}

.tooltip-inner {    
    text-align:left;
    max-width:600px;
    border:1px;
}

.plus {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    text-align: center;
    margin-top: 0px;
    background-color: #019e53;
    overflow: hidden;
    text-indent: 0;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .plus:hover {
        background-color: #019e53;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.minus {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    text-align: center;
    margin-top: 0px;
    background-color: #E31937;
    overflow: hidden;
    text-indent: 0;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .minus:hover {
        background-color: #E31937;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.order_value {
    font-size: 13px;
    font-weight: bold;
}

.grey_temp_new {
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 950px;
    background: #f2f2f3;
    border: 1px solid #e7e8e9;
    padding: 10px 10px 25px;
    border-radius: 4px;
    font-size: 11px;
}

.pagenum-input {
    height: 15px;
    width: 30px;
    font-size: 8px !important;
}

.pagenum-label {
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.editing-buttons {
    position: absolute;
    right: 5px;
    top: 2px;
}

.input-menu {
    padding: 1px;
}

.button-menu {
    color: #808080;
    width: 20px;
}

.dropdown-menu > li {
    padding-top: 2px;
    padding-left: 17px;
    padding-right: 25px;
}

    .dropdown-menu > li > a {
        padding-left: 0px;
        padding-right: 0px;
    }

.current_date {
    text-align: right;
    padding: 10px;
}

.Authen td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.Authen .ptop {
    padding-top: 10px;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.navbar {
    margin-bottom: -1px;
    border-radius: 0;
    color: #008346 !important;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.container {
    min-width: 1150px;
}

.status_call_margin {
    color: #000000 !important;
    background: #feae19 !important;
    font-weight: bold;
    text-align: right;
}

.status_force_sell {
    color: #000000 !important;
    background: #ff5050 !important;
    font-weight: bold;
    text-align: right;
}

.account_status {
    background: #898b8e !important;
    font-weight: bold;
}

.help {
    color: #b7babc !important;
    font-weight: bold;
}

.order_info_top_item {
    float: left;
    height: 23px;
    background: #898b8e;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
    display: block;
}

    .order_info_top_item input, select {
        height: 23px;
    }

/*.container {
    width: 1150px;    
}*/

.navbar-default {
    background-color: #e2e2e2 !important;
    background-image: none !important;
}

.submenu {
    background-color: #808080;
    color: #ffffff;
}


.navbar-nav > li {
    padding: 2px;
}

    .navbar-nav > li > a {
        color: #ffffff;
        outline: none;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #8229E3;
            outline: none;
        }

        .navbar-nav > li > a .active {
            color: #ffffff;
            background-color: #ed1c24 !important;
            outline: none;
        }

.subactive {
    color: #ffffff;
    background-color: #8229E3 !important;
    outline: none;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    height: 30px;
}

.navbar {
    min-height: 36px !important;
}

.collapsing {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown > a {
    color: #545454 !important;
    outline: none;
}

.dropdown:hover {
    text-decoration: underline;
}


.activemenu {
    background-color: #8229E3;
    color: #fff;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    margin-top: 0px;
}

    .activemenu > a {
        color: #ffffff !important;
        outline: none;
    }


#loader, .loader {
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 1000;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaderContractMM_label {
    opacity: 1;
    position: absolute;
    left: 40%;
    top: 60%;
    z-index: 1000;
    margin: -75px 0 0 -75px;
    width: 500px;
    height: 120px;
    font-size: 16px;
    color: #337ab7;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-dialog {
    width: 875px !important;
}

.modal-title {
    color: #b00006;
    font: bold 15px Arial;
}


.ui-widget-header {
    background: none !important;
}

    .ui-widget-header .ui-state-active {
        background-color: #aca8a8 !important;
    }

.ui-state-default {
    background: none !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    /*max-width: 280px;*/
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

    input[type="radio"], input[type="checkbox"] {
        /*max-width: 280px;*/
        text-rendering: auto;
        color: initial;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        margin: 0px 0px 0px 2px;
        font: 13.3333px Arial;
    }

.btn_disable {
    background: #ACA8A8 !important;
}

select:disabled {
    background-color: rgb(235, 235, 228);
}


.popUpGrid {
    width: 100%;
    font: 12px Arial;
}

    .popUpGrid thead th {
        background: #fff url(../Images/defaultGridBg.png) repeat-x bottom left;
        padding: 4px 5px;
        text-align: center;
        border: 1px solid #b2b2b2;
    }

    .popUpGrid tbody td {
        padding: 2px 5px;
        border: 1px solid #b2b2b2;
        height: 25px;
    }

        .popUpGrid tbody td a.chooseAccNormal {
            background: url(../Images/chooseAcc.png) no-repeat top left;
            width: 16px;
            display: block;
        }

        .popUpGrid tbody td a.chooseAccSticked {
            background: url(../Images/chooseAcc.png) no-repeat bottom left;
            width: 16px;
            height: 20px;
            display: block;
        }

    .popUpGrid tbody tr.odd td {
        background: #fff;
    }

    .popUpGrid tbody tr.even td {
        /* background: #d9d9d9; */
        background: #f1f1f1;
    }

    .popUpGrid tbody td.tdSplit {
        background: #4c4c4c;
        padding: 0;
        height: 2px;
    }

.gridView {
    font-family: Arial;
    font-size: 12px;
}

    .gridView th {
        padding: 10px;
        text-align: left;
        border-right: 1px solid #D7D7D7;
        border-bottom: 1px solid #D7D7D7;
        background-color: #D2D2D2;
        background-image: linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -moz-linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -o-linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -webkit-linear-gradient(top, #EFEFEF, #F8F8F8);
        background-image: -ms-linear-gradient(center top, #EFEFEF, #F8F8F8);
        text-align: center;
    }

    .gridView tr {
        border-bottom: 1px solid #EDF7F1;
        cursor: pointer;
    }

    .gridView td {
        padding: 10px;
        height: 20px;
        border-right: 1px solid #D7D7D7;
    }

    .gridView .noSpacing {
        padding: 0px;
    }

        .gridView .noSpacing input[type="text"] {
            width: 100%;
            height: 25px;
            border: 0;
        }

            .gridView .noSpacing input[type="text"]:hover {
                background-color: #CEECE6;
                cursor: pointer;
            }

            .gridView .noSpacing input[type="text"]:focus {
                background-color: #CEECE6;
            }

        .gridView .noSpacing select {
            width: 100%;
            height: 27px;
            border: 0;
            background-image: none;
        }

            .gridView .noSpacing select:hover {
                background-color: #CEECE6;
                cursor: pointer;
            }

    .gridView .rowActive {
    }

        .gridView .rowActive:hover {
            background-color: #CEECE6;
        }

    .gridView .rowInActive {
        background-color: #F8F8F8;
    }

        .gridView .rowInActive:hover {
            background-color: #CEECE6;
        }

    .gridView .red {
        background-color: #CC0000;
    }

    .gridView tr:hover {
        background-color: #CEECE6;
    }


    .gridView tfoot {
        background-color: #ffffff !important;
    }

.order_info_table {
    background: #fff;
    border: 1px solid #cccdce;
}


.order_table {
    font-family: Arial !important;
    border: 0px;
    width: 100%;
    color: #000000;
    /*background-color:#F2F2F3 !important;*/
}

    .order_table TR {
    }

    .order_table TD {
        text-align: left;
        height: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .order_table TD label {
            margin: 1px 0 0 0;
            font-size: 12px !important;
        }

        .order_table TD div {
            margin: 1px 0 0 0;
        }

        .order_table TD.sidelabel label {
            font-size: 16px;
            font-weight: bold;
        }


.filter_table {
    font-family: Arial !important;
    border: 0px;
    width: 100%;
    color: #000000;
    /*background-color:#F2F2F3 !important;*/
}

    .filter_table TR {
    }

    .filter_table TD {
        text-align: left;
        height: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .filter_table TD label {
            margin: 1px 0 0 0;
            font-size: 12px !important;
        }

        .filter_table TD div {
            margin: 1px 0 0 0;
        }

        .filter_table TD.sidelabel label {
            font-size: 16px;
            font-weight: bold;
        }

.list_stock {
    /*border-top: #505050 1px solid; 
	border-right: #505050 1px solid; 
	border-bottom: #505050 1px solid;
	border-left: #505050 1px solid;*/
    font-family: arial;
}

    .list_stock TR {
        /*background-color:Black;*/
    }

    .list_stock TD {
        padding-right: 0pt;
        padding-left: 0pt;
        height: 24px;
        font-weight: bold;
        font-size: 12px;
        /*background-color:Black;*/
    }

    .list_stock TR.header1 {
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        color: black;
        /*background-color:Black;*/
    }

        .list_stock TR.header1 TD {
            BORDER-RIGHT: #dee7e7 1px solid;
            border-bottom: #dee7e7 1px solid;
            font-weight: bold;
            /*background-color:#333333;*/
        }

    .list_stock TR.grid {
        color: #ffffff;
        text-align: right;
        background-color: #000000;
    }


        .list_stock TR.grid TD {
            padding: 1px;
        }


    .list_stock TR.round_row {
        color: #ffffff;
        text-align: right;
        background-color: #000000;
    }

        .list_stock TR.round_row:hover {
            background-color: blue !important;
        }

        .list_stock TR.round_row TD {
            border-right: #505050 1px solid;
            border-bottom: #505050 1px solid;
            color: #ffffff;
            text-align: right;
            /*background-color:Black;*/
        }

    .list_stock TR.even_row {
        background-color: #F3F6FA;
    }

        .list_stock TR.even_row TD {
            border-right: #D1DCED 1px solid;
            border-bottom: #D1DCED 1px solid;
        }

        .list_stock TR.even_row:hover {
            background-color: #CEECE6;
        }

    .list_stock TR.odd_row {
        background-color: white;
    }

        .list_stock TR.odd_row TD {
            border-right: #D1DCED 1px solid;
            border-bottom: #D1DCED 1px solid;
        }

        .list_stock TR.odd_row:hover {
            background-color: #CEECE6;
        }

    .list_stock TR.round_row TD.c {
        color: #FF00FF;
    }

    .list_stock TR.round_row TD.f {
        color: #66FFFF;
    }

    .list_stock TR.round_row TD.e {
        color: #FFFF00;
    }

    .list_stock TR.round_row TD.i {
        color: #32DF32;
    }

    .list_stock TR.round_row TD.d {
        color: #FF0000;
    }

    .list_stock TR.round_row TD.q {
        color: #FFFFFF;
    }


    .list_stock TR.round_row TD.violet {
        color: #FF00FF;
    }

    .list_stock TR.round_row TD.cyan {
        color: #66FFFF;
    }

    .list_stock TR.round_row TD.yellow {
        color: #FFFF00;
    }

    .list_stock TR.round_row TD.green {
        color: #32DF32;
    }

    .list_stock TR.round_row TD.red {
        color: #FF0000;
    }

    .list_stock TR.footer TD {
        font-weight: normal;
        color: #ffffff;
        background-color: #333333;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
    }

.livebghighlight {
    background-color: #3e3e3e;
}

.liveswitch {
    cursor: pointer;
}

.label {
    color: #ffffff;
}

.matched {
    font-size: 20px !important;
}

.main_price {
    font-size: 16px !important;
}

.price_c {
    color: #FF00FF;
}

.price_f {
    color: #66FFFF;
}

.price_e {
    color: #FFFF00;
}

.price_i {
    color: #32DF32;
}

.price_d {
    color: #FF0000;
}

.price_q {
    color: #FFFFFF;
}

.align_l {
    text-align: left !important;
}

.align_r {
    text-align: right !important;
}

.align_c {
    text-align: center !important;
}

.cell_hl {
    background-color: #000099 !important;
}

.index_hl {
    background-color: #E6FFE6 !important;
}



.buy_color {
    background-color: #008346 !important;
    color: white !important;
}

.sell_color {
    background-color: #ed1c24 !important;
    color: white !important;
}

.buy_background {
    background-color: #E6FFE6 !important;
}

.sell_background {
    background-color: #ffe2e2 !important;
}

.none_background {
    background-color: #ffffff !important;
}

.buy_text {
    color: #008346 !important;
}

.sell_text {
    color: #ed1c24 !important;
}

.ui-menu {
    position: absolute;
    width: 100px;
}

.w100 {
    width: 100% !important;
}

.w80p {
    width: 80%;
}

.w50p {
    width: 50%;
}

.w40p {
    width: 40%;
}

.w60p {
    width: 60%;
}



.right-to-left {
    margin-top: 0px;
}

    .right-to-left li {
        float: right;
        width: 100px;
        text-align: center;
        cursor: pointer;
    }

        .right-to-left li a {
            border: 1px solid #dddddd;
            /*background-color:green;color:white*/
        }

    .right-to-left > li.active > a,
    .right-to-left > li.active > a:hover,
    .right-to-left > li.active > a:focus {
        color: white;
        cursor: default;
        background-color: red;
        border-radius: 4px 4px 0px 0px;
        /*border: 1px solid #dddddd;border-bottom-color: transparent;*/
    }


.group-input {
    background: #898b8e !important;
    color: #fff;
}


.tab-panel {
    background: #ebebeb;
}

.tab-content {
    border: 2px solid red;
}

.temp1_h {
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
}


.datepicker {
    background-image: url("../../Images/calendar.png");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    width: 100px !important;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

.autoselectbox {
    background-image: url("../Images/dropdown.png");
    background-repeat: no-repeat;
    background-position: right;
    border-style: solid;
    border-color: #a9a9a9;
    border-width: 1px;
    background-size: 10px;
    background-position-x: 98%;
}

.formatnum {
    text-align: right;
}


/* STOCK QUOTES
----------------------------------------------------- */


.right {
    float: right;
}

.left {
    float: left;
}

.data_grid10_head {
    background: #dee7e7 url( '../../Images/defaultGridBg.png' ) repeat-x top left;
    font-weight: bold !important;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 10000;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 200px;
}


.number_bold {
    font-weight: bold;
}

.bold_marketinfo {
    font-weight: bold;
}

.tablist {
    float: left;
    width: 100%;
}
/*
.StockQuote_order_green {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_green a {
        text-decoration: underline;
        color: #fff;
        padding: 2px;
        background: #009600;
    }

        .StockQuote_order_green a:hover {
            color: #009600;
            background: #c6e0c6;
        }

.StockQuote_order_red {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_red a {
        text-decoration: underline;
        color: #fff;
        padding: 2px;
        background: #AA0000;
    }

        .StockQuote_order_green a.disable_pri, .StockQuote_order_green a:hover.disable_pri, .StockQuote_order_red a.disable_pri, .StockQuote_order_red a:hover.disable_pri {
            color: #5F5F5F;
            background: #3E3E3E !important;
            cursor: default !important;
        }

        .StockQuote_order_red a:hover {
            color: #AA0000;
            background: #ddbdbd;
        }

.StockQuote_order_yellow {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_yellow a {
        text-decoration: underline;
        color: #feae19;
    }

        .StockQuote_order_yellow a:hover {
            color: #ffc355;
        }
*/
/* ACCOUNT INFORMATION
	------------------------------------------------------ */


.temp1_h {
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
}


.disable_tab {
    color: #ccc !important;
    border-color: #ccc !important;
}

a:hover.disable_tab {
    cursor: text !important;
    background-color: #f2f2f3 !important;
}

ul.subtab2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 0 !important;
    position: relative;
    /*z-index: 1000;*/
}

    ul.subtab2 li {
        display: inline;
    }

        ul.subtab2 li a.subtab2_t1 {
            font: bold 1.2em/1.4em Arial;
            color: #232323;
            padding: 4px 12px;
            border-style: solid;
            border-width: 1px 1px 1px;
            border-color: #019e53;
        }

        ul.subtab2 li a:hover {
            /*background: #fff;*/
            background: #019e53 url(images/main_menu_hover.png) repeat-x top left;
            color: #fff;
            text-decoration: none;
            padding-bottom: 5px;
        }

        ul.subtab2 li a.tabactive {
            color: #fff;
            font-weight: bold;
            background: #019e53;
            position: relative;
            top: 1px;
            padding-top: 5px;
            border-color: #39A075 !important;
        }

            ul.subtab2 li a.tabactive:hover {
                /*background: #fff;*/
                background: #019e53;
                color: #fff;
            }

.subtab2_content {
    display: block;
    /*background: #fff;*/
    border: 4px solid #019e53;
    margin-top: 3px;
    padding: 15px 4px 20px;
}

    .subtab2_content .subtab2_content_title {
        background: url('images/dot.png' ) repeat-x bottom left;
        color: #8229E3;
        height: 20px;
    }

h3.subtab2_content_title_t1 {
    float: left;
    font: bold 1.4em/1.4em Arial;
    margin-bottom: 0 !important;
}

a.subtab2_content_title_t2 {
    float: right;
    font: bold 1.2em/1.4em Arial;
    color: #008ed4;
}

.subtab2_content_notice {
    clear: both;
    display: block;
    font-size: 1.2em;
    color: #595959;
    margin-top: 3px;
}

div.temp_acc {
    display: block;
    clear: both;
    margin: 0px 0 0 60px;
    color: #232323;
    font-size: 1.3em;
}

table.temp_acc {
    display: block;
    clear: both;
    margin: 15px 0 0 60px;
}

    table.temp_acc td {
        /*padding-top:5px;*/
    }


table.table_detail td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.table_detail {
    display: block;
    clear: both;
    margin: 15px 0 0 60px;
}

.acc_title {
    color: #282828;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.acc_title_bold {
    color: #282828;
    font-size: 1.2em;
    padding-right: 15px;
    font-weight: bold; /*font-style:italic;*/
}

.acc_content_money_transfer {
    width: 680px;
}

.acc_content_stock_transfer {
    width: 680px;
}

.acc_paddright {
    padding-right: 30px;
}

table.temp_acc .ptop {
    padding-top: 20px;
}

table.reg_info {
    clear: both;
    margin-bottom: 10px;
}

.acc_title_change {
    color: #4c4c3d;
    font: bold 1.2em/1.2em Arial;
    font-style: italic;
    background: #f2f2f3 !important;
    border: 1px solid #f2f2f3 !important;
    padding: 2px 20px 2px 0px;
    width: 140px;
    display: block;
}

.acc_ptd {
    padding: 1px !important;
}

ul.infoform1 {
    display: block;
    margin-top: 15px;
    padding-left: 60px;
}

    ul.infoform1 li {
        list-style-image: url('images/square.png' );
        margin-top: 15px;
    }

span.infoform1_t1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #5b5b5b;
}

span.infoform1_t2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #019e53;
    padding: 0 8px;
}

a.infoform1_t3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #008fd5;
    padding-left: 8px;
    border-left: 1px solid #008fd5;
}

.infoform1_t4 {
    font-size: 1.2em;
    color: #5b5b5b;
    font-style: italic;
}

.t-explanation {
    font-size: 1.2em;
    color: #595959;
    font-style: italic;
    max-width: 800px;
}

.confirmblock {
    margin: 2px 0px 20px;
    padding: 5px 15px;
    border: 1px solid #e7e7e7;
    width: 600px;
}

.order_confirm {
    clear: both;
    display: block;
    margin-top: 20px;
}

    .confirmblock h4, .order_confirm h4 {
        color: #019e53;
        font-weight: bold;
        font-size: 1.2em;
    }

    .confirmblock table.confirm_content, .order_confirm table.confirm_content {
        margin-left: 15px;
    }

.confirm_content_t1 {
    font-style: italic;
    color: #575757;
    font-weight: bold;
    font-size: 1.2em;
}

.identify_title {
    font: bold 1.2em/1.4em Arial;
    font-style: italic;
    color: #595959;
}

.mleft {
    margin-left: 40px;
    position: relative;
    z-index: 101;
}

ul.order_type_select {
    display: block;
    margin: 10px 0 5px;
}

    ul.order_type_select li {
        display: inline;
        padding-right: 70px;
        font-size: 1.2em;
        color: #323232;
        font-weight: bold;
    }

        ul.order_type_select li input {
            margin-right: 5px;
        }

ul.cash_advance_select {
    display: block;
    margin: 6px 0 0;
}

    ul.cash_advance_select li {
        display: inline;
        padding-right: 30px;
        font-size: 1.1em;
        color: #323232;
        font-weight: bold;
    }

        ul.cash_advance_select li input {
            margin-right: 5px;
        }

.order_type_notice {
    clear: both;
    color: #595959;
    font-size: 1.2em;
    padding-top: 5px;
    _padding-top: 0px;
}

button {
    cursor: pointer;
}

.btnaccount_round {
    height: 30px;
    margin-right: 4px;
    /* background: url( 'images/btn_submit.png' ) no-repeat top left; */
}

.btnaccount {
    border: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    padding: 3px 0 3px;
    /*line-height: 1.8em !important;*/
    background: #019E53;
    overflow: hidden;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
    /*
.btn_round:hover
{
    background: url( 'images/btn_submit.png') repeat-x left bottom;
} 
*/
    .btnaccount:hover {
        /*background: url( 'Images/btn_submit_hover.png' ) no-repeat bottom right;*/
        background: #019E53;
        height: 30px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.alphabetList {
    margin: 5px;
}

    .alphabetList a {
        padding: 5px;
        margin-right: 5px;
        font: bold 12px Arial;
        color: #232323;
    }

        .alphabetList a:hover {
            color: #2E936A;
        }

        .alphabetList a.all {
            color: #2E936A;
        }

.stocklist {
    text-transform: uppercase;
}



/**Menu**/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    font-family: Montserrat, sans-serif;
    background: #008346;
    max-width: 1120px;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 400;
        background: #008346;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #ff0000;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}
/*
#cssmenu {
    display:none;
}
@media (max-width: 1024px) {
	#topmenu {
        display:none;
	}
    #submenu {
        display:none;
	}
    #cssmenu {
        display:block;
    }
}

*/

.pub_panel {
    padding: 5px;
    border-radius: 5px;
    background: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

.pub_title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: #a61b2e;
}

.pub_subtitle {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    color: #a61b2e;
}

.pub_content {
    font-size: 14px;
    padding: 10px;
    line-height: 35px;
}

.pub_subcontent {
    font-size: 14px;
    padding: 10px;
}

.pub_image {
    padding: 10px;
}

.lstBank:hover {
    border: none !important;
}

.lstBank li:hover {
    border: none !important;
}

.title-cash {
    font-family: arial !important;
}

.btn-bank {
    background-color: #A10019 !important;
}

.lbl-bank {
    color: #A10019;
}

.padding-bank {
    padding-top: 15px;
}

input[type="text"]::placeholder {
    font-family: Arial;
}

input[id="txtAmountBank"]::placeholder {
    text-align: left;
}

input[id="txtDepositMoney"]::placeholder {
    text-align: left;
}

input[id="txtWithdrawalMoney"]::placeholder {
    text-align: left;
}

input[id="txtInvestmentValueBond"]::placeholder {
    text-align: left;
}

input[id="txtInvestmentValueOutright"]::placeholder {
    text-align: left;
}

.bgw-content {
    box-shadow: none;
    padding: 0px 20px 0px;
}

.bgw-reg-header {
    margin-bottom: 14px;
}

.bgw-reg-title {
    font-weight: 600;
    font-size: 14px;
    color: #2D2D2D;
}

.bgw-reg-body .reg-body-content {
    background-color: #F3F3F3;
    border-radius: 30px;
    margin-bottom: 18px;
    padding: 15px 20px;
}

.content-left {
    margin-right: 19px;
    max-width: 30px;
    max-height: 30px;
}

.content-right .content-text {
    font-size: 13px;
    font-weight: 600;
    color: #2D2D2D;
    display: inline-block;
}

.content-image img {
    max-height: 12px;
}

.img-wrap img {
    width: 100%;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    display: inline;
}

.web .service-register {
    padding: 35px 40px;
}

.bgw-reg-header {
    margin-bottom: 32px;
}

.bgw-reg-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.bgw-reg-body .reg-body-content {
    background-color: #F3F3F3;
    border-radius: 35px;
    height: 65px;
    max-width: 500px;
    margin: 0 auto 15px;
}

.img-wrap {
    max-width: 42px;
    max-height: 42px;
    align-items: center;
    justify-content: center;
    /*display: flex;*/
    display: inline-block;
}

.content-left {
    width: auto;
    height: auto;
    margin-right: 10px;
    max-height: initial;
    max-width: initial;
    display: inline;
}

.content-right .content-text {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.content-right {
    display: inline-block;
}

.content-image img {
    max-height: 22px;
}

.img-wrap img {
    width: 100%;
    height: auto;
    max-width: 42px;
    max-height: 42px;
}

.bgw-footer-action {
}

.bgw-btn {
    width: auto !important;
    font-size: 16px;
    padding: 8px 37px 6px;
    border-radius: 28px;
}

.olbank .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #8229E3;
}

.olbank li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(243, 243, 243, 1);
    border: 1px solid #fff;
    border-radius: 10px;
}
/*.ui-autocomplete::-webkit-scrollbar{
    width:15px;
}*/
ul .ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 60px;
}

ul .ui-autocomplete::-webkit-scrollbar-track {
    border-radius: 60px;
}

#cbxAccNoCardNo option {
    padding: 8px;
}

.order_detail_modal {
    margin-top: 5px;
    margin-left: -800px;
    display: none;
    position: absolute;
    overflow: auto;
    width: 800px;
    z-index: 10;
    box-shadow: #414040 3px 5px 10px;
}

.root_order_detail_modal {
    margin-top: 5px;
    margin-left: 20px;
    display: none;
    position: absolute;
    overflow: auto;
    width: 800px;
    z-index: 10;
    box-shadow: #414040 3px 5px 10px;
}

.button-large {
    border-radius: 30px;
    min-width: 70px;
    height: 23px;
    line-height: 0.5 !important;
    background-color: #898b8e;
    border-color: #898b8e;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.btn-grey {
    background-color: #7f7f7f !important;
    color: white !important;
    border-radius: 15px;
}

    .btn-grey:hover {
        background-color: #adadad !important;
    }

.td-width-50 {
    width: 50%;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.col-sm-12 {
    height: 25px;
}

.custom-tooltip {
    position: relative;
}

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        width: fit-content;
        height: fit-content;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 10;
        bottom: 105%;
        left: 77%;
        margin-left: -80px;
        opacity: 0;
        transition: opacity 0.3s;
        min-width: 120px;
    }

        .custom-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .custom-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#orderBest1OfferPrice, #orderBest2OfferPrice, #orderBest3OfferPrice, #orderBest3OfferVolume, #orderBest2OfferVolume, #orderBest1OfferVolume {
    text-align: left;
}

.mgb-80 {
    margin-bottom: 80px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.table-radio {
    margin-left: 10px !important;
    margin-top: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.alert-header {
    background-color: #dedede;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .alert-header > h4 {
        color: #666;
    }

.outroom-input {
    text-align: end;
    font-weight: 600;
}

.fw-100 {
    font-weight: 100 !important;
}

.fs-guide-tooltip .tooltip > .tooltip-inner {
    background-color: #fff;
    color: black;
}

.fs-guide-tooltip .tooltip.show {
    opacity: 1;
}

.fs-guide-tooltip .tooltip-inner {
    /*background-color: #ff0000;*/
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}

.fs-guide-tooltip .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ff0000 !important;
}

.fs-guide-tooltip .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #ff0000 !important;
}

.fs-guide-tooltip .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff0000 !important;
}

.fs-guide-tooltip .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #ff0000 !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 26px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-outline-danger {
    background-color: white;
    border-color: #a00a23;
    border-radius: 20 !important;
}

.slider.round:before {
  border-radius: 50%;
}

.ms-drop {
    padding: 20px!important;
    right: 1%;
}
.ms-drop input[type="checkbox"] {
    margin-left: -2rem!important;
    margin-top: 0.1rem!important;
}

.ms-drop input[type="checkbox"]:checked {
   accent-color: #8229E3;
}

.ms-choice {
    height: 35px!important;
    background-color: #F6F6F6!important;
    border: none!important;
}

.ms-choice > span {
    top: 5px!important;
}

.ms-choice > span.placeholder {
    font-style: italic!important;
    color: #B1B1B1!important;
    font-size: 14px!important;
    line-height: 1.5!important;
}

/* common css */

.mb-0 {
    margin-bottom: 0;
}

.mt-1-5 {
    margin-top: 1.5rem;
}

.mb-1-5 {
    margin-bottom: 1.5rem;
}

.mx-0 {
    margin-top: 0;
    margin-bottom: 0
}

.color-000000 {
    color: #000000;
}

.color-333333 {
    color: #333333;
}

.color-00B856 {
    color: #00B856;
}

.color-C10C2B {
    color: #C10C2B;
}

.color-F2A900 {
    color: #F2A900;
}

.color-A00A23 {
    color: #A00A23
}

.color-777777 {
    color: #777777;
}

.color-3A3A3A {
    color: #3A3A3A;
}

.color-283D80 {
    color: #283D80
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal
}

.text-20 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
}

.text-16 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.text-14 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 14px!important;
    line-height: 20px;
}

.text-12 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
}

.button-select-time-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.btn-select-time-item {
    color: #000000;
    letter-spacing: 0.005em;
    background: #F6F6F6;
    border-radius: 5px;
    margin: 0px 8px;
    padding: 6px 12px;
    border: unset;
}

.btn-select-time-item:active, .btn-select-time-item:focus {
    box-shadow: unset;
    outline: unset
}

.btn-select-active {
    border: 1px solid #8229E3!important;
    background-color: #ffffff!important;
    color: #8229E3!important;
}

.legend-line-chart-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.legend-line-item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.legend-line-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #3A3A3A;
}

.legend-doughnut-chart-group {
    display: flex;
    flex-wrap: wrap
}

.legend-doughnut-text-item-green:before,
.legend-doughnut-text-item-yellow:before,
.legend-doughnut-text-item-red:before {
       content: '';
       display: inline-block;
       width: 12px;
       height: 12px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       margin-right: 10px
}

.legend-doughnut-text-item-green:before {
    background-color: #00B856;
}

.legend-doughnut-text-item-red:before {
    background-color: #C10C2B;
}

.legend-doughnut-text-item-yellow:before {
    background-color: #F2A900;
}

.multiple-select-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.label-chart-scatter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
}

.label-chart-scatter-item {
    padding: 4px 8px;
    border-radius: 5px;
}

.btn-unCheckAll {
    background: #F6F6F6;
    border-radius: 5px;
    padding: 2px 12px;
    border: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper-border {
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 10px;
}

.title-before:before {
    content: "";
    border-left: 3px solid #8229E3;
    width: 100%;
    margin-right: 15px;
}

.tab-header,
.recommended-purchase-list-header-warrant {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom:  15px;
}

.section-content-body {
     margin-top: 24px;
     margin-bottom: 24px;
     padding: 20px;
}

.first-letter::first-letter {
    font-weight: bold;
}

.header-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.user-manual-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}

.text-note {
    font-style: italic;
    color: #333333;
    background-color: #F6F6F6;
}

/* end common */

/* cổ phiếu */
.market-power {
    margin-bottom: 30px;
}

.market-power-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.market-power-header .youtube-section {
    background: #F6F6F6;
    border-radius: 5px;
    padding: 8px 10px;
}

.market-power-chart {
    padding: 30px;
}

.power-industry {
    padding: 20px 20px 40px 20px;
}

.power-industry-select {
    margin-bottom: 15px;
}

.power-industry-select .ms-parent {
    width: 200px!important;
}

.power-industry-chart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.power-industry-chart-wrapper {
    width: 75%; 
    height: 295px;
}

.recovery {
    background-color: #ECF0FF; 
    color: #122797; 
    margin-left: 25px
}

.increase {
    background-color: #DCF9E4; 
    color: #056C35; 
    margin-right: 10px;
}

.decline {
    background-color: #FFEAEA; 
    color: #C10C2B; 
    margin-left: 25px;
    margin-top: 5px;
}

.weaken {
    background-color: #FFF3DD; 
    color: #954A07; 
    margin-right: 10px;
    margin-top: 5px;
}

/* end cổ phiếu*/


.recommended-long-term,
.recommended-short-term,
.recommend-average-statistics,
.recommend-probability-statistics {
    margin-bottom: 30px;
}

.recommended-header .recommended-header-wrapper, 
.recommended-short-term .recommended-short-term-header,
.recommended-long-term .recommended-long-term-header {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}

.recommended-header .recommended-header-description {
    margin-top: 15px;
    margin-bottom: 15px;
}

.recommended-short-term-header .text-detail {
    align-self: center;
}


.summary-chart-legend {
    padding: 10px 15px;
}

.summary-chart-legend .summary-chart-legend-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 40px 0;
}

.summary-chart-legend .summary-chart-legend-item {
    display: inline-flex
}

.summary-chart-legend .legend-before:before {
    content: "";
    height: 30px;
    width: 30px;
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    align-self: center;
    margin-right: 10px;
    margin-left: 10px;
}

.summary-chart-legend .before-red:before {
    border-color: #C10C2B;
}

.summary-chart-legend .before-yellow:before {
    border-color: #F2A900;
}

.summary-chart-legend .before-green:before {
    border-color: #00B856;
}

.recommended-table-detail {
    border: 1px solid #B1B1B1;
}

.recommended-table-detail th {
    background-color:  #ECECEC;
}

/* phái sinh */

.derivative-wrapper,
.warrant-wrapper {
    padding: 1em 1.4em;
}

.derivative-wrapper .time-updated {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px
}

.strength-vn-30-chart {
    padding: 70px;
}

.strength-vn-30-body .strength-vn-30-chart-legend-group,
.recommended-derivative-body .recommended-derivative-info {
    display: flex;
    flex-wrap: wrap
}

.strength-vn-30-body, 
.recommended-derivative-body,
.probability-statistics-vn30-body,
.strength-stock-vn30-body,
.statistics-of-profit-body {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 20px;
}

.recommended-derivative-body .info-item {
    flex: 0 1 50%;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 10px;
    padding: 10px 0;
}

.recommended-derivative-btn-group,
.recommended-stock-btn-group,
.recommended-warrant-btn-group{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
}

.recommended-derivative-body .recommended-derivative-btn,
.search-stock-wrapper .recommended-derivative-btn,
.table-stock-recommended-portfolio .recommended-derivative-btn, 
.directory-created-table-body .recommended-derivative-btn, 
.search-button-group-warrant .recommended-derivative-btn,
.recommended-warrant-btn-group .recommended-derivative-btn {
    flex: 1;
    padding: 8px 0;
    border-radius: 5px;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.recommended-derivative-body .recommended-derivative-btn:first-child,
.search-stock-wrapper .recommended-derivative-btn:first-child,
.table-stock-recommended-portfolio .recommended-derivative-btn:first-child,
.directory-created-table-body .recommended-derivative-btn:first-child,
.search-button-group-warrant .recommended-derivative-btn:first-child,
.recommended-warrant-btn-group .recommended-derivative-btn:first-child {
    background: #00B856;
}

.recommended-derivative-body .recommended-derivative-btn:last-child,
.search-stock-wrapper .recommended-derivative-btn:last-child,
.directory-created-table-body .recommended-derivative-btn:last-child,
.search-button-group-warrant .recommended-derivative-btn:last-child,
.recommended-warrant-btn-group .recommended-derivative-btn:last-child {
    background: #C10C2B;
}

.strength-stock-vn30-chart-header {
    margin-bottom: 35px;
}

#vn-30-select-multiple {
    width: 236px;
}

.strength-stock-vn30-chart,
.cash-flow-destination-chart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.strength-stock-vn30-chart-wrapper,
.cash-flow-destination-chart-wrapper {
    width: 80%;
}

.strength-stock-vn30-chart-lengend ,
.cash-flow-destination-chart-legend {
    width: 20%;
}

/* end phái sinh */

/* tra cứu */
.select-date-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 25px;
}

.select-date-wrapper .datepicker-custom {
    background-image: url(../content/vpbs/images/calendar-icon.png);
    padding: 5px 12px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: 95%;
    width: 230px!important;
    height: 35px!important;
    background-repeat: no-repeat;
}

.select-date-wrapper .datepicker::placeholder {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #b1b1b1!important;
}

.search-result-wrapper {
    padding: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-result-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.search-result-items-border-bottom {
    border-bottom: 1px solid #F6F6F6;
}

.recommend-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 24px;
    gap: 20px
}

.recommend-area-items-left,
.recommend-area-items-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.recommend-area-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
}

.recommend-area-item-border-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.industry-body .table > thead > tr > th,
#list-stock-recommend > thead > tr > th,
#list-stock-recommend > tbody > tr > td,
#directory-created-table > thead > tr > th,
#directory-created-table > tbody > tr > td,
#table-search-result-warrant > thead > tr > th,
#table-search-result-warrant > tbody > tr > td,
#table-create-directory-warrant > thead > tr > th,
#table-create-directory-warrant > tbody > tr > td,
#table-recommended-purchase-list-warrant> thead > tr > th,
#table-recommended-purchase-list-warrant > tbody > tr > td {
    vertical-align: middle;
}

.stock-search-input {
    width: 100%!important;
    border: 1px solid #333333;
    border-radius: 5px;
    background-image: url(../content/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    padding: 10px 38px;
    background-position: left;
    background-position-x: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px!important;
    line-height: 24px;
}

.recommended-stock-btn-group,
.recommended-warrant-btn-group {
    margin: 15px 0;
}

.cash-flow-destination-wrapper {
    margin-top: 35px;
    margin-bottom: 25px;
}

.cash-flow-destination-header {
    margin-bottom: 16px;
}

.cash-flow-destination-main-chart {
    padding: 16px 10px;
}

.text-recommend-desc {
    margin-left: 20px;
}

.stock-search-wrapper .ui-menu .ui-menu-item {
    padding: 20px 0!important;
}

.empty-recommend {
    height: 274px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%
}


/* end tra cứu */

/* Danh mục khuyến nghị */
.short-term-investment-chart-wrapper,
.long-term-investment-chart-wrapper {
    padding: 20.5px 0;
    cursor: pointer;
}
.short-term-investment-body-desc {
    padding: 21px;
}

.short-term-investment-body-desc-list {
    margin-top: 35px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px
}

.short-term-investment-body-desc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px
}

.span-rounder {
    width: 35px;
    height: 30px;
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: inline-block;
}

.short-term-investment {
    margin-top: 8px;
}

.long-term-investment {
    margin-top: 35px;
}

.short-term-investment-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* end Danh mục khuyến nghị*/

/* danh mục chi tiết */
.legend-bar-text:before {
    display: inline-block;
    content: '';
    width: 31px;
    height: 8px;
    background-color: #00B856;
    margin-right: 10px;
}

.icon-plus {
    background-color: #8229E3;
    border-radius: 50%;
    color: #FFFFFF;
    height: 20px;
    width: 20px;
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
}

.symbol-td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn-less-right {
    border-radius: 3px 0 0 3px!important;
}

.btn-less-left {
    border-radius: 0 3px 3px 0!important;
}

#user-watch-list .modal-dialog,
#add-watch-list .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

#user-watch-list .modal-dialog {
    width: 371px!important;
}

#add-watch-list .modal-dialog {
    width: 400px!important;
}

#user-watch-list .modal-content, 
#add-watch-list .modal-content {
    width: 100%;
}

#user-watch-list .watch-list-body {
    height: 250px;
    overflow-y: scroll;
}

#user-watch-list .icon-plus-modal {
    height: 20px;
    width: 21px;
    border: 2px solid #B1B1B1;
    border-radius: 50%;
    font-size: 17px;
    font-family: sans-serif;
    text-align: center;
    color: #B1B1B1;
    font-weight: bold;
    margin-right: 5px;
}

#user-watch-list .watch-list-button-add-wrapper {
    text-align: center;
    background: #F6F6F6;
    padding: 6px 0;
    border-radius: 5px;
}

#user-watch-list .checkbox-custom {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    accent-color: #8229E3;
    margin-right: 11px;
}

#user-watch-list .watch-list-button-save,
#add-watch-list .watch-list-button-save {
    padding: 8px 42.5px;
    background: #A00A23;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 2rem;
    border: unset;
    outline: none;
}

#user-watch-list .icon-close-modal {
    border: 2px solid #B1B1B1;
    border-radius: 50%;
    font-size: 17px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #B1B1B1;
    font-weight: bold;
}

#user-watch-list .button-close-wrapper,
#add-watch-list .button-close-wrapper {
    position: absolute;
    left: 90%;
    cursor: pointer;
}

#user-watch-list .watch-list-header {
    margin-top: 0.5rem;
}

#add-watch-list .input-add-watch-list {
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
}

#user-watch-list .watch-list-items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
/* end danh mục chi tiết*/

/* Tạo lập danh mục*/
.select-criteria-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.select-criteria-checkbox {
    height: 20px;
    width: 20px;
    accent-color: #8229E3;
    border-radius: 4px;
}

.select-criteria-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;;
    align-items: center;
}

.select-criteria-button-save {
    padding: 12px 81px;
    background: #A00A23;
    border-radius: 5px;
    border: unset;
    outline: unset;
    color: #ffffff;
    margin-top: 30px;
}

.table-wrapper {
    overflow-y: auto;
    width: 100%;
}

.chart-search-stock-wrapper {
    width: 100%;
}

.symbol-custom:hover {
    text-decoration: underline;
}

.select-criteria-items-wrapper {
    width: 100%;
    display: flex;
}

.select-criteria-items-left,
.select-criteria-items-right {
    display: flex; 
    flex-direction: row;
}

.select-criteria-items-left {
    width: 55%;
}

.select-criteria-items-right {
    width: 45%;
}

.select-criteria-first-item {
    width: 40%;
}

.select-criteria-fourth-item {
    width: 57%;
}

.select-criteria-two-items-wrapper {
    display: flex; 
    width: 54%; 
    justify-content: space-between;
}

.checkbox-disabled:disabled {
    accent-color: #C10C2B;
}

.select-criteria-item .tooltip .tooltip-arrow,
.selection-criteria-warrant-item .tooltip .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.select-criteria-item .tooltip .tooltip-inner,
.selection-criteria-warrant-item .tooltip .tooltip-inner {
    background-color: #ffffff!important;
    color: #000000!important;
    text-align: right;
    text-align: left;
    padding: 9px 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    max-width: 300px;
    font-size: 14px;
}

/* end tạo lập danh mục*/

/* Chứng quyền */
.search-warrant-wrapper,
.search-button-group-warrant {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 47px;
}

.search-button-group-warrant {
    gap: 10px;
}

.search-input-warrant {
    width: 342px;
}

.input-warrant {
    text-transform: uppercase!important;
    font-size: 16px!important;
    padding-bottom: 7px;
    padding-top: 7px;
}

.selection-criteria-warrant-items,
.selection-criteria-warrant-last-item-row {
    display: flex;
    flex-direction: row;  
}

.selection-criteria-warrant-first-item-row {
    width: 40%;
}

.selection-criteria-warrant-last-item-row {
    width: 60%;
    justify-content: space-between;
}

.selection-criteria-warrant-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#liInvestment {
    position: relative;
}

.menu-new-icon {
    position: absolute;
    top: -17%;
    right: 0%;
    width: 35px;
    height: 16px;
    background-color: #C10C2B;
    border-radius: 6px 6px 6px 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.0025em;
}

#banner-intro .banner-image-intro,
#banner-intro .banner-close-button  {
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-intro .modal-body {
    padding-top: 47px;
    padding-bottom: 53px;
}

#banner-intro .banner-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 79px;
}

#banner-intro .banner-content-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #333333;
}

#banner-intro .text-number {
    font-weight: 700;
}

#banner-intro .close-button {
    margin-top: 33px;
    padding: 12px 48px;
    background: #A00A23;
    border-radius: 5px;
}

#banner-intro .text-button-close {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
}
/* end Chứng quyền */

/* Loading */
.loading-icon-wrapper {
    width: 98%; 
    height: 100%; 
    z-index: 9999; 
    background-color: rgba(255,255,255,0.7); 
    position: absolute; 
}

/* end loading*/
.btn-outline-danger:active, .btn-outline-danger.active {
    background-color: #a00a23 !important;
    color: white !important;
}

.btnOutRight {
    background-color: #fceef0 !important;
    border-color: #a00a23;
    border-radius: 20 !important;
    width: 120px;
    color: black !important;
}
/*.btnOutRight:active, .btnOutRight.active{
    color: black !important;
}*/

.bg-red {
    background-color: #a00a23 !important;
    color: white !important;
}

.bg-red-border {
    border-radius: 5px;
    border: solid 0.3px #a00a23;
}

.bg-pink {
    background-color: #fceef0 !important;
    border: solid 0.3px #a00a23;
}

.button-sell-stocks {
    background: #777777;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: -2%;
    padding: 8px 33px;
    cursor: pointer;
}

#modalSellStocks {
    z-index: 1050;
}

#modalSellStocks .modal-body {
    padding: 40px 70px;
}

#modalSellStocks .header-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#modalSellStocks .table thead {
    background: #D6D6D6;
}

#modalSellStocks .table thead th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

#modalSellStocks .table tbody {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

#modalSellStocks .confirm-section {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#modalSellStocks .action-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

#modalSellStocks .btn-action {
    border-radius: 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 8px 52px;
}

#modalSellStocks .btn-action-danger {
    background-color: #A00A23;
    color: #FFFFFF;
    border: none;
}

#modalSellStocks .btn-action-normal {
    background: #FFFFFF;
    border: 1px solid #777777;
    color: #777777;
}
#modalSellStocks input[type=checkbox].selectedSingle, #modalSellStocks input[type=checkbox]#selectedAll {
    accent-color: #8229E3;
    height: 15px;
    width: 15px;
}
.font-size-22 {
    /* font-size: 22px !important; */
}

#modalSellStocks #btn-confirm-sell-all:disabled {
    opacity: 0.5;
}

#divAssetConfirm,
#divAssetNotifyAlert {
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    width: auto;
    background: #fff !important;
    border: none;
    /*padding: 10px 20px;*/
    border-radius: 0px;
    font-size: 14px;
}

#divAssetConfirm .list-detail-item {
    border-top: 7px solid #F3F3F3;
    margin-top: 10px;
}

#divAssetConfirm .account-value{
    font-weight: bold;
}

#divAssetConfirm .red{
    color: #A00A23;
}

#divAssetConfirm .title-name{
    font-weight: bold;
}

#divAssetConfirm .title-wp {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #F3F3F3;
}

#divAssetConfirm .title-name-close {
    position: absolute;
    right: 0px;
    bottom: 11px;
}

#divAssetConfirm .command-name {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
}

/* #divAssetConfirm .command-name-title {
    width: 220px;
} */

#divAssetConfirm .command-name-value {
    font-weight: 700;
    font-size: 16px;
}

#divAssetConfirm .account {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* #divAssetConfirm .account-title {
    width: 220px;
} */

#divAssetConfirm, #divAssetNotifyAlert .stock-code-title {
    order: 1;
}

#divAssetConfirm, #divAssetNotifyAlert .stock-code {
    /* display: flex; */
    gap: 10px;
}

#divAssetConfirm .stock-code-item {
    max-height: 85px;
    overflow-y: scroll;
}

#divAssetConfirm, #divAssetNotifyAlert .stock-code-value {
    order: 2;
}

#divAssetConfirm .stock-code-item::-webkit-scrollbar {
    width: 7px;
    height: 125px;
}

#divAssetConfirm .stock-code-item::-webkit-scrollbar-track {
    height: 125px;
}

#divAssetConfirm .stock-code-item::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 20px;
}

#divAssetConfirm .active {
    background: #8229E3;
    color: #fff;
}

#divAssetConfirm .price-total{
    /* display: flex; */
    gap: 12%;
    margin-top: 40px;

}

#divAssetConfirm .price-total-title{
    color: #333333;
    font-weight: 600;
}

#divAssetConfirm .price-total-value{
    font-weight: bold;
}

.code-item {
    font-weight: 700;
    margin-top: 10px;
}

.stock-name {
    font-weight: bold;
    margin-top: 10px;
}

#divAssetConfirm .stock-value {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    /* font-size: 22px; */
}

#divAssetConfirm .stock-value-name {
    width: 25%;
}

#divAssetConfirm .stock-value-count {
    width: 20%;
    font-weight: bold;
}

#divAssetConfirm .stock-value-price{
    font-weight: bold;
}

#divAssetConfirm .stock-value-price-title {
    margin-right: 15px;
}

.title-comment {
    /* font-size: 16px; */
    margin-top: 3rem;
}

#divAssetConfirm .btn-confirm {
    display: flex;
    gap: 10px;
    /* font-size: 17px; */
    margin-top: 20px;
}

#divAssetConfirm .btn-access {
    background: #A00A23;
    padding: 10px;
    border-radius: 60px;
    color: #fff;
    width: 120px;
    text-align: center;
    cursor: pointer
}

.btn-confirm {
    display: flex;
    gap: 10px;
    /* font-size: 17px; */
    margin-top: 20px;
}

.btn-access {
    background: #A00A23;
    padding: 10px;
    border-radius: 60px;
    color: #fff;
    width: 120px;
    text-align: center;
    cursor: pointer
}

.btn-cancel {
    border: 1px solid #d2d2d2;
    border-radius: 60px;
    padding: 10px;
    text-align: center;
    width: 120px;
    color: #777777;
    cursor: pointer
}

#divAssetNotifyAlert .title-wp {
    display: flex;
    justify-content: space-between;
    background: #e2e2e2;
    padding: 10px
}
#divAssetNotifyAlert .title-name {
    text-align: center;
    width: 100%;
}

.stock-code-all, .stock-code-item-key {
    display:inline-block;
    width: 10.3rem;
    background: #F6F6F6;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 6px;
    /* font-size: 20px; */
    cursor: pointer;
}

#divAssetNotifyAlert .disable-item  {
    background: #d5d4d3 !important;
    cursor: auto !important;
    color: #8f8c8c !important;
}

#divAssetNotifyAlert .stock-code-item::-webkit-scrollbar {
    width: 7px;
    height: 125px;
}

#divAssetNotifyAlert .stock-code-item::-webkit-scrollbar-track {
    height: 125px;
}

#divAssetNotifyAlert .stock-code-item::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 20px;
}

#divAssetNotifyAlert .active {
    background: #8229E3;
    color: #fff;
}

#divAssetNotifyAlert .modal-title {
        color: #505050 !important;
}

/* #divAssetNotifyAlert .stock-code {
    display: flex;
}  */

#divAssetNotifyAlert .stock-code-item {
    max-height: 85px;
    overflow-y: scroll;
}

#divAssetNotifyAlert .red{
    color: #A00A23;
}

#divAssetNotifyAlert .list-detail-wp-item {
    border-top: 7px solid #F3F3F3;
    margin: 0px 10px;
    margin-top: 10px;
}

#divAssetNotifyAlert .code-item {
    font-weight: 700;
    margin-top: 10px;
}

#divAssetNotifyAlert .list-detail-item {
    /* margin: 0px 96px !important; */
}

#divAssetNotifyAlert .stock-name-wp-item {
    display: flex;
    width: 468px;
    justify-content: space-between;
    background: #F3F3F3;
    padding: 12px;
    border-radius: 5px;
    margin-top: 10px;
}

#divAssetNotifyAlert .stock-name {
    /* font-size: 12px; */
    font-weight: 700;
}

#divAssetNotifyAlert .stock-value {
    margin-top: 6px;
    /* font-size: 11px; */
}

#divAssetNotifyAlert .stock-name-image img {
    width: 30px;
    height: 30px;
    margin: 2px 10px;
}

#divAssetNotifyAlert .stock-error-image img  {
    width: 100%;
}

#divAssetNotifyAlert .stock-error-image {
    width: 12px;
    height: 12px;
    display: none;
}

.list-detail-wp-confirm {
    height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-detail-wp {
    height: 420px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

#modalConfirmSellAll {
    z-index: 2000;
}

#modalNotiSellAll {
    z-index: 2001;
}

.loader-item {
    opacity: 1;
    position: absolute;
    margin-left: 5px;
    z-index: 1000;
    border: 2px solid #ccc;
    border-radius: 50%;
    border-top: 2px solid #000;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-item-sell-all {
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg) }; 
}

.btn-group-sell-mupltipe {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.message-error-sell-multiple {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #C10C2B;
    text-align: left;
}

.option-custom-style {
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #000000;
    text-align: center;
}

#divModalSellStocks .dropdown-menu {
    padding: 5px 8px!important;
}

.section-portforlio-search {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

#divModalSellStocks .dropdown-menu > .active > a {
    color: #000000!important;
    background-color: #fff!important;
}

#divModalSellStocks .dropdown-menu .divider {
    background-color: #B1B1B1;
}

#divModalSellStocks .dropdown-menu > li {
    padding-top: 1px;
}

#divModalSellStocks .bootstrap-select .dropdown-toggle:focus,
#divModalSellStocks a:focus {
    outline: unset!important;
    background-color: #fff;
    outline-offset: unset!important
}

#divModalSellStocks .btn-group.open .dropdown-toggle,
#divModalSellStocks .btn:active {
    box-shadow: unset;
}

#divModalSellStocks .btn-default:hover,
#divModalSellStocks .btn-default:active,
#divModalSellStocks .open>.dropdown-toggle.btn-default,
#divModalSellStocks .dropdown-menu > li > a:hover {
    background-color: #fff;
}

#modalSellStocks .tooltip-inner {
    text-align: justify;
    max-width: 210px;
    background: #777777;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 10px;
}

#modalSellStocks .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #777777;
}

#modalSellStocks .modal-dialog,
#modalConfirmSellAll .modal-dialog,
#modalNotiSellAll .modal-dialog {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalSellStocks .modal-content,
#modalConfirmSellAll .modal-content,
#modalNotiSellAll .modal-content {
    width: 100%;
    height: fit-content;
    margin: auto;
}

#modalSellStocks .confirm-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#modalSellStocks .dropdown:hover.open>.dropdown-menu {
    display: block;  
}

#modalSellStocks .dropdown:hover>.dropdown-menu {
    display: none;  
}

#modalSellStocks .dropdown:hover >.open>.dropdown-menu {
    display: block!important;
}

.section-portforlio-search .symbol-input-search {
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 6px 10px;
    flex: 1;
}

/* Register Cash Advance*/
#modal-register-cash-advance .modal-dialog,
#modal-cancel-cash-advance .modal-dialog {
    width: 600px!important;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
}

#modal-cancel-cash-advance .modal-dialog {
    width: 335px!important;
}

#modal-register-cash-advance .modal-content {
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
}

.register-cash-advance-header-img {
    width: 100%;
    height: auto;
    position: relative
}

.icon-close-modal,
.icon-close-when-success {
    position: absolute;
    right: 17px;
    top: 16px;
    font-size: 12px;
    cursor: pointer;
}

.register-cash-advance-body {
    margin-top: 30px;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
}

.register-cash-advance-body-text-header {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}

.text-highlight-header {
    color: #A00A23;
    font-weight: 700;
}

.register-cash-advance-content {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-left: 12rem;
    padding-right: 12rem;
}

.register-cash-advance-item {
    background: #F4F4FB;
    border-radius: 10px;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.register-cash-advance-item-text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: left;
}

.not-register-cash-advance-first-item {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: left;
    margin-top: 24px;
}

.register-cash-advance-footer {
    padding-left: 12rem;
    padding-right: 12rem;
}

.btn-detail-cash-advance {
    background: #A00A23;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    outline: none;
}

.btn-detail-cash-advance:focus,
.btn-detail-cash-advance:hover {
    background: #A00A23;
    color: #ffffff;
    outline: none;
}

.big-item {
    padding: 12px 16px;
}

.register-cash-advance-group-button,
.cancel-cash-advance-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.register-cash-advance-group-button #on-detail-cash-adv {
    background: #FFFFFF;
    border: 1px solid #A00A23;
    border-radius: 5px;
    color: #A00A23;
    display: inline-block;
}

.cash-advance-wrapper,
.cash-advance-manual-wrapper {
    padding: 17px 14px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04); 
    border-radius: 5px;
}

.cash-advance-manual-wrapper {
    margin-top: 16px;
}

.cash-advance-main {
    background-color: #ffffff!important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.cash-advance-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;    
}

.cash-advance-title {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin: 0;
}

.cash-advance-row .tooltip {
    width: 309px;
    left: calc(55% - 309px/2 - 347.5px)!important;
    bottom: 41.46%;
}

.cash-advance-row .tooltip-arrow {
    left: 44%!important;
}

.cash-advance-row .tooltip-inner {
    padding: 10px 12px 12px;
    background: #333333;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
}

.cash-advance-label {
    font-family: Arial, Helvetica, sans-serif;   
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.cash-advance-status {
    font-family: Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #00B856;
    text-align: right;
}

.cash-advance-value {
    font-family: Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    text-align: right;
}

.cash-advance-notice {
    background: #FFF6F8;
    border-radius: 5px;
    padding: 10px;
    margin-top: 6px;
}

.cash-advance-text-notice {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
}

.cash-advance-action {
    margin-top: 14px;
}

.cash-advance-btn-cancel {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #777777;
    border-radius: 14px;
    padding: 4px 41px;
    border: none;
    outline: none;
}

.cash-advance-btn-active {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;  
    text-align: center;
    color: #FFFFFF;
    background: #A00A23;
    border-radius: 14px;
    border: none;
    outline: none;
    padding: 6px 23px;
}


.cancel-cash-advance-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

#modal-cancel-cash-advance .modal-content {
    padding: 10px 10px 20px;
    background: #FFFFFF;
    border-radius: 10px;
}

.cancel-cash-advance-header {
    width: 100%;
}

.cancel-cash-advance-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.cancel-cash-advance-desc {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin: 0;
    margin-top: 24px;
}

.cancel-icon-close-modal {
    font-size: 12px;
    cursor: pointer;
    text-align: right;
}

.cancel-cash-advance-footer {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.btn-cancel-cash-advance {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #A00A23;
    border-radius: 18px;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
    width: 100%;   
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-close-cash-advance {
    background: #FFFFFF;
    border: 1px solid #A00A23;
    border-radius: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A00A23;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cancel-cash-advance-desc-success {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin: 0;
    margin-top: 37px;
    margin-bottom: 21px;
    padding-left: 50px;
    padding-right: 50px;
}

.cancel-cash-advance-img-success {
    position: relative;
    margin-top: 10px;
}

.cash-advance-manual-header {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.cash-advance-manual-table-wrapper {
    margin-top: 28px;
    text-align: center;
}

.text-collpase {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #283D80!important;
    text-decoration: none;
    cursor: pointer;
}

.cash-advance-unit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 6px;
}

.cash-unit {
    font-family: 'Arial', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.sell-note-tooltip {
    padding: 7px;
    background-color: #E9ECF5;
    margin-bottom: 14px;
}

.sell-note-tooltip-text {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    text-align: justify;
    color: #333333;
    margin-left: 9px;
}

.share-transfer-level-priority .tooltip-inner {
    max-width: 700px !important;
}

.cash-adv-cancel-warning-wrapper {
    background: #FFF0F1;
    border: 1px solid #FF424E;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 8px;
}

.cash-adv-cancel-warning-desc-1, 
.cash-adv-cancel-warning-desc-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #27272A;
}

.cash-adv-cancel-warning-desc-1 {
    margin-bottom: 18px;
}

.cash-advance-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.cash-advance-status-left-wrapper {
    width: 40%
}

.cash-advance-status-right-wrapper {
    margin-left: 26px;
    width: 60%;
}

.cash-advance-status-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.cash-adv-cancel-warning-close-wrapper {
    align-self: center;
}

.cancel-cash-adv-success-toast .toast-message {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 10px;
}

#toast-container > .cancel-cash-adv-success-toast {
    background-image: url(../Content/vpbs/Images/cancel-cash-adv-success-icon.png);
}

.cancel-cash-adv-success-toast {
    width: 343px!important;
    background: #00AB56;
    border-radius: 8px!important;
    padding: 8px 36px!important;
    font-size: 14px!important;
    background-position-y: 9px!important;
}

.cancel-cash-adv-success-toast .toast-close-button {
    top: 1rem!important;
    font-size: 40px!important;
    font-weight: 100!important;
    color: #FFFFFF;
    text-shadow: unset!important;
}

.insider-warning-wrapper {
    padding: 8px;
    background-color: #FFF5EB;
    border: 1px solid #FC820A;
    border-radius: 6.6px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #27272A;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 1em;
}


.insider-warning-wrapper span:last-child,
#divAssetConfirm .insider-wrapper span:last-child {
    color: #0B74E5;
    cursor: pointer;
    text-decoration-line: underline;
}


.insider-warning-wrapper b {
    text-transform: uppercase;
}

#modalInsider .modal-header h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #27272A;
    text-align: center
}

#modalInsider .modal-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #27272A;
}

.insider-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    font-size: 14px;
    line-height: 20px;
    gap: 12px;
    border: 1px solid #FC820A;
    border-radius: 8px;
    padding: 12px;
    background-color: #FFF5EB;
    font-weight: 400;
}

.insider-modal-right p:first-child span {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #1A94FF;
    cursor: pointer;
    color: #1A94FF;
}

.insider-modal-right p:nth-child(3),
.insider-violation-modal-wrapper p:nth-child(2) {
    font-weight: 600!important;
    color: #FC820A!important;
}

#divAssetConfirm .insider-wrapper {
    padding: 8px;
    background: #FFF5EB;
    border: 1px solid #FC820A;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #27272A;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    gap: 10px;
    margin-top: 1rem;
}

#divAssetConfirm .insider-wrapper span {
    display: unset;
}

#divAssetConfirm .insider-wrapper span:first-child:before {
    display: none;
}

.list-insider-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    background-color: #EBEBF0;
    margin-top: 20px;
    width: max-content;
    padding: 8.672px 16px 11.328px 16px;
}

.list-insider-symbol {
    display: flex;
    justify-content: flex-start;
    
}

.list-insider-wrapper p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list-insider-symbol span {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px;
    border-right: 1px solid #000000;
}

.list-insider-symbol span:last-of-type {
    border-right: none;
}

/* End Register Cash Advance*/

.order_info_height {
    height: 100px!important;
}

#ui-datepicker-div {
    z-index: 1000!important;
}

#modalTransactionProcessing .modal-header{
    border-bottom: none !important;
}

#divModalTransactionProcessing {
    text-align: center;
}

#modalTransactionProcessing .process-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modalTransactionProcessing .process-content {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 36px;
}

#modalTransactionProcessing .process-footer {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

#modalTransactionProcessing .process-footer span {
    color: #fff;
    background: rgba(160, 10, 35, 1);
    padding: 10px 65px;
    border-radius: 20px;
    cursor: pointer;
}


#divModalViolation .modal-header .modal-title {
    font-size: 16px;
    line-height: 24px;
    color: #27272A;
    text-align: center;
    font-weight: 600;
}

#divModalViolation .modal-body .insider-violation-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.not-register-information p {
    color: #27272A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

#modalSaveDevice .modal-content {
    border-radius: 12px;
}

#modalSaveDevice .modal-body {
    padding: 24px;
}

.modal-save-device-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.modal-save-device-desc h3 {
    color: #27272A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.modal-save-device-desc p {
    color: #808089;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.modal-save-device-group-button {
    display:flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

.modal-save-device-group-button button {
    border-radius: 22px;
    line-height: 24px;
    outline: none;
    padding: 10px 12px;
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
    
.modal-save-device-group-button button:first-child {
    background-color: #A00A23;
    color: #FFF;
    border: none;
}

.modal-save-device-group-button button:last-child {
    border: 1px solid #A00A23;
    background-color: #FFF;
    color: #A00A23;
}


#divModalFraudProtection .mobal-body {
    padding: 16px;
}

.wrapper-fraud-protection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
}

.icon-fraud-protection {
    width: 64px;
    height: 64px;
}

.content-fraud-protection {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.content-fraud-protection span:first-child {
    color: #27272A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.content-fraud-protection span:last-child {
    color: #64646D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btn-fraud-protection {
    width: 100%;
    margin-top: 8px;
}

.btn-fraud-protection button {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 22px;
    background: #A00A23;
    width: 100%;
    border: none;
    outline: none;
}

#passNearExpriedWp .warning-password-wp {
    display: inline-block;
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #FFF5EB;
    border-radius: 50%;
}

#passNearExpriedWp .modal-header{
    border-bottom: 0px;
}

#passNearExpriedWp .modal-footer{
    border-top: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.password-expried-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.password-expried-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

#passNearExpriedWp #btnClose {
    color: #A00A23;
    border: 1px solid #A00A23;
    border-radius: 20px;
    padding: 4px 67px;
    background: #fff;
}

#passNearExpriedWp #btPasswordChange {
    background: #A00A23;
    border: 0px;
    border-radius: 25px;
    padding: 9px 49px;
}

#passExpriedWp .modal-header{
    padding: 0px;
    border-radius: 10px;
    border-bottom: 0px;
}

#passExpriedWp .password-expried-body {
    display: flex;
    border: 1px solid #1A94FF;
    border-radius: 10px;
    padding: 12px;
    gap: 3px;
}

#passExpriedWp .modal-footer{
    border-top: 0px;
}

#passExpriedWp .password-expried-noti{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 23px;
}

#passExpriedWp #btPasswordChange {
    background: #A00A23;
    border: 0px;
    border-radius: 25px;
    padding: 9px 49px;
    width: 100%;
}

#btPasswordChange a:hover {
    text-decoration: none;
}

#btPasswordChange a {
    color: #fff;
}

.btnChangePass:focus{
    outline: none;
}

.form-changepass-note {
    font-size: 12px;
}

#passExpriedWp img {
    border-radius: 8px 6px 0px 0px;
    display: inline-block;
}

/* css modal modalBlockTransaction Epic chặn GD theo công văn 4501 */
.modalBlockTransaction .modal-content {
    border-radius: 16px; 
    padding: 0px;
    max-width: 414px;
    margin: auto;
}

.modalBlockTransaction .modal-header {
    border: unset;
    padding: 16px;
    margin: 11px;
    margin: 0px;
}

.modalBlockTransaction .modal-body {
    padding: 0px 16px 16px;
}

.modalBlockTransaction .size28 {
    font-size: 28px;
}

.modalBlockTransaction .size16 {
    font-size: 16px;
}

.modalBlockTransaction .normal {
    font-weight:normal;
}

.modalBlockTransaction .bold {
    font-weight:700;
}

.modalBlockTransaction .modal-footer {
    border: 0px;
    padding: 0px 16px 16px;
    text-align: center;
    border-top: 1px solid #e1d8d8;
}

.modalBlockTransaction .btnClose {
    margin: 12px 0px 0px;
    width: 100%;
    padding: 10px;
    background: rgba(160, 10, 35, 1);
    color: #fff;
    font-size: 16px;
    border-radius: 26px;
    border: 0px;
} 

.modalBlockTransaction p {
    margin: 0px;
    padding:0px;
} 

.modalBlockTransaction .mgtb16 {
    margin: 16px 0px; 
} 

.modalBlockTransaction .center-vertical {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
} 

.modalBlockTransaction .relative{
    position:relative;
}

.modalBlockTransaction .img-tooltip{
    cursor:pointer;
}

.modalBlockTransaction .group-tooltip{
    position:relative;
}

.modalBlockTransaction .group-tooltip:hover .message-tooltip{
    display:block;
}

.modalBlockTransaction .message-tooltip{
    display:none;
    position: absolute;
    top: -68px; 
    width: 300px;
    font-weight: 100;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    left: 50%;
    transform: translateX(-50%);
    text-align:left;
}

.modalBlockTransaction .icon-arrow{
    margin:auto;
    position:absolute;
    bottom:0px;
}

.modalBlockTransaction .icon-arrow{
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 10px;
}
/* end */

/* phần khi đã login */
.modalBlockTransactionCode .modal-content {
    border-radius: 16px; 
    padding: 0px;
    max-width: 327px;
    margin: auto;
}

.modalBlockTransactionCode .modal-header {
    border: 0px;
    padding-bottom: 0px;
}

.modalBlockTransactionCode .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modalBlockTransactionCode .text1 {
     font-size:18px;
}
 
.modalBlockTransactionCode .text2 {
    font-size: 14px;
    color: rgba(100, 100, 109, 1);
    font-weight: 100;
}

.modalBlockTransactionCode .text3 {
    margin-bottom: 0px;
    color: rgba(100, 100, 109, 1);
    font-size: 14px;
    font-weight:600;
} 

.clr-identify {
    color: #8229E3!important;
}

.btn-identify {
    background-color: #8229E3!important;
    color: #FFFFFF!important;
    border: none!important;
}

.btn-hover-identify {
    background-color: #ffffff!important;
    color: #8229E3!important;
    border-color: #8229E3!important;
}

.bg-identify {
    background: linear-gradient(98.78deg, #390E68 6.64%, #8229E3 43.43%, #390E68 88.76%);
}

.btn-hover-identify:active, .btn-hover-identify.active {
    background-color: #8229E3!important;
    color: #FFFFFF!important;
}
 
/* css modal modalBHBAProduct Epic hiển thị cho sản phẩm Bảo hiểm Bảo An */
#modalBHBAProduct {
    .modal-content {
        width: 352px;
        top: 100px;
        left: 290px;
        padding: 0px 0px 16px 0;
        border-radius: 12px;

        .modal-header {
            border-bottom: none;
            padding: 0px;

            img {
                border-radius: 12px;
            }
        }

        .modal-body {
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            .des-over {
                a {
                    color: #1A94FF;
                    text-decoration: underline; 
                }
            }
            .des-under {
                margin-top: 20px;
            }

        }
        
        .modal-footer {
            display: grid;
            padding: 0 15px;
            border-top: none;
            font-size: 14px;
            font-weight: 400;

            button {
                border: none;
                padding: 15px;
                border-radius: 22px;
            }

            .btnConfirm {
                background-color: #8229E3;
                color: #FFFFFF;
            }

            .btnClose {
                margin-top: 10px;
                background-color: #FFFFFF;
                color: #8229E3;
            }
        }
    }
}


.warning-edit-wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
    border: 1px solid #1A94FF;
    background-color: #F0F8FF;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    width: 33.33%;
}

.warning-edit-wrapper .warning-edit-left {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-edit-wrapper .warning-edit-right span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #27272A;
}

.link-new-smo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.link-new-smo-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    margin-top: 4px;
}

.link-new-smo-wrapper div:first-child {
    background-color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 11.25px;
    border-bottom-left-radius: 11.25px;
    padding: 6px 7px
}

.link-new-smo-wrapper div:last-child {
    background-color: rgba(84, 24, 150, 1);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    border-top-right-radius: 11.25px;
    border-bottom-right-radius: 11.25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 7px;
    gap: 3px;
}

.ipo-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ipo-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ipo-header-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(130, 41, 227, 1);
}

.ipo-header-btn-acive {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background-color: rgba(130, 41, 227, 1);
    border: none;
    outline: none;
    padding: 4px 12px;
    border-radius: 88px;
    color: rgba(255, 255, 255, 1);
}

.ipo-header-right span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(51, 122, 183, 1);
    cursor: pointer;
}

.ipo-header-right span:hover {
    text-decoration: underline;
}

.ipo-allocated-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 2px solid rgba(172, 168, 168, 1);
    padding: 14px 12px;
}

.ipo-allocated-info-group-item {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
    gap: 25px;
    display: grid;
    grid-template-columns: 120px 240px; /* Example: three equal-width columns */
    gap: 8px;
    align-items: center;
}

.ipo-allocated-info-group-item:last-child {
    grid-template-columns: 200px 240px; /* Example: three equal-width columns */
}

.ipo-allocated-info-group-item:last-child {
    color: rgba(130, 41, 227, 1);
}

.ipo-watting-confirmation {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ipo-watting-confirmation-header p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(130, 41, 227, 1);
    margin-bottom: 0;
}


.ipo-header-line {
    height: 1px; 
    background-color: rgba(172, 168, 168, 1);
}

.ipo-watting-confirmation-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Example: three equal-width columns */
    gap: 8px;
}

.ipo-watting-confirmation-list-item {
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
}

.ipo-watting-confirmation-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ipo-watting-confirmation-item-header-left {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ipo-watting-confirmation-item-header-content {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
}

.ipo-content-line {
    border: 1px solid rgba(235, 235, 240, 1);

}

.ipo-watting-confirmation-item-body {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Example: three equal-width columns */
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.ipo-watting-confirmation-item-body span:nth-child(odd) {
    text-align: left;
}

.ipo-watting-confirmation-item-body span:nth-child(even) {
    text-align: right;
}

.ipo-watting-confirmation-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ipo-watting-confirmation-detail-header {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.ipo-watting-confirmation-detail-header img {
    cursor: pointer;
}

.ipo-watting-confirmation-detail-header p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0
}

.ipo-watting-confirmation-detail-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ipo-watting-confirmation-detail-cash-balance-header span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(130, 41, 227, 1);
}

.ipo-watting-confirmation-detail-line {
    height: 1px;
    background-color: rgba(172, 168, 168, 1);
}

.ipo-watting-confirmation-detail-cash-balance {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ipo-watting-confirmation-detail-cash-balance-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.ipo-watting-confirmation-detail-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ipo-watting-confirmation-detail-info-header span {
    color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;

}

.ipo-watting-confirmation-detail-info-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: rgba(39, 39, 42, 1);
}

.ipo-watting-confirmation-detail-body-footer {
    display: flex;
    gap: 16px;
    margin-top: 55px;
}

.ipo-watting-confirmation-detail-body-footer .active {
    background-color: rgba(130, 41, 227, 1);
    color: rgba(255, 255, 255, 1);
}

.ipo-watting-confirmation-detail-body-footer button {
    border-radius: 88px;
    padding: 4px 12px;
    background-color: rgba(127, 127, 127, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border: none;
    outline: none;
}

.ipo-watting-confirmation-item-header-tooltip .tooltip-inner {
    border-radius: 4px;
    color: rgba(51, 51, 51, 1);
}

.ipo-watting-confirmation-item-header-tooltip .tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.ipo-watting-confirmation-success-result {
    display: flex;
    gap: 16px;
    width: 100%;
}

.ipo-watting-confirmation-success-result-left,
.ipo-watting-confirmation-success-result-right {
    flex: 1 0 50%;
}

.ipo-watting-confirmation-success-result-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
}

.ipo-watting-confirmation-success-result-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ipo-watting-confirmation-success-result-right-header span {
    color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.ipo-watting-confirmation-success-result-right-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
}

.ipo-watting-confirmation-success-result-right-body span {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: rgba(51, 51, 51, 1);
}

.ipo-watting-confirmation-success-result-right-body span:nth-child(12) {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: rgba(130, 41, 227, 1);
}

.ipo-watting-confirmation-success-result-right-footer button {
    border-radius: 88px;
    padding: 4px 12px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    outline: none;
    border: none;
}

.ipo-waitting-confirmation-payment-pending-result,
.ipo-waitting-confirmation-payment-fail-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 44px;
    padding-bottom: 44px;
    width: 100%;
}


.ipo-waitting-confirmation-payment-pending-result button {
    border-radius: 88px;
    padding: 4px 12px;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(130, 41, 227, 1);
}

.ipo-waitting-confirmation-payment-fail-result .text-error {
    background-color: rgba(242, 242, 243, 1);
    padding: 16px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(16, 16, 16, 1);
}

.ipo-waitting-confirmation-payment-fail-result-group-btn {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.ipo-waitting-confirmation-payment-fail-result-group-btn button {
    border-radius: 88px;
    background-color: rgba(127, 127, 127, 1);
    padding: 4px 12px;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
}

.ipo-waitting-confirmation-payment-fail-result-group-btn .btn-right {
    background: rgba(130, 41, 227, 1);
    color: rgba(255, 255, 255, 1);
}

.ipo-text-color-purple {
    color: rgba(130, 41, 227, 1)!important;
}

#ipoSummaryInfo .modal-dialog,
#ipoNotAllocatedSummaryInfo .modal-dialog {
    width: 400px!important;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: auto;
    height: 100vh;
}

#ipoSummaryInfo .modal-content,
#ipoNotAllocatedSummaryInfo .modal-content {
    border-radius: 2px;
    border: 4px solid rgba(153, 153, 153, 1);
}

#ipoSummaryInfo .modal-header,
#ipoNotAllocatedSummaryInfo .modal-header {
    padding: 0;
}

#ipoSummaryInfo .modal-header h4,
#ipoNotAllocatedSummaryInfo .modal-header h4  {
    background: rgba(222, 222, 222, 1);
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ipo-summary-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ipo-summary-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ipo-summary-info-item-header p {
    color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.ipo-summary-info-line {
    height: 1px;
    background-color: rgba(172, 168, 168, 1);
}

.ipo-summary-info-item-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.ipo-summary-info-group-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.ipo-summary-info-group-button button {
    border: none;
    outline: none;
    padding: 4px 12px;
    border-radius: 88px;
    background-color: rgba(127, 127, 127, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.ipo-summary-info-group-button .btn-purple {
    background-color: rgba(130, 41, 227, 1);
}

.ipo-waitting-confirmation-detail-info-sub-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.ipo-waitting-confirmation-detail-info-sub-body-header span {
    color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.ipo-waitting-confirmation-detail-info-sub-body-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}

.ipo-waitting-confirmation-detail-info-sub-body-item {
    padding: 12px 16px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ipo-waitting-confirmation-detail-info-sub-body-item-header {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(16, 16, 16, 1);
}

.ipo-waitting-confirmation-detail-info-sub-body-item-line {
    height: 1px;
    background-color: rgba(235, 235, 240, 1);
}

.ipo-waitting-confirmation-detail-info-sub-body-item-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(16, 16, 16, 1);
}

.ipo-waitting-confirmation-detail-info-sub-body-item-body span:nth-child(odd) {
    text-align: left;
}

.ipo-waitting-confirmation-detail-info-sub-body-item-body span:nth-child(even) {
    text-align: right;
}

.ipo-waitting-confirmation-detail-info-sub-body-item-footter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(16, 16, 16, 1);
}

.ipo-alert-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    margin-top: 16px;
}

.ipo-alert-group-btn input {
    padding: 4px 12px;
    background-color: rgba(127, 127, 127, 1);
    border-radius: 88px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
}

.ipo-alert-container {
    border: 4px solid rgba(153, 153, 153, 1)!important;
    border-radius: 2px!important;
    min-width: 400px!important;
    width: 400px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}

.ipo-alert-container h1 {
    font-weight: 700!important;
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: center;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.ipo-alert-container #popup_message {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(100, 100, 109, 1);
}

.ipo-alert-group-btn input:first-child {
    background-color: rgba(130, 41, 227, 1);
}

.ipo-watting-confirmation-v-result,
.ipo-watting-confirmation-payment-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    gap: 16px;
    background-color: rgba(255, 255, 255, 1);
}

.ipo-watting-confirmation-v-result {
    padding: 44px 0;
}

.ipo-watting-confirmation-payment-result {
    background-color: transparent;
}

.ipo-text-pending {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(229, 153, 0, 1);
}

.ipo-text-fall {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(217, 56, 67, 1);
}

.ipo-text-success {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 171, 86, 1);
}

.ipo-text-time {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(16, 16, 16, 1);
}

.ipo-watting-confirmation-v-result button,
.ipo-watting-confirmation-payment-result button {
    border-radius: 88px;
    padding: 4px 12px;
    background-color: rgba(130, 41, 227, 1);
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
}

.list-waiting-refund-card,
.list-paid-card,
.list-refund-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}

.list-waiting-refund-card-item,
.list-refund-card-item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    cursor: pointer;
}

.list-waiting-refund-card-item-header,
.list-refund-card-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.list-waiting-refund-card-item-header-left,
.list-refund-card-item-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.list-waiting-refund-card-item-header-group-text,
.list-refund-card-item-header-group-text {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.list-waiting-refund-card-item-line,
.list-refund-card-item-line {
    height: 1px;
    background-color: rgba(235, 235, 240, 1);
}

.list-waiting-refund-card-item-body,
.list-refund-card-item-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
    padding: 12px 16px;
}

.list-waiting-refund-card-item-body span:nth-child(odd),
.list-refund-card-item-body span:nth-child(odd) {
    text-align: left;
}

.list-waiting-refund-card-item-body span:nth-child(even),
.list-refund-card-item-body span:nth-child(even) {
    text-align: right;
}

.detail-waitting-refund-wrapper,
.detail-refund-wrapper {
    display: flex;
    gap: 16px
}

.detail-waitting-refund-line,
.detail-refund-line  {
    height: 1px;
    background-color: rgba(172, 168, 168, 1);
}

.detail-waitting-refund-left,
.detail-waitting-refund-right,
.detail-refund-left,
.detail-refund-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: rgba(39, 39, 42, 1);
}

.detail-waitting-refund-left-title,
.detail-waitting-refund-right-title,
.detail-refund-left-title,
.detail-refund-right-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(130, 41, 227, 1);
}

.detail-waitting-refund-left-content,
.detail-waitting-refund-right-content,
.detail-refund-left-content,
.detail-refund-right-content  {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.detail-waitting-refund-left-content .text-success,
.detail-waitting-refund-right-content .text-success,
.detail-refund-left-content .text-success,
.detail-refund-right-content .text-success {
    color: rgba(0, 171, 86, 1)
}

.ipo-list-tab .ui-tabs .ui-tabs-panel {
    padding: 0!important;
}

.list-paid-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.list-paid-card-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.list-paid-card-item-left-content {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.ipo-not-alloc-refund-highlight {
    padding: 12px 16px;
    border-radius: 2px;
    border: 1px solid rgba(130, 41, 227, 1);
    background-color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ipo-not-alloc-refund-highlight button {
    border-radius: 88px;
    padding: 4px 12px;
    background-color: rgba(130, 41, 227, 1);
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);;
}

.ipo-not-allocated-info {
    gap: 8px;
    border-radius: 2px;
    padding: 12px 16px;
    border: 2px solid rgba(172, 168, 168, 1)
}

.ipo-not-allocated-info-group-item {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
    display: grid;
    grid-template-columns: 100px 200px 60px 200px 150px 356px;

}

.refund-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(130, 41, 227, 1);
}

.list-refund,
.detail-refund {
    border: 2px solid rgba(172, 168, 168, 1);
    padding: 16px
}

.detail-refund-btn-back {
    border-radius: 88px;
    background-color: rgba(127, 127, 127, 1);
    padding: 4px 12px;
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
}

.detail-paid-after-payment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-paid-after-payment-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(130, 41, 227, 1);
}

.detail-paid-after-payment-line {
    height: 1px;
    background: rgba(172, 168, 168, 1);
}

.detail-paid-after-payment-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.detail-paid-after-payment-footer button {
    border-radius: 88px;
    padding: 4px 12px;
    background-color: rgba(127, 127, 127, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    margin-top: 8px;
}

.list-refunded-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list-refunded,
.list-non-refunded,
.list-non-and-refunded {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.list-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px; 
}

.card-item {
    border-radius: 2px;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 12px;
}

.card-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item-left {
    display: flex;
    gap: 12px;
}

.card-item-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; 
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);

}

.card-item-body span:nth-child(odd) {
    text-align: left;
}

.card-item-body span:nth-child(even) {
    text-align: right;
}

.card-line {
    height: 1px;
    background-color: rgba(235, 235, 240, 1);
}

.card-item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(51, 51, 51, 1);
}

.detail-refunded-wrapper {
    display: flex;
    gap: 16px;
}

.detail-refunded-left,
.detail-refunded-right {
    width: 100%
}

.detail-refunded-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.detail-refunded-title {
    color: rgba(130, 41, 227, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.detail-refunded-line {
    height: 1px;
    background-color: rgba(172, 168, 168, 1);
}

.detail-refunded-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; 
}

.detail-refunded-left button {
    border-radius: 88px;
    background-color: rgba(127, 127, 127, 1);
    padding: 4px 12px;
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    width: 15%;
}

.detail-refunded-section,
.detail-refunded-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.portfolio-vplus {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.portfolio-vplus-title-page span {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(130, 41, 227, 1);
}

.waitting-confirm-v-plus-list-wrapper,
.uncooperative-v-plus-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px; 
}

.waitting-confirm-v-plus-list-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: rgba(255, 255, 255, 1);
    padding: 12px;
    border-radius: 10px;
}

.waitting-confirm-v-plus-list-item-header,
.waitting-confirm-v-plus-list-item-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.waitting-confirm-v-plus-list-item-lable {
    background-color: rgba(255, 245, 235, 1);
    display: flex;
    padding: 4px 12px;
    border-radius: 17px;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(39, 39, 42, 1);
}

.waitting-confirm-v-plus-list-item-line {
    height: 1px;
    background-color: rgba(235, 235, 240, 1);
}

.waitting-confirm-v-plus-list-item-body span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(39, 39, 42, 1);
}

#ipoInfoAndFaq {
    display: flex;
    justify-content: space-between;

    .ipoInfo {
        h1 {
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 20px;
            line-height: 36px;
            color: #27272A;
        }
        .top-info {
            .index-info {
                display: flex;
                gap: 80px;
                min-width: 416px;
                background: linear-gradient(80.4deg, #1C206D -4.62%, #8229E3 93.62%);
                opacity: 1;
                border-radius: 8px;
                padding: 16px 24px 10px 24px;

                span {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 100%;
                    color: #E7E8E9;
                }

                p {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 100%;
                    color: #FFFFFF;
                    margin-top: 14px;
                }
            }
            .detail-index {
                    display: flex;
                    gap: 80px;
                    border-bottom-left-radius: 8px; 
                    border-bottom-right-radius: 8px;
                    padding: 16px 24px;
                    background: #FFFFFF;

                span {
                    font-weight: 400;
                    font-size: 12px;
                    color: #a9b5c1;
                }
                p {
                    font-weight: 700;
                    font-size: 18px;
                    color: #101010;
                    margin-top: 14px;
                }
                .file {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 24px;
                    color: #8229E3;
                    cursor: pointer;
                }
                .file:hover{ 
                    text-decoration: underline;
                }
            }
        }
        .ipo-route {
            border-radius: 16px;
            padding: 24px;
            margin-top: 20px;
            background-color: #FFFFFF;
            h2 {
                font-weight: 700;
                font-size: 20px;
                line-height: 36px;
                color: #27272A;
            }
            .timeline-wrapper {
                display: flex;
                align-items: flex-start;
                position: relative;
            }
            .timeline-process {
                position: relative;
                width: 40px;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-right: 20px;
            }

            .timeline-process::before {
                content: "";
                position: absolute;
                top: 40px;
                bottom: 64px;
                width: 2px;
                background: #8229E3;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1;
            }

            .process-icon {
                width: 28px;
                height: 28px;
                background: #fff;
                border: 3px solid #6f42c1;
                border-radius: 50%;
                z-index: 2;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 30px;
                box-sizing: border-box;
                position: relative;
                margin: 34px 0;
            }

            .process-icon:first-child {
                top: -12px;
            }

            .process-icon:nth-child(2) {
                top: -8px;
            }

            .process-icon:nth-child(3) {
                top: -4px;
            }

            .process-icon.done {
                background: url(../Content/vpbs/Images/ipo/ipo-check-icon.svg) center/24px no-repeat;
                border: none;
            }

            .process-icon.dot {
                background: url(../Content/vpbs/Images/ipo/ipo-dot-icon.svg) center/24px no-repeat;
                border: none;
            }

            .process-icon.flag {
                background: url(../Content/vpbs/Images/ipo/ipo-flag-icon.svg) center/32px no-repeat;
                border: none;
            }

            .timeline-content {
                flex: 1;
            }

            .timeline-item {
                margin-bottom: 33px;
                position: relative;
                width: 287px;
                background: transparent;
                padding: 12px 16px;
                border-radius: 16px;
            }

            .timeline-item.active {
                background: #fff;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            .timeline-item.active::before {
                content: "";
                position: absolute;
                left: -8px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #FFFFFF;
            }

            .timeline-item:last-child {
                margin-bottom: 0;
            }

            .timeline-title {
                font-weight: 700;
                font-size: 14px;
                line-height: 24px;
                color: #27272A;
            }

            .timeline-date {
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                color: #64646D;
            }
        }
    }

    .faq {
        width: 686px;
        h1 {
            font-weight: 700;
            font-size: 20px;
            line-height: 36px;
            color: #27272A;
        }
        .list-faq {
            .panel  {
                border: none;
                border-radius: 8px;
                box-shadow: none;
                .panel-heading {
                    border-radius: 8px;
                    background: #FFFFFF;
                    border-bottom: 1px solid #EBEBF0;

                    .panel-title {
                        display: flex;
                        justify-content: space-between;
                        font-weight: 700;
                        font-size: 12px;
                        line-height: 24px;
                        color: #101010; 
                    }
                }
                .panel-body {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 20px;
                    color: #101010;

                    a {
                        text-decoration: underline;
                        color: #1A94FF;
                    }
                }
            }

        }
    }
}

.text-note-refunded {
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 16px;
    color: rgba(39, 39, 42, 1);
}

.btn-purple-disabled {
    background: rgba(0, 0, 0, 0.05)!important;
    color: rgba(255, 255, 255, 1)!important
}

.btn-purple-enabled {
    background-color: rgba(130, 41, 227, 1)!important;
    color: rgba(255, 255, 255, 1)!important;
}

.ipo-waitting-confirmation-detail-info-checkbox {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: rgba(51, 51, 51, 1);
    gap: 8px;
}

.ipo-waitting-confirmation-detail-info-checkbox input[type="checkbox"]:checked {
    accent-color: rgba(130, 41, 227, 1);
}

.detail-waitting-refund-btn-back button {
    border: none;
    outline: none;
    padding: 4px 12px;
    border-radius: 88px;
    background-color: rgba(127, 127, 127, 1);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
}

#ipoDocument .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
}

#ipoDocument .modal-content {
    width: 450px;
    border-radius: 16px;
}

#ipoDocument .modal-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ipoDocument .ipo-document-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(39, 39, 42, 1)
}

#ipoDocument .ipo-document-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#ipoDocument .ipo-document-item {
    border-radius: 16px;
    padding: 12px 12px 12px 16px;
    background-color: rgba(245, 245, 250, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 148, 255, 1);
}

#ipoDocument .ipo-document-footer button {
    background-color: rgba(0, 0, 0, 1);
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
}

.ipo-waiting-confirm-payment-deciline-success {
    background-color: #fff;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.modalForceUpdateVPlus {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1054;
    .modal-dialog {
        max-width: 400px;
        top: 30%;

        .modal-content {
            border-radius: 0px;
            border: 4px solid #999999;
            border-radius: 2px;
            border-width: 4px;

            .modal-header {
                border: 0px;
                background: #DEDEDE;
                color: #666666;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
            }

            .modal-body {
                padding: 20px 80px 0px 80px;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                color: #27272A;

                .error-code {
                    display: none;
                    text-align: center;
                    color: red;
                }
            }

            .modal-footer {
                border: 0px;
                padding: 15px;
                text-align: center;

                .btnClose {
                    background: #8229E3;
                    border-radius: 88px;
                    padding: 6px 14px;
                    color: #FFFFFF;
                    font-weight: 700;
                    font-size: 12px;
                    line-height: 16px;
                    border: none;
                }
            }
        }
    }


}

.ipo-custody {
    margin-top: 8px;
}

.warning-tk6 {
    display: none;
    gap: 8px;
    align-items: center;
    padding: 4px 8px !important;
    margin-bottom: 10px;
    max-width: 762px;
    border: 1px solid #FC820A !important;
    border-radius: 4px;
    background-color: #FFF5EB !important;

    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px;
    color: #27272A;
}

