.btn-blue {
    background-color: #0c84ff;
    border-color: #dddddd;
    color: white;
}

.btn-yellow {
    background-color: #FFAA3E;
    border-color: #dddddd;
    color: white;
}


.font-08 {
    font-size: 0.8rem;
}


.font-07 {
    font-size: 0.7rem;
}

.font-06 {
    font-size: 0.6rem;
}

.font-05 {
    font-size: 0.5rem;
}

.inquiry-text {
    height: 10vh;
    overflow-y: hidden;
}

.front-header-img {
    width: 100%;
    height: 20vh;
    object-fit: contain;
}

.test-result-word {
    font-size: 25px;
    font-weight: bold;
}

.application_form_inputs, .result_form_inputs , .inquiry_form_inputs{
    width: 80%;
}
.application_form_label, .result_form_label, .inquiry_form_label {
    margin-left: 10%;
}
.application_form_long_label {
    margin-left: 3.5%;
}
.application_form_submit, .application_detail_form_submit , .inquiry_detail_form_submit, .save_receipt, .clear_receipt, .result_form_submit, .result_back_btn, .inquiry_form_submit {
    margin-bottom: 10px;
}

.application_text {
    margin-left: 24px;
    width: 84%;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: 5px 5px 5px 10px;
}

.application_receipt_image {
    width: 50%;
    height: auto;
    margin-left: 1.5%;
}

#image_name_display, .receipt_image_name {
    margin-left: 1px;
    display: block;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pass_success_block {
    color: #0F5137;
    background-color: #D1E7DD;
    line-height: 3;
    padding-left: 1%;
    text-align: center;
}

.pass_error_block {
    color: #84205C;
    background-color: #F8D7DA;
    line-height: 3;
    padding-left: 1%;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .front-header-img {
        width: 100% !important;
        height: auto;
        object-fit: contain;
    }
}

.select2-container--default .select2-selection--single[aria-labelledby="select2-agent_id-container"] {
    border: 1px solid #ced4da;
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single[aria-labelledby="select2-agent_id-container"] > .select2-selection__arrow {
    height: 35px;
}

.note-form {
    color: #333;
}

.btn-logout:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff !important;
}

.required {
    color: red;
}

.box-paginate {
    position: relative;
    height: 55px
}

.box-paginate .paginations {
    position: absolute;
    transform: translate(-50%, 0px);
    left: 50%
}

.agent_deleted {
    background-color: #cccc
}

.select2-container--default .select2-selection--single.is-invalid {
    border-color: #f86c6b;
}

select.is-invalid + .select2-container--default .select2-selection {
    border-color: #f86c6b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.min-width-155 {
    min-width: 155px;
}

.first-item-buiding-course {
    display: none;
}

.remove-building-room {
    display: none;
}

.item-more-than-1 {
    display: block;
}

.hidden-overflow-y {
    overflow-y: unset !important;
}

#loading {
    background-color: white;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    text-align: center;
}

#loading img {
    margin: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1000;
    overflow: hidden;
}

.message-upload-xlsx {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.fold {
    word-break: break-all;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .application_form_inputs, .result_form_inputs, .inquiry_form_inputs {
        width: 100%;
    }
    .application_form_label, .application_form_long_label, .result_form_label, .inquiry_form_label {
        margin-left: 0%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .application_receipt_image_div {
        text-align: center;
    }
    .application_form_submit, .application_detail_form_submit, .save_receipt, .clear_receipt, .result_form_submit, .result_back_btn, .inquiry_form_submit {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .application_receipt_image {
        margin-left: 2.5%;
        width: 95%;
        height: auto;
    }
    .application_text {
        margin-top: 15px;
        margin-left: 2px;
        width: 99%;
        overflow-wrap: break-word;
    }
    .receipt_image_name {
        margin-left: 2.5%;
    }
    #image_name_display {
        margin-left: 1px;
        margin-right: 1px;
        width: 100%;
    }

    .br-sp {
        display: block;
    }

    .inquiry_changeLang {
        margin-top: 10px;
    }

    .inquiry_h1 {
        font-size: 30px;
    }
}
.nowrap-require {
    white-space: nowrap;
}

.border-grey-f3 {
    border: 1px solid #f3f3f3;
}

.custom-display-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.word-break-table {
    word-break: break-all;
}

.word-initial-english-column {
    word-break: initial;
}
table > thead > tr {
    word-break: initial;
}

i.fa-cog, i.fa-map, i.fa-video {
    display:inline-block;
    position: relative;
    vertical-align: top;
    bottom: -5px;
}

.menu-item {
    display:inline-block;
    width: 80%;
}

.box-2-row {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 46px;
    word-break: break-all;
}

.min-width-55 {
    min-width: 55px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-175 {
    min-width: 175px;
}

.frontend .contents {
    background-color: #F2F2F2
}

.frontend .contents .content {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    position: relative;
}

.frontend .contents .content form {
    padding: 0 30px;
}

.frontend .contents .content .modal-content form {
    padding: 0 !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.select2 {
    width: 100% !important;
}

.custom-select {
    width: 100% !important;
}

