﻿.list_content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .list_content .list_content_text {
        width: 70%;
    }

    .list_content .list_content_btn {
        width: 40%;
    }

    .list_content .list_content_btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .list_content .list_content_btn a {
            margin-right: 20px;
        }

.list_table tr {
    background-color: #f7f7f7;
}

.in_line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .in_line label:first-of-type {
        font-weight: bold;
        margin-right: 10px;
    }

.list_data {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

    .list_data label:first-of-type {
        font-weight: bold;
        font-size: larger;
    }

.table_list_data p {
    margin: 5px 0px;
}

.table_list_data .hkstp_arr:after {
    background-position: unset;
    margin-top: 10px;
    cursor: pointer;
}

.list_content_date {
    display: flex;
    align-items: center;
}

    .list_content_date p:first-of-type {
        font-weight: bold;
        margin-right: 10px;
    }

    .list_content_date p {
        margin: unset;
    }

#Area_BusinessData .hkstp_table table {
    border-spacing: 0px 30px;
}

.sendEnquiry .hkstp_row .hkstp_col {
    width: 70%;
}

.sendEnquiry .hkstp_arr {
    font-weight: bold;
}

.condition_checkbox {
    display: flex;
    align-items: flex-end;
}

    .condition_checkbox span:first-child {
        margin-right: 20px !important;
    }

    .condition_checkbox span:not(.label) {
        display: flex;
    }

.hkstp_key_mgt_item {
    margin: 20px 0px;
}

.hkstp_key_mgt_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

#products .hkstp_key_mgt_item {
    flex-direction: column;
    padding: 40px;
}

.hkstp_key_mgt_item:not(:first-child) {
    margin-top: 20px;
}

.hkstp_key_mgt_item .hkstp_key_mgt_field {
    flex: 1;
    margin: 0px 20px 0px 0px;
    border: 1px solid #CCC;
    border-radius: 10px
}

#bo_hkstp_form .hkstp_key_mgt_item .hkstp_key_mgt_field {
    border: unset;
    border-radius: unset;
}

.hkstp_key_mgt_field textarea {
    margin-top: 20px;
}

.hkstp_key_mgt_item .hkstp_key_mgt_field input {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 15px;
}

.hkstp_key_mgt_item .hkstp_key_mgt_add a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #CCC;
    border-radius: 50%;
    background: #FFF;
    color: #000;
}

    .hkstp_key_mgt_item .hkstp_key_mgt_add a:after,
    .hkstp_key_mgt_item .hkstp_key_mgt_add a:before {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 8px);
        background: #000;
    }

    .hkstp_key_mgt_item .hkstp_key_mgt_add a:after {
        transform: rotate(90deg);
    }

    .hkstp_key_mgt_item .hkstp_key_mgt_add a:hover {
        background: #333;
        color: #FFF;
        border-color: #333;
    }

        .hkstp_key_mgt_item .hkstp_key_mgt_add a:hover:before,
        .hkstp_key_mgt_item .hkstp_key_mgt_add a:hover:after {
            background: #FFF;
        }

.hkstp_key_mgt_item.cloned .hkstp_key_mgt_add a:after {
    display: none;
}

.checkbox_eye input[type=checkbox] {
    display: none;
}

    .checkbox_eye input[type=checkbox]:not(:checked) ~ .img_check {
        display: none;
    }

    .checkbox_eye input[type=checkbox]:checked ~ .img_uncheck {
        display: none;
    }

.checkbox_eye {
    min-width: 30px;
}

    .checkbox_eye img {
        cursor: pointer;
    }

.warning_text img {
    width: 30px;
    vertical-align: middle;
}

.downloadFlie a {
    text-decoration: underline;
    color: blue;
    display: block;
    margin-bottom: 20px;
}

.table_list_data > .business_type:not(:first-child) {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #1a1818;
}

.business_type {
    display: inline-block;
}

.solutionDiv {
    padding-left: 40px;
    background: beige;
}

.pl-7\.5 {
    padding-left: 1.875rem;
}

.hkstp_form .hkstp_input.hidden {
    display: none;
}

.hkstp_input_file_btn img {
    object-fit: contain !important;
}

.bg-\#f7f7f7 {
    background: #f7f7f7;
}

.px-20x {
    padding-left: 20px;
    padding-right: 20px;
}

