.panel-1{
    background-color: #262262;
    background-image: linear-gradient(90deg,#262262,#be1e2d);
    color: #fff;
    padding: 3rem 0 1rem 3rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    line-height: 1.5;
}
.panel-1__h1{
    font-weight: 700;
    font-size: 30px;
}
.bridge-prediction__body{
    background-color: white;
    padding: 1rem;
}
.bridge-prediction__body-title{
    text-align: center;
}
.bridge-prediction_table-section__title{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .5rem;
}
.bridge-table__title{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0!important;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;
    line-height: 18px;
    background: #019386;
}

.bridge-table_fixed{
    overflow-y: auto;
    max-height: 438px;
    border: 1px solid #dee2e6;
}

.bridge-compare__header{
    background: #e3e3e3;
}

.bridge-running__header{
    background: #019386;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem;
}
.bridge-running__select-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.bridge-running__calendar-wrapper{
    width: 8rem;
}
.bridge-select__count{
    width: 3.5rem !important;
    text-align: left;
}
.bridge-max__running-day{
    border: 1.5px solid #dedede;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}

.bridge-max__running-day:hover{
    background: #027f74;
    border-color: #dedede;
}

/* internal link */
.bridge-internal-link{
    display: flex;
    align-items: center;
}
.bridge-internal-link a{
    color: #003aa2;
    text-decoration: none;
}
.bridge-internal-link a:hover{
    text-decoration: underline;
}
/* modal */
.bridge-modal-content{
    height: auto !important;
}
.bridge-modal-header{
    background-color: white;
}
.bridge-modal-header .red_text{
    color: #e63939;
}
.bridge-modal-header h3{
    font-size: 1.3rem;
}
.bridge-modal-body{
    display: grid;
    justify-content: space-between;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.bridge-modal-body .kaiItem{
    flex: 1;
    width: auto;
    margin-right: 0!important
}
.bridge-modal-body .kaiItem .loto div span{
    font-size: 16px;
    margin: 0 2px;
    display: inline-block;
    font-weight: 700;
    height: auto;
    line-height: 22px;
    height: 23px;
    width: 23px;
}
/* yilou table */
.yilou.table tr:nth-child(2n){
    /* background: hsla(0,0%,94.9%,.5); */
}
.yilou.table td{
    padding: 5px;
    font-size: 1rem;
    border: none;
}
.yilou.table{
    vertical-align: middle;
}
.yilou.table thead tr th{
    position: -webkit-sticky;
    background-color: #eee;
    position: sticky;
    top: -1px;
    font-weight: bold;
    font-size: 1rem;
}

/* bacnho table */
.bacNho.table tr:nth-child(2n){
    background: hsla(0,0%,94.9%,.5);
}
.bacNho.table td{
    padding: 5px;
    font-size: 1rem;
}
.bacNho.table{
    vertical-align: middle;
}
.bacNho.table thead tr th{
    position: -webkit-sticky;
    background-color: #edf2fa;
    position: sticky;
    top: -1px;
    font-weight: bold;
    font-size: 1rem;
}

/* headtail table */
.headtail.table tr:nth-child(2n){
    background: hsla(0,0%,94.9%,.5);
}
.headtail.table td{
    padding: 0.3rem;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}
.headtail.table td:first-child {
    color: #c00;
    font-weight: 700;
    text-align: center;
}
.headtail.table th:not(:first-child){
    text-align: center;
    color: #003aa2;
    width: 33%;
}
.headtail.table{
    vertical-align: middle;
}
.headtail.table thead tr th{
    top: -1px;
    font-weight: bold;
    font-size: 15px;
}

/* headtail north */
.headtail-north.table thead tr th {
    background-color: #edf2fa;
    font-weight: bold;
}
.headtail-north.table tr:nth-child(2), .headtail-north.table tr:nth-child(6){
    background: #f6f6f6;
}
.headtail-north.table td:first-child{
    color: #c00;
    font-weight: 700!important;
    text-align: center;
}
.headtail-north.table td {
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
.headtail-north.table td:hover:not(.footer) {
    background: #ffd042;
}
.darkMode .headtail-north.table tr{
    color: #cccccc;
}
.darkMode .headtail-north.table thead tr{
    color: black;
}
.darkMode .headtail-north.table tr:nth-child(2), .headtail-north.table tr:nth-child(6){
    color: black;
}

/* prestigious brand */
.prestigious-brand__item{ 
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #000;
    width: 80%;
    border-radius: 5px;
    cursor: pointer;
}
.prestigious-brand__item:hover{
    transform: scale(1.03);
    transition-duration: .2s;
}
.prestigious-brand__item-text::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: relative;
    bottom: 2px;
    display: inline-block;
    background: #00e32b;
    margin-right: 5px;
}

.prestigious-brand__item-text::after{
    content: "➜";
    width: 8px;
    height: 8px;
    float: right;
    position: relative;
    right: 10px;
}
.prestigious-brand__wrapper{
    width: 80%;
    margin: 0 auto;
    padding-top: 1rem;
}
.prestigious-brand__item-text{
    color: #4d4d4d !important;
    font-weight: 700;
    font-size: 15px;
    padding-left: 10px;
    display: block;
    text-decoration: none;
}
.prestigious-brand__item-text:hover{
    color: #4d4d4d;
}
.soicau-today__title{
    font-weight: 700;
    font-size: 30px;
    border-left: 4px solid #c00;
    padding: 8px 8px 8px 10px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
    margin: 0 0 0.5rem;
}
.soicau-menu{
    padding-left: 2.5rem;

}
.soicau-menu li{
    list-style: disc;
    font-size: 1rem;
}
.soicau-menu li a{
    color: #003aa2;
    text-decoration: none;
    top: 4px;
    position: relative;
}
.soicau-list{
    display: flex;
    text-decoration: none;
}
.soicau-list__number{
    background-image: linear-gradient(to right top,#c00,#bf003b,#9b005e,#650e71,#182470);
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.soicau-list__title{
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    color: #454444;
    line-height: 1.4;
    font-weight: 700;
    width: 85%;
}

/*soicau chart tab */
.soicau-chart__tab{
    background-color: rgba(0,0,0,.03);
    padding: 1.25rem 0.75rem 0 !important;
}
.soicau-chart__tab .nav-link{
    color: black;
    cursor: pointer;
    border-radius: 1px;
}
.soicau-chart__tab a:hover{
    color:black;
}
.soicau-chart__container{
    padding-left: 1rem;
    padding-right: 1rem;
}
.nav-tab__wrapper{
    display: flex;
}
.nav-tab__item{
    flex: 1;
    text-align: center;
    background: #e2e2e2;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.6;
}
.nav-tab__item.active{
    background: #019386;
    color: white;
}

.nav-tab__item-colored .nav-tab__item{
    background: #019386;
    color: white;
}
.nav-tab__item-colored .nav-tab__item:hover{
    background: #c00;
}
.nav-tab__item-colored .nav-tab__item.active{
    background: #c00;
}

.toolcontent .tooltable .checkp {
    min-height: 65px;
    position: relative;
    clear: both
}

.toolcontent .tooltable .checkp .f_left,.toolcontent .tooltable .checkp .f_right {
    height: 63px;
    width: 50%;
    float: left;
    line-height: 90px
}

.toolcontent .tooltable .checkp .f_left h3 {
    font-size: 16px;
    font-weight: 600
}

.toolcontent .tooltable .checkp .f_left span {
    display: inline-block;
    width: 85px;
    cursor: pointer
}

.toolcontent .tooltable .checkp .f_left span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #DBDBDB;
    margin-right: 5px;
    position: relative;
    top: 3px;
    margin-right: 15px
}

.toolcontent .tooltable .checkp .f_left span.check_i i {
    background: url(../images/icon-fixed.png) -155px 0 no-repeat;
    border: 0
}

.toolcontent .tooltable .checkp .f_right {
    position: relative;
    float: right
}

.toolcontent .tooltable .checkp .f_right ul {
    float: right
}

.toolcontent .tooltable .checkp .f_right ul li {
    cursor: pointer;
    margin-left: 25px;
    display: inline-block
}

.toolcontent .tooltable .checkp .f_right ul li a {
    margin-right: 5px;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    border: 1px solid #717171;
    border-radius: 50%;
    position: relative
}

.toolcontent .tooltable .checkp .f_right ul li a span {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 3px
}

.toolcontent .tooltable .checkp .f_right ul li.checkpil {
    color: #e43939
}

.toolcontent .tooltable .checkp .f_right ul li.checkpil a {
    border: 1px solid #e43939
}

.toolcontent .tooltable .checkp .f_right ul li.checkpil a span {
    background: #e43939
}

.toolcontent .tooltable .checkp .codesele {
    position: absolute;
    display: none;
    top: 62px;
    right: 0;
    width: 425px;
    height: 484px;
    border: 1px solid #DBDBDB;
    padding: 20px;
    padding-right: 0;
    background: #fff;
    box-sizing: border-box
}

.toolcontent .tooltable .checkp .codesele ul li {
    border: 1px solid #DBDBDB;
    color: #666666;
    margin: 0 8px 9px 0;
    text-align: center;
    line-height: 30px;
    width: 29px;
    height: 30px;
    float: left;
    cursor: pointer
}

.toolcontent .tooltable .checkp .codesele ul li.li_nums {
    background: #E66767;
    color: #fff
}

.toolcontent .tooltable .tables {
    width: 100%;
    height: 431px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.toolcontent .tooltable .tables table {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5
}

.toolcontent .tooltable .tables table.shen_1 th:first-child {
    text-align: right !important;
    padding-right: 20px
}

.toolcontent .tooltable .tables table.shen_1 td>span {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.toolcontent .tooltable .tables table.shen_1 td p,.toolcontent .tooltable .tables table.shen_1 td span {
    float: right
}

.toolcontent .tooltable .tables table.shen_1 td.bfbp {
    text-align: left !important
}

.toolcontent .tooltable .tables table.shen_1 td.bfbp p i {
    left: 5px;
    top: 2px
}

.toolcontent .tooltable .tables table th {
    text-align: center;
    height: 38px;
    position: sticky;
    top: -1px;
    font-weight: bold;
    font-size: 1rem;
    background-color: white;
    color: black;
    z-index: 1;
    pointer-events: none;
}

.toolcontent .tooltable .tables table td {
    text-align: center
}

.toolcontent .tooltable .tables table thead tr th {
    min-width: 35px;
    width: 150px
}

.toolcontent .tooltable .tables table thead tr th:first-child {
    width: 600px
}

.toolcontent .tooltable .tables table thead tr th:first-child+th {
    width: 80px
}

.toolcontent .tooltable .tables table tbody tr:nth-child(odd){
    background-color: hsla(0,0%,94.9%,.50196);
}

.toolcontent .tooltable .tables table tbody tr {
    height: 39px
}

.toolcontent .tooltable .tables table tbody tr.first-child {
    height: 35px
}

.toolcontent .tooltable .tables table tbody tr td {
    font-size: 14px
}

.toolcontent .tooltable .tables table tbody tr td i {
    font-weight: 600;
    color: #c00;
    margin-right: 3px;
    font-style: italic;
}
.toolcontent .tooltable .tables table tbody tr td p i {
    color: white;
}
.toolcontent .tooltable .tables table tbody tr td p {
    width: 50%;
    background: #00B7EE;
    overflow: hidden;
    padding: .2rem 0;
    margin-bottom: 0;
    max-width: 70%;
}
.shen_1 tbody tr td p{
    text-align: right;
}
.shen_2 tbody tr td{
    display: flex;
}
.shen_2 tbody tr{
    display: grid;
    align-items: center;
}
.shen_2 tbody tr td span{
    margin-right: .2rem;
    padding-top: 0.3rem;
    width: 2.5rem;
}
.toolcontent .tooltable .tables table tbody tr td:first-child+td {
    color: #c00;
    font-weight: 600
}

.toolcontent .tooltable .tables table tbody tr td:last-child p {
    border-right: 0
}

.toolcontent .tooltable .tables .loadmore {
    color: #666;
    text-align: center;
    margin-top: 30px
}

.toolcontent .tooltable .tables .loadmore span {
    cursor: pointer
}

.toolcontent .tooltable .tables .loadmore .route {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.toolcontent .tooltable .tables .loadmore .drop {
    display: inline-block;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.toolcontent .pagebox {
    text-align: center;
    margin-top: 56px;
    padding-left: 150px
}

.toolcontent .pagebox ul {
    text-align: center;
    overflow: hidden
}

.toolcontent .pagebox ul li {
    float: left;
    margin-right: 10px
}

.toolcontent .pagebox ul li a {
    border: 1px solid #DBDBDB;
    display: inline-block;
    color: #333333;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.toolcontent .pagebox ul li a.fir_page,.toolcontent .pagebox ul li a.last_page {
    width: 68px
}

.toolcontent .pagebox ul li a.prv_page,.toolcontent .pagebox ul li a.next_page {
    width: 102px
}
.tables_two table:first-child {
    width: 55% !important;
}
.tables_two table {
    width: 45% !important;
    float: left;
}

/* suggest number */
.soiCau .suggestNumber {
    width: 80%;
    margin: 0 auto;
    position: relative;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.soiCau .suggestNumber .left {
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #3b5eae
}

.soiCau .suggestNumber .left:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 15px solid #3b5eae;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.soiCau .suggestNumber .right {
    height: 30px;
    text-align: right;
    line-height: 30px;
    position: relative;
    background: #3b5eae
}

.soiCau .suggestNumber .right:before {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #3b5eae;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.soiCau .suggestNumber .middle {
    width: 50px;
    height: 28.5px;
    background: #07a300;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    position: absolute;
    left: 49%
}

.soiCau .suggestNumber .middle:before {
    top: -14px;
    border-bottom: 14px solid #07a300
}

.soiCau .suggestNumber .middle:after,.soiCau .suggestNumber .middle:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.soiCau .suggestNumber .middle:after {
    bottom: -14px;
    border-top: 14px solid #07a300
}

.soiCau .suggestNumber .double,.soiCau .suggestNumber .triple {
    display: inline;
    position: relative
}

.soiCau .suggestNumber .double:before,.soiCau .suggestNumber .triple:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    border-top: 6px solid #019386;
    width: 100%;
    transform: translateY(-50%)
}

.soiCau .suggestNumber .double b,.soiCau .suggestNumber .triple b {
    position: relative;
    z-index: 2
}

.soiCau .suggestNumber .item {
    margin: 15px 0
}

.soiCau .suggestNumber .item span {
    min-width: 80px;
    text-align: right;
    display: inline-block;
    font-weight: 700;
    font-size: 14px
}

.soiCau .suggestNumber .item b {
    display: inline-block;
    background: #019386;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.soiCau .suggestNumber .peopleNumber {
    margin: 10px
}

.soiCau .suggestNumber .peopleNumber b {
    display: inline-block;
    background: #c00;
    color: #fff;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    left: 20px;
    position: relative;
    z-index: 2
}

.soiCau .suggestNumber .peopleNumber span {
    background: rgba(255,255,0,.6902);
    position: relative;
    padding: 8px 10px 7px 15px;
    border: 1px solid rgba(0,0,255,.34118);
    color: #000
}

.soiCau .suggestNumber .forum {
    text-align: center
}

.soiCau .suggestNumber .forum a {
    margin: 5px;
    color: #fff;
    background: #c00;
    padding: 5px 10px
}

.soiCau .suggestNumber .title {
    background: #3b5eae;
    height: 30px;
    width: 100%;
    color: #fff;
    line-height: 30px
}

.soiCau .suggestNumber .title:before {
    left: -30px;
    border-right: 30px solid #3b5eae
}

.soiCau .suggestNumber .title:after,.soiCau .suggestNumber .title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.soiCau .suggestNumber .title:after {
    right: -30px;
    border-left: 30px solid #3b5eae
}

.soiCau .suggestNumber .title .versus {
    width: 28px;
    height: 50px;
    line-height: 50px;
    background: #07a300;
    font-weight: 700;
    position: relative;
    left: 45%;
    top: -10px
}

.soiCau .suggestNumber .title .versus:before {
    left: -18px;
    border-right: 18px solid #07a300
}

.soiCau .suggestNumber .title .versus:after,.soiCau .suggestNumber .title .versus:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
}

.soiCau .suggestNumber .title .versus:after {
    right: -18px;
    border-left: 18px solid #07a300
}
.left-title, .right-title {
    display: none;
    background: #3b5eae;
    height: 30px;
    width: 80%;
    color: #fff;
    margin: auto;
    line-height: 30px;
}
.left-title:after, .left-title:before, .right-title:after, .right-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.left-title:after, .left-title:before, .right-title:after, .right-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.left-title:before, .right-title:before {
    left: 10px;
    border-right: 30px solid #3b5eae;
}
.left-title:after, .right-title:after {
    right: 10px;
    border-left: 30px solid #3b5eae;
}
/* loto */
.loto{
    margin-top: 0 !important;
}
.loto p{
    font-size: 18px;
    line-height: 39px;
    margin-top: 0px; 
    padding-top: 0px; 
    padding-left: 5px;
}

/* article */

.soiCau h2, .soiCau h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.soiCau p {
    padding: 0 10px;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.soiCau .small{
    font-size: 20px;
    text-align: left!important;
    padding: 0 10px;
    font-weight: 700;
}
.soiCau ul li{
    list-style: disc;
    line-height: 1.6;
    font-size: 1rem;
}

.soiCau ul, .soiCau ul ol{
    padding-inline-start: 40px;
    margin-bottom: 1rem;
}
.soiCau ol li{
    list-style: decimal;
    line-height: 1.6;
    font-size: 1rem;
}

ol[type="a"] li {
    list-style-type: lower-alpha;
}
.soiCau ol ul li{
    list-style-type: circle;
}
.soiCau-article ol{
    padding-left: 3rem;
    margin-bottom: 1rem;
}
.soiCau-article ol[type="a"]{
    padding-left: 2rem;
    margin-bottom: 1rem;
}
/* darkMode */
.darkMode .prestigious-brand__item{
    border-color: white;
}

.darkMode .bridge-prediction_table-section__title{
    color: #cccccc;
}

.darkMode .bacNho.table tr{
    border-color: #616161 !important;
    background-color: #252525;
    color: #cccccc;
}

.darkMode .bacNho.table tr:nth-child(2n) {
    background-color: #1a1717 !important;
}

.darkMode .bacNho.table th{
    background-color: #1a1717 !important;
}

.darkMode .bridge-table__title{
    border: 1px solid white;
    border-bottom: none;
}

.darkMode .yilou.table td{
    color: #cccc;
}

.darkMode .yilou.table thead tr th{
    border: none;
}
/* headtail table */
.darkMode .headtail.table th{
    color: #cccc;
}

.darkMode .headtail.table tr{
    background-color: #252525;
    color: #cccccc;
}
.darkMode .headtail.table tr:nth-child(2n) {
    background-color: #1a1717 !important;
}
.darkMode .toolcontent .tooltable .tables table tbody tr:nth-child(odd){
    background-color: hsl(0deg 0% 15%);
}
.darkMode .shen_2 tbody tr td span{
    color: white;
}
.darkMode .toolcontent .tooltable .tables table.shen_1 td p{
    color: white;
}
.darkMode .toolcontent .tooltable .tables table{
    border: none;
}
.darkMode .toolcontent .tooltable .tables table th{
    background-color: #1a1717;
    color: white;
}
.darkMode .toolcontent .tooltable .tables table.shen_1 td.bfbp{
    color: white;
}

.darkMode .soicau-title{
    color: #cccccc;
}

.darkMode .soicau-chart__tab .nav-link{
    color: white;
}
.darkMode .soicau-chart__tab .nav-link.active{
    color: black;
}
/* diange */
.darkMode #diange .ul_box ul>li:nth-child(odd) {
    background-color: #252525
}
.darkMode ul li ol span, .darkMode #diange .ul_box ul li ol span{
    color: #cccccc;
}
.darkMode .loto{
    border-color: #CDCDCD;
}

.darkMode .soicau-today__title{
    background-color: #1a1717;
    color: #cccccc;
}


.darkMode .bridge-internal-link{
    color: #cccccc;
}
.darkMode .bridge-max__running-day{
    background-color: #080808;
    color: #cccccc;
}

.darkMode .soiCau .suggestNumber .item span{
    color: white;
}

.darkMode .soiCau-article{
    color: #cccccc;
}

.darkMode .headtail-north.table td:hover:not(.footer) {
    color: #080808;
}
@media screen and (max-width: 768px){
    .seleboxL{
        height: auto;
    }
    .panel-1{
        padding: 1rem;
    }
    .soicau-panel{
        padding: 0;
    }
    .soicau-today__title{
        font-size: 16px;
    }
    .soicau-panel__title{
        text-align: left;
        font-size: 1.125rem;
        padding: 1rem 5px 0;
    }
    .soicau-panel__desc{
        text-align: left;
        padding: 0 8px;
    }
    .soicau-chart__tab{
        padding: 0.75rem 0.5rem 0 !important;
    }
    .soicau-chart__tab .nav-link{
        padding: 10px;
        font-size: .75rem;
    }
    .soicau-chart__container{
        padding-left: 0;
        padding-right: 0;
    }
    .prestigious-brand__wrapper{
        width: 100%;
    }
    .prestigious-brand__item{
        width: 100%;
    }
    .prestigious-brand__wrapper .col-6{
        padding: 0 5px;
    }

    /* nav tab */
    .nav-tab__item{
        font-size: 0.75rem;
    }
    /* bacNho table */
    .bacNho.table thead tr th{
        font-size: 0.82rem;
    }
    /* internal link */
    .bridge-internal-link{
        margin-top: 1rem;
    }

    .bridge-running__select-wrapper{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: .5rem;
        position:unset;
    }
    .bridge-running__select-wrapper #databox{
        left: 0;
    }
    .bridge-modal-body{
        grid-template-columns: auto;
    }
    .bridge-modal-header h3{
        font-size: 1rem;
    }

    .soiCau .suggestNumber{
        width: 100%;
    }

    .soiCau .suggestNumber .item b{
        margin: 0;
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .left-title, .right-title {
        display: block;
    }

    .prestigious-brand__item-text::after{
        content: "";
    }
    .flatpickr-calendar{
        left: 100px !important;
    }
    .flatpickr-calendar:after, .flatpickr-calendar:before{
        content: none;
    }
    .seleboxL .regionRegionC .region .dropdialog{
        display: none !important;
    }
}