/*
 Theme Name:   ShokriCars
 Theme URI:    https://oddweb.ir/shokricars
 Description:  a theme from oddweb team
 Author:       webgik
 Author URI:   https://oddweb.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  Webgik-Shokricars
*/

#gform_wrapper_6{
 background-color: #f2f2f2;
 padding: 0 20px 0;
 border-radius: 15px;
 margin-top: -10px;
}

#gform_wrapper_6 .gform_title{
 font-weight: 800;
 font-size: 30px;
 text-align: center;
 background-color: #ff9206;
 color: white;
 padding: 30px;
 margin: 0 -20px;
 border-radius: 15px 15px 0 0;
}

#gform_wrapper_6 .gf_progressbar_wrapper{
 margin: 0 5px;
}

#gform_wrapper_6 .gf_progressbar,
#gform_wrapper_6 .gf_progressbar_percentage,
#gform_wrapper_6 .gf_progressbar_percentage span{
 height: 30px;
}
#gform_wrapper_6 .gf_progressbar_percentage span{
 display: flex;
 justify-content: center;
 align-items: center;
 width: calc(100% - 30px);
 line-height: 30px;
}

#gform_wrapper_6 input,
#gform_wrapper_6 select,
#gform_wrapper_6 textarea{
 background: white;
 border: 0;
 line-height: 40px;
 border-radius: 10px;
 outline: none;
 transition: 500;
}

#gform_wrapper_6 .ginput_container_select{
 background-color: white;
 padding-left: 10px;
 border-radius: 10px;
}

#gform_wrapper_6 input:focus,
#gform_wrapper_6 textarea:focus{
 box-shadow: 0 0 0 2px #ff9206;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

#gform_wrapper_6 label{
 font-size: 16px;
 margin-bottom: -15px;
}

#gform_wrapper_6 .gform_next_button,
#gform_wrapper_6 .gform_previous_button{
 background: green;
 color: white;
 padding: 0 20px;
 font-size: 16px;
}
#gform_wrapper_6 .gform_previous_button{
 background-color: transparent;
 color: black;
}

/* view for forms of car-sell in my-account --start */
.gv-list-view{
 display: flex !important;
 flex-direction: column-reverse;
 border-radius: 15px;
 background-color: #f2f2f2;
 border: none !important;
 padding: 15px;
}
.gv-list-view-content-image{
 width: 100% !important;
 margin: 0 auto;
 background-color: white;
 max-width: unset !important;
 border-radius: 15px;
 margin-top: -10px;
}
.gv-list-view-content-image a{
 display: grid;
 place-content: center;
}
.gv-list-view-content-description a{
 background: #ff9206;
 color: white !important;
 padding: 5px 10px;
 border-radius: 5px;
 position: relative;
 top: -40px;
 right: 10px;
 transition: 350ms;
}
.gv-list-view-content-description a:hover{
 background-color: white;
 color: black !important;
 box-shadow: 0 0 0 2px #ff9206 inset;
 
}
.gv-list-view-content{
 display: flex;
 flex-direction: column;
}
.gv-list-view-title{
 border: none !important;
 margin-top: -60px;
 padding: 10px 30px 10px !important;
}
.gv-list-view-title h3{
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 10px !important;
}
.gv-list-view-subtitle h4{
 font-size: 16px;
 line-height: 30px;
}
/* view for forms of car-sell in my-account --end */

/* gravity view edit page --start */
.gv-edit-entry-wrapper .gf_browser_chrome{
 margin: 0 10px;
 padding-top: 40px !important;
}
.gv-edit-entry-wrapper{
 background-color: #f2f2f2;
 direction: rtl;
}
.gv-edit-entry-wrapper *{
 font-family: "yekan-bakh";
}
.gv-edit-entry-title{
 margin-top: 0;
 margin-bottom: 0px;
 text-align: center;
 color: black;
 padding: 50px;
}
.gv-edit-entry-wrapper{
 background: #ff9206 !important;
 padding-bottom: 1px;
}
.gv-edit-entry-wrapper label{
 margin-bottom: 15px !important;
 color: black;
 margin-top: 10px;
}
.gv-edit-entry-wrapper .gfield{
 border-bottom: 1px solid #aaa;
 padding-bottom: 30px;
 
}
.gv-edit-entry-wrapper .gform_footer .gv-button-delete{
 background-color: red;
 color: white;
 padding: 0px 15px;
 line-height: 40px;
 border-radius: 5px;
}
.gv-edit-entry-wrapper .gform_footer .gv-button-update{
 background-color: green !important;
 color: white;
 padding: 0px 15px;
 line-height: 35px;
 border-radius: 5px !important;
 margin-left: 15px;
}
/* gravity view edit page --end */