.btn-green{
  background: var(--ast-global-color-3);
  color: var(--ast-global-color-5) !important;
  min-width: 227px;
  border-radius: 8px;
  min-height: 44px;
  padding-inline: 15px;
  text-decoration: none !important;
  font-size: 13px;

  &:hover{
    background: var(--ast-global-color-0);
  }
}
.sep{
  width: 1px;
  background: #C8C8C8;
  height: 33px;
}
.small_text{
	font-size:12px;
	line-height:normal;
}
.tab-content ol > li{
	margin-bottom: 15px;
}
.tab-content ol > li ul{
	margin-top: 5px;
}
.tab-content ol > li ul > li{
	font-size: 15px;
	margin-bottom: 3px;
}
#mobile_menu{
	display:none;
}
#acf-form .acf_error{
	border-color:red !important;
}

/* Header */
header .header_login_user_info{
  & .company_logo{
    width: 100px;

    &, & p{
      height: 50px;
    }

    & img{
      max-height: 100%;
    }
  }
  & .rounded{
    height: 53px;
    width: 53px;
    overflow: hidden;
    border-radius: 50%;
    background: #D9D9D9;
    border: 2px solid #579C8C;
    margin: 0 30px !important;

    &.company_logo{
      padding: 4px;

      & img{
        height: 100%;
        width: 100%;
        object-fit: contain;
      }
    }
  }

  & .company_name{
    margin-left: 30px;
    font-size: 13px;
    color: #5C6168;
    text-transform: capitalize;
  }
}

/* Welcome Screen */
.ennocar_home{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.05);
  padding: 50px 0 0 50px;

  & .heading_side{
    & h2{
      margin-bottom: 10px;
    }

    & span{
      font-size: 23px;
    }
  }
  & .img_side{
    margin-left: auto;
  }
}

/* Sidebar */
.login_user_info { 
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding-left: 15px;

  & .user_avatar{
    text-align: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #105444;
    margin: 15px !important;

    & img{
      height: 100%;
      width: 100%;
      object-fit: contain;
    }
  }

  & .user_name{
    text-transform: capitalize;
    font-size: 18px;

    & a{
      font-size: 12px;
    }
  }
}

/* Tabs */
.profile_wrap{
  background: #EDEDED;
  padding: 15px;
}
.sidebar_list{
  flex: 0 0 23%;
  padding-left: 33px;

  & .user_avatar{
    margin-left: 0 !important;
  }
}
ul#tabs-nav, ul#tabs-nav-inner {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0 0 0 20px;
}
ul#tabs-nav li, ul#tabs-nav-inner li {
  padding: 8px 10px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  position: relative;
}
ul#tabs-nav li{
  padding: 15px 40px 15px 12px;
}
ul#tabs-nav li.active:before{
  content: '';
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 0;
  height: 100%;
  background: #105444;
  border-radius: 25px;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #FFF;
}
#tabs-nav li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  display: flex;
  align-items: center;
  outline: none;
}
#tabs-nav li a svg{
  height: 31px;
  width: 31px;
  flex: 0 0 31px;
  margin-right: 20px;
}
#tabs-content {
  flex: 0 0 77%;
  background-color: #FFF;
  padding: 50px;

  & h2 + .pf_divider{
    margin-bottom: 25px;
  }
}

/* Track Orders */
#track_ennocar_orders {
  & table, & td, & th{
    border: none;
    font-size: 13px;
  }
  & thead{
    background: var(--ast-global-color-4);

    & th{
      font-size: 17px;
      padding-block: 20px;
      color:var(--ast-global-color-7);

      &:first-child{
        border-radius: 10px 0 0 10px;
      }
      &:last-child{
        border-radius: 0 10px 10px 0;
      }
    }
  }

  & table{
    text-align: center;
    padding-top: 20px;
    
    & tr{
      box-shadow: 0px 1px 0 0 var(--ast-global-color-4);
     
      &:nth-child(even) .button:not(:hover){
        background: var(--ast-global-color-3);
      }
    }

    & td{
      padding-block: 20px;
      
      & .button{
        border-radius: 25px;
        font-size: 13px;
        text-decoration: none;
        padding: 10px 22px;
      }

    }   

  }
}

/*Inner Tabs*/
ul#tabs-nav-inner{
  padding: 0;
  gap:20px;

  & li {
    padding:0;
    flex: 1 0 31%;

    &.active a{
      background: var(--ast-global-color-0);
    }
  }
}
#tabs-content-inner{
  padding: 30px 15px;
}

