
.custom-vt {
    border: 1px solid #FE7063;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    top: -15px;
    margin-left: 7rem !important;
}

.custom-be:before {
    content: '';
    position: relative;
    width: 56px;
    background: url(../../../page/images/logo/sum.png) no-repeat;
    height: 20px;
    z-index: 99999;
    left: 30%;
}

.apply-header {
    background: url(../../../page/images/logo/header.jpg) no-repeat;
    height: 180px;
    background-size: cover;
}

.file-custome {
    padding: 14px;
    width: 150px;
    margin: 0 auto;
    display: block;
    background: url(../../../img/passport_pic.png) no-repeat;
    height: 205px;
    background-size: contain;
}

.wizard-arrow div.steps {
    background: #F2F7FF;
    /* height: 38px; */
}

.app-content .wizard-arrow > .steps > ul > li a {
    padding: 9px;
    margin: 0px;
    height: 40px;
    position: relative;
    z-index: 1;
    display: block;
}

.app-content .wizard-arrow > .steps > ul > li.current > a {
    background-color: #007BFF;
}
@media (min-width: 1200px) {
    .wizard-arrow ul[role="tablist"] {
        margin: 0 auto !important;
        width: 1140px !important;
    }
}

@media (max-width: 1080px) {
    .popover,
    .navbar_toggler {
        display: none !important;
    }
    
    .app-content .wizard > .steps > ul > li:after ,
    .app-content .wizard > .steps > ul > li:before {
        display: none !important;
    }
    .app-content .wizard-arrow > .steps .step {
        left: 0 !important;
        font-size: 9px;
    }
}
.app-content .wizard-arrow > .steps .step {
    background-color: #F2F7FF;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
    z-index: 10;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 35px;
    text-align: left;
}

.app-content .wizard-arrow > .steps > ul > li.current .step {
    color: #FFF;
    background: #007BFF;
}
.app-content .wizard > .actions {
    padding: 20px;
    padding-top: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.back-none {
    background: none;
}

.custom-back1 {
    background: linear-gradient( 
    90deg
    , #00020429 -16.56%, #ecf0f1 23.75%, #ecf0f1 76.82%, #00020429 112.43%);
        float: left;
        width: 100%;
}

.card-custom {
    background: url(../../../img/background.jpg) repeat;
}

.wizard-arrow li .step::after {
    z-index: 2;
    border-left-color: inherit;
}

.wizard-arrow #steps-uid-0-t-0:after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: rgb(255, 255, 255);
    margin: 0;
}
.app-content .wizard > .steps > ul > li.done:not(.current) .step {
    background: #F2F7FF !important;
    color:#00b5b8;
}
.app-content .wizard > .steps > ul > li.done:not(.current):after {
    content: '' !important;
    border-color: #F2F7FF !important;
    background: #F2F7FF !important;
    height: 40px;
    top: 0;
    position: absolute;
    left: 100%;
    border: 20px solid transparent;
}

.app-content .wizard > .steps > ul > li.done:not(.current):before {
    content: '' !important;
    border-color: #F2F7FF !important;
    background: #F2F7FF !important;
    z-index: 9;
    border: 20px solid transparent;
    position: absolute;
    height: 40px;
    left: 0;
}
.app-content .wizard > .steps > ul > li.current:after {
    content: '' !important;
    border-left-color: #007BFF !important;
    background: #F2F7FF !important;
    height: 40px;
    top: 0;
    position: absolute;
    left: 93%;
    border: 20px solid transparent;
}

.app-content .wizard > .steps > ul > li.current:before {
    content: '' !important;
    border-left-color: #F2F7FF !important;
    background: #007BFF !important;
    z-index: 9;
    border: 20px solid transparent;
    position: absolute;
    height: 40px;
    left: 0;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0 !important;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer !important;
}

.step4Finish .customLabel {
    color: #818E9B;
}

.popover-body{
    background: #F2F7FF;
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before  {
    display: none;
}

.app-content .wizard > .actions > ul > li > a {
    min-width: 150px;
}

.fileinput-button span.custom{
    font-size: 12px;    
    position: relative;
    top: 0%
}

.fileinput-button span.custom1{
    position: relative;
    top: 0%;
}

.fileinput-custom {
    height: 200px;
    width: 150px;
    padding: 14px;
}

.btn-outline-pink-custom:hover {
    background-color: #EBEBEB;
    color: #000 !important;
    border-color: #EBEBEB;
}

.btn-outline-pink-custom {
    border-color: #EBEBEB;
    color: #818E9B !important;
}

#passportFront-error {
    font-size: 11px;
}

#photoPic-error {
    position: relative;
    z-index: 102;
    top: 24px;
    font-size: 11px;
}

.item-center-custom {
    display: grid;
    align-items: center;
}

#isaccept-error {
    position: relative;
    top: 20px;
    font-size: 11px;
    width: 120px;
}

#gender-error,
#e_gender-error,
#iscrime-error,
#isdenied-error,
#isdefirentName-error
{
    font-size: 11px;
    width: 130px;
    position: relative;
    top: 20px;
}

.d-grid {
    display: grid !important;
}


.line-clamp-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

/* paymentMethodForm */
#paymentMethodForm .modal-content { 
	padding: 1.5rem 1.2rem;
}
#paymentMethodForm .btn-outline-primary-custome {
	background: #FFF;
	font-family: 'Rubik', sans-serif !important;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	min-height: 80px;
	align-items: center;
	justify-content: center;
}

#paymentMethodForm .btn-outline-primary-custome:hover,
#paymentMethodForm .btn-outline-primary-custome.active
{
	/* background: #007BFF;	 */
	color: #FFF !important;
	border: 1px solid #007BFF;
}

#paymentMethodForm .choosed-payment-method {
	background: #007BFF;	
	color: #FFF !important;
	border: 1px solid #007BFF;
	border-radius: 4px;
	width: 250px !important;
	font-family: 'Rubik', sans-serif !important;
}
#paymentMethodForm .modal-title {
	color: #192A3E;
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-family: 'Rubik', sans-serif !important;
}
#paymentMethodForm .modal-header,
#paymentMethodForm .modal-footer
{
	border: none !important;
}