@charset "utf-8";

.disabled {
    background-color: #888888!important;
    border: 2px solid #cccccc!important;
    opacity: 0.6;
}


.marker-line {
    background: linear-gradient(transparent 40%, rgba(230, 14, 14, 0.24) 60%);   
}

.underline-text {
    text-decoration: underline; 
}

.application-img{
    width: 700px;
    height: auto; 
}

.bg-required-documents{
    background-color: #D8E4BC;
}

.text-red{
    color: rgb(255, 0, 43);
}

.bk-color-blue{
    background-color: #B8CCE4 !important;
}

ul.asterisk {
    list-style: none;
}

ul.asterisk li {
    text-indent: -1.5em;
}

ul.asterisk li::before {
    content: "※";
    margin-right: 0.25em;
}

.table-bordered td, .table-bordered th {
    border: 1px solid black !important;
}
.height100{
    height: 100px;
}

.right--1rem{
    right: -1rem;
}

.table-bordered{
    width: 70%;
}

.ml-1{
    margin-left: 1%;
}

.ml-2{
    margin-left: 2%;
}


.ml-3{
    margin-left: 3%;
}

.ml-4{
    margin-left: 4%;
}
.ml-5{
    margin-left: 5%;
}

.mb-1{
    margin-bottom: 0.5rem;
}

.mb-2{
    margin-bottom: 1rem;
}

.mb-3{
    margin-bottom: 1.5rem;
}

.mb-4{
    margin-bottom: 2rem;
}
.mb-5{
    margin-bottom: 2.5rem;
}

.h5{
    font-size: 20px;
}

.font-weight-bold{
    font-weight: bold;
}

.table2{
    border: 2px solid black;
}

.h-25{
    height: 25%;
}

.h-50{
    height: 50%;
}

.h-75{
    height: 75%;
}

.h-100{
    height: 100%;
}

.w-25{
    width: 25%;
}

.w-35{
    width: 35%;
}

.w-50{
    width: 50%;
}

.w-75{
    width: 75%;
}

.w-100{
    width: 100%;
}

.vertical-middle{
    vertical-align: middle;
}

.accordion {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
}

.accordion-item {
border-top: 1px solid rgb(255, 255, 255);
}

.accordion-item:first-child {
border-top: none;
}

.accordion-header {
    position: relative;
    padding: 1rem;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
    padding-right: 15%;
    
}

.accordion-button,
.accordion-header a {
width: 100%;
text-align: center;
padding: 1rem;
border: none;
cursor: pointer;
font-size: 1.25rem;
transition: background-color 0.3s;
display: block;
height: 85%;
}

.accordion-button:hover,
.accordion-header a:hover {
background-color: #ffffff;
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

.accordion-content p {
margin: 0;
padding: 1rem;
}

.anchor{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #0079c4; 
    padding: 3px; 
    margin: 3px; 
    border-radius: 10px;
    position: absolute;
}

.anchor:hover {
    background-color: #2f76e661;
}
.anchor-content{
    width: 100%;
    height: 100%;
    left: 0;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 0.3s;
    border: 1px;
    position: absolute;
}

.table-bordered tr th, .table-bordered tr td{
    padding: 10px 15px;
}

.table1{
    width: 68%;
}

a[aria-expanded="false"]:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 16px;
    width: 2px;
    height: 14px;
    background: #0079c4;
}

a[aria-expanded="true"]:after {
    background: none;
}

a[aria-expanded="true"]:before,
a[aria-expanded="false"]:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 14px;
    height: 2px;
    background: #0079c4;
}

@media (max-width: 991px) {
    .anchor {
        width: 35px;
        height: 35px;
        border-width: 1px;
    }

    .application-img{
        height: 150px;
        width: auto;
    }
    .required-documents-img{
        height: 200px;
        width: auto;
    }
    
    .download-table{
        width: 90%;
        right: 0;
    }

    .table-bordered{
        width: 90%;
        right: 0;
    }

    .table1{
        width: 90%;
    }

    .table2{
        width: 60%;
    }
    
    .ml-15-s{
        margin-left: 15px;
    }

    a[aria-expanded="false"]:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 15px;
        width: 2px;
        height: 14px;
        background: #0079c4;
    }
    
    a[aria-expanded="true"]:after {
        background: none;
    }
    
    a[aria-expanded="true"]:before,
    a[aria-expanded="false"]:before {
        content: "";
        position: absolute;
        top: 14px;
        left: 9px;
        width: 14px;
        height: 2px;
        background: #0079c4;
    }
    .anchor{
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 2px solid #0079c4; 
        padding: 3px; 
        margin: 3px; 
        border-radius: 10px;
        position: absolute;
    }
    .accordion-button,
    .accordion-header a {
    width: 90%;
    text-align: center;
    padding: 1rem;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    transition: background-color 0.3s;
    display: block;
    height: 85%;
    margin-left: 7%;
    }
}

@media (max-width: 767px) {
    .table-bordered{
        width: 87%;
    }
    .table2{
        width: 80%;
    }  
    .application-img{
        width: 100%;
        height: auto;
    }
    .required-documents-img{
        width: 100%;
        height: auto;
    }
    
    .anchor{
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 2px solid #0079c4; 
        padding: 3px; 
        margin: 3px; 
        border-radius: 10px;
        position: absolute;
    }   
    .accordion-button,
    .accordion-header a {
    width: 90%;
    text-align: center;
    padding: 1rem;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    transition: background-color 0.3s;
    display: block;
    height: 85%;
    margin-left: 5%;
    }
    .ml-15-s{
        margin-left: 15px;
    }
}

.flex-div {
    display: flex;
}