.py-10x {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb-10x {
    margin-bottom: 10px;
}

.mb-20x {
    margin-bottom: 20px;
}

.common-accordion {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    padding: 18px 0;
}

    .common-accordion + .common-accordion {
        border-top: none;
    }

.accordion {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

    .accordion > span:before, .accordion > span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #0e0e0e;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        transform-origin: center center;
        transition: all 0.3s ease;
    }

    .accordion:not(.active) > span:before {
        transform: rotate(-90deg);
    }

.accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion > span {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

.accordion_panel .hkstp_company_info {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 30px;
}
/* =================================================================================*/
/* calendar */
/* =================================================================================*/
.linkesg_calendar {
    width: 100%;
    position: relative;
}

    .linkesg_calendar .linkesg_calendar_display {
        background-image: url(/img/calendar.svg);
        background-position: center right 10px;
        background-repeat: no-repeat;
        background-size: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 40px;
        cursor: pointer;
        border: none;
    }

.link_form_input .linkesg_calendar .linkesg_calendar_display {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #FFF;
    color: #000;
}

.linkesg_calendar .linkesg_calendar_drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    z-index: 1;
    width: calc(100vw - 40px);
    max-width: 900px;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: rgba(100,100,111,0.25) 0px 7px 29px 0px;
}

.linkesg_calendar.open .linkesg_calendar_drop {
    display: block;
}

.linkesg_calendar .linkesg_calendar_blocks {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.linkesg_calendar .linkesg_calendar_block {
    padding: 0px 20px 20px 20px;
    width: 50%;
}

    .linkesg_calendar .linkesg_calendar_block:last-of-type {
        border-left: 1px solid #EEE;
    }

    .linkesg_calendar .linkesg_calendar_block table {
        width: 100%;
        margin: 0px;
        border-spacing: 0px;
    }

    .linkesg_calendar .linkesg_calendar_block td,
    .linkesg_calendar .linkesg_calendar_block th {
        width: 14%;
        border: none;
        background: none;
        color: #000;
        text-align: center;
        padding: 0px 0px 5px 0px;
    }

    .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn {
        position: relative;
        display: block;
        width: 100%;
        max-width: 40px;
        margin: 0px auto;
        background: #FFF;
        color: #000;
        transition: none;
        border-radius: 50%;
    }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn span {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn.range {
            background: #e8ffc9;
            color: #000;
        }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn.active {
            background: #3DAE2B;
            color: #FFF;
        }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn.disabled {
            pointer-events: none;
            opacity: 0.3;
        }

        .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn.hasevent:after {
            content: "";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            bottom: 5px;
            left: calc(50% - 3px);
            background: #3DAE2B;
            border-radius: 50%;
        }

    .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_date {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3DAE2B;
        font-size: 18px;
        font-weight: bold;
    }

.linkesg_calendar .linkesg_calendar_nav {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #CCC;
    background-image: url(/img/arrow_black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    transform: rotate(180deg);
}

    .linkesg_calendar .linkesg_calendar_nav.next {
        left: auto;
        right: 30px;
        transform: rotate(0deg);
    }

.linkesg_calendar .linkesg_calendar_showall {
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-top: 1px solid #EEE;
    font-size: 14px;
    color: #3DAE2B;
}

@media (hover: hover) {
    .linkesg_calendar .linkesg_calendar_nav:hover {
        background-image: url(/img/arrow.svg);
        background-color: #3DAE2B;
        border-color: #3DAE2B;
    }

    .linkesg_calendar .linkesg_calendar_block .linkesg_calendar_btn:hover {
        background-color: #3DAE2B;
        color: #FFF;
    }

    .linkesg_calendar .linkesg_calendar_showall:hover {
        color: #000;
        text-decoration: underline;
    }
}

@media screen and (max-width: 1023px) {
    .linkesg_calendar .linkesg_calendar_drop {
        max-width: 450px;
    }

    .linkesg_calendar .linkesg_calendar_block {
        width: 100%;
    }

        .linkesg_calendar .linkesg_calendar_block:last-of-type {
            display: none;
        }
}

.time_select_table {
    width: 100%;
}

    .time_select_table tr:hover {
        background-color: #3DAE2B;
        color: #FFF;
        cursor: pointer;
    }

    .time_select_table td {
        padding: 10px 5px 0px 5px
    }

.time_select {
    position: absolute;
    width: 100%;
    z-index: 10;
    max-height: 200px;
    overflow: auto;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: rgba(100,100,111,0.25) 0px 7px 29px 0px;
}

    .time_select::-webkit-scrollbar {
        border-width: 1px;
    }

.hkstp_company_img {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    align-items: center;
}

.bo_detail_column {
    display: flex;
    flex-direction: column;
}

    .bo_detail_column span {
        margin-bottom: 20px;
    }

.no_data_lsit {
    text-align: center;
}

.forbid_btn {
    pointer-events: none;
    opacity: 0.5;
}

.hkstp_company_info_fact {
    flex-wrap: unset !important;
    flex-direction: column;
}

.hkstp_table--company td:nth-of-type(1) {
    width: 10%;
}

.hkstp_table--company td:nth-of-type(2) {
    width: 50%;
}

.hkstp_table--company td:nth-of-type(3) {
    width: 35%;
}

.hkstp_btn {
    white-space: nowrap;
}

.hkstp_checkbox {
    margin: 0px 0px 10px 0px !important;
}

.checkbox_group {
    display: flex;
    flex-wrap: wrap;
}

.checkbox_element {
    width: 30%;
    display: flex;
    align-items: flex-start;
}

    .checkbox_element span {
        display: block;
        padding-left: 10px;
        flex: 1;
        cursor: pointer;
    }

.bootstrap-tagsinput {
    opacity: 0.6;
    width: 100%;
    background-color: #ccc;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 7px 20px 5px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    border-radius: 10px;
    min-height: 48px;
}

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
    }

.label-info {
    background-color: #f8fafb;
}

.tag.label.label-info {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #2196F3;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin: 5px 0px 0px 0px !important;
    border: solid 1px #b5ad9e;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput input {
    width: unset !important;
    display: unset !important;
    border: unset !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 6px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: inherit !important;
    min-height: 30px !important;
}

.hashtag .label-info {
    background-color: #f8fafb;
}

.contact_us a {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 80%;
    /*left: 93%;*/
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url(/img/feedback.png);
}

.div_contact_us {
    display: flex;
    position: fixed;
    right: 1px;
    width: 20%;
    height: 100%;
    top: 0;
    flex-direction: column;
    background: white;
    border: solid 1px #87817f;
    z-index: 1000;
    box-shadow: -1px 1px 9px 0px #878080;
}

    .div_contact_us .hkstp_btn {
        display: inline-block;
        background: #223670;
        color: #FFF;
        border: 1px solid #223670;
        padding: 12px 30px;
        border-radius: 0px;
        cursor: pointer;
        margin-bottom: 20px;
        text-align: center;
    }

.contact_us_close > span {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    cursor: pointer;
}

    .contact_us_close > span:before, .contact_us_close > span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #0e0e0e;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        transform-origin: center center;
        transition: all 0.3s ease;
    }

    .contact_us_close > span:before {
        transform: rotate(-45deg);
    }

    .contact_us_close > span:after {
        transform: rotate(45deg);
    }

.contact_us_close {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.feedback_title {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 30px;
    color: black;
}

.feedback_sub_title {
    margin-bottom: 30px;
}

.bottom_btn {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

    .bottom_btn button {
        width: 150px;
        height: 40px;
        cursor: pointer;
    }

.feedback_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px;
    justify-content: space-between;
}

.feedback_foot_content {
    /*    position: absolute;
    bottom: 10%;*/
}

.feedback_head_content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
}

.hkstp_company_info_contact .web:hover {
    color: #138fff;
}

.hkstp_main .hkstp_small_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search_area .SolutionHashtag + .search_button {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    justify-content: space-evenly;
}

.hashtag_label {
    overflow: hidden;
    word-wrap: break-word;
    background-color: #f8fafb;
    color: #2196F3 !important;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 10px;
    font-weight: normal !important;
    width: fit-content;
    border: solid 1px #b5ad9e;
    margin: 5px;
}

.display.solutionselect.placeholder {
    color: #abaeb0;
    opacity: 0.9;
    font-size: 16px;
}

.hkstp_pop_content .solution_form.hkstp_enquiry .hkstp_form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    border: solid 1px #b5ad9e;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.hashtag_corner {
    display: flex;
    flex-wrap: wrap;
    margin: unset !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: fit-content;
}

.solutionIndex {
    font-weight: bold;
}

.boExclamation {
    display: flex;
    gap: 20px;
}

    .boExclamation img {
        margin: 0px 0px 10px 0px;
    }

.soultionTotalCount {
    color: #625b5b;
    padding: 30px 2px;
    display: flex;
    justify-content: left;
}

.auto_fill_companyLogo {
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    /*aspect-ratio:1/1;*/
}

.status_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.show_bo_status span {
    padding: 8px;
}

.show_bo_status {
    display: flex;
    border-radius: 10px;
    color: white;
}

    .show_bo_status.Saved {
        background-color: orange;
    }

    .show_bo_status.Submitted {
        background-color: #4D96FF;
    }

    .show_bo_status.Approved {
        background-color: #6BCB77;
    }

    .show_bo_status.Overdue {
        background-color: #365786;
    }

    .show_bo_status.Rejected, .show_bo_status.Closed, .show_bo_status.EarlyEnd {
        background-color: #FF6B6B;
    }

.bo_title, .bo_detail_column, .bo_detail, .bo_Remarks, .ttr_titletheme, .hkstp_remark, .hkstp_description, .word_break {
    word-break: break-word
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 280px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.Coment {
    width: 80%;
    height: 90%;
    border-radius: 20px;
}

.textareaLength {
    font-size: 15px;
    float: right;
    position: inherit;
    right: 20px;
    top: -24px;
}

.radio_area label {
    margin-right: 20px;
}

body > ul {
    min-width: 200px;
}

#manager_hashtag_content .tag.label.label-info, .show_hashtag .InternalHashtag.hashtag_label {
    color: #f38b09 !important;
}

.checkbox_column_3 {
    display: flex !important;
    flex-wrap: wrap;
}

    .checkbox_column_3 .hkstp_checkbox {
        width: calc(100% / 3) !important;
    }

.solution_visible_area {
    display: none !important;
}

.hkstp_input_clear {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 10px;
}

    .hkstp_input_clear:before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        transform-origin: 50% 50%;
        background: #223670;
    }

    .hkstp_input_clear:after {
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        transform-origin: 50% 50%;
        background: #223670;
    }