/* Login Form */
form{
  & *, & .um_description{
    font-family: inherit;
  }
  
  & .um_password_icon i{
    position: absolute;
    right: 15px;
    bottom: auto;
    top: 25%;
  }
  .um_label_top {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
  }
	.um_field_3_profileform_label_retype{
		margin-top: 15px;	
	}
  & .um_field_container h4 {
    color: #105444;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-inline: 10px;
  }
  & .pf_divider{
    background-color: #E2DFDF;
    border-top: 1px solid #E2DFDF;
    border-bottom: none;
    width: 100%;
    margin-inline: 10px;
  }
  & .um_field_container.um_group_segment{
    margin-bottom: 25px;
  }
  & input[type="password"], & input[type="text"], 
  & input[type="url"], & input[type="tel"],
  & input[type="email"], & select, & input[type="number"]{
    
    border-radius: 8px;
    border: 1px solid #C8C8C8 !important;
    background: #FFF;
    height: 45px;

    &:hover, &:focus, &:active{
      border:1px solid #105444 !important;
      outline-color: #105444;
    }
  }

  & textarea{
    border-radius: 8px;
  }

  & .um_button{
    min-width: 150px;
    min-height: 46px;
    border-radius: 8px;
    margin-inline: 10px;
  }

  & .company_logo_field .um_field_result{
    height: 100px;

    & img{
      height: 100%;
    }
  }

  & .pf_success {
    color: var(--ast-global-color-0);
    background-color: #579c8c29;
    border-radius: 8px;
  }
}
form.um_login_form input[type="text"],
form.um_login_form input[type="password"]{
  width:100%;
}
.login_form_wrap .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.logged-in .login_form_wrap .wpb_wrapper p{
  flex: 0 0 50%;
}

.login_form_wrap .um_login_form,
.um_login_button,
.um_field_container :is(input, select),
.full_width{
  width: 100%;
}
.login_form_wrap .um_login_form > p{
	margin-bottom:10px;
}
.login_form_wrap .um_login_form + a {
  margin-right: auto;
}
.full_width{
  flex: 0 0 100%;
}
.half_width{
  flex: 0 0 50%;
  width: 50%;
}
.um_login_button{
  background-color: #00574D !important;
  border-radius: 5px !important;
}
.um_field_container.um_group_segment{
  display: flex;
  flex-wrap: wrap;

  & .um_field_container{
    padding-inline: 10px;
  }
  
  & .profile_upload_logo, & .company_logo_field{
    display: flex;
    align-items: center;

    & .qq-upload-button{
      font-size: 0;
      width: 145px;
      background: #579C8C;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;

      &:before{
        height: 15px;
        margin-right: 5px;
        content: url('../img/upload-icon.svg');
      }
      &:after{
        font-size: 13px;
        content: 'Upload photo';
      }

      &:hover{
        box-shadow: 0 0 15px -4px #106258;
      }

    }
    
    & ul.qq-upload-list:empty {
      display: none;
    }

    & .um_file_uploader_field {
      order: 2;
    }
    & .um_field_result{
      order: 1;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      margin-right: 25px;
      background: #D9D9D9;

      & img{
        height: 100%;
        width: 100%;
        object-fit: contain;
      }

      & .um_remove_file{
        position: absolute;
        margin: 0;
        bottom: 0;
        width: 100%;
        
        & span{
          font-size: 12px;
          color: transparent;
          padding: 0;
          background-position: center;
          min-width: 100%;
          display: block;  
        }
      }
    }
  }
  & .company_logo_field{
      & .um_field_result img {
       object-fit: contain; 
      }
      & .qq-upload-button{
        width: 210px;

        &:after{
          content: 'Upload Company Logo';
        }
      }
    }
}

/* Comapny Address  */
#comapny_address > h2{
  margin-bottom: 45px;
  padding-inline: 10px;
}


/* Customer Warrenty Registration */
.scan_qrcode_text{
	font-size: 13px;
    margin: 10px 0 5px;
}
.acf_customer_reg .acf-fields.acf-form-fields{
	display: flex;
    flex-wrap: wrap;
}
.acf-field[data-name="kilometers_miles_at_the_time_of_sale_photo"] input#acf-field_67477f1502980,
.acf-field[data-name="serial_number_photo"] input#acf-field_6752192682f8c, .acf-field.buyer_warranty_number, .acf-field.distributor_id_registered, .fetched_details br{
	display:none;
}
#customer_warranty_registration{
  & > h2{
    padding-inline: 15px;
  }

  & #acf-form{

    & .acf-fields > .acf-field{
      border: none !important;
    }
    & .acf-field .acf-notice.-error{
      position: absolute;
      width: auto;
      z-index: 1;
      right: 0;
      top: -15px;

      & p{
        margin: 0;
      }
    }

    & .acf-form-submit{
      padding-inline: 15px;
      margin-top: 15px;
    }
  }
}

