/*
.holderOTRequest{
	max-width: 817px;
	margin: 0 auto;
}
.holderOTRequest .row{
	margin-bottom: 12px;
}
.holderOTRequest label.input-title{
	display: block;
	width: 100%;
	margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 16px;
}

.holderOTRequest .form-check label.input-title{
	display: inline-block;
	margin-bottom: 0.2rem;
	width: auto;
    
}

.holderOTRequest input[type="text"],
.holderOTRequest select,
.holderOTRequest textarea{
	width: 100%;
	padding: 14px;
    display: block;
    border: 1px solid #9FA1A9;
    border-radius: 8px;
    outline: none;
}
*/
.btn.alert-btn-decline:hover,
.btn.alert-btn-decline,
.otr_close_request,
.otr_close_request:hover,
.holderOTRequest a.otr_cancel_request{
    border-radius: 8px;
    border: 1px solid #DE4D38 !important; 
    padding: 16px 30px;
    color: #DE4D38;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 768px) {}


.btn.alert-btn-confirm:hover,
.btn.alert-btn-confirm,
.holderOTRequest a.otr_decline_payment,
.holderOTRequest button{
	background: #DE4D38;
    color: #fff;

    display: inline-block;
    border: solid 1px #DE4D38;
	text-decoration: none;
	cursor: pointer;

    padding: 16px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}


.holderOTRequest #card-element{
    border: solid 1px #9FA1A9;
    padding: 15px 10px;
    border-radius: 7px;
}

.holderOTRequest .itemGridRequest{
    padding-bottom: 10px;
}



.heading-page{
    padding-bottom: 25px;
}

.heading-page .bar-top{
    border-radius: 14px 14px 0px 0px;
    background: #DE4D38;
    height: 16px;
    width: 100%;
}

.heading-page .title-section{
    font-size: 25px;
    font-weight: 700;
    color: #4F5261;

    border-left: 1px solid #9FA1A9;
    border-right: 1px solid #9FA1A9;
    border-bottom: 1px solid #9FA1A9;
    border-radius: 0px 0px 14px 14px;
    padding: 15px 40px;
    line-height: 40px;
}

.block-radius{
    background: #FFFFFF;
    border: 1px solid #9FA1A9;
    /* 1 */
    padding: 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
}

.office_tech_payment_result{
   max-width: 428px;
   margin: 0 auto;
   background: #FFFFFF;
    /* Lines */

    border: 1px solid #9FA1A9;
    /* 1 */

    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 29px;
}

.office_tech_payment_result .payment_success h3{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #59B143;
    padding-bottom: 40px;
}

.office_tech_payment_result .payment_success .setRow{
    border-top: 1px solid #9FA1A9;
    padding-top: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-top: 28px;

}
.office_tech_payment_result .payment_failed h3{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #E42828;
    padding-bottom: 40px;
}
