html {
    background-color: #FFFFFF;
    font-family: sans-serif;
    color: #000000;
}

body {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-size: 160%;
}

form .section {
    padding: 0.3em 0.5em;
    background-color: #FCFCFC;
    border: 0.05em solid #E0E0E0;
    border-radius: 0.5em;
}

form table {
    border-collapse: collapse;
}

form input, form button {
    font-family: inherit;
    font-size: inherit;
}

form #charset label:hover {
    background-color: #F0F0F0;
}

form #charset td {
    padding: 0em;
}

form #charset input[type=checkbox] {
    margin: 0em;
}

form #charset label {
    margin-left: 0.2em;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border-radius: 0.2em;
}

form #charset small {
    font-size: 70%;
    color: #A0A0A0;
}

form #type td {
    padding: 0.2em 0em;
}

form #type input[type=number] {
    text-align: right;
}

form button {
    padding: 0.2em 0.6em;
}

form #password {
    margin-left: 0.3em;
    padding: 0.1em 0.3em;
    background-color: #F8F8F8;
    border-radius: 0.2em;
    font-family: "Consolas", monospace;
    font-size: 140%;
}

p.lowlight {
    color: #A0A0A0;
}

hr {
    border: none;
    border-top: 0.05em solid #B0B0B0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.app-crx-show-flight-price-compare {
    width: 320px;
    overflow: hidden;
    position: fixed;
    border-radius: 8px;
    right: 20px;
    top: 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 8px 16px 0px rgba(69, 88, 115, 0.12);
    color: #8592a6;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: system-ui;
    text-align: left;
}

.app-crx-show-flight-price-compare .header-wrapper {
    height: 54px;
    display: flex;
    align-items: center;
}

.app-crx-show-flight-price-compare .header-wrapper .header-icon {
    width: 44px;
    height: 44px;
}

.app-crx-show-flight-price-compare .header-wrapper .header-icon .img {
    transform: scale(0.5, 0.5);
    max-width: 100%;
    border-radius: 50%;
}

.app-crx-show-flight-price-compare .header-wrapper .header-text {
    color: #3264ff;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    letter-spacing: 0px;
    line-height: 22px;
}

.app-crx-show-flight-price-compare .header-wrapper .header-close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 0px;
    width: 20px;
    transform: scale(1, 0.75);
}

.app-crx-show-flight-price-compare .header-wrapper .header-close span {
    text-align: center;
    color: #ced2d9;
    font-size: 22px;
}

.app-crx-show-flight-price-compare .divider-wrapper {
    height: 16px;
    border-bottom: 1px solid #dadfe6;
    margin-bottom: 16px;
}

.app-crx-show-flight-price-compare .flightdetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-crx-show-flight-price-compare .flightdetail .from-wrapper .date,
.app-crx-show-flight-price-compare .flightdetail .to-wrapper .date {
    margin-bottom: 4px;
}

.app-crx-show-flight-price-compare .flightdetail .from-wrapper .time,
.app-crx-show-flight-price-compare .flightdetail .to-wrapper .time {
    color: #0f294d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

.app-crx-show-flight-price-compare .flightdetail-wrapper .airplane-icon-wrapper img {
    height: 32px;
    width: 32px;
}

.app-crx-show-flight-price-compare .flightdetail-wrapper .tags {
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
}

.app-crx-show-flight-price-compare .flightdetail-wrapper .tags .flight-tag {
    padding: 2px 4px;
    background-color: rgba(40, 125, 250, 0.1);
    color: #3264ff;
    border-radius: 1px;
}

.app-crx-show-flight-price-compare .flightdetail-wrapper .tags .compare-tag {
    padding: 2px 4px;
    background: rgba(40, 125, 250, 0.1);
    color: #3264ff;
    border-radius: 1px;
}

.app-crx-show-flight-price-compare .flightdetail-wrapper .passangerInfo {
    margin-top: 8px;
}

.app-crx-show-flight-price-compare .flightinfo-wrapper .compare-tag {
    height: 16px;
    font-size: 12px;
    border-radius: 1px;
}

.app-crx-show-flight-price-compare .flightinfo-wrapper .compare-tag span {
    background-color: #3264ff;
    color: #fff;
    padding: 0 4px 0 4px;
}

.app-crx-show-flight-price-compare .compare-wrapper {
    margin: 0 16px 16px 16px;
}

.app-crx-show-flight-price-compare .compare-wrapper .book-btn {
    background: #3264ff;
    border-radius: 2px;
    height: 38px;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-competitor,
.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-competitor {
    height: 18px;
    margin-bottom: 16px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-competitor .detail-competitor-price {
    text-decoration: line-through;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip {
    height: 24px;
    margin-bottom: 8px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip img {
    height: 18px;
    width: 73px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip .detail-trip-priceoff {
    background-color: #f5594a;
    color: #fff;
    height: 18px;
    width: 60px;
    text-align: center;
    margin-right: 8px;
    margin-left: auto;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip .detail-trip-priceoff span {
    font-size: 12px;
    height: 18px;
    letter-spacing: 0px;
    line-height: 18px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .detail-wrapper .detail-trip .detail-trip-price {
    text-align: right;
    color: #3264ff;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    letter-spacing: 0px;
    line-height: 24px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper {
    margin-bottom: 16px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .tooltip-arrow {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgba(6, 174, 189, 0.1);
    margin-left: 254px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text {
    border-radius: 2px;
    overflow: hidden;
    background-color: rgba(6, 174, 189, 0.1);
    text-align: start;
    padding-left: 8px;
    padding-right: 8px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .save-text {
    color: #06aebd;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 11px;
    margin-top: 8px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .save-text .strong {
    font-weight: 700;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .notify {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .notify img {
    height: 24px;
    width: 24px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .notify .notify-text {
    color: #455873;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-left: 10px;
}

.app-crx-show-flight-price-compare .pricecompare-wrapper .text-wrapper .text .notify:last-of-type {
    margin-bottom: 11px;
}

.app-crx-show-flight-price-compare .loading-wrapper .loading-loadgif {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-crx-show-flight-price-compare .noflight-wrapper .noflight-text {
    overflow: hidden;
    color: #455873;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    width: 288px;
    margin: 0 16px 16px 16px;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper {
    color: #455873;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .header-wrapper {
    color: #fff;
    background: #3264ff;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .header-wrapper .header-icon .img {
    display: none;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .header-wrapper .header-text {
    color: #fff;
    margin-left: 16px;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .header-wrapper .header-close span {
    color: #fff;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .content-1 {
    margin: 16px 16px 8px 16px;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .content-2 {
    margin: 0 16px 8px 16px;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .content-2 .blue-strong {
    color: #287dfa;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .trip-com-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 0 24px 16px 24px;
}

.app-crx-show-flight-price-compare .welcome-inject-wrapper .trip-com-wrapper .trip-com-logo {
    height: 18px;
    width: 73px;
}