.archive-detail .archive-category.blog,
.news_category--blog {
    color: #ffae00;
}
.archive-detail .archive-category.promotion,
.news_category--promotion {
    color: #008c74;
}
.archive-detail .archive-category.news,
.news_category--news {
    color: #ed1c06;
}
.howtosend-process ul+ul {
    margin-top: 2em;
}
table.with-doubleline span {
    display: block;
}
.checkbox {
    cursor: pointer;
}
.technically-hidden {
    display:inline !important;
    width: 0px !important;
    height: 0px !important;
    transform: scale(0) !important;
    padding: 0px !important;
    margin: 0px !important;
    position: fixed !important;
    z-index: -10000;
    top: -1000%;
    left: -1000%;
}
.screen-reader-response {
    color: red;
}
.screen-reader-response ul {
    display: none;
}
.wpcf7-not-valid-tip {
    margin-top: 4px;
    color: red;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    padding: 0;
    color: red;
}

.faq-content ul li,
.index-faq .entry-content ul li {
    padding-bottom: 4px;
}

.faq-content ul,
.faq-content ol,
.index-faq .entry-content ul,
.index-faq .entry-content ol {
    margin-top: 8px;
    margin-bottom: 6px;
    padding-left: 22px;
}

.faq-content ul li,
.index-faq .entry-content ul li {
    list-style-type: disc;
}
.faq-content ol li,
.index-faq .entry-content ol li{
    list-style-type: decimal;
}
.select2-container {
    z-index: 1000000;
}
.scgc2-address {
    background-color: #f6f6f6;
    border-radius: 25px;
    height: 50px;
}
.scgc2-address + .select2.select2-container {
    width: 100% !important;
    background-color: #f6f6f6;
    border-radius: 25px;
    height: 50px;
}
.scgc2-address + .select2.select2-container .select2-selection {
    height: 50px;
    background-color: #f6f6f6;
    line-height: 50px;
    border-radius: 25px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.register-block .scgc2-address + .select2.select2-container .select2-selection {
    padding: 0 20px;
}
.scgc2-address + .select2.select2-container .select2-selection__placeholder {
    color: #acacac;
}
.scgc2-address + .select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.scgc2-address + .select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    right: 5px;
}
.validation-error-form,
.validation-error-item {
    color: red;
    padding-top: 7px;
    display: block;
    width: 100%;
}
.package-code .code{
    margin-bottom: 7px;
}
.package-info {
    display: block !important;
    margin-bottom: 22px;
}
.recipient-info li {
    width: 75%;
    margin-bottom: 3px;
}
.recipient-info li .heading {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.recipient-info li .text {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
span.sep {
    padding: 0 4px;
}
.track-followbox .package-code .code .ic {
    font-size: 18px;
}
.track-followbox.active .package-code .code .ic {
    font-size: 24px;
}
.track-followbox {
    position: relative;
}
.track-follow #share {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.member-fav {
    position: absolute;
    right: 20px;
    top: 20px;
}
.member-fav__follow .member-fav--action__follow {
    display: none;
}
.member-fav__unfollow .member-fav--action__unfollow {
    display: none;
}
.track-followbox.red .member-fav--action {
    filter: opacity(0.5) drop-shadow(0 0 0 #ed1c06)
}
.track-followbox.green .member-fav--action {
    filter: opacity(0.5) drop-shadow(0 0 0 #03a38d)
}
.track-followbox.active .member-fav--action,
.track-followbox:hover .member-fav--action {
    filter: none;
}
.cal-package-type .type-button:not(:last-child) {
    margin-right: 9px;
}
.cal-package-type .type-button {
    width: 165px;
}
@media (max-width: 767px) {
    .cal-package-type .type-button {
        width: calc(33% - 5px);
        min-width: 100px;
    }
    .cal-package-type .type-button:not(:last-child) {
        margin-right: 5px;
    }
    .cal-package-type .type-button:last-child {
        margin-right: 0px;
    }
}
.select2-container {
    z-index: 100000;
}
.register-block .select2-container,
.calculate-tab .select2-container,
.cal-address .select2-container {
    z-index: 90000;
}
.register-block .select2-container:not(.select2) {
    z-index: 90001;
}
.cal-address .select2-selection__placeholder {
    color: rgb(172,172,172) !important;
}
.calc-summary-notice,
.calc-summary-result {
    width: 100%;
}
.calc-form-notice {
    padding: 10px 15px 0;
    display: block;
    color: rgb(111,111,111);
}
.otp-reload button {
    text-align: right;
}
.share_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.share_drop {
    display: none;
    opacity: 0;
    margin-top: 48px;
    background-color: white;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    padding: 13px 22px;
    box-shadow: 0 0 4px #c6c6c6;
    border-radius: 10px;
    transition-duration: 0.3s;
}
.green .share_drop {
    color: #03a38d;
}
.red .share_drop {
    color: #ed1c06;
}
#share:hover .share_drop {
    display: block;
    opacity: 1;
    transition-duration: 0.3s;
}
.tier__name {
    text-transform: capitalize;
}
.db-edit-address-show:not(:first-of-type) {
    margin-top: 10px;
}
.page--nohero {
    padding-top: 72px;
}

table .insurance_container i.ic {
    font-size: 22px;
    margin: 0 12px 12px 0;
}

.follow-barcode-block svg {
    border: 0;
    outline: 0;
    max-width: 100%;
    height: auto;
}

.sv-locate-card .link a:not(:first-of-type){
    margin-left: 12px;
}

.parcel-card {
    width: 20%;
    box-sizing: border-box;
    padding: 17px 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.parcel-card label {
    font-weight: bold;
}
.parcel-card .parcel-card-action {
    text-align: right;
}
.parcel-card .parcel-card-action a,
.parcel-card .parcel-card-action button {
    display: inline-block;
}
.parcel-card .parcel-card-row {
    width: 100%;
    white-space: nowrap;
}
.parcel-card .parcel-card-col{
    min-height: 1px;
    display: inline-block;
}
.parcel-card .parcel-card-1col .parcel-card-col {
    width: 100%;
} 
.parcel-card .parcel-card-2col .parcel-card-col {
    width: 50%;
} 
.parcel-card .parcel-card-3col .parcel-card-col {
    width: 33.333333333%;
} 
.parcel-card .parcel-card-3col .parcel-card-col-span-2 {
    width: 66.666666666%;
} 
#upload_xlsx_log {
    margin-top: 20px;
    white-space: pre-line;
    max-height: 260px;
    overflow-y: scroll;
    display: block;
}
#upload_xlsx_log .warning .message {
    font-style: italic;
    color: #aaa;
}
#upload_xlsx_log .invalid .message {
    color: red;
}
#upload_xlsx_log .msghead .message {
    font-weight: bold;
}

