.photo-drop {
    margin-bottom: 30px;
}
.photo-drop-zone-desktop, #invoice-theme input, #invoice-theme textarea, #invoice-theme select{
background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px 16px;
    width: 100%;
}
.photo-drop-zone-desktop {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    min-height: 180px;
    text-align: center;
    border-radius: 3px;
    box-shadow: none;
}

.photo-drop-zone-mobile, #invoice-theme input, #invoice-theme textarea, #invoice-theme select{
background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px 16px;
    width: 100%;
}
.photo-drop-zone-mobile {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    min-height: 180px;
    text-align: center;
    border-radius: 3px;
    box-shadow: none;
}

.photo-drop .dropzone-symbols {
    display: flex;
    align-items: center;
}
.photo-drop .upload-message {
    top: 0;
}
.photo-drop .guide-message {
    bottom: 0;
}
.photo-drop .guide-message, .photo-drop .upload-message {
    font-size: 12px;
    color: #333;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px;
    display: none;
    text-rendering: optimizelegibility;
    background-color: rgba(255,255,255,.9);
}
.photo-drop span{
    display: block;
}

.form-control {
    height: 40px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mobile-footer-content li a{
    font-size: 12px;
}
.mobile-footer-content ul{
    text-align: center;
}
.mobile-footer-content ul li {
    border-right: 2px solid;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1;
}
.mobile-footer-content ul li:last-child {
    border-right: 0px;
}


#short-term-1, #group-tourist, #business-visitor-general, #business-visitor-sponsored, #ordinary-tourist{
    height: 100%;
    width: 100%;
    /* background-color: lightblue; */
    display: none;
    position:absolute;
    left:0;
    top:0;
	z-index: 1;
	background:#FFF;
}
.visa-type-btn-wrapper{
	text-align: center;
}
#visa-type-wrapper .btn{
	margin-bottom: 10px;
}
.custom-tab-content .tab-pane h5{
	font-weight: bold;
}

#visa-type-wrapper{
	display: none;
}
.site-map-mobile-wrapper{
	display: none;
}

#visa_category option:disabled {
    background: #CCC;
}


/* HELP CENTER */
.red-notice{
	font-size: 13px;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
	background: #bd2130;
}

.page-item.active .page-link{
	background: #faa74a !important;
	border: 1px solid #faa74a !important;
}
#application_table.table thead th{
	border-bottom: 0px solid #dee2e6;
	border-top: 2px solid;
}
#application_table td:nth-child(2) {
	width: 300px;
	white-space: normal;
}

#application_table_wrapper{
	font-size: 13px;
	font-family: Arial;
	color: #1a1a1a;
  }
  #application_table a{
	  color: #1a1a1a;
  }

@media screen and (max-width:768px) {
    #general_use table{
        font-size: 0.5em;
    }
    .card-header .panel-header-text{
        font-size: 0.7em;
    }
    #details_visit .modoo-mb-2, #details_visit .modoo-mb-4, #details_visit .modoo-mb-5{
        margin-bottom: 0 !important;
    }

    #Processing-procedure .box-text{
       margin-top: 3em;
    }

    #details_visit .travel-korea-container .dash:after {
       left: 15.5em !important;
    }
    #details_visit .travel-outside-container .dash:after{
       left: 16.8em !important;
    }
    
    .mobile-none{
        display:none;
    }
    .mobile-no-side-padding{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	
	#visa-type-wrapper{
		display: block;
	}
	#visa-type-desktop-wrapper{
		display: none;
	}
	
	.site-map-mobile-wrapper{
		display: block;
	}
	.site-map-desktop-wrapper{
		display:none;
	}

}

@media screen and (max-width:414px){
    .card-header .panel-header-text {
        font-size: 0.6em;
    }
    /*.panel-card {
        height: 3.5em !important;
    }*/
    #personal_details .photo-drop-zone-desktop{
        min-width: 100%;
        min-height: 100%;
    }
    #personal_details .photo-drop-zone-mobile{
        min-width: 100%;
        min-height: 100%;
    }
    #Processing-procedure .box:after{
        content: none;
    }
    #personal_details .card-body #box-id{
        text-align: center !important;
    }
    #Processing-procedure .box{
        float: none;
    }
    #Processing-procedure .box-text{
        margin-top: 0;
    }
    .additional-notes-container h4{
        font-size: 1em;
    }
    #details_visit .dash:after{
        content: none !important;
    }
    #app_form_mobile .container{
        padding: 0 !important;
    }
    #app_form_mobile .p-5{
        padding: 0 !important;
    }
    #wrapper #content-wrapper{
        background: #fff !important;
    }
}

@media screen and (max-width:360px){
    #notice ol{
        font-size: 0.7em;
    }
    #Processing-procedure .box{
        margin: 0;
    }
    .card-header .panel-header-text {
        font-size: 0.5em;
    }
    label{
        font-size: 0.8em;
    }
}


@media screen and (max-width:320px){
    .additional-notes-container h4{
        font-size: 0.6em;
    }
    #notice ol{
        font-size: 0.5em;
    }
}