body {
    background: linear-gradient(to bottom right, #f8fafc, #eff6ff);
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
.logo-section a {
    display: flex;
    align-items: center;
}
.logo-section a .name-company {
    margin-left: 8px;
}
.logo-section a .name-company>h1 {
    font-size: 20px;
    font-weight: 700;
    background-image: linear-gradient(to right, #2563eb, #16a34a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0;
    line-height: 1.4;
}
.logo-section a .name-company>p {
    font-size: 12px;
    color: hsl(215.4 16.3% 46.9%);
    margin-bottom: 1px;
}
.header-menu {
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
    padding: 8px 0;
}
.header-menu>.container>.row {
    align-items: center;
}
.header-menu>.container>.row>div[class*="col-"]:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu .menu-container .menu-section {
    text-align: center;
}
.box-search .icon-search {
    background: transparent;
    border: 0;
    color: hsl(var(--foreground));
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 4rem;
    height: 4rem;
}
.box-search .icon-search>svg {
    width: 16px;
    height: 16px;
}
.box-search .btn:after {
    display: none;
}
.box-search .icon-search.dropdown-toggle {
    color: hsl(222.2 47.4% 11.2%);
}
.box-search .btn:hover, .box-search.show .btn, .box-search .btn:focus {
    background: hsl(210 40% 96.1%);
}
.account-section .btn-login {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-weight: 600;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    margin-left: 15px;
}
.account-section .btn-login:hover {
    background: rgb(241, 245, 249);
}
.account-section .btn-register {
    background: linear-gradient(to right, #2563eb, #16a34a);
    color: #fff;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    margin-left: 15px;
    border: 0;
    font-weight: 600;
}
.box-search .dropdown-search {
    width: 38rem;
    padding: 1.5rem;
    border-radius: 6px;
    border-color: #eaeaea;
    margin-top: 5px;
}
.box-search .dropdown-search .input-group {
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.box-search .dropdown-search .input-group input.form-control {
    border: 0;
    padding-left: 0;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
}
.box-search .dropdown-search .input-group .btn {
    width: 40px;
    height: 38px;
    line-height: 1;
    padding: 0;
    background: transparent;
    border: 0;
    color: hsl(215.4 16.3% 46.9%);
}
.box-search .dropdown-search .input-group .btn>svg {
    width: 16px;
    height: 16px;
}
.box-search .dropdown-search .item-suggest, .box-search .dropdown-search .item-history {
    margin-top: 15px;
}
.box-search .dropdown-search .item-suggest .title-suggest,
.box-search .dropdown-search .item-history .title-suggest {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: hsl(215.4 16.3% 46.9%);
    font-weight: 500;
    margin-bottom: 12px;
}
.box-search .dropdown-search .item-suggest .title-suggest i,
.box-search .dropdown-search .item-history .title-suggest i {
    margin-right: 10px;
}
.box-search .dropdown-search .item-suggest ul.list,
.box-search .dropdown-search .item-history ul.list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-search .dropdown-search .item-suggest ul.list>li>a,
.box-search .dropdown-search .item-history ul.list>li>a {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 5px;
    font-size: 14px;
    color: rgb(2, 8, 23);
    gap: .75rem;
}
.box-search .dropdown-search .item-suggest ul.list>li>a>svg,
.box-search .dropdown-search .item-history ul.list>li>a>svg {
    width: 15px;
    height: 16px;
    stroke: rgb(37, 99, 235);
}
.box-search .dropdown-search .item-suggest ul.list>li>a .text-right,
.box-search .dropdown-search .item-history ul.list>li>a .text-right {
    font-size: 12px;
    color: rgb(100, 116, 139);
}
.box-search .dropdown-search .item-suggest ul.list>li>a:hover,
.box-search .dropdown-search .item-history ul.list>li>a:hover {
    background: rgb(239 244 249);
    border-radius: 4px;
}
.section-banner {
    background-image: linear-gradient(to bottom right, #ecfdf5, #eff6ff, #e0e7ff);
    padding: 80px 0;
    position: relative;
}
.section-banner .banner-home {
    max-width: 89rem;
    text-align: center;
    margin: 0 auto;
}
.section-banner .banner-home .slogan {
    display: inline-flex;
    align-items: center;
    background: rgb(209 250 229);
    border: 1px solid rgb(167 243 208);
    padding: 2px 10px;
    border-radius: 28px;
    color: rgb(4 120 87);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
}
.section-banner .banner-home .slogan:hover {
    background: rgb(167 243 208);
}
.section-banner .banner-home .slogan > svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.section-banner .banner-home .title-main .title {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.section-banner .banner-home .title-main .title > span {
    background-image: linear-gradient(to right, #059669, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section-banner .banner-home .description {
    position: relative;
    color: rgb(75 85 99);
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: 112px;
    margin-right: 112px;
}
.section-banner .banner-home .blur-3xl {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 39rem;
    height: 39rem;
    background-image: linear-gradient(to bottom right, rgb(52 211 153 / .2), rgb(37 99 235 / .2));
    border-radius: 100%;
    filter: blur(64px);
}
.section-banner .banner-home .action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 5rem;
}
.section-banner .banner-home .btn-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: 8px;
    white-space: nowrap;
    border-radius: 6px;
    background-image: linear-gradient(to right, #10b981, #2563eb);
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
}
.section-banner .banner-home .btn-start:hover {
    background-image: linear-gradient(to right, #059669, #1d4ed8);
}
.section-banner .banner-home .btn-signal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: 8px;
    white-space: nowrap;
    border-radius: 6px;
    background: #fff;
    border-color: rgb(209 213 219);
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.section-banner .banner-home .btn-signal:hover {
    background: rgb(249 250 251)
}
.section-banner .banner-home .list-item {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 6rem;
}
.section-banner .banner-home .list-item .item {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.section-banner .banner-home .list-item .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right bottom, rgb(16, 185, 129), rgb(5, 150, 105));
    border-radius: 8px;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.section-banner .banner-home .list-item .item:nth-child(2) .icon {
    background-image: linear-gradient(to right bottom, rgb(59, 130, 246), rgb(37, 99, 235));
}
.section-banner .banner-home .list-item .item:nth-child(3) .icon {
    background-image: linear-gradient(to right bottom, rgb(99, 102, 241), rgb(79, 70, 229));
}
.section-banner .banner-home .list-item .item .inner-text .title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
}
.section-banner .banner-home .list-item .item:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.section-banner .banner-home .list-item .item:hover .icon {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.market-overview {
    padding: 5rem 0;
}
.title-section {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.desc-section {
    text-align: center;
    color: rgb(75, 85, 99);
    font-size: 18px;
}
#list-market {
    margin-top: 40px;
}
#list-market .item {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
#list-market .item:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#list-market .item .label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
#list-market .item .price {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
#list-market .item .price-change {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
#list-market .item .price-change .change {
    padding: 2px 10px;
    font-size: 12px;
    background: rgb(209, 250, 229);
    color: rgb(4, 120, 87);
    border-radius: 100px;
    display: flex;
    align-items: center;
    line-height: 16px;
    font-weight: 600;
}
#list-market .item .price-change.down .change {
    color: rgb(185, 28, 28);
    background: rgb(254, 226, 226);
}
#list-market .item .price-change .change svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
#list-market .item .price-change .percent {
    font-weight: 600;
    color: rgb(22, 163, 74);
}
#list-market .item .price-change.down .percent {
    color: rgb(220, 38, 38)
}
.stocks-crypto {
    padding: 6rem 0;
}
.stocks-crypto .tabs-list {
    padding: 25px;
    border-radius: 8px;
    background: #fff;
    margin-top: 5rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.stocks-crypto .tabs-list .nav-tabs, .modal-signal-detail .inner-tabs .nav-tabs, .page-login .inner-form .nav-tabs {
    background: rgb(241, 245, 249);
    padding: 4px;
    border-radius: 6px;
    border-bottom: 0;
    margin-bottom: 2rem;
    color: rgb(100, 116, 139);
}
.stocks-crypto .tabs-list .nav-tabs .nav-item, .page-login .inner-form .nav-tabs .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.stocks-crypto .tabs-list .nav-tabs .nav-item .nav-link, .modal-signal-detail .inner-tabs .nav-tabs .nav-item .nav-link, .page-login .inner-form .nav-tabs .nav-item .nav-link {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 4.5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.stocks-crypto .tabs-list .nav-tabs .nav-item .nav-link.active, .modal-signal-detail .inner-tabs .nav-tabs .nav-item .nav-link.active, .page-login .inner-form .nav-tabs .nav-item .nav-link.active {
    font-weight: 500;
    color: #000;
}
.stocks-crypto .tabs-list .nav-tabs .nav-item .nav-link > svg {
    width: 16px;
}
.stocks-crypto .tabs-list .tab-content .table thead tr th {
    border: 0;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    padding: 0 10px;
    color: rgb(100, 116, 139);
}
.stocks-crypto .tabs-list .tab-content .table tbody tr td {
    height: 40px;
    line-height: 40px;
    padding: 10px;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr th:first-child {
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-weight: 400;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr th:first-child span.code {
    font-weight: 600;
    display: block;
}
.stocks-crypto .tabs-list .tab-content .table thead tr th:not(:first-child) {
    text-align: right;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr td:not(:first-child) {
    text-align: right;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr.plus td.change {
    color: rgb(5, 150, 105);
}
.stocks-crypto .tabs-list .tab-content .table tbody tr.minus td.change {
    color: rgb(220, 38, 38);
}
.stocks-crypto .tabs-list .tab-content .table tbody tr.plus td.percent span {
    background: rgb(209, 250, 229);
    color: rgb(4, 120, 87);
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 2px 10px;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr td.percent span svg {
    width: 12px;
    height: 12px;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr.minus td.percent span {
    background: rgb(254, 226, 226);
    color: rgb(185, 28, 28);
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 2px 10px;
}
.stocks-crypto .tabs-list .tab-content .table tbody tr:hover {
    background: rgba(241, 245, 249, 0.5);
}
.signals-ai {
    padding: 6rem 0;
}
.signals-ai .filter {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
}
.signals-ai .filter .btn.dropdown-toggle {
    background: #fff;
    border-color: rgb(209, 213, 219);
    color: #000;
    border-radius: 6px;
    width: 19rem;
}
.signals-ai .list .item {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    margin-bottom: 24px;
    border-left: 4px solid rgb(16, 185, 129);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.signals-ai .list .item:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.signals-ai .list>.row {
    margin-left: -12px;
    margin-right: -12px;
}
.signals-ai .list>.row>div[class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
}
.signals-ai .list .item .top {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.signals-ai .list .item .top .left .code {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.45px;
    display: block;
}

.signals-ai .list .item .top .right .type {
    padding: 2px 10px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.signals-ai .list .item .top .right .time {
    display: block;
    color: rgb(107, 114, 128);
}
.signals-ai .list .item .middle {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.signals-ai .list .item .middle .price {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.signals-ai .list .item .middle .percent.up {
    color: rgb(5, 150, 105);
    display: flex;
    align-items: center;
}
.signals-ai .list .item .middle .percent svg {
    width: 12px;
    height: 12px;
}
.signals-ai .list .item .middle .type-signal {
    background: rgb(209, 250, 229);
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    color: rgb(4, 120, 87);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 500;
}
.signals-ai .list .item .middle .type-signal.hold {
    color: rgb(161, 98, 7);
    background: rgb(254, 249, 195);
}
.signals-ai .list .item .middle .type-signal.sell {
    color: rgb(185, 28, 28);
    background: rgb(254, 226, 226);
}
.signals-ai .list .item .middle .confidence {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    color: rgb(75, 85, 99);
}
.signals-ai .list .item .middle .right {
    text-align: right;
}
.signals-ai .list .item .bottom {
    padding: 0 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.signals-ai .list .item .bottom .left > span {
    border: 1px solid rgb(226, 232, 240);
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 100px;
    color: #000;
    font-weight: 600;
}
.signals-ai .list .item .bottom .left {
    display: flex;
    gap: 4px;
}
.signals-ai .list .item .bottom .right > a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    color: rgb(5, 150, 105);
    gap: 8px;
    padding: 0 12px;
    border-radius: 6px;
}
.signals-ai .list .item .bottom .right > a > svg {
    width: 16px;
}
.signals-ai .list .item .bottom .right > a:hover {
    background: rgb(241, 245, 249);
}
.modal-signal-detail .modal-dialog {
    max-width: 90rem;
}
.modal-signal-detail .modal-dialog .modal-content {
    border-color: rgb(226, 232, 240);
    border-radius: 8px;
}
.modal-signal-detail .modal-header {
    padding: 24px 24px 16px;
    border-bottom: 0;
}
.modal-signal-detail .modal-header .modal-title svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.modal-signal-detail .modal-header .modal-title {
    font-weight: 700;
    font-size: 24px;
}
.modal-signal-detail .modal-header .modal-title .name {
    font-weight: 600;
    color: rgb(100, 116, 139);
    margin-left: 6px;
    letter-spacing: -0.6px;
}
.modal-signal-detail .inner-top {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.modal-signal-detail .inner-top .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 1px solid rgb(226, 232, 240);
    padding: 16px;
}
.modal-signal-detail .inner-top .item .left {
    display: flex;
    flex-direction: column;
}
.modal-signal-detail .inner-top .item .left .label {
    color: rgb(100, 116, 139);
}
.modal-signal-detail .inner-top .item .left .value {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.modal-signal-detail .modal-body {
    padding: 0 24px 24px;
}
.modal-signal-detail .inner-top .item.entry-price .right {
    display: flex;
    align-items: center;
    color: rgb(5, 150, 105);
}
.modal-signal-detail .inner-top .item.entry-price .right.down {
    color: rgb(220, 38, 38);
}
.modal-signal-detail .inner-top .item.entry-price .right svg {
    width: 16px;
}
.modal-signal-detail .inner-top .item.item-type .left .value {
    font-size: 18px;
    text-transform: uppercase;
}
.modal-signal-detail .inner-top .item.item-type .left .value.buy {
    color: rgb(5, 150, 105);
}
.modal-signal-detail .inner-top .item.item-type .left .value.sell {
    color: rgb(220, 38, 38);
}
.modal-signal-detail .inner-top .item.item-type .left .value.hold {
    color: rgb(202, 138, 4);
}
.modal-signal-detail .inner-top .item.item-confidence .left .value {
    font-size: 18px;
}
.modal-signal-detail .inner-top .item.item-confidence .right svg {
    color: rgb(37, 99, 235);
}
.modal-signal-detail .inner-top .item.item-time .left .value {
    font-size: 14px;
    font-weight: 500;
}
.modal-signal-detail .inner-top .item.item-time .right svg {
    color: rgb(75, 85, 99);
}
.modal-signal-detail .inner-tabs .nav-tabs .nav-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.modal-signal-detail .inner-tabs .tab-content {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    padding: 24px;
}
.modal-signal-detail .inner-tabs .tab-content .title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.modal-signal-detail .inner-tabs .tab-content .title svg {
    width: 20px;
}
.modal-signal-detail .inner-tabs .parameter>.row {
    margin-left: -8px;
    margin-right: -8px;
}
.modal-signal-detail .inner-tabs .parameter>.row>div[class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}
.modal-signal-detail .inner-tabs .parameter .item {
    margin-bottom: 12px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-signal-detail .inner-tabs .parameter .item .left {
    color: rgb(100, 116, 139);
}
.modal-signal-detail .inner-tabs .parameter>.row>div[class*=col-]:nth-child(1) .item .right,
.modal-signal-detail .inner-tabs .parameter>.row>div[class*=col-]:nth-child(4) .item .right{
    color: rgb(5, 150, 105);
    font-weight: 600;
}
.modal-signal-detail .inner-tabs .parameter>.row>div[class*=col-]:nth-child(2) .item .right,
.modal-signal-detail .inner-tabs .parameter>.row>div[class*=col-]:nth-child(3) .item .right{
    color: rgb(220, 38, 38);
    font-weight: 600;
}
.modal-signal-detail .inner-tabs .note {
    padding: 16px;
    background: rgb(241, 245, 249);
    border-radius: 8px;
    margin-top: 16px;
}
.modal-signal-detail .inner-tabs .note .label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.modal-signal-detail .modal-footer .btn {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 16px;
    margin: 0;
}
.modal-signal-detail .modal-footer {
    padding: 15px 24px;
    display: flex;
    gap: 16px;
}
.modal-signal-detail .modal-footer .btn.btn-add-watchlist {
    background: rgb(5, 150, 105);
    color: #fff;
}
.modal-signal-detail .modal-footer .btn.btn-setup-notifi {
    background: rgb(37, 99, 235);
    color: #fff;
}
.section-posts .section-title .title-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-posts .section-title .title-section .icon {
    background: linear-gradient(to right bottom, rgb(16, 185, 129), rgb(37, 99, 235));
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-right: 12px;
}
.section-posts .section-title .desc-section {
    max-width: 67rem;
    margin: 0 auto;
}
.section-posts .section-title {
    margin-bottom: 5rem;
}
.section-posts .article-item {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    animation-duration: .3s;
    background: #fff;
}
.section-posts .article-item .inner-image img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.section-posts .article-item .inner-content {
    padding: 24px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.section-posts .article-item .article-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 100px;
    z-index: 10;
}
.section-posts .article-item .article-category .cate {
    color: #000;
    font-weight: 500;
}
.section-posts .article-item .inner-image:before {
    content: "";
    background: #4b4b4b38;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.section-posts .article-item .inner-content .title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
}
.section-posts .article-item .inner-content .title>a {
    color: #000;
}
.section-posts .article-item .inner-content .desc {
    color: rgb(100, 116, 139);
    margin-bottom: 16px;
    height: 63px;
}
.section-posts .article-item .inner-content .author-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(100, 116, 139);
    font-size: 12px;
}
.section-posts .article-item .inner-content .author-time svg {
    width: 16px;
    height: 16px;
}
.section-posts .article-item .inner-content .author-time>div {
    display: flex;
    align-items: center;
    gap: 4px;
}
.section-posts .article-item .inner-content .view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
}
.section-posts .article-item .inner-content .view-more > svg {
    width: 16px;
    height: 16px;
}
.section-posts .article-item .inner-content .view-more:hover {
    background: linear-gradient(to right bottom, rgb(219, 234, 254), rgb(220, 252, 231));
}
.section-posts .article-item:hover {
    animation-duration: .3s;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.section-viewall {
    margin: 4rem 0;
    text-align: center;
}
.section-viewall>a {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    background: linear-gradient(to right, rgb(16, 185, 129), rgb(37, 99, 235));
    color: #fff;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-weight: 500;
}
.section-viewall>a>svg {
    width: 16px;
    height: 16px;
}
.section-viewall>a:hover {
    background: linear-gradient(to right, rgb(5, 150, 105), rgb(29, 78, 216));
}
.box-why-choose {
    padding: 6rem 0;
}
.box-why-choose .title-section>span {
    background-image: linear-gradient(to right, rgb(37, 99, 235), rgb(22, 163, 74));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.box-why-choose .desc-section {
    max-width: 76rem;
    margin: 0 auto;
    color: rgb(100, 116, 139);
}
.box-why-choose .section-heading {
    margin-bottom: 5rem;
}
.box-why-choose .item {
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    margin-bottom: 3rem;
    padding: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.box-why-choose .item .inner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.box-why-choose .item .inner-top .icon {
    background: rgb(241, 245, 249);
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-why-choose .item .inner-top .icon img {
    width: 24px;
    height: 24px;
}
.box-why-choose .item .inner-top .tag-right .tag {
    background: rgb(241, 245, 249);
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 100px;
    color: #000;
    font-weight: 600;
}
.box-why-choose .item .inner-info .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.box-why-choose .item .inner-info .desc {
    color: rgb(100, 116, 139);
    font-size: 15px;
}
.box-why-choose .item:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
    transform: matrix(1, 0, 0, 1, 0, -8);
}
.box-why-choose .item:hover .inner-info .title {
    color: rgb(37, 99, 235);
}
footer {
    background: rgb(17, 24, 39);
}
.footer-main {
    padding: 4rem 0;
}
.footer-introduct .logo-section a .name-company>h1 {
    color: #fff;
}
.footer-introduct .logo-section a .name-company>p {
    color: #d5d5d5;
}
.footer-introduct .desc {
    color: rgb(156, 163, 175);
    margin: 1.5rem 0;
}
.footer-introduct .social > ul {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    list-style: none;
}
.footer-introduct .social > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(31, 41, 55);
    width: 40px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
}
.footer-introduct .social > ul > li > a > svg {
    color: rgb(156, 163, 175);
    width: 16px;
    height: 16px;
}
.footer-menu .title-footer, .footer-register .title-footer {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu  ul.list-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu ul.list-menu > li > a {
    display: inline-block;
    color: rgb(156, 163, 175);
    padding: 5px 0;
}
.footer-register .desc-footer {
    color: rgb(156, 163, 175);
    margin: 1.5rem 0;
}
.footer-register .form-group .form-control {
    background: rgb(31, 41, 55);
    border: 1px solid rgb(55, 65, 81);
    border-radius: 6px;
    padding: 8px 12px;
    color: rgb(255, 255, 255);
    height: 40px;
    line-height: 40px;
}
.footer-register .form-group .newsletter--submit {
    background: linear-gradient(to right, rgb(16, 185, 129), rgb(37, 99, 235));
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 16px;
    border: 0;
    height: 40px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-transform: none;
}
.footer-register .form-group .newsletter--submit:hover {
    background: linear-gradient(to right, rgb(5, 150, 105), rgb(29, 78, 216));
}
.copyright {
    text-align: center;
    color: rgb(156, 163, 175);
    padding: 15px 0;
    border-top: 1px solid rgb(31, 41, 55);
}
.member.member-login header,
.member.member-login footer {
    display: none;
}
.member.member-login {
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(to right bottom, rgb(239, 246, 255), rgb(255, 255, 255), rgb(240, 253, 244));
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-login {
    height: 100%;
    display: grid;
    max-width: 1152px;
    margin: 0 auto;
    border-radius: 24px;
    background: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    overflow: hidden;
}
.page-login .inner-info {
    background: linear-gradient(to right bottom, rgb(37, 99, 235), rgb(22, 163, 74));
    display: flex;
    flex-direction: column;
    padding: 5rem;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.page-login .inner-info .logo {
    display: flex;
    align-items: center;
    position: relative;
}
.page-login .inner-info .logo .icon {
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}
.page-login .inner-info .logo .icon > svg {
    width: 32px;
    height: 32px;
}
.page-login .inner-info .logo .text {
    margin-left: 12px;
    color: #fff;
}
.page-login .inner-info .logo .text .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.page-login .inner-info .logo .text .slogan {
    color: rgb(219, 234, 254);
}
.page-login .inner-info .content {
    margin-top: 30px;
    position: relative;
}
.page-login .inner-info .content .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.page-login .inner-info .content .title > span {
    color: rgb(187, 247, 208);
}
.page-login .inner-info .content .desc {
    font-size: 20px;
    margin-top: 16px;
    color: rgb(219, 234, 254);
}
.page-login .inner-info .highlight {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
    position: relative;
}
.page-login .inner-info .highlight .item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-login .inner-info .highlight .item .icon svg {
    color: rgb(134, 239, 172);
    width: 40px;
    height: 40px;
}
.page-login .inner-info .highlight .item .text .title {
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.page-login .inner-info .highlight .item .text .desc {
    color: rgb(219, 234, 254);
}
.page-login .inner-info .highlight .item:last-child .icon svg {
    color: rgb(147, 197, 253);
}
.page-login .inner-info .list-feature {
    margin-top: 30px;
    position: relative;
}
.page-login .inner-info .list-feature .item {
    display: flex;
    align-items: center;
}
.page-login .inner-info .list-feature .item:not(:first-child) {
    margin-top: 15px;
}
.page-login .inner-info .list-feature .item .icon {
    background: #fff3;
    border-radius: 8px;
    padding: 8px;
}
.page-login .inner-info .list-feature .item .icon > svg {
    width: 20px;
    height: 20px;
}
.page-login .inner-info .list-feature .item .text {
    margin-left: 16px;
}
.page-login .inner-info .list-feature .item .text .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.page-login .inner-info .list-feature .item .text .desc {
    color: rgb(219, 234, 254);
}
.page-login .inner-form {
    padding: 5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-login .inner-form .title-form {
    margin-bottom: 30px;
    text-align: center;
}
.page-login .inner-form .title-form .title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.page-login .inner-form .title-form .desc {
    font-size: 16px;
    color: rgb(75, 85, 99);
}
.page-login .inner-form .form-group {
    margin-bottom: 24px;
}
.page-login .inner-form .form-group lable {
    color: rgb(55, 65, 81);
}
.page-login .inner-form .form-group .form-control {
    border: 2px solid rgb(229, 231, 235);
    border-radius: 12px;
    height: 48px;
    line-height: 20px;
    padding: 8px 12px;
}
.page-login .inner-form .form-group {
    margin-bottom: 24px;
}
.page-login .inner-form .form-group lable {
    color: rgb(55, 65, 81);
}
.page-login .inner-form .form-group .form-control {
    border: 2px solid rgb(229, 231, 235);
    border-radius: 12px;
    height: 48px;
    line-height: 20px;
    padding: 8px 12px;
}
.page-login .inner-form .forgot-password {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: rgb(37, 99, 235);
    font-weight: 500;
}
.page-login .inner-form .btn.btn-submit {
    background: linear-gradient(to right, rgb(37, 99, 235), rgb(22, 163, 74));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    border-radius: 12px !important;
    border: 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 24px 0;
}

.page-login .inner-form .btn.btn-submit > svg {
    width: 20px;
}
.page-login .inner-form .other {
    text-align: center;
    position: relative;
}
.page-login .inner-form .other:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgb(209, 213, 219);
}
.page-login .inner-form .other > span {
    background: #fff;
    position: relative;
    color: rgb(107, 114, 128);
    padding: 0 16px;
}
.page-login .inner-form .login-social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.page-login .inner-form .login-social .btn.btn-submit {
    border: 2px solid rgb(229, 231, 235);
    background: #fff;
    color: rgb(2, 8, 23);
    border-radius: 12px !important;
    font-size: 14px;
}
.page-login .inner-form .text-bottom {
    color: rgb(107, 114, 128);
    text-align: center;
    margin-top: 2rem;
}
.page-login .inner-form .text-bottom > span {
    color: rgb(55, 65, 81);
    font-weight: 500;
}
.page-login .inner-form .btn.btn-submit:hover {
    color: #fff;
    background: inear-gradient(to right, rgb(29, 78, 216), rgb(21, 128, 61));
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.page-login .inner-form .login-social .btn.btn-submit:hover {
    background: rgb(249, 250, 251);
    box-shadow: none;
    color: rgb(2, 8, 23);
}
.page-login .inner-form .form-group .eye-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.page-login .inner-form .form-group .eye-password > svg {
    color: rgb(156, 163, 175);
}
.page-login .inner-form .form-group .input-password {
    padding-right: 40px;
}
.checkbox-wrapper .form-control {
    position: absolute;
    visibility: hidden;
}
.checkbox-wrapper .cbx span:first-child {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 5px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.checkbox-wrapper .cbx:hover span:first-child {
    border-color: #07f;
}
.checkbox-wrapper .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .form-control:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}
.checkbox-wrapper .form-control:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
.checkbox-wrapper .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
.checkbox-wrapper .cbx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    color: rgb(75, 85, 99);
    font-weight: 400;
}
.checkbox-wrapper .cbx span > a {
    color: rgb(37, 99, 235);
    font-weight: 500;
}
.page-login .inner-info .cricle-before:first-child {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}
.page-login .inner-info .cricle-before:nth-child(2) {
    position: absolute;
    width: 96px;
    height: 96px;
    bottom: 80px;
    left: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}
.page-login .inner-info .cricle-before:nth-child(3) {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 397px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    transform: matrix(1, 0, 0, 1, 80, -80);
}
.breadcrumb-blog {
    background: linear-gradient(to right, rgb(37, 99, 235), rgb(22, 163, 74));
    padding: 5rem 0;
    text-align: center;
    color: #fff;
}
.breadcrumb-blog .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.breadcrumb-blog .desc {
    font-size: 20px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
}
.filter-blogs {
    margin: 3rem 0;
    background: #fff;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.filter-blogs .list-cate {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 16px;
    position: relative;
}
.filter-blogs .list-cate .item > a {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    color: rgb(2, 8, 23);
    font-size: 12px;
    padding: 0 12px;
    font-weight: 500;
    height: 38px;
}
.filter-blogs .list-cate .item > a:hover {
    background: rgb(241, 245, 249);
}
.filter-blogs .search-keyword {
    position: relative;
    flex: 1 1 0%;
}
.filter-blogs .search-keyword form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.filter-blogs .search-keyword .btn-filter {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    color: rgb(2, 8, 23);
    font-size: 12px;
    padding: 0 12px;
    font-weight: 500;
    height: 38px;
    min-width: 90px;
    background: linear-gradient(to right, rgb(37, 99, 235), rgb(22, 163, 74));
    color: #fff;
}
.filter-blogs .search-keyword .form-control {
    height: 36px;
    border: 0;
    border-radius: 6px;
}
.filter-blogs .search-keyword .input-group {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    align-items: center;
}
.filter-blogs .search-keyword .input-group .input-group-append svg {
    color: rgb(156, 163, 175);
    width: 20px;
    height: 20px;
}
.filter-blogs .search-keyword .input-group .input-group-append {
    margin-left: 10px;
}
.filter-blogs .list-cate:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgb(226, 232, 240);
}
.section-posts.page-post {
    margin-bottom: 10rem;
}
.section-posts.page-post .article-item .inner-content .view-more {
    display: none;
}
.page-list>.row>div[class*=col-] {
    margin-bottom: 3rem;
}
.breadcrumbs-section a:last-child::after {
    display: none;
}
.breadcrumbs-section {
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgb(245 245 245);
}
.box-post {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgb(245 245 245);
}
.article-detail .box-info .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.article-detail .box-info .desc {
    font-size: 18px;
    color: rgb(100, 116, 139);
    margin-bottom: 24px;
}
.article-detail .box-info .author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.article-detail .box-info .author-info .author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.article-detail .box-info .author-info .author .avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right bottom, rgb(34, 197, 94), rgb(59, 130, 246));
    border-radius: 100%;
}
.article-detail .box-info .author-info .author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-detail .box-info .author-info .author .info .name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.article-detail .box-info .author-info .author .info .position {
    color: rgb(100, 116, 139);
}
.article-detail .box-info .author-info .right-info {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgb(100, 116, 139);
}
.article-detail .box-info .author-info .right-info>div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.article-detail .box-info .author-info .right-info>div>svg {
    width: 16px;
    height: 16px;
}
.article-detail .box-info .author-info .right-info .rate svg {
    color: rgb(250, 204, 21);
    fill: rgb(250, 204, 21);
}
.article-detail .box-info .inner-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-detail .box-info .inner-action .btn-action {
    display: flex;
    align-items: center;
    gap: 12px;
}
.article-detail .box-info .inner-action .btn-action .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    height: 36px;
}
.article-detail .box-info .inner-action .btn-action .btn > svg {
    width: 16px;
    height: 16px;
}
.article-detail .box-info .inner-action .social-share {
    display: flex;
    align-items: center;
    color: rgb(100, 116, 139);
    gap: 8px;
}
.article-detail .box-info .inner-action .social-share .social-list {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-detail .box-info .inner-action .social-share .social-list .btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid rgb(226, 232, 240);
    width: 32px;
    height: 32px;
    border-radius: 6px;
}
.article-detail .box-info .inner-action .btn-action .btn:hover,
.article-detail .box-info .inner-action .social-share .social-list .btn-social:hover {
    background: rgb(241, 245, 249);
}
.sidebar-cate, .sidebar-post {
    background: #fff;
    border-radius: 8px;
    padding: 15px 24px;
    margin-bottom: 24px;
    border: 1px solid rgb(245 245 245);
}
.sidebar-cate .title-sidebar, .sidebar-post .title-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    margin-bottom: 10px;
}
.sidebar-cate .title-sidebar > svg, .sidebar-post .title-sidebar > svg {
    width: 20px;
    height: 20px;
    color: rgb(37, 99, 235);
}
.sidebar-cate .categories-section a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
}
.sidebar-cate .categories-section a .number {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 20px;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    background: rgb(239, 246, 255);
    width: 36px;
    text-align: center;
}
.sidebar-cate .categories-section a:hover {
    color: rgb(5, 150, 105);
}
.sidebar-post .view-small .article-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.sidebar-post .view-small .article-item .inner-image {
    width: 8rem;
    float: none;
    margin-right: 0;
    position: relative;
    border-radius: 4px;
}
.sidebar-post .view-small .article-item .inner-image img {
    border-radius: 4px;
}
.sidebar-post .view-small .article-item  .inner-content {
    width: calc(100% - 8rem);
    margin: 0;
}
.sidebar-post .view-small {
    margin-top: 15px;
}
.sidebar-sticky>.container>.row {
    overflow: visible;
    align-items: flex-start;
}
.sidebar-sticky>.container>.row>div[class*=col-]:last-child {
    position: sticky;
    top: 15px;
}
.comment-section {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgb(245 245 245);
}
.comment-section .title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.comment-section .title > svg {
    width: 20px;
    height: 20px;
    color: rgb(37, 99, 235);
}
.comment-section .edit-comment {
    background: rgb(248, 250, 252);
    padding: 15px;
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: right;
}
.comment-section .edit-comment textarea.form-control {
    background: #fff;
    min-height: 8rem;
    margin-bottom: 2rem;
}
.comment-section .edit-comment .btn-submit {
    background: linear-gradient(to right, rgb(16, 185, 129), rgb(37, 99, 235));
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.comment-section .edit-comment .box-comment {
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
}
.comment-section .edit-comment .box-comment .btn-emoji {
    padding: 0;
}
.comment-section .edit-comment .box-comment .dropdown-emoji.show {
    right: 20px;
    left: initial !important;
    min-width: 15rem;
    padding: 6px;
}
.comment-section .edit-comment .box-comment .dropdown-emoji>li {
    display: flex;
    align-items: center;
}
.comment-section .edit-comment .box-comment .dropdown-emoji>li>[emoji-item] {
    cursor: pointer;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    font-size: 16px;
}