.waybill-range input.date-range {
    height: 50px;
    line-height: 50px;
}
.waybill-range .wb-rangebox .select:after {
    font-family: 'icomoon' !important;
    content: "\e907";
    position: absolute;
    right: 1px;
    line-height: 50px;
    font-size: 1.4em;
    color: #898989;
}
.waybill-box {
    display:none;
}
.waybill-box.visible {
    display:block;
}
.waybill-result {
    min-height: 300px;
}
.track-followhead .filter-type {
    width: 100%;
    margin-bottom: 12px;
}
.track-followhead .filter-type a {
    width: calc(50% - 3px);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #636363;
    font-weight: 700;
}
.track-followhead .filter-type a .ic { margin-right: 4px; }
.track-followhead .filter-type a:hover,
.track-followhead .filter-type a.active { color: #fff; } 
.track-followhead .filter-type a.red { background-color: #fbf3f3; }
.track-followhead .filter-type a.red:hover,
.track-followhead .filter-type a.red.active { background-color: #ed1c06; }
.track-followhead .filter-type a.green { background-color: #f2fafd; }
.track-followhead .filter-type a.green:hover,
.track-followhead .filter-type a.green.active { background-color: #03a38d; }

.track-followhead .filter-status {
    width: 100%;
    margin-bottom: 5px;
}
.track-followhead .filter-status a { 
    height: 28px;
    display: inline-block;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 8px;
    color: #b1b1b1;
    font-weight: normal;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fbf3f3;
    white-space: nowrap;
    margin-bottom: 7px;
    font-size: 14px;
}
.track-followhead .filter-status a:hover, 
.track-followhead .filter-status a.active { 
    font-weight: normal;
    color: #ed1c06;
    border-bottom: 1px solid #ed1c06;
}
.track-followhead .waybill-range {
    width: 100%;
}
.track-followhead .wb-rangebox.field.half-2 {
    width: 50%;
    margin: 0 0 12px;
}
.track-follow {
    min-height: 250px;
}
@media (max-width: 767px) {
    .track-followhead .filter-status {
        width: 100%;
        height: 40px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .track-followhead .wb-rangebox.field.half-2 {
        width: 100%;
        margin: 0 0 12px;
    }
}
.input_notice {
    font-size: 12px;
    font-weight: normal !important;
    padding: 10px;
}
.input_notice.input_notice__danger {
    color: #ed1c06;
}
.input_notice.input_notice__danger::before {
    color: #ed1c06;
    content: '*';
}
.completed_pagination {
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
}
p.completed_pagination span {
    padding: 0 5px;    
}
p.completed_pagination span:hover {
    text-decoration: underline;    
}
p.completed_pagination span.active {
    color: #ed1c06;
    font-weight: 700;
    cursor: default;
}
.completed_pagination__select .completed_select-container {
    width: 80px;
    display: inline-block;
}
.completed_pagination__select label {
    display: inline-block;
}
.completed_pagination__select .select2-results__option {
    text-align: center;
}
.parcel-print-card.printed {
    position: relative;
    overflow: hidden;
}
.parcel-print-card.printed:before {
    content: 'printed';
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(30deg) translateX(20%);
    padding: 6px 80px 4px;
    text-transform: uppercase;
    border: 1px solid red;
    color: red;
}
.parcel-recipient-list .pcrec-btn.delete-all {
    width: auto;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 5px;
    padding: 0px 12px;
    border: solid 1px #ed1c06;
    color: #ed1c06;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.parcel-recipient-list .pc-recipient-list-summary form {
    width: auto;
    display: inline-block;
}
.upload-excel-form {
    height: 100px;
}
.privacy-content.one-trust-content {
    line-height: 25px;
}
.privacy-content.one-trust-content .otnotice-content {
    padding: 0;
}
.privacy-content.one-trust-content li > ul {
    padding-top: 12px !important;
}
.privacy-content.one-trust-content li {
    list-style-type: none !important;
}
.privacy-content.one-trust-content .otnotice-section-header {
    color: #ed1c06;
}
#onetrust-pc-sdk *,
#onetrust-consent-sdk * {
    font-size: 14px !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button {
    background-color: #ed1c06 !important;
    border-color: #ed1c06 !important;
}
#onetrust-consent-sdk  #onetrust-pc-sdk section.ot-sdk-row.ot-cat-grp button {
    background-color: transparent !important;
}
#ot-sdk-btn.ot-sdk-show-settings {
    color: #ed1c06 !important;
    border-color: #ed1c06 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #ed1c06 !important;
    color: white !important;
}

#onetrust-pc-sdk button#close-pc-btn-handler {
    background-color: rgba(0,0,0,0) !important;
}
#onetrust-banner-sdk {
    box-shadow: 0 0 4px #ccc;
}
.cal-button-holder {
    text-align: center;
    margin-bottom: 15px;
}
#calc-calculate-btn {
    margin: 0 auto 12px;
    width: 250px;
    display: inline-block;
    background-color: #ed1c06;
    border-radius: 29px;
    height: 40px;
    color: white;
    font-weight: bold;
}
@media (max-width: 767px) {
    #calc-calculate-btn {
        width: 100%;
    }
}
.privacy-content .form {
    display: block;
}
.privacy-content .form .field {
    width: 200px;
    display: inline-block;
}
.privacy-content .form .field .input {
    width: 200px;
    white-space: nowrap;
}
.privacy-content .form .field .input label {
    padding-left: 20px;
}
.privacy-content .form button {
    width: auto;
    display: inline-block;
    height: 50px;
    color: #fff;
    background-color: #ed1c06;
    margin: 10px;
    border-radius: 12px;
    font-weight: bold;
    padding: 10px 33px;
}
.notification-page-contents .db-board-bar .db-board-content {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px 10px;
}
.notification-page-contents .db-board-bar.content-shown .db-board-content {
    display: block;
}
.notification-page-contents .db-board-bar .more-content-close-btn {
    display: none;
}
.notification-page-contents .db-board-bar .more-content-btn {
    display: inline;
}
.notification-page-contents .db-board-bar.content-shown .more-content-close-btn {
    display: inline;
}
.notification-page-contents .db-board-bar.content-shown .more-content-btn {
    display: none;
}
#consent_status_form .radio {
    height: 32px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#consent_status_form .radio:not(:last-child) {
    margin-right: 30px;
}
#consent_status_form .radio span {
    margin: 0 0 0 40px;
    line-height: 32px;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; 
}
#consent_status_form .radio input[type=radio] {
    width: 0 !important;
    height: 0 !important;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
}
#consent_status_form label.radio::before {
    content: '';
    margin: 0 12px 0 0;
    width: 32px;
    height: 32px;
    background-color: white;
    box-shadow: 1px 1px 3px #666;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#consent_status_form .radio input[type=radio] + .checked {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: white;
    z-index: 2;
    opacity: 0;
    transition-duration: 0.4s;
}

