:root {
    --primary-color: #528400;
    --primary-hover-color: #2e59d9;
    --primary-active-color: #224abe;
    --checked-color: #7DAF36;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/medium.ttf') format('woff2');
}
@font-face {
    font-family: 'regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/regular.ttf') format('woff2');
}

@font-face {
    font-family: 'semibold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/semibold.ttf') format('woff2');
}

body {
    font-family: 'Open Sans',sans-serif;
}

.main-card{
    min-height: calc(100vh - 100px);
    display: flex;
}

.primary-heading{
    font-family: "semibold", sans-serif;
    font-size: 20px;
}
.welcome-span{
    color: #7DAF36;
    font-weight: 600;
}
.paragraph-text{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.submit-button{
    background-color: var(--primary-color) !important;
    border: none;
    color: white;
    padding: 10px 25px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px !important;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
    color: #fff !important;
    border-radius: 0 !important;
}
.back-button{
    background-color: #666666 !important;
    border: none;
    color: white;
    padding: 10px 25px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px !important;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
    color: #fff !important;
    border-radius: 0 !important;
    margin-right: 10px;
}
.filepond--root {
    border: 2px dashed #e2e3e4;
    border-radius: 8px;
    background-color: transparent;
    height: 200px;
}
.filepond--root .filepond--drop-label{
    min-height: auto;
}
.filepond--list {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
}
.filepond--item {
    width: 160px;
}
.filepond--file {
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.floating-input{
    min-height: 55px;
    border-radius: 0px !important;
}
/* Floating label styles for form fields */
.floating-label-group {
    position: relative;
    margin-bottom: .2rem;
    letter-spacing: 1px;
}
.floating-input {
    /* border: none; */
    border-bottom: 3px solid #8bc34a;
    outline: none;
    width: 100%;
    padding: 1.2rem 0 0.5rem 0.75rem;
    font-size: 1.1rem;
    background: transparent;
    color: #333;
    box-shadow: none;
    padding: 10px !important;
}
#phone{
    padding-left: 90px !important;
}
.iti__country-list{
    z-index: 3 !important;
}
.floating-label-group {
    position: relative;
}
.floating-label-group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1;
}
.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label {
    z-index: 2;
}
.floating-label-group:focus-within::before {
    opacity: 1;
}
.floating-label {
    position: absolute;
    top: 1rem;
    left: 0.75rem;
    color: #666666;;
    font-size: 1.1rem;
    pointer-events: none;
    transition: 0.2s ease all;
    background: transparent;
    font-family: "regular", sans-serif;
}
.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label {
    top: 0.2rem;
    left: 0.5rem;
    font-size: 0.7rem;
    color: #558b2f;
    padding: 0 0.25rem;
    color: #689f38;
}
.floating-input:focus {
    border: 3px solid #AAAAAA !important;
    outline: none !important;
    box-shadow: none !important;
}
.card-input-element {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.card-input {
    margin: 10px;
    padding: 00px;
}
.card-input:hover {
    cursor: pointer;
}
.card-input-element:checked + .card-input {
    box-shadow: unset;
    border: 2px solid var(--checked-color);
}
.selected-border {
    border: 2px solid var(--checked-color);
    border-radius: 6px;
}
.card-image{
    max-width: 200px !important;
    margin: auto;
}
.selectContainer{
    max-width: 450px;
    margin: auto;
}
.text-danger {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.floating-label-group.has-error .floating-label {
    color: #dc3545;
}
.floating-label-group.has-error .floating-input {
    border-color: #dc3545;
}


/******************
    progress bar css
******************/
.progressbar {
    counter-reset: step;
    position: relative;
}
.progress-step {
    position: relative;
    flex: 1 1 0;
    text-align: center;
    color: #bbb;
    font-weight: 500;
}
.progress-step.active {
    color: #000000;
    font-weight: bold;
}
.progress-step.completed {
    color: #666666;
}
.progress-step:before {
    counter-increment: step;
    content: "";
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    margin: 0 auto 6px auto;
    border-radius: 50%;
    background: #EEEEEE;
    color: #EEEEEE;
    font-weight: bold;
}
.progress-step.active:before {
    background: #444444;
    color: #fff;
    z-index: 11;
    position: relative;
}
.progress-step.completed:before {
    background: #666666;
    color: #fff;
}
.progress-step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 7px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #EEEEEE;
    z-index: 0;
}

/* Disabled button styles */
.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.progress-step.completed:not(:last-child):after {
    background: #666666;
}
.min-h-screen > form{
    max-width: 800px;
}
.form-select, .form-select:focus, .form-control, .form-control:focus{
   color: #666666 !important;
   border-radius: 0px !important;
   border-color: #AAA !important;
   box-shadow: none !important;
   font-size: 15px !important;
}
.panel-default > .form-control{
    border: 0;
}
.card-input{
    border-radius: 0;
}

/* Profile Dropdown Custom Styles */
.profile-dropdown-menu {
    min-width: 260px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 0;
    background: #fff;
    border: none;
}
.profile-dropdown-item {
    display: flex !important;
    align-items: center!important;
    padding: 12px 13px !important;
    padding-right: 30px!important;
    color: #444444 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: #fff !important;
    transition: background 0.2s !important;
    position: relative !important;
}


.profile-dropdown-item:last-child {
    border-bottom: none !important;
}
.profile-dropdown-item:hover {
    background: #f7faf4 !important;
    color: var(--primary-color) !important;
}
.profile-dropdown-icon {
    width: 22px!important;
    height: 22px !important;
    margin-right: 5px !important;
    filter: brightness(0) saturate(100%) invert(54%) sepia(32%) saturate(1042%) hue-rotate(51deg) brightness(92%) contrast(92%)!important;
}
.profile-dropdown-arrow {
    margin-left: auto!important;
    color: #666666 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: transform 0.2s !important;
    -webkit-text-stroke: 0.5px #fff !important;
}
.profile-dropdown-item:hover .profile-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg) !important;
}
.header-actions .btn:first-child:active{
    border-color: transparent;
}
.form-check-input:checked{
    background-color: var(--checked-color);
    border-color: var(--checked-color);
}
.form-check-input:focus{
    box-shadow: unset !important;
    border-color: var(--checked-color) !important;
}

.notes{
    border: 1px #AAAAAA;
}
.img-card{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 10px;
    font-size: 14px;
    color: #666666;
    padding: 5px 10px;
    background: #EEEEEE;
    border: 0;
    border-radius: 0;
}
.textDiv{
    max-width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

