/* ////////login ////////*/
.form-wrapper.myaccount_card{
	padding-top: 30px;
}
.form-wrapper p{
	text-align: right;
}
.myaccount_page {
    background: #f3f3f3;
}
/* ///////////user profile//////// */

@media(max-width:768px){
.page-wrap-link{
   text-align: center;
}
}

/* .page-top-content {
    top: 50%;
}
@media(max-width:768px){
	.page-top-content {
		top: 40%;
	}
}
@media(max-width:576px){
	.page-top-content {
        top: 20%;
    }
} */
.ready-send{
	padding: 0 135px 30px;
}
.myaccount_card input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
		border-color: #252525 !important;
}
/* Firefox */
.myaccount_card input[type=number] {
  -moz-appearance: textfield;
}
.form-control:focus{
    border-color: #252525 !important;
}

/* user-login */
.login-wrap .form-wrapper.login_form .form-control.ltr:focus{
    border-color: #252525 !important;
}
/* ///////////request ////////////*/
.page-title-wrap{
	position: relative;
}
.page-title-wrap .namedesc{
	text-shadow:none;	
}

.counter .scountdown{
	padding: 24px 90px;
	height: 90px;
}
.wbs-count-downer{
	text-align:center;
}
 .scountdown .time{
	position:relative;
}
.time:before{
	 content: "\e900";
	 font-family: 'icomoon' !important;
	 width: 35px;
	 height: 35px;
	 border-radius:50%;
	 background:transparent;
	 position: absolute;
	 right: 0;
	 font-size: 23px;
	 top: 0;
	 bottom: 10px;
	 margin: auto;
}
@media(max-width:768px){
	.counter .scountdown{
		text-align:center;
		display:inline-block;
		padding: 15px;
	}
	.time{
		display:inline-flex;
		justify-content: center;
		align-items: center;
	}
}
@media(max-width:768px){
	.request-item{
		padding-right:20px;
		padding-left:40px;
		padding-top: 45px;

	}
	.request-item:before{
		right:20px;
		height: 70px;
		min-width: 60px;
	}
	.title-request{
	    margin-right: 65px;
	}
	.request-item p{
	padding-top: 20px;
	}
}
@media(max-width:400px){
	.counter .scountdown{
		padding: 12px;
	}
}
.request-item .link-download:hover {
    color: var(--red-color);
}
.hide-if-value{
	position:relative;
}
.acf-basic-uploader input{
	opacity:0;
	position: absolute;
}
.acf-basic-uploader .label-input{
	color: #484848;
    font-family: var(--bold-font);
    position: relative; 
    padding-right: 25px;
    margin-bottom: 5px;
    display: inline-block;
	cursor:pointer;
}
.acf-basic-uploader .label-input:before{	
    right: 0;
    color: #b91010;
    position: absolute;
    font-family: icomoon!important;
    content: "\e90b";
    font-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
	transform:rotate(180deg);
	cursor:pointer;
}
.delivery-item .acf-form{
	 background: #f3f3f3;
	 padding-bottom:20px;
}
.acf-field.acf-field-group.acf-field-5eda21fb1d3e3{
	     padding: 45px 130px;
		 padding-bottom:10px;
}
@media(max-width:1200px){
	.acf-field.acf-field-group.acf-field-5eda21fb1d3e3{
	     padding: 20px;
} 
}
.acf-input .acf-fields.-border{
	    background: #f3f3f3;
		border:none;
}
.acf-input .acf-fields > .acf-field{
	border-top:none;
}
/* label[for=acf-field_5eda21fb1d3e3]{ */
	/* display:none; */
/* } */
.delivery-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.delivery-type.fill{
	justify-content: start;
}
.delivery-type.acf-field .acf-label {
    margin-bottom: 0;
}
.delivery-type  .acf-radio-list li{
	margin-left:15px;
}
.delivery-type  .acf-radio-list li:last-child{
	margin-left:0;
}
@media(max-width:992px){
	ul.acf-radio-list, ul.acf-checkbox-list{
	display: block;
}
.delivery-type {
	display:block;
}
}
.acf-input ul.acf-checkbox-list li label{
	display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
	cursor:pointer;
}
.acf-input ul.acf-checkbox-list li label:last-child{
	padding-left:20px;
	}
.acf-input ul.acf-checkbox-list li input[type="checkbox"]{
	position: relative;
    margin-right: 10px;	
}
.acf-input ul.acf-checkbox-list li input:before{
	content: "";
    width: 10px;
    height: 10px;
	border-radius:50%;
    background: #f3f3f3;
	border:2px solid #979797;
    z-index: 1;
    position: absolute;
	top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
	cursor:pointer;
}
.delivery-type  input[type="radio"]:checked:before{
	background: #de2626;
	border:2px solid #de2626;
}
.acf-field.acf-field-checkbox.acf-field-5eda22ea0f342 .acf-input{
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.delivery-type  li label input:checked{
	background-color:#de2626;
}
.delivery-type  li label{
	transition:all 0.3s;
}

input[type='radio']:checked:after {
    width: 14.5px;
    height: 14.5px;
    border-radius: 15px;
    top: -3px;
    left: 1px;
    position: relative;
    background-color: #de2626;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #de2626;
}
.delivery-type  li label.selected{
	font-family:var(--bold-font)
}
.delivery-type input[type="radio"] {
    width: auto;
    border: none;
    height: auto;
}
.acf-input .acf-input-wrap input:not(textarea){
	    padding: 25px;
		height:50px;
}

.acf-input input:focus{
	border:1px solid #000000
}
.delivery-item .acf-form-submit{
	text-align:center;
}
/* //////////new request ////////*/
.acf-form{
	    position: relative;
}
.request-wrap-form .acf-form-submit .ptr-btn{
	    bottom:0;
		padding:0;
}
.request-wrap-form .acf-form-submit .ptr-btn input{
	min-height: 44px;
}
.request-wrap-form .acf-form-submit .acf-spinner{
    position: absolute;
    left: 5px;
    bottom: 16px;
}
.page-top.request-image-wrap .page-title-wrap .namedesc:before{
	background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media(max-width:320px){
	.page-top.request-image-wrap .page-title-wrap .namedesc:before{
    width: 80%;
    height: 30px;
	}
	.request-wrap-form .acf-form-submit .ptr-btn{
	    position:relative;
}
}
@media(max-width:400px){
	.request-wrap-form .acf-form-submit .ptr-btn{
	    position:relative;
		right: 0px;
}
}
@media(max-width:576px){
	.page-top.request-image-wrap .page-title-wrap .namedesc:before{
    width: 80%;
    height: 50px;
	}
}
/* ///////////////////forget password///////////////// */
.form-wrapper{
	margin-top:20px;
}

/* //////////////////register //////////////*/{
.form-wrapper .register_form div>.ptr-btn{
		text-align:center;
	}
.login-wrap label.input-label:before{
	content: "*";
    color: red;
	padding-right: 5px;
}