.temp-user {
    color: blue !important;
}

.hkstp_headline .hkstp_canvas {
    top: 70px !important;
}

.business_detail .hkstp_company_btn p.word_break {
    text-align: left;
}

.hkstp_key_mgt_add .solution_remove {
    display: none !important;
}

.richtext.word_break p {
    margin: unset;
    text-align: left;
}

.richtext {
    text-align: left;
}

.ql-editor {
    min-height: 200px;
}

    .ql-editor li {
        font-size: 18px;
    }

.bo_detail_show, .bo_Remarks_show, .hkstp_description_show, .hkstp_remark_show {
    word-break: break-word
}

    .richtext li, .bo_detail_show li, .bo_Remarks_show li, .hkstp_description_show li, .hkstp_remark_show li {
        font-size: inherit;
    }

    .richtext a, .ql-editor a, .bo_detail_show a, .bo_Remarks_show a, .hkstp_description_show a, .hkstp_remark_show a {
        color: #0970e1;
        text-decoration: underline;
    }

    .richtext ul, .bo_detail_show ul, .bo_Remarks_show ul, .hkstp_description_show ul, .hkstp_remark_show ul {
        padding: revert;
        margin: unset;
    }

        .richtext ul li, .bo_detail_show ul li, .bo_Remarks_show ul li, .hkstp_description_show ul li, .hkstp_remark_show ul li {
            display: revert;
            list-style: revert;
            position: revert;
            padding: revert;
            margin: revert;
        }

            .richtext ul li::before, .bo_detail_show ul li::before, .bo_Remarks_show ul li::before, .hkstp_description_show ul li::before, .hkstp_remark_show ul li::before {
                content: unset;
            }

    .richtext ol li[data-list="bullet"], .bo_detail_show ol li[data-list="bullet"], .bo_Remarks_show ol li[data-list="bullet"], .hkstp_description_show ol li[data-list="bullet"], .hkstp_remark_show ol li[data-list="bullet"] {
        list-style-type: initial;
    }