#consent_status_form .radio input[type=radio]:checked + .checked {
    background-color: #ed1c06;
    opacity: 1;
}

#consent_status_form .form-btn {
    margin: 20px 0 30px 0;
}
#consent_status_form .last_updated {
    margin: 20px 0 0 0;
    color: #999;
    font-size: 12px;
}

.hero-detail.rwmb_banner_white .hero-head,
.hero-detail.rwmb_banner_white .hero-subhead {
    color: #fff;
    text-shadow: 0 0 3px #000;
}
.hero-detail.rwmb_banner_black .hero-head,
.hero-detail.rwmb_banner_black .hero-subhead {
    color: #000;
    text-shadow: 0 0 3px #fff;
}

.single-service.single-service--cool table th {
    background-color: #0071bb;
}

#add-recipient-confirm .link-plus {
    width: auto;
    display: inline-block;
}
.archive-single--news .promotion-apply-btn {
    width: auto;
    display: inline-block;
    margin-top: 40px;
}
#confirm-finish .link-plus.link_redeem_history {
    display: inline-block;
    width: auto;
    margin-top: 24px;
}
#add-recipient .add-recipient-del {
    border: solid 1px #009b87;
    color: #009b87;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 2px 12px;
    margin-left: 10px;
}
.unclickable {
    cursor: default;
}
#history_search_form .parcel-print-size {
    padding: 40px 50px 0;
}
#history_search_form .parcel-print-size label.label {
    color: #636363;
}
.scgx_faq_manual {
    line-height: 42px;
}
.scgx_faq_manual i {
    font-size: 42px;
}
.scgx_faq_manual span {
    font-size: 18px;
    padding: 0 0 0 12px;
}
.weight-notice {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 10px 0;
    color: #ed1c06;
}
.shadow_anchor_parent {
    position: relative;
}
.shadow_anchor {
    position: absolute;
    top: -140px;
    height: 0;
    pointer-events: none;
}


