.acf-field p.description {
    margin-top: 0px !important;
    font-size: 12px;
    line-height: normal;
}
.acf-field[data-name="kilometers_miles_at_the_time_of_sale_photo"] p.description,
.acf-field[data-name="serial_number_photo"] p.description{
	color:red;
}
.camera_upload_container input{
  	border: 1px solid var(--ast-global-color-0);
	border-radius:50px;
	font-size: 15px;
	overflow: hidden !important;
	color: #777777;
	margin-bottom:5px;
}
.camera_upload_container input[type=file]::file-selector-button {
  	border: 0px;
  	border-right: 1px solid #e5e5e5;
  	padding: 0;
  	margin-right: 20px;
  	transition: .5s;
	text-indent:-9999px;
	width:0px;
	height:45px;
}
.camera_upload_container input[type=file]:before{
	content:'Open Camera';
	z-index:0;
	font-size: 15px;
    position: relative;
	cursor:pointer;
	padding:10px 15px;
	color: var(--ast-global-color-5);
    background: var(--ast-global-color-0);
	height:100%;
	display:inline-block;
}
.camera_upload_container input[type=file]:hover:before {
    background: var(--ast-global-color-1);
    border: 0px;
    border-right: 1px solid var(--ast-border-color);
}
.popup_this{
	display: none;
    position: fixed;
    z-index: 999;
    top: 7%;
    left: 0;
    right: 0;
    background: #ffffff;
    max-width: 95%;
    margin: auto;
    padding: 25px;
    border: 1px solid var(--ast-global-color-0);
    border-radius: 10px;
    width: 600px;
	text-align:center;
}
.popup_this img{
	max-height: 450px;
    margin: auto;
}
.popup_this .close{
	position: absolute;
    background: #000;
    right: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: var(--ast-global-color-5);
    border-radius: 50px;
    font-size: 14px;
	cursor: pointer;
}
.popup_this .close:hover{
	background:var(--ast-global-color-0);
}
.popup_this .text{
	display: block;
    font-size: 15px;
    margin: 10px 0 0;
	overflow-x: scroll;
    max-height: 80vh;
    width: 100%;
}
.term_condition_des .text{
	text-align:left;
	padding-bottom: 20px;
}
.acf-field-6525c4327501c, .acf-field-676c0f3b21b3b, .acf-field-6525c4657501d{
	margin-bottom:-50px !important;
}
.term_condition_field_wrap,.term_condition_des{
	display: flex;
    align-items: center;
    gap: 15px;
}
.term_condition_field_wrap .acf-label{
	order:2;
}
.term_condition_field_wrap .acf-input{
	order:1;
}
.term_condition_field_wrap .acf-input input#acf-field_6772f99f391fc{
	transform: scale(1.5);
	--webkit-transform: scale(1.5);
}
.term_condition_des, .term_condition_field_wrap .acf-label label{
	line-height:normal;
}
.term_condition_des{
	gap:5px;
}
.term_condition_des .popup_link{
	font-size: 13px;
}
.term_condition_field_wrap .acf-error-message{
	width: 265px !important;
    left: 0;
    top: 40px !important;
}

/*Successfully Added Popup*/
.acf_customer_reg #message.updated{
	display:none;
}
.popup-overlay.customer_added_successfully {
	display:flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.customer_added_successfully .popup-container {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	width: 370px;
	max-width:100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.warranty_num_wrap{
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px 0 25px;
}
#num_copy{
	display: flex;
}
#warranty_num_copy{
	width: auto;
    border: none;
    text-align: center;
    padding: 0;
    pointer-events: none;
    background: none;
    cursor: none;
}
.warranty_num_wrap svg{
	width: 20px;
    height: 20px;
}

/* Download Materials */
.download_materials{
  margin-top: 50px;

  & .folder_material{
    list-style: none;
    padding:0;

    & li{
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
      align-items: center;

      & svg{
        position: absolute;
        left: 0;
      }

      & a{
        text-decoration: none;
      }
    }
  }
}

/* Message Us */
#message_us{
  font-size: 13px;

  & label{
    margin-bottom: 8px;
    display: block;
    color: var(--ast-global-color-0);
    span{
      color:red;
    }
  }
  & input,
  & textarea{
    font-size: 13px;
    border-radius: 10px;
  }

  & .thank-you_msg{
    display: none;

    & .ast-flex{
      align-items: center;
		justify-content:center;
    }
    & .heading_side{
		@media(min-width: 593px){
      		padding-left: 80px;
		}
		@media(max-width: 593px){
			width:100%;
		}
    }
  }
}

