.coravets-box{
    position: relative;
    background-image: url('https://coravets3.web-edits.uno/wp-content/uploads/2025/12/dog-care04.webp');
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    display: flex;
	padding:20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    min-height: calc(100vh - 93px) !important;
}

.coravets-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); 
    z-index: 1;
}

.coravets-box > *{
    position: relative;
    z-index: 2;
}

.coravets-box .cv-step, .coravets-box .cv-form-step, .form-step-sidebar{
  display: none;
  
}
.coravets-box .cv-step{
    flex-direction: column;
    align-items: center;
    justify-self: center;
    padding: 48px;
    background-color: #fff;
    border: 1px solid #F1F2F9;
   	border-radius:32px;
	box-shadow: 0px 2px 15px 0px rgba(25, 33, 61, 0.1);
	width:648px;
}
.coravets-box .cv-step[data-step="vet_professional"]{
    margin: 0 auto;
}

.coravets-box .cv-step.active,
.coravets-box .cv-form-step.active,
.form-step-sidebar.active{
    display: flex;
}
.coravets-box .cv-form-step.active,
.form-step-sidebar.active{
    flex-direction: column;
}
.cv-logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    /* border-bottom: 1px solid #F1F2F9; */
}
.form-step-sidebar .cv-logo{
    padding-bottom: 34px;
}
.cv-logo img{
  width: 150px;
}
.cv-questions{
	display:none;
	flex-direction:column;
	width:100%;
	align-items:center;
}


/* notes container */