.pmns-wpeditor ol,
.pmns-wpeditor ul {
    padding-left: 20px;
}
.pmns-wpeditor ul li {
    list-style-type: disc;
}
.pmns-wpeditor ol li {
    list-style-type: decimal;
}
.pmns-wpeditor p {
	font-size: 15px;
	line-height: 25px;
/*     line-height: 20px; 
    margin-block-start: 1em;
    margin-block-end: 1em; */
}
.pmns-wpeditor h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
.pmns-wpeditor h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: bold;
}
.pmns-wpeditor h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.pmns-wpeditor h4 {
    font-size: 1em;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
.pmns-wpeditor h5 {
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
.field.for-edit.mark.need-confirmation {
    padding-bottom: 22px;
}
.field .db-edit-address-show .head:not(:first-of-type) {
    margin-top: 16px;
}
.db-popup.popupbox.office .field.for-consent {
    margin-top: 23px;
}

#add-recipient .scgc2-address + .select2.select2-container .select2-selection {
    padding: 0 20px;
    background-color: #fff;
}
#add-recipient .fields .half-1-3 {
    width: calc(33.3333% - 6px);
    display: inline-block;
}
#add-recipient .fields .half-1-3:not(:last-of-type) {
    margin-right: 5px;
}
.parcel-recipient-list table .parcel_type {
    text-transform: capitalize;
}