/* Raise Ticket */
.fetched_details, .fetched_details:not(.active) + .cf7mls-btns, .filters_wrap{
	display:none;
}
.filters_wrap.active{
	margin-bottom:20px;
}
.fetched_details p{
	display: flex;
    flex-wrap: wrap;
	gap:20px;
}
.fetched_details label.half,
.fetched_details label.full{
	width: 48%;
    display: block;
}
.fetched_details label.full{
	width:100%;
}
.fetched_details .wpcf7-radio .wpcf7-list-item.first{
	margin-left:0;
}
.wpcf7-form-control-wrap[data-name="checkbox-leakage-visibility"]{
	margin-bottom: 20px !important;
}
.wpcf7-form-control-wrap[data-name="checkbox-leakage-visibility"] .wpcf7-form-control.wpcf7-radio{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 15px;
}
.wpcf7-form-control-wrap[data-name="checkbox-leakage-visibility"] .wpcf7-list-item {
	width:100%;
	margin-left:0 !important;
}
.thank-you_raise_ticket{
	display:none;
}
.thank-you_raise_ticket .ast-flex{
	align-items: center;
	justify-content:center;
    gap: 30px;
}
.msg_form_refresh,
.ticket_form_refresh{
	margin-top:15px;
}

/* Responsiveness */
@media(max-width: 1550px){
	.acf-field-6525c4327501c, .acf-field-676c0f3b21b3b, .acf-field-6525c4657501d{
		margin-bottom:0px !important;
	}
	.acf-field-6525c4327501c{
		width: 45% !important;
	}
	.acf-field-676c0f3b21b3b{
		width: 20% !important;
	}
	.acf-field-6525c4657501d{
		width: 35% !important;
	}
}

@media(max-width: 1320px){
  .sidebar_list{
    padding-left: 15px;
  }
  ul#tabs-nav li {
    padding-right: 30px;
  }
  .loginform_wrap{
    width: 485px !important;
  }
  div.loginform_wrap > .vc_column-inner{
    padding-top: 95px !important;
    padding-bottom: 60px !important;
  }
}

@media(max-width: 1199px){
  .sidebar_list{
    padding-left: 0;
  }
  ul#tabs-nav li {
    padding-right: 15px;
  }
  #tabs-nav li a svg {
    margin-right: 12px;
  }
  ul#tabs-nav, ul#tabs-nav-inner{
    padding-left: 10px;
  }
  ul#tabs-nav li.active:before{
    width: 4px;
    left: -10px;
  }
	#acf-form .acf-fields > .acf-field {
		font-size: 15px;
		padding: 10px;
	}
	.camera_upload_container input,.camera_upload_container input[type=file]:before {
    	font-size: 12px;
	}
	.camera_upload_container input {
		height: 45px;
		line-height: normal;
	}
	.camera_upload_container input[type=file]:before{
		padding: 13px 15px;
	}
}

@media(max-width: 1024px){
  #track_ennocar_orders thead th {
    font-size: 15px;
  }
  #tabs-content {
    padding: 30px 40px;
  }
}

@media(max-width: 991px){
  .sidebar_list, #tabs-content{
    flex: 0 0 100%;
  }
  #mobile_menu{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 8px;
  }
  #mobile_menu svg{
	background: #d9d9d9;
  }
  ul#tabs-nav{
    overflow-x: scroll;
	position: fixed;
    left: 0;
    height: 100vh;
    width: 230px;
    top: 0;
    display: block;
    background: var(--ast-global-color-5);
    z-index: 99;
    padding-top: 50px;
	opacity:0;
	left:-230px;
	visibility:hidden;
	transition-duration: 0.5s;
  }
  ul#tabs-nav.visible {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  ul#tabs-nav li{
    padding: 10px;
    border-radius: 5px 5px 0 0px;
    flex: 0 0 20%;
  }
  ul#tabs-nav li.active:before {
    left: 0;
    height: 4px;
    width: 100%;
    top: 0;
  }
  ul#tabs-nav li:hover, ul#tabs-nav li.active {
   	background-color: #ededed;
  }
  #tabs-nav li a{
	text-align: center;
	font-size: 13px;
	display: flex;
	gap: 15px;
  }
  #tabs-nav li a svg {
    margin-right: 0;
  }
  #tabs-nav li a span{
    display: block;
  }
  #tabs-content {
    padding: 30px;
  }
  #tabs-content h2 + .pf_divider {
    margin-bottom: 10px;
  }
  .download_materials {
    margin-top: 30px;
  }
  #comapny_address > h2 {
    margin-bottom: 30px;
  }
	.acf-field p.description {
    	font-size: 10px;
	}
	#acf-form .acf-fields > .acf-field {
		font-size: 14px;
	}
}