.llm-data {
    border: solid 5px rgb(255, 107, 3);
    border-radius: 20px;
    padding: 40px;
    margin: auto 0px;
    margin-left: -40px;
    padding-top: 0px;
    width: calc(100% + 40px);
}

.llm-section {
    margin-left: -40px !important;
    width: 1000% !important;
    padding-left: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.llm-data .boExclamation {
    padding-top: 20px !important;
}

.llm_bo_detail .llm_background .llm_title {
    padding-top: 20px !important;
    display: block !important;
    margin-bottom: -10px;
}

.llm-data .llm_bo_detail .llm_background {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width:1023px) {
    .llm-section, .llm-data {
        margin-left: -20px !important;
    }
}

@media screen and (min-width:1280px) {
    .llm-section {
        margin-left: -80px !important;
        margin-right: -40px !important;
    }
}

@media screen and (max-width: 767px) {
    .hkstp_profile_action .hkstp_btn {
        margin: 0px 0px 15px 5px;
    }
}

.llm-data > div.hkstp_input:nth-of-type(2) {
    margin-bottom: 0px;
}

.llm_bo_detail .llm_background ul {
    margin-bottom: 0px;
}

.llm-data > div.hkstp_input:last-of-type .boExclamation {
    padding-top: 0px !important;
}

#RecommendList table tr td:nth-of-type(5) {
    min-width: 200px;
    word-break: break-all !important;
}

.llm-section + .progress-container {
    width: 97% !important;
}