/* Htrack Size */
.htrack-form {
    width: 350px;
}
@media (max-width: 767px) {
    .htrack-form {
        width: 350px !important;
        max-width: calc(100vw - 25px) !important;
    }
    .hero-hotdeal {
        bottom: 100px;
    }
}

.cal-box-dropdown-2 .wrap.wrap-whithin-select2 {
    width: calc(100% - 70px);
}

/* Responsive fixed */
.std-price-table table tr td:not(:first-child) {
    white-space: nowrap;
}
.track-followbox .package-code .code {
    width: calc(100% - 40px);
}
.track-followbox .package-code .code .ic {
    padding-right: 5px;
}
.bag-bar.calc-choices .wrap {
    width: calc(100% - 115px);
}
.recipient-info {
    /* width: calc(100% - 50px); */
    width: 100%;
}
.recipient-info li {
    width: calc(100% - 50px);
}
.recipient-info li .heading {
    width: 60px;
}
.recipient-info li .text {
    width: calc(100% - 65px);
}
.recipient-info li.sender-info {
    position: relative;
    width: 100%;
}
.recipient-info li.sender-info .text {
    width: calc(100% - 215px);
}
.recipient-info li.sender-info .service-type {
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: 700;
}
.recipient-info li.sender-info .service-type span {
    font-weight: normal;
}
.client-card .client-social .telcta {
    display: none;
}
.client-card .client-social .telshow {
    display: inline-block;
}
.client-card .client-social .client_phone_number {
    display: none;
}
.client_phone_number h4 {
    font-size: 32px;
    margin-bottom: 22px;
}
.client_phone_number .ic {
    margin-right: 7px;
}
.client_phone_number a {
    font-size: 20px;
    display: block;
}
.client_phone_number a:not(:last-of-type) {
    margin-bottom: 12px;
}
@media (max-width: 1024px) {
    .client-card .client-social a:not(:last-child) {
        margin-right: 20px;
    }
    .client-card .client-social .telcta {
        display: inline-block;
    }
    .client-card .client-social .telshow {
        display: none;
    }
    .index-svimage .object-fit:before {
        padding-top: 100%;
    }
}
@media (max-width: 767px) {
    .sv-prohibit-wrap:not(:last-of-type) {
        margin-bottom: 45px;
    }
    .sv-prohibit-wrap .head {
        font-size: 18px;
        line-height: 50px;
        white-space: nowrap;
    }
    .client-card .client-social a:not(:last-child) {
        margin-right: 10px;
    }
    .attached-idcard-section {
        display: none;
    }
}
@media (max-width: 460px) {
    .track-followbox .package-code .code .sep{
        display: block;
        height: 0;
        font-size: 0;
        color: rgba(0,0,0,0);
    }
    .bag-bar.calc-choices {
        padding: 7px 15px;
    }
    .bag-bar.calc-choices .bag-icon {
        width: 45px;
        margin: 0 10px;
    }
    .bag-bar.calc-choices .wrap {
        width: calc(100% - 85px);
    }
    .cal-box-dropdown .size-icon {
        width: 45px;
        margin-right: 10px;
    }
    .cal-box-dropdown .wrap-whithin-select2 {
        width: calc(100% - 55px);
    }
    .popup-type-otp .otp-reload, #otp .otp-reload {
        width: calc(100% - 105px);
    }
}




