.alert{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #d8134e;
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.alert button{ display:none}
.help-block, .help-block-error{
    color: #d8134e;
    font-weight: 500;
}

#insuinspec[disabled] {
    pointer-events: none;
    opacity: .5;
}

#port-country-error,
.consignee_error {
    color: red;
    font-size: 14px;
    font-weight: 700;
}

input.field-control {
    padding: 0 4px;
}

    .myPopup {
        max-width: 100%;
        width: 633px;
        /* height: 1148px; */
        border-radius: 10px;
        background-color: #ffffff;
        position: relative;
    }

    .popupOuter {
        position: fixed;
        overflow: auto;
        padding: 30px 15px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 999999999;
        background-color: #0000009e;
    }

    .popup-head {
        font-size: 36px;
        letter-spacing: -2px;
        /* line-height: 24px; */
        color: #2091d7;
        font-weight: 500;
        font-family: "Noto Sans JP";
        border-bottom: 1px solid #616161;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .carTitle {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 45px;
        color: #000000;
        font-weight: 700;
        font-family: "Noto Sans JP";
    }

    .hint_small {
        font-size: 16px;
        line-height: 18px;
        color: #989898;
        font-weight: 400;
        font-family: "Noto Sans JP";
        /* text-align: center; */
        line-height: 1.4;
        font-size: 14px;
        color: var(--color-gray400);
    }

    .subTitle {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 24px;
        /* text-decoration: underline; */
        color: #000000;
        font-weight: 500;
        font-family: "Noto Sans JP";
        padding: 18px 3px 6px 0;
        display: inline-block;
        border-bottom: 1px solid #616161;
        margin-bottom: 18px;
    }

    .form_field_set {
        display: flex;
        margin-bottom: 13px;
        align-items: center;
    }

    .form_field_set label {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 24px;
        /* color: #000000; */
        font-weight: 400;
        /* font-family: "Noto Sans JP"; */
        width: 120px;
        font-size: 16px;
        font-weight: 500;
    }

    .field-control {
        width: 100%;
        height: 36px;
        background-color: #f5f5f5;
        border: 1px solid #b3b3b3;
        font-size: 16px;
        font-family: var(--font-noto-sans);
    }

    .form_field {
        flex-grow: 1;
    }

    .popup-dialog {
        padding: 31px 45px;
    }

    .Car_form {
        /* padding-top: 24px; */
        padding-bottom: 6px;
    }

    .myPopup input[type="checkbox"]~span {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Noto Sans JP";
        display: flex;
        gap: 15px;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .myPopup input[type="checkbox"]~span:before {
        content: '';
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        background-color: #f5f5f5;
        border: 1px solid #b3b3b3;
        display: block;
        margin-top: 3px;
    }

    .popupOuter a {
        color: #2091d7;
    }

    .confirm_btn {
        width: 100%;
        height: 45px;
        border-radius: 5px;
        background-color: #2091d7;
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Noto Sans JP";
    }

    .popup-foot {
        padding-top: 11px;
    }

    .myPopup input[type="checkbox"]:checked~span:before {
        background-color: #2091d7;
        border-color: #2091d7;
    }

    .closeMyPopup {
        display: inline-block;
        position: absolute;
        top: 17px;
        right: 18px;
        cursor: pointer;
        height: 23px;
        width: 23px;
    }

    .closeMyPopup:before,
    .closeMyPopup:after {
        display: block;
        content: '';
        border-bottom: 2px solid #616161;
        width: 30px;
        transform: rotate(-45deg);
        margin: 4px -2px 0;
    }

    .closeMyPopup:before {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .myPopup .disabled{
        background: var(--color-gray200);
        pointer-events: none;
    }

    @media (max-width: 767px) {
        .popup-dialog {
            padding: 20px;
        }

        .popup-head {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .carTitle {
            font-size: 18px;
            line-height: normal;
        }

        .subTitle {
            padding-top: 0;
        }

        .subTitle,
        .form_field_set label {
            font-size: 16px;
        }

        .form_field_set label {
            min-width: 90px;
            flex-grow: 0;
            width: auto;
        }
        .field-control,
        .form_field_set label{
            font-size: 14px;
        }
    }

    .thanks_popup_for {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 24px;
        color: rgb(0 0 0 / 62%);
        font-weight: 400;
        font-family: "Noto Sans JP";
    }
    
