.steps-form-3 {
    width: 2px;
height: 470px;
    position: relative; }
.steps-form-3 .steps-row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.steps-form-3 .steps-row-3:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    height: 90%;
    background-color: #7283a7; }
.steps-form-3 .steps-row-3 .steps-step-3 {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative; }
.steps-form-3 .steps-row-3 .steps-step-3.no-height {
    height: 50px; }
.steps-form-3 .steps-row-3 .steps-step-3 p {
margin-top: 0.5rem; }
.steps-form-3 .steps-row-3 .steps-step-3 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
    width: 30px;
    height: 30px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  gap:15px;

}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 .fa {
    font-size: 12px; }


.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
    width: 15px;
    height: 30px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.setup-content-3 {
    padding: 40px;
}

.steps-step-3 .fa {
    display: flex !important;
    align-items: center  !important;
    justify-content: center  !important;
    transform: translateX(-5.5px)  !important;
}

.steps-step-3 .fas {
    display: flex !important;
    align-items: center  !important;
    justify-content: center  !important;
    transform: translateX(-5px)  !important;
}

.step-card {
    z-index: 1;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    width: 80%;
    overflow: hidden;
    border-radius: 16px;
}

.step-nav{
    padding: 48px;
    border-radius: 16px 0px 0px 16px;
    background-color: rgb(247, 247, 247);
    border-right: 1px solid rgb(207, 207, 207);
}


.pb-20{
  padding-bottom: 20px;
}

.pt-20{
  padding-top: 20px;
}

.pb-100{
  padding-bottom: 100px;
}

.pt-100{
  padding-top: 100px;
}


.completed a {
  border-color: #AA424F !important;
}
.checked {
    color: #AA424F !important;
}

@media (max-width:1000px) {
	 .setup-content-3 {
    padding: 0px !important;
}
	.step-card {
    z-index: 1;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100% !important;
    overflow: hidden;
    border-radius: 16px;
}

  .dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
    padding: 0px;
}
span.nav {
    display: none !important;
}

  input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    color: #ffffff !important;
    background-color: #FF4900 !important;
    border-color: #FF4900 !important;
    margin-top: 10px;
}

.table-title {
    padding-bottom: 15px;
    color: #fff;
    padding: 16px 50px;
    min-width: 100%;
    margin: 10px -25px 10px !important;
    border-radius: 3px 3px 0 0;
}

  header.dokan-dashboard-header.dokan-clearfix {
    margin-top: 50px;
}

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    color: #2695FF !important;
    font-weight: bold;
    font-size: 10px !important;
    line-height: 17px;
}

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 0 10px 18px;
    display: block;
    color: #fff;
    font-size: 10px !important;
    font-weight: normal;
    text-decoration: none;
}

}

@media (min-width:990px) {
  span.nav {
    display: block !important;
}
}

@media (min-width:1001px) {

  .step-card {
    z-index: 1;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
	 .setup-content-3 {
    padding: 20px !important;
}



  input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    color: #ffffff !important;
    background-color: #FF4900 !important;
    border-color: #FF4900 !important;
    margin-top: 10px;
}

.table-title {
    padding-bottom: 15px;
    color: #fff;
    padding: 16px 50px;
    min-width: 100%;
    margin: 10px -25px 10px !important;
    border-radius: 3px 3px 0 0;
}

.form-check {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.font-display {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}

form {
    text-align: left;
    display: block;
    width: 100%;
}
.home-value .address {
    display: flex;
    gap: 10px;
}

.home-value input[type=text],.home-value input[type=email] {width: 100%;float: left;height: 50px; border-radius: 2px 0 0 2px;padding:0 10px; margin:0; border:0;box-shadow: 0 0px 2px rgba(0,0,0,.3) inset; background:#f6f6f6}
.home-value input[type=submit] {
	  width:100%;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var( --e-global-color-d78cbb1 );
    border-style: solid;

    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 0 10px 18px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


@media (max-width:1300px) {
	  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    color: #2695FF !important;
    font-weight: bold;
    font-size: 10px !important;
    line-height: 17px;
}

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 0 10px 18px;
    display: block;
    color: #fff;
    font-size: 10px !important;
    font-weight: normal;
    text-decoration: none;
}
}


h1, h4{
	line-height: 1.2 !important;
}

.one-line-form button {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none !important;
}

.dokan-dashboard .ibid-breadcrumbs {
    display: none !important;
}

}

.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
	min-height: 185px;
    box-shadow: 0px 10px 5px #0000000d;
    background: #fff;
	border: 4px solid #fff;
    outline: 1px solid #fff;
}
.image-checkbox input[type="checkbox"] {
    display: block;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    cursor: pointer;
}

.image-checkbox-checked {
	border-color: #AA424F;
    outline: 1px solid #fff;
}
.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}

.image-checkbox-checked i.fa.fa-check.hidden {
    visibility: visible !important;
	display:block !important;

}

i.fa.fa-laptop {
    transform: translateX(-2.5px) !important;
}