#underconstruction {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    color: white;
    z-index: 10000000000;
    font-family: monospace;
    font-size: 70px;
    line-height: 80px;
    padding: 30px 60px;
    white-space: nowrap;
    text-align: center;
}
#underconstruction span {
    font-size: 40px;
    line-height: 50px;
    display: block;
}
#underconstruction a {
    display: block;
    border: 1px solid white;
    border-radius: 100px;
    text-align: center;
    margin-top: 30px;
}
#underconstruction a:hover {
    background-color: white;
    color: #1c1c1c;
}
@media (max-width: 1000px) {
    #underconstruction {
        font-size: 45px;
        line-height: 45px;
        padding: 25px 50px;
    }
    #underconstruction span {
        font-size: 20px;
        line-height: 30px;
    }
    #underconstruction a {
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    #underconstruction {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 20px;
    }
    #underconstruction span {
        font-size: 13px;
        line-height: 16px;
    }
    #underconstruction a {
        margin-top: 7px;
    }
}
.calc-contents .inner {
    position: relative;
}
.cal-links {
    /* text-align: right; */
/* position: absolute; */
/* top: 10px; */
/* left: calc(100% + 20px); */
width: 100%;
display: inline-block;
margin-bottom: 25px;

}
.cal-links a {

/*
    border: 1px solid #ed1c06;
    color: #ed1c06;
    background-color: #fff;
    height: 50px;
	border-radius: 25px;
	line-height: 50px;
	padding-left: 25px;
    font-size: 14px;
    width: 100%;
	display: inline-block;
*/
	border: 1px solid #d60000;
color: #d60000;
background-color: #ffffff;
height: 23px;
border-radius: 6px;
line-height: 22px;
padding: 0px 9px;
font-size: 11px;
width: auto;
display: inline-block;
position: absolute;
top: -7px;
right: 0px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.cal-links a:hover {
	background-color: #ed1c06;
    color: white;
}
@media (max-width: 1124px) {
    .cal-links {
        padding: 0px;
        margin: 0 0 20px 0;
        position: relative;
        top: initial;
        left: initial;
    }
    .cal-links a {
        font-size: 11px;
    }
}



#map_service {
    width: 100%;
    height: 100%;
    display: block;
}
.page-service-location .page-navmenu * {
    transition-duration: 0s !important;
    white-space: nowrap;
}
#sv-locate-find {
    min-height: 600px;
}
#sv-locate-find .locate-search-form .scgc2-address + .select2.select2-container .select2-selection {
    background-color: white;
    color: black;
    padding: 0;
    height: 28px;
    line-height: 28px;
}
#sv-locate-find .locate-search-form .scgc2-address + .select2.select2-container {
    background-color: white;
}
#sv-locate-find .locate-search-form .scgc2-address + .select2 {
    height: 28px;
    padding: 0;
}