@media(max-width: 767px){
  div.login_page_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .sidebar_list, #tabs-content {
    overflow: hidden;
  }
  #tabs-content {
    padding-inline: 20px;
  }
  ul#tabs-nav li {
    flex: 0 0 27%;
  }
  #customer_warranty_registration > h2,
  #customer_warranty_registration #acf-form .acf-form-submit,
  ul#tabs-nav-inner {
    padding-inline: 0;
  }
	.acf-field .acf-label{
		margin-bottom: 5px !important;
	}
	.acf-field .acf-label label{
		font-weight:600 !important;
	}
	.camera_upload_container input,
	.camera_upload_container input[type=file]:before{
		font-size: 12px;
 	}
  .btn-green, #tabs-nav li a, .acf-field .acf-label label {
    font-size: 12px;
  }
  #tabs-nav li a svg {
    height: 28px;
    width: 28px;
    flex: 0 0 28px;
  }
  #track_ennocar_orders thead th {
    font-size: 13px;
  }
	.term_condition_des{
		flex-wrap: wrap;
	}
	.term_condition_des .popup_wrap{
		line-height: 12px;
	}
	.term_condition_des .popup_link {
    	font-size: 10px;
	}
}

@media(max-width:680px){
	#customer_warranty_registration #acf-form .acf-fields > .acf-field,
	.fetched_details label.half, .fetched_details label.full{
		width: 100% !important;
		padding: 0 0 15px 0;
		min-height: auto !important;
	}
	#customer_warranty_registration #acf-form .acf-field .acf-notice.-error p{
		font-size: 10px;		
	}
	.fetched_details label.half, .fetched_details label.full{
		padding:0;
	}
	.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    	font-size: 12px;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(1){
		order:1;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(2){
		order:2;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(3){
		order:3;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(4){
		order:4;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(5){
		order:5;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(6){
		order:6;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(7){
		order:7;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(8){
		order:8;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(9){
		order:9;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(10){
		order:10;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(11){
		order:9;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(12){
		order:12;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(13){
		order:13;
	}
	.acf_customer_reg .acf-fields.acf-form-fields > .acf-field:nth-child(14){
		order:14;
	}
	
	span.wpcf7-form-control-wrap[data-name="options-error-code"] > .wpcf7-radio .wpcf7-list-item{
		width:auto;
		margin:0 10px 5px;
	}
}
@media(max-width: 567px){
	.ennocar_home{
		padding: 20px 0 0 20px;	
	}
	.ennocar_home .heading_side span {
		font-size: 17px;
		margin-bottom: 30px !important;
		display: block;
	}
  div.login_page_section ,
  div.loginform_wrap > .vc_column-inner{
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
  }
  .half_width {
    flex: 0 0 100%;
    width: 100%;
  }
  form .um_field_container h4 {
    font-size: 17px;
  }
  #track_ennocar_orders .table_wrap {
    overflow-x: auto;
  }
  #track_ennocar_orders .table_wrap table{
    width: 550px;
  }
  .um_field_container.um_group_segment .company_logo_field .qq-upload-button {
    width: auto;
    padding-inline: 7px;
  }
  .um_field_container.um_group_segment .profile_upload_logo .qq-upload-button:after,
  .um_field_container.um_group_segment .company_logo_field .qq-upload-button:after {
    font-size: 11px;
  }
  .um_field_container.um_group_segment .profile_upload_logo  .um_field_result, 
  .um_field_container.um_group_segment .company_logo_field .um_field_result {
    height: 60px;
    width: 60px;
    margin-right: 16px;
  }
  #tabs-content {
    padding-inline: 15px;
  }
  header .header_login_user_info .company_logo, 
  header .header_login_user_info .company_logo p {
    height: 30px;
  }
  ul#tabs-nav{
    max-width: 100%;
  }
  ul#tabs-nav li {
    flex: 0 0 50%;
  }
  #comapny_address > h2,form .pf_divider,
  form .um_field_container h4,
  .um_field_container.um_group_segment .um_field_container {
    padding-inline: 0;
    margin-inline: 0;
  }
	.thank-you_msg .ast-flex{
		text-align: center;
	}
}