.holderOTRequest{
	max-width: 817px;
	margin: 0 auto;
}
.holderOTRequest.payment-form,
.holderOTRequest.set-padding{
    padding-left: 20px;
    padding-right: 20px;
}
.holderOTRequest.payment-form{
    max-width: 1321px;
   
}

.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="number"],
.holderOTRequest input[type="email"],
.holderOTRequest input[type="date"],
.holderOTRequest input[type="text"],
.holderOTRequest select,
.holderOTRequest textarea{
	width: 100%;
	padding: 14px;
    display: block;
    border: 1px solid #9FA1A9;
    border-radius: 8px;
    outline: none;
    
}

.modal-full #otr_ca_account_number option:last-of-type{
    border-top: 1px solid #000;
    color: red;
    background: green;
    display: block;
}

.modal-full #otr_ca_account_company{
    max-width: 100% !important;
}


#holderEditForm .holderOTRequest input[type="number"],
#holderEditForm .holderOTRequest input[type="date"],
#holderEditForm .holderOTRequest input[type="text"],
#holderEditForm .holderOTRequest select,
#holderEditForm .holderOTRequest textarea{
    font-size: 15px;
    padding: 10px 8px;
}

.opt_text{
    max-width: 300px;
}

.opt_text input[type="text"]{
    display: inline-block;
    width: auto;
}

.holderOTRequest .setRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.holderOTRequest .setRow.start {
    align-items: flex-start;
}


.holderOTRequest .setRow.between {
    justify-content: space-between;
}

.holderOTRequest .flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.holderOTRequest .flex-col.first {
    width: 284px;
}

.holderOTRequest .flex-col.second{
    max-width: 140px;
}

.holderOTRequest .setRow.start .itemForm.right{
    max-width: 513px;
}


.holderOTRequest .flex-col.second input{
    text-align: center;
}

.holderOTRequest .flex-col .setLabel{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px !important;
    display: block;
}

.holderOTRequest .flex-col .setLabel.disabled{
    color: #79747E;
}

.holderOTRequest .flex-col .radio-item{
    padding-bottom: 6px;
}

.holderOTRequest .flex-col.second ::placeholder {
    text-align: center; 
 }
 
 /* or, for legacy browsers */
 
 .holderOTRequest .flex-col.second ::-webkit-input-placeholder {
    text-align: center;
 }
 
 .holderOTRequest .flex-col.second :-moz-placeholder { /* Firefox 18- */
    text-align: center;  
 }
 
 .holderOTRequest .flex-col.second ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
 }
 
 .holderOTRequest .flex-col.second :-ms-input-placeholder {  
    text-align: center; 
 }

 .blockComment h3,
 .holder-summary h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #1C1B1F;

   

}

.holderOTRequest .holder_have_an_account_with_another_company.hide,
.holderOTRequest .holder_have_an_account_with_another_company #holder_account_holder_name.hide,
.holderOTRequest .holder_porting_another_carrier.hide,
.holderOTRequest .holder_take_device_imei.hide{
    display: none;
}

.holder-summary h3{
    padding-bottom: 15px;
}

.holder-summary .bold-pay{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #1C1B1F;
}


.holderOTRequest .icon-help-form{
    width: 25px;
    height: auto;
    cursor: pointer;
}
/*
#holderEditForm .itemForm input[type=text],
#holderEditForm .itemForm input[type=date],
#holderEditForm .itemForm select,
#holderEditForm .itemForm textarea{
  font-size: 16px !important;
}
*/
.holder-select-option{
    display: grid;
    max-width: 500px;
    gap: 20px;
    margin: 0 auto;
}
.btn-select-option{
    color: #fff;
    background: #de4d38;
    border: solid 1px #de4d38;
    padding: 15px;
    font-size: 23px;
    display: block;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 768px) {

    .holderOTRequest.payment-form .setRow{
        flex-direction: column;
    }        
    .holderOTRequest.payment-form .setRow .right{
        order: -1;
        
    }
    .holderOTRequest .setRow.start .itemForm.right {
        max-width: unset;
    }

    .holderOTRequest .flex-col{
        width: 100%;
    }
    .holderOTRequest.payment-form .holder-summary .setRow{
        flex-direction: row;
    } 
  }