.coravet-notes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.coravet-notes p{
    text-align: center;
    margin: 0;
    width: 90%;
}
.coravet-notes h2{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.coravet-notes p a{
    font-weight: 600;
    color: #567069;
}
.coravet-notes p a:hover{
    color: #c7a673;
}

/* notes container */


.cv-actions,
.cv-form-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.cv-step .cv-btn{
    display: inline-block;
    padding: 18px 41px !important;
    border-radius: 12px !important;
    min-height: 48px !important;
    border: 1px solid #567168;
    background: linear-gradient(160.41deg, #87A79C -5.15%, #567168 87.35%);
    box-shadow: 0px 3px 4px 0px #DFEEFF1A inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF1A inset;
    box-shadow: 0px -2px 2px 0px #00428926 inset;
    box-shadow: 0px 2px 5px 0px #4A3AFF40;
    color: #fff;
    transition: all 0.3s ease;
    line-height: 1;
    font-weight: 600;
    cursor:pointer;
}

.cv-btn.disabled,
.cv-btn:disabled,
.cv-btn[disabled] {
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none;
}


.cv-step .cv-btn:hover{
    border-color: #c7a673;
    color: #fff;
    background: linear-gradient(160.41deg, #c7a673 -5.15%, #c7a673 87.35%);
}
.cv-step .cv-btn.cv-btn-outline{
    border-color: #567168;
    color: #567168;
    background: linear-gradient(160.41deg, #fff -5.15%, #fff 87.35%);
    transition: all 0.3s ease;
}
.cv-step .cv-btn.cv-btn-outline:hover{
    background: linear-gradient(160.41deg, #87A79C -5.15%, #567168 87.35%);
    color: #fff;
}

/*.cv-actions a:first-of-type:hover,
.cv-actions a:last-of-type:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-secondary);
}*/

/*.cv-actions a:last-of-type{
    border: 1px solid #567168;
    background-color: #567168;
    color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}*/

.cv-questions h3{
	font-size:24px;
	line-height:30px;
    font-weight:600;
	color:#170F49;
    margin: 0;
    padding-top: 10px;
	text-align:center;
    padding-bottom: 40px;
}
.cv-questions .cv-actions{
    padding-top: 20px;
}
.cv-questions .cv-video{
  width: 100%;
  position: relative;
   aspect-ratio: 16 / 9;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}

.cv-video img{
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.cv-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    transition: 0.3s;
}

.cv-play-icon img {
    width: 72px;
    height: 72px;
}

.cv-video:hover .cv-play-icon {
    background: rgba(0,0,0,0.55);
}
.cv-select-btn{
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.cv-options{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
}
.cv-options a{
	padding:48px;
	width:calc(50% - 10px);
	border:1px solid #F1F2F9;
	border-radius:16px;
    color:#567168;
	cursor:pointer;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.cv-options a:hover,
.cv-options a.cv-links.selected{
	border-color:#567168;
	box-shadow:0 10px 25px rgba(86,113,104,0.15);
	transform: translateY(-3px);
}


.cv-options a.active{
    border-color:#567168;
    box-shadow:0 14px 32px rgba(86,113,104,0.25);
    transform: translateY(-2px);
}
 

.cv-close-btn,
.cv-prev.back-btn {
    position: absolute;
    top: 15px;
    background: transparent !important;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 20px !important;
    color: #A4A7AE !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cv-close-btn.back-btn,
.cv-prev.back-btn{
  left: 15px;
}
.cv-close-btn.back-btn img,
.cv-prev.back-btn img{
    width: 27px;
}
.cv-close-btn.prev-page{
  right:15px;
}

.form-step-sidebar{
    padding: 75px 45.5px 30px;
    max-height: calc(100% - 40px);
    margin-right: 20px;
    box-shadow: 0px 1px 8px 0px #19213D0F;
    border: 1px solid #F1F2F9;
    background: #F1F0FB;
    border-radius: 24px;
    width: 348px;
    align-self: stretch;
} 
.form-step-sidebar .form-step-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 16px;
}
.form-step-sidebar .form-step-item .form-step-num,
.step-side-footer .foot-icon{
    height: 34px;
    width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0.5px solid #FBFBFE;
    box-shadow: 0px 3px 4px 0px #DFEEFF1A inset;
    box-shadow: 0px 1px 1px 0px #FFFFFF1A inset;
    box-shadow: 0px -2px 2px 0px #00428926 inset;
    box-shadow: 0px 2px 5px 0px #4A3AFF40;
    border-radius: 8px;
    font-weight: 600;
}
.form-step-sidebar .form-step-item.active .form-step-num{
    border: 0.5px solid #567168;
    color: #fff;
    background: linear-gradient(160.41deg, #C2D1CC -5.15%, #567168 87.35%);
}
.form-step-sidebar .form-step-title{
    width: calc(100% - 50px);
}
.form-step-sidebar .form-step-title h4,
.step-side-footer .foot-text h4{
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #170F49;
}
.form-step-sidebar .form-step-title span,
.step-side-footer .foot-text span{
    display: block;
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
    color: #6F6C8F;
}
.form-step-sidebar .form-step-wrapper{
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.form-step-sidebar .form-step-item:not(:last-child):after{
    content: "";
    position: absolute;
    width: 2.5px;
    height: 40px;
    background-color: #567168;
    border-radius: 2px;
    top: 50px;
    left: 16px;
}
.step-side-footer{
    padding-top: 40px;
    margin: auto 0 0;
    display: flex;
    flex-direction: row;
    gap: 34px;
}
.step-side-footer .foot-text{
    width: calc(100% - 68px);
}
.step-side-footer .foot-icon{
    padding: 9px;
    object-fit: contain;
    border-color: #fff;
}
.cv-form,
.cv-form .cv-form-step legend{
    width: 100%;
}
.cv-form .cv-form-step{
    width: 100%;
    padding: 0 !important;
    border: none;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
.cv-form .cv-form-step legend{
    font-size: 24px;
    color: #170F49;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 32px;
}
.cv-form .cv-form-step legend span{
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #6F6C8F;
    font-weight: 400;
}
.cv-form .cv-form-step .cv-form-group{
    width: calc(50% - 8px);
}

.cv-form .cv-form-step .cv-form-group.cv-form-group100{
    width: 100%;
}
.cv-form .cv-form-step .cv-form-group label{
    color: #170F49;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}
.cv-form .cv-form-step .cv-form-group .required{
    color: red;
}
.cv-form .cv-form-step .cv-form-group input,
.cv-form .cv-form-step .cv-form-group textarea,
.cv-form .cv-form-step .cv-form-group select{
    border: 1px solid #D9DBE9;
    background: #FFFFFF;
    box-shadow: 0px 0.5px 1px 0px #19213D0A;
    border-radius: 14px;
    min-height: 48px;
    outline: none;
} 
.cv-form .cv-form-step .cv-form-group.has-error input,
.cv-form .cv-form-step .cv-form-group.has-error textarea{
     border: 1px solid #ff0000;
}

.cv-form .cv-form-step .cv-form-actions{
    justify-content: flex-end;
    margin-top: 24px;
    width: 100%;
}







.cv-dropzone {
    border: 2px dashed #567168;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.cv-dropzone:hover,
.cv-dropzone.drag-active {
    background: #f3f7f5;
    border-color: #3f5b52;
}

.cv-dropzone-inner p {
    margin: 6px 0;
}

.cv-browse {
    color: #567168;
    text-decoration: underline;
}

.cv-file-list {
    margin-top: 12px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cv-file-item {
    padding: 6px 0;
}
.cv-form-submit{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
.cv-form-submit .cv-form-group{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
}
.cv-form-submit input{
    box-shadow: none !important;
    min-height: unset !important;
}
.cv-form-submit label{
    line-height: 1.3 !important;
    margin-left: 5px;
    margin-bottom: 0 !important;
}
.cv-file-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 12px;
    padding: 16px;
}
.file-type-bx{
    height: 40px;
    width: 32px;
    position: relative;
    background: red;
    border-radius: 5px;
    clip-path: polygon(63% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}
.file-type-bx:after{
    content: "";
    width: 12px;
    height: 12px;
    opacity: 0.5;
    left: 20px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 3px;
}
.file-info-wrapper{
    width: calc(100% - 70px);
}
.file-info-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    gap: 20px;
}
.file-info-inner .complete-icon,
.cv-file-item.upload-complete .file-info-inner .uploading-icon{
    display: none;
}
.cv-file-item.upload-complete .file-info-inner .complete-icon{
    display: inline-block;
}
.file-info-inner .file-size{
    position: relative;
}
.file-info-inner .file-size:after {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    background: #D5D7DA;
}
.file-info-inner .file-upload{
    display: inline-flex;
    align-items: center;
        gap: 5px;
}
.file-info-inner .file-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #414651;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
	.form-step-sidebar{
		padding: 30px 20px;
	}
	.coravets-box .cv-step{
		padding: 48px 30px;
	}
}





@media (max-width: 767px) {
	.cv-options{
		flex-direction:row;
        align-items: stretch;
	}

	.cv-options a{
		width: calc(50% - 10px);
		padding:30px;
        text-align: center;
	}
    .cv-logo{
        padding-top: 20px;
    }
    .form-step-sidebar .cv-logo{
        padding-top: 0;
        padding-bottom: 20px;
    }
	.coravets-box{
		flex-wrap:wrap;
		min-height: calc(100vh - 86px) !important;
		padding:20px;
	}
	.form-step-sidebar{
		margin-bottom:20px;
		margin-right:0px;
		width:100%;
	}
	.coravets-box .cv-step{
		padding:35px 20px;
	}
	.cv-questions h3{
		font-size:20px;
		padding-bottom:25px;
	}
	.cv-actions,
	.cv-form-actions,
	.cv-form-submit{
		flex-direction:column;
		width:100%; 
		gap:16px;
	}
	.cv-step .cv-btn{
		width:100%;
		text-align:center;
	}
	.cv-form .cv-form-step .cv-form-group{
		width:100%;
	}
	.cv-form .cv-form-step legend{
		font-size:20px;
	}
	.coravets-box .cv-form-step{
		margin-top:18px !important;
	}
	
	.step-side-footer{
		padding-top:30px;
	}
    .form-step-sidebar{
        padding: 20px;
    }

    .form-step-item {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: center;
    }
     .form-step-sidebar .form-step-item:not(:last-child):after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        width: calc(100% + 10px);
        max-width: calc(100% - 7px);
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        z-index: -1;
     }
     .form-step-sidebar .form-step-item.active:not(:last-child):after{
         background-color: #567168;
     }


     .form-step-title{
        display: none;
     }

     .form-step-sidebar .form-step-wrapper{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
     }
     .cv-play-icon img{
        width: 52px;
        height: 52px;
     }
     .coravet-notes h2{
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }
    .coravet-notes p{
        text-align: center;
        margin: 0;
        width: 100%;
    }
	
}

@media (max-width: 467px) {
    .cv-options{
        gap: 10px;
    }
    .cv-options a{
        width: calc(50% - 5px);
        padding:25px 20px;
        text-align: center;
	}
   .cv-options a .cv-select-btn span{
    font-size: 14px;
    line-height: 20px;
   }

}