@media (max-width: 500px) {
    .service-container .service-content .std-price .std-price-table {
        max-width: 100%;
        overflow-x: scroll;
        position: relative;
    }
    .service-container .service-content .std-price .std-price-table table {
        width: auto;
        border-collapse: separate;
        border-spacing: 0px;
        border: none;
    }
    .service-container .service-content .std-price .std-price-table th,
    .service-container .service-content .std-price .std-price-table td {
        min-width: 80px;
        max-width: 80px;
    }
    .service-container .service-content .std-price .std-price-table .table_first_col {
        position: -webkit-sticky;
        position: sticky; 
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        left: 0px;
    }
    .service-container .service-content .std-price .std-price-table th.table_first_col {
        border-right: 1px solid white !important;
    }
    .service-container .service-content .std-price .std-price-table td.table_first_col {
        border-right: 1px solid rgb(225,225,225) !important;
    }
}

.required .select2-selection__placeholder:after {
    color: #ed1c06;
    content: ' *';
}

.sv-locate-card ._flexc {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
#parcelform .mob_only {
    display: none;
}
@media (max-width: 767px) {
    #parcelform .mob_only {
        display: inline;
    }
}
.scgx-table--no-border,
.scgx-table--no-border th,
.scgx-table--no-border tr,
.scgx-table--no-border td {
    border: none !important;
}
.scgx-table--big-image-col1 tbody tr td:first-of-type img {
    width: 320px;
    height: auto;
}
.scgx-table--txt-left td {
    text-align: left;
}
.scgx-table--txt-name-bold td span.name {
    font-weight: bold;
}
#pickup_services_iframe_parent {
    overflow-x: hidden;
}
#pickup_services_iframe {
    width: 100%;
}
.scrollbarhaswidth #pickup_services_iframe {
    width: calc(100% + 17px);
}
/* #pickup_services_iframe,
#pickup_services_iframe * {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
} */
/* #pickup_services_iframe html {
    width: 100%;
    padding-right: 17px;
}
#pickup_services_iframe::-webkit-scrollbar,
#pickup_services_iframe *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
} */



/* batch 2 addon */
.printmode--single .wb-list-tick {
    display: none;
}
.printmode--single .wb-printall {
    display: none;
}
/* .printmode--multiple .waybill-tools {
    display: none;
} */
.hidden {
    display: none;
    visibility: hidden;
}

#parcel_register_calbox {
    margin-right: 10px;
}

info {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: center;
}
info lb {
    display: block;
    color: white;
    background-color: rgba(0,0,0,0.4);
    font-size: 9px;
    text-align: center;
    line-height: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 2px 2px;
}
info:hover detail {
    display: block;
}
info detail {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap;
    text-transform: none;
    background-color: rgba(0,0,0,0.8);
    padding: 4px 7px;
    color: white;
    font-weight: normal;
    font-size: 9px;
    line-height: 14px;
    z-index: 10000000000;
    width: auto;
}
.wb-list-tick img.checkbox {
    transform: scale(1.5);
}

/* Urgent Change */
div#pop-home-legal {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 120;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 15px 28px 15px;
    background-color: #fff;
    box-shadow: 0 0 5px #555;
    vertical-align: middle;
}
div#pop-home-legal p {
    display: inline-block;
    width: calc(100% - 35px);
}
@media (max-width: 1024px) {
    div#pop-home-legal {
        padding: 35px 28px 10px;
    }
    div#pop-home-legal p {
        width: 100%;
    }
}
div#pop-home-legal a {
    color: #ed1c06;
    text-decoration: underline;
}
div#pop-home-legal a.close-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
}

a.wb-printall .print_icon {
    position: relative;
    top: 7.5px;
    margin-right: 5px;
    height: 25px;
}
#add-recipient input[name=fullname],
#add-recipient input[name=phone_number],
#add-recipient input[name=address],
#add-recipient .add-recipient-form.info .select2-container,
#add-recipient .scgc2-address + .select2.select2-container .select2-selection  {
    background-color: #ffffcc;
}
.weight-notice.nlp {
    display: none;
    width: 100%;
    text-align: center;
}