main{
    background-color: #FAFAFA;
    background: url('/images/bg-dotted.png');  
    background-size: cover;  
}
.head-title-Playfair{
    font-family: "Playfair Display" !important;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 122%;
        letter-spacing: 0%;
        text-align: center;
}

.divider{
    display: none;
}
.bg-op-50{
       background: #f6f7f8;
    width: 80px;
    text-align: center;
}

.form-label{
    font-family: Nunito Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    vertical-align: middle;
    text-transform: capitalize;
}
.back-rounded-btn {
    font-family: Montserrat;
    font-size: 16px;
    display: flex;
    font-weight: 500;
    line-height: 19.5px;
    color: #000;
    border: 1px solid #d9d9d9;
    padding: 12px 32px 12px 24px;
    gap: 8px;
    border-radius: 30px;
    background: #ffffff;
    flex-direction: row;
    align-items: center;
}
.profile-title-label{
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;
    text-transform: lowercase;
}

/*From setp 2*/
.boxed-card {
    display: flex;
    flex-wrap: wrap; /* Ensure rows wrap */
    justify-content: center; /* Horizontal centering */
    text-align: center; /* Centers inline content like <img> and <div> */
}

.checkbox-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ensures it fills the parent's height */
}


.boxed-card .checkbox {
    display: none;
}
.boxed-card .checkbox:checked+.card {
    background: #f6eecb;
    border: 2px solid #9b6a00;
}
.boxed-card .card {
    display: flex;
    padding: .5rem;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid #d9d9d9;
    width: 200px !important;
    height: 160px !important;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.boxed-card .card .title{
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5%;
    vertical-align: middle;
    }
/*End From setp 2*/

 .empty-card { 
   background: #e7eaf9;
 }
            
#department_box .group .stage-input-box{
    height: 56px !important;
    opacity: 1;
    border-radius: 12px;
    border-width: 1px;
}
@media (max-width: 419.98px) {
    main{
        
    background-color: #FAFAFA;
        background: url('/images/bg-dotted-potrate.png') repeat-y;    
        min-height: 85vh;
    }
 .bg-op-50{
       background: #f6f7f8;
        width: 80px;
        text-align: center;
    }
    .log-sub-title {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        text-align: center;
    }
    .boxed-card .card {
        display: flex;
        padding: .5rem;
        gap: 1rem;
        border-radius: 1rem;
        border: 1px solid #d9d9d9;
        width: 162px !important;
        height: 140px !important;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
    }
}


@media (min-width: 576px) {
    main{
        background-color: #FAFAFA;
        background: url('/images/bg-dotted.png') ;   
        min-height: 85vh;
        background-size: cover;
    }
    .log-sub-title {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        text-align: center;
    }
    .boxed-card .card {
        display: flex;
        padding: .5rem;
        gap: 1rem;
        border-radius: 1rem;
        border: 1px solid #d9d9d9;        
        width: 200px !important;
        height: 160px !important;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
    }
    
    .pro-badge1 img {
        min-width: 367px;
        margin-top: -49px;
        margin-right: 1px;
    }
}

@media (min-width: 768px) {
      
 .border-end-custom {
  border-right: 1px solid #ccc;
}
.divider{
    display: block;
}
    
    .log-sub-title{
        padding-top: .5